@charset "UTF-8";

/*------------ basic ------------*/

body {
    background: url('bg01.jpg');
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #333333;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.05em;
}

.container {
    padding: 0 15px;
    max-width: 1870px;
    z-index: 10;
}

*:focus {
    outline: none;
}


/*------------ / basic ------------*/


/*------------ btn ------------*/

.share .btn {
    background: #9F71BB;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    line-height: 25px;
    font-size: 14px;
}

.share .btn.facebook:hover {
    background: #3B579D;
}

.share .btn.google:hover {
    background: #D93725;
}

.share .btn.twitter:hover {
    background: #26C9FF;
}

.share .btn.plurk:hover {
    background: #E95613;
}

.btn.fb-fans-page {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4d68a2+0,3d5b99+100 */
    background: rgb(77, 104, 162);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(77, 104, 162, 1) 0%, rgba(61, 91, 153, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(77, 104, 162, 1) 0%, rgba(61, 91, 153, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(77, 104, 162, 1) 0%, rgba(61, 91, 153, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4d68a2', endColorstr='#3d5b99', GradientType=0);
    /* IE6-9 */
    color: #fff;
    font-size: 55px;
    width: 90px;
    height: 90px;
    line-height: 95px;
    border-radius: 15px;
    border: 3px solid transparent;
}

.btn.fb-fans-page:hover {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b18cc8+0,9f71bb+100 */
    background: rgb(177, 140, 200);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(177, 140, 200, 1) 0%, rgba(159, 113, 187, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(177, 140, 200, 1) 0%, rgba(159, 113, 187, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(177, 140, 200, 1) 0%, rgba(159, 113, 187, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b18cc8', endColorstr='#9f71bb', GradientType=0);
    /* IE6-9 */
}

.btn.back {
    font-weight: bold;
    color: #9F71BB;
    font-size: 16px;
}

.btn.back .ic {
    font-size: 24px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: url('bg09.png');
    vertical-align: text-bottom;
    margin: 0 6px 2px 0;
}

.btn.back:hover {
    color: #494742;
}

.btn.back:hover .ic {
    background: url('bg04.jpg');
}

.btn.simple {
    background: #4CB96B;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.1em;
    padding: 0 14px;
    margin: 0 3px 8px;
}

.btn.simple:hover {
    background: #7B6602;
}

.btn.simple .ic {
    vertical-align: text-bottom;
    margin-bottom: -1px;
    font-size: 20px;
}

.btn.simple .ic-chevron-left,
.btn.simple .ic-chevron-right {
    font-size: 15px;
    margin-bottom: 0;
}

.btn.pure {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    text-decoration: underline;
}


/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    background: #fff url(bg08.png');
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.6);
}

.site-header .container {}

.site-title {
    float: left;
    padding: 25px 0 20px;
}

.site-title .logo {
    background: url('../images/logo.png') 50% 50% / contain no-repeat;
    width: 353px;
    height: 76px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.site-nav {
    position: relative;
    z-index: 10;
    float: right;
    padding: 25px 0 0 0;
}

.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu li {
    line-height: 1.2;
    position: relative;
    text-align: center;
    padding: 0 25px;
}

.site-nav .menu li a {
    display: block;
}

.site-nav .menu > li:nth-last-child(-n+2) {
    display: none;
}

.site-nav .menu li i {
    display: block;
    font-size: 23px;
    color: #956849;
    margin: 0 auto 8px;
}

.site-nav .menu li i.icon-clock {
    width: 23px;
    height: 23px;
    background: url('../images/ic-clock.png');
}

.site-nav .menu li span {
    display: block;
    font-size: 13px;
    color: #946748;
    font-family: 'Cabin Condensed', sans-serif;
    font-weight: normal;
    margin: 5px 0 0 0;
}

.site-nav .menu > li > a {
    font-size: 18px;
    font-weight: bold;
    color: #201F1D;
}

.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #956849;
}

.site-nav .menu > li > a:hover i,
.site-nav .menu > li.active > a i,
.site-nav .menu > li > a:hover span,
.site-nav .menu > li.active > a span {
    color: #9F71BB;
}

.site-nav .menu > li > a:hover i.icon-clock,
.site-nav .menu > li.active > a i.icon-clock {
    background-position: 0 -23px;
}

.site-nav .menu li + li:before {
    content: "";
    display: block;
    width: 1px;
    height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 5px 0;
    background: rgba(149, 104, 73, .6);
    transform: rotate(25deg);
}

.site-nav .menu ul {
    display: none;
}


/*------------ / site_header ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;
    border-bottom: 5px solid rgba(0, 0, 0, 0.08);
}

.banner .container {
    max-width: 1920px;
    padding: 0;
}


/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 0 20px;
}

.main-title {
    line-height: 1.22;
    font-size: 35px;
    color: #9F71BB;
    text-align: center;
}

.main-title small {
    color: #946748;
    font-size: 15px;
    display: block;
    margin: 5px 0 0 0;
}

.main-content {
    padding-bottom: 30px;
}

.main-content .container:before {
    content: "";
    position: absolute;
    width: 1400px;
    top: 0;
    left: 50%;
    height: 100%;
    margin: 0 0 0 -700px;
    display: block;
    z-index: 0;
    background: transparent;
    border-radius: 18%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.20);
}

.content-wrapper {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    padding: 50px;
}

.content-wrapper .editor {
    padding: 0 10px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
    padding: 8px 50px 9px 80px;
}

.content-title {
    position: relative;
    margin: 0 0 45px -50px;
    padding: 8px 50px 9px 80px;
    background: url('bg05.jpg');
    color: #494742;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.1em;
    -webkit-border-top-right-radius: 45px;
    -webkit-border-bottom-right-radius: 45px;
    -moz-border-radius-topright: 45px;
    -moz-border-radius-bottomright: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.content-title .ic {
    font-size: 22px;
    position: absolute;
    left: 50px;
    top: 9px;
    color: #956849;
}

.shopping-title {
    color: #444;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 6px;
}

.shopping-title .ic {
    font-size: 22px;
    color: #7FCAA5;
    vertical-align: middle;
    margin: 0 3px 3px 0;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.btn-box.has-border {
    padding: 0;
    margin: 40px 0 0 0;
    border-top: 1px dashed #9F71BB;
}

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}

.warning-sect {
    padding: 30px 0;
}


/*------------ / site_main ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    position: absolute;
    right: 25px;
    bottom: -5px;
    color: #525252;
    font-size: 13px;
    letter-spacing: 1px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: '/ ';
}

.breadcrumb li a:hover {
    color: #9F71BB;
}

.breadcrumb li a .ic {
    color: #9F71BB;
    margin: 0 5px 3px 0;
    display: inline-block;
    vertical-align: middle;
}


/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 240px;
    float: left;
    margin: 40px 0 0 50px;
}

.has-side .content {
    width: calc(100% - 0px);
    float: right;
    padding: 40px 50px;
    background: #fff;
    position: relative;
    z-index: 10;
}

.has-side .content-wrapper {
    background: url('bg06.png') no-repeat bottom left, url('bg07.jpg');
    padding: 0;
}

.has-side .content-wrapper:before {
    content: '';
    background: url('../images/side_shadow.png') repeat-y;
    width: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 280px;
    pointer-events: none;
}

.mmenu-show .has-side .content-wrapper:before {
    display: none;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.2;
    padding: 8px 16px;
}

.side-nav li a,
.side-nav-top li a {
    display: block;
}

.side-nav > li,
.side-nav-top > li {
    margin-bottom: 20px;
}

.side-nav > li > a,
.side-nav-top > li > a {
    color: #777777;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    padding: 11px 20px 12px 60px;
    line-height: 1.4;
    background: url('bg03.jpg');
    -webkit-border-top-le./images/bg/ft-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.15);
    transition: all .2s;
}

.side-nav > li > a:before,
.side-nav-top > li > a:before {

    content: "\f101";
    font-family:FontAwesome;/*    'icon-font' !important;*/

    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 45px;
    height: 45px;
    background: #DDDDDD;
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s;
}
.icon:after{
  font-family: "foundation-icons";
  content: "\f101";
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #fff;
    background: url('bg02.jpg');
    transition: all .2s;
}

.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    background: #826BB1;
    transition: all .2s;
}

.side-nav ul {
    display: none;
}

.side-nav ul li a {}

.side-nav ul li a:hover,
.side-nav ul li.active > a {}


/*------------ / side ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: absolute;
    right: 50%;
    top: -30px;
    margin-right: -30px;
    z-index: 400;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 3px solid #fff;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    color: #fff;
    background: url('bg04.jpg');
    text-indent: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.floating .ibtn.gotop i {
    display: block;
    font-size: 20px;
    margin: 7px auto -1px;
}

.floating .ibtn.gotop:hover {
    background: url('bg09.png');
}


/*------------ / floating ------------*/


/*------------ site_footer ------------*/

.site-footer {
    background: url('bg04.jpg');
    margin: 80px 0 0 0;
    padding: 100px 0 0 0;
    position: relative;
}

.site-footer .container {
    margin: -150px auto 0;
}

.footer-top {
    background: #fff url('bg08.png');
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(149, 104, 73, .7);
    border-radius: 15px;
    position: relative;
    padding: 35px 30px 15px;
}

.footer-top a:hover {
    color: #9F71BA;
}

.site-footer .title {
    font-size: 18px;
    line-height: 1.2;
    color: #626262;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.site-footer .title small {
    font-size: 13px;
    color: #9F71BB;
    display: inline-block;
    margin: 0 0 0 10px;
    font-family: 'Cabin Condensed', sans-serif;
}

.site-info {
    float: left;
}

.site-footer .site-info ul,
.site-footer .site-info li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    color: #666666;
    line-height: 1.8;
}

.site-footer .site-info li {
    margin: 0 0 3px;
}

.site-footer .site-info i {
    font-size: 16px;
    color: #9F71BB;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.site-footer .share {
    float: left;
    margin: -20px 40px 0 0;
}

.site-footer .share li {
    display: block;
    margin-bottom: 3px;
}

.site-map {
    color: #535353;
    font-size: 12px;
    letter-spacing: 50px;
    margin: 0 40px;
    float: right;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.site-map ul li {
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.site-map ul li a {
    display: inline-block;
    padding: 2px 0 2px 25px;
    position: relative;
}

.site-map ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background: #9F71BB;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.follow {
    float: right;
    margin: 10px 0;
    letter-spacing: 12px;
}

.follow > * {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0;
}

.qrcode {
    border: 6px solid #fff;
    outline: 2px solid #CECEBF;
}

.footer-bottom {
    color: #fff;
    letter-spacing: 2px;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

.footer-bottom .author {
    display: inline-block;
}


/*------------ / site_footer ------------*/


/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: top;
}

.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    color: #787878;
    font-size: 16px;
    padding: 0 5px;
    margin: 3px 2px;
    font-size: 14px;
    border-radius: 20px;
    box-sizing: border-box;
}

.pagination li a:hover,
.pagination li.active a {
    background: #9F71BB;
    color: #fff;
}

.pagination li a.controls {
    padding: 0;
    color: #9F71BA;
    font-family: 'Cabin Condensed', sans-serif;
    font-size: 16px;
    border: 1px solid #9F71BB;
    border-radius: 30px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 3px;
    width: 100px;
    transition: all .2s;
    margin: 0 10px;
}

.pagination li a.controls i {
    vertical-align: middle;
    font-size: 12px;
    background: #9F71BB;
    border-radius: 50%;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 8px 4px 0;
    text-align: center;
}

.pagination li a.controls:hover {
    background: #9F71BB;
    color: #fff;
    transition: all .2s;
}

.pagination li a.controls.next {
    text-align: right;
    padding: 0 3px 0 10px;
}

.pagination li a.controls.next i {
    margin: 0 0 4px 12px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    margin: 0;
}

.page-info .form-control:focus {
    border-color: #9F71BB;
}


/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    color: #796600;
    font-size: 13px;
    position: relative;
    margin: 0 0 30px;
}

.reminder span {
    display: inline-block;
}

.reminder .ic {
    color: #4CB96B;
    font-size: 18px;
    vertical-align: text-bottom;
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.reminder.type2 {
    position: relative;
    top: 1px;
    background: #FAD20A;
    text-align: center;
    border: 1px solid #4CB96B;
    border-bottom-width: 0;
    padding: 10px 16px;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 96px;
    max-width: none;
    padding: 0 24px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 26px;
    line-height: 26px;
    color: #777;
    background: none;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    border-color: #7FCAA5;
}

.qty-box .btn {
    width: 26px;
    height: 26px;
    line-height: 28px;
    font-size: 24px;
    color: #888;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    color: #4CB96B;
    z-index: 2;
}

.qty-box .less {
    left: 0;
}

.qty-box .add {
    right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
}

.form-control:focus {
    outline: none;
    border-color: #9F71BB;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}

.static-control {
    line-height: inherit;
    color: #4CB86B;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-title {
    color: #4CB96B;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.form-wrap {
    margin: 0 auto;
    border: 1px solid #4CB96B;
    background: #D1EDD9;
    padding: 30px 5%;
    max-width: 1100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-wrap.type2 {
    max-width: 600px;
}

.form-box {
    margin: 0 auto;
}

.form-box .row {
    margin: 0 -2%;
    position: relative;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: '\e911';
    font-family: 'icon-font-20' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    color: #4CB96B;
    font-size: 18px;
    margin: 0 6px 0 0;
    vertical-align: text-bottom;
    -moz-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
}

.form-box .form-group {
    padding: 4px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    color: #333;
    font-size: 14px;
    line-height: inherit;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .control-box {
    padding-right: 140px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #4CB96B;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    position: absolute;
    right: 5px;
    top: 0;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #7B6602;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    font-size: 30px;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #4CB86B;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .account .control-label {
    float: left;
}

.form-box .account .control-box {
    margin-left: 40px;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../images/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../images/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../images/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../images/form_checkbox.png');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    border: 1px dashed #5EC07A;
    border-width: 1px 0;
    color: #317D46;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
}

.success-msg2 {
    margin: 30px auto;
    max-width: 290px;
    background: #4CB96B;
    color: #fff;
    font-size: 25px;
    padding: 5px 56px 5px 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.success-msg2 .ic {
    text-shadow: none;
    font-size: 42px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.success-txt {
    line-height: 1.8;
    color: #333;
    padding-bottom: 10px;
}

.success-txt strong {
    color: #000;
}

.success-txt a {
    text-decoration: underline;
    color: #4CB86B;
}

.success-txt a:hover {
    color: #7B6602;
}


/*------------ / form ------------*/

.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #9F71BB;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #9F71BB;
}

.mmenu-show #mobile-menu .language-menu {
    background: url('bg09.png');
}

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

.mmenu-show #mobile-menu .menu li a {
    font-weight: bold;
    color: #956849;
    border-bottom: 1px dashed rgba(149, 104, 73, .3);
}

.mmenu-show #mobile-menu .menu li a i {
    display: none;
}

.mmenu-show #mobile-menu .menu li a span {
    color: #666;
    font-weight: normal;
    font-size: 13px;
    font-family: 'Cabin Condensed', sans-serif;
    display: inline-block;
    margin: 0 0 0 10px;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #9F71BB;
}

.mmenu-show #mobile-menu .share-menu {
    border: 0;
    padding: 0 0 2px;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

@media screen and (max-width: 1470px) {
    /*------------ site-main 1470 ------------*/
    .main-content .container:before {
        content: "";
        width: calc(100% - 100px);
        margin: 0 50px;
        left: 0;
    }
    /*------------ / site-main 1470 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site-footer 1280 ------------*/
    .footer-top {
        text-align: center;
    }
    .site-footer .share,
    .site-info,
    .site-map,
    .follow {
        float: none;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }
    .site-map {
        display: block;
        text-align: center;
        margin: 30px auto 0;
    }
    /*------------ / site-footer 1280 ------------*/
}

@media screen and (max-width: 1200px) {
    /*------------ site_header 1200 ------------*/
    .site-title {
        float: none;
        text-align: center;
    }
    .site-nav {
        float: none;
        padding: 25px 0;
    }
    .site-nav .menu {
        text-align: center;
        width: 100%;
    }
    .site-nav .menu li {
        float: none;
        display: inline-block;
        margin-right: -4px;
    }
    /*------------ / site_header 1200 ------------*/
    /*------------ side 1200 ------------*/
    .side {
        width: 220px;
    }
    .has-side .content {
        width: calc(100% - 0px);
    }
    .has-side .content-wrapper:before {
        left: 240px;
    }
    /*------------ / side 1200 ------------*/
    /*------------ main-content 1200 ------------*/
    .content-title {
        margin: 0 0 25px -20px;
        padding: 8px 50px 9px 50px;
    }
    .content-title .ic {
        left: 22px;
    }
    /*------------ / main-content 1200 ------------*/
}

@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-title .logo {
        width: 232px;
        height: 50px;
    }
    .site-nav {
        display: none;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ side 1000 ------------*/
    .has-side .content {
        padding: 20px;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 15px;
    }
    .site-map,
    .site-footer .share {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        top: auto;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .btn.gocart {
        display: none;
    }
    .floating .ibtn.gotop {
        background: url(../images/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        color: transparent;
    }
    /*------------ / floating 1000 ------------*/
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 767px) {
    /*------------ site-main 767 ------------*/
    .content-wrapper {
        padding: 20px 15px;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        position: static;
        text-align: center;
        padding-top: 10px;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination span {
        display: none;
    }
    .page-info {
        display: block;
        padding: 0 50px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls,
    .pagination li a.controls.next {
        display: block;
        position: absolute;
        bottom: -30px;
        width: auto;
        padding: 0 3px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    .pagination li a.controls i,
    .pagination li a.controls.next i {
        margin: 0 0 4px 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap {
        padding: 10px 15px 20px;
    }
    .form-wrap.type2 {
        max-width: none;
    }
    .form-box .row:before {
        display: none;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    .success-msg2 {
        font-size: 21px;
        padding-right: 45px;
    }
    .success-msg2 .ic {
        font-size: 32px;
        right: 6px;
    }
    /*------------ / form 767 ------------*/
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {
    /*------------ site_footer 400 ------------*/
    .footer-links-list .item {
        width: 100%;
    }
    .footer-links-list .item + .item {
        margin-top: 10px;
    }
    /*------------ site_footer 400 ------------*/
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    .form-box .captcha .control-box {
        padding: 0;
    }
    .form-box .captcha a {
        position: static;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
}