﻿/* CSS Document */

body {
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333
}

p {
    margin: 0;
    padding: 0
}

dt {
    font-weight: normal
}

dl {
    margin-bottom: 0
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none;
    color: #ff1c9d
}

.clear {
    clear: both
}

* {
    box-sizing: border-box;
}

.left {
    float: left
}

.right {
    float: right
}

.underline {
    text-decoration: underline
}

.yellow {
    color: #f39800!important
}

.red {
    color: #ff1c9d
}

.blue {
    color: #06c
}

.blue_q {
    color: #59a1d9
}

.szm {
    text-transform: capitalize
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f24 {
    font-size: 24px;
}

.mart10 {
    margin-top: 10px;
}

.marl10 {
    margin-left: 10px;
}

.padl16 {
    padding-left: 16px;
}

.container {
    margin: 0px auto;
}

.container:after {
    clear: both;
}

.container {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
}

.container01 {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
}

.container02 {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
}

.position {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
    padding: 16px 20px;
}

.position:before {
    content: "\e713";
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.position a {
    padding-right: 4px;
}

header {
    background: #fff
}

.banner {
    width: 100%;
    margin: 0px auto
}

.main {
    width: 100%;
    margin: 0px auto;
    background: #fff;
    padding: 0px;
}

.clear {
    clear: both
}

em {
    font-style: normal
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.cor99 {
    color: #999
}

input[type="checkbox"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eee;
    height: 16px;
    margin-right: 2px;
    vertical-align: middle;
    width: 16px;
}

.a-right {
    text-align: right
}

.a-left {
    text-align: left!important
}

.a-center {
    text-align: center!important;
    width: 100%
}


/* head */

.topinfo {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #404040
}

.topinfo .lefttel {
    float: left;
    color: #fff
}

.header-switch {
    float: left;
}

.header-switch .form-language {
    float: right;
    position: relative;
    color: #fff;
    padding: 0 15px 0 0;
}

.header-switch .form-language span {
    display: inline-block;
}

.header-switch .form-language .icon {
    width: 15px;
    background: url(../images/arrow-white.png) left center no-repeat transparent;
    display: inline-block;
    margin-left: 0px;
}

.header-switch .form-language .language-select {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #5b5b5b;
    padding: 10px;
    left: 0;
    top: 40px;
    z-index: 999;
    border-top-width: 0;
    width: 130px!important;
}

.header-switch .form-language .language-select.active {
    display: block;
    width: 100%;
}

.header-switch .form-language .language-select a {
    color: #333;
    line-height: 24px;
    display: block;
    font-size: 12px;
}

.language-select a span {
    background: url(../images/countries-flag.png) no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}

.language-select a.default span {
    background-position: -320px -200px;
}

.language-select a.french span {
    background-position: -220px -60px;
}

.language-select a.german span {
    background-position: -360px -60px;
}

.language-select a.russian span {
    background-position: -80px -160px;
}

.language-select a.spain span {
    background-position: -120px -180px;
}

.language-select a.portuguese span {
    background-position: -460px -140px;
}


/* ============================================ *
 * Header Currency
 * ============================================ */

.language-switcher {
    float: left;
}

.header-switch .currency-switcher {
    float: right;
    position: relative;
    color: #222;
    font-size: 13px;
    border-radius: 10px;
    padding-right: 15px;
    cursor: pointer
}

.swbox {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 0 0 8px;
    height: 26px;
    line-height: 26px;
    box-shadow: 1px 2px 1px #eee;
}

.header-switch .currency-switcher .icon,
.hd-language .language-switcher .icon {
    width: 15px;
    background: url(../images/arrow-white.png) left center no-repeat transparent;
    display: inline-block;
    margin-left: 2px;
}

.header-switch .currency-switcher .currency-select,
.hd-language .language-switcher .currency-select1 {
    position: absolute;
    display: none;
    background-color: #fff;
    border: 1px solid #E4E4E4;
    padding: 10px 8px;
    min-width: 91px;
    left: -4px;
    top: 35px;
    z-index: 999;
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    left: 76px;
}

.header-switch .currency-switcher .currency-select.active,
.hd-language .language-switcher .currency-select1.active {
    display: block;
}

.header-switch .currency-switcher .currency-select a,
.hd-language .language-switcher .currency-select1 a {
    color: #333;
    line-height: 24px;
    display: block;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
}

.header-switch .currency-switcher .icon-angle-down{
    font-size: 14px;
    padding-right: 3px;
}
.hd-language .language-switcher i {
    font-size: 13px;
    padding-left: 8px;
}

.currency-select a span {
    background: url(../images/countries-flag.png) no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 13px;
    display: inline-block;
}

.currency-select a label {
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
}

.currency-select a.AUD span {
    background-position: -340px 0;
}

.currency-select a.GBP span {
    background-position: -260px -200px;
}

.currency-select a.CAD span {
    background-position: -360px -20px;
}

.currency-select a.USD span {
    background-position: -320px -200px;
}

.currency-select a.EUR span {
    background-position: -100px -60px;
}

.currency-select a.FRF span {
    background-position: -482px -23px;
}

.currency-select a.RUB span {
    background-position: -82px -162px;
}
.currency-select a.ZAR span {
    background-position: -40px -180px;
}

.currency-switcher span.c {
    background: url(../images/countries-flag.png) no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 13px;
    display: inline-block;
    margin-right: 4px;
}

.currency-switcher span.AUD {
    background-position: -340px 0;
}

.currency-switcher span.GBP {
    background-position: -260px -200px;
}

.currency-switcher span.CAD {
    background-position: -360px -20px;
}

.currency-switcher span.USD {
    background-position: -320px -200px;
}

.currency-switcher span.EUR {
    background-position: -100px -60px;
}

.currency-switcher span.FRF {
    background-position: -482px -23px;
}

.currency-switcher span.RUB {
    background-position: -82px -162px;
}
.currency-switcher span.ZAR {
    background-position: -40px -180px;
}

.header-links {
    color: #fff;
    width: 568px;
    float: right
}

.header-links .links {
    float: right
}

.header-links .links ul {
    display: block;
}

.header-links .links ul li {
    display: inline-block;
    padding: 0 8px;
    vertical-align: middle;
    line-height: 1.2;
}

.header-links .links ul li:last-child {
    border-right: none;
}

.header-links .links ul li a {
    color: #fff;
    font-size: 13px;
}

@media only screen and ( max-width:770px) {
    .header-links {
        display: none;
    }
}

.h_logo {
    width: 420px;
    float: left;
    margin: 12px 0 10px 0
}

.h_search {
    width: 380px;
    margin: 30px 0px 0px 10px;
    float: left;
    position: relative
}

.h_search .searchinput {
    line-height: 48px;
    height: 48px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding-left: 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    width: 100%;
    float: left;
    padding-right: 52px;
}

.h_search .searchinput:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.h_search .seabtn {
    border: 0 none;
    cursor: pointer;
    height: 46px;
    width: 50px;
    right: 1px;
    top: 1px;
    border: 0;
    cursor: pointer;
    color: #ff1c9d;
    position: absolute;
    border-left: 1px solid #ddd;
    background: none
}

.h_search .seabtn:before {
    content: "\e63f";
    font-size: 26px;
}

.h_links {
    float: right;
    margin-top: 24px;
}

.h_links li {
    width: 60px;
    float: right;
    margin-left: 40px;
    text-align: center;
}

.h_links li i {
    color: #ff1c9d;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    display: block
}

.h_links li p {
    font-size: 12px;
    color: #626262;
    font-weight: bold
}

.h_links li:nth-child(3) i {
    font-size: 36px;
}


/* ============================================ *
 * Header Custom Nav
 * ============================================ */

#header-custom-nav {
    width: 100%;
    background: #f2f2f2
}

#header-custom-nav .hcn-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#header-custom-nav .hcn-container .hcn-menu {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

#header-custom-nav .hcn-menu a {
    color: #000;
    font-size: 14px;
    display: block;
    padding: 0 30px 0 0;
    text-transform: uppercase;
}

#header-custom-nav .hcn-menu a:hover {
    text-decoration: none;
}

#header-custom-nav .hcn-menu a span {
    display: block;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 10px;
    text-rendering: optimizespeed;
    padding-top: 10px;
}

#header-custom-nav .hcn-menu a:hover span {
    text-decoration: underline;
}

#header-custom-nav .text-yellow a {
    color: #a4367a;
}

#header-custom-nav .hcn-sub {
    position: absolute;
    width: 200px;
    top: 40px;
    left: 0;
    border-top: 2px solid #ff1c9d;
    background-color: #fff;
    z-index: 1999;
    color: #666;
    padding-bottom: 10px;
    display: none;
}

#header-custom-nav .hcn-sub.active {
    display: block;
}

#header-custom-nav .hcn-sub dl {
    float: left;
    width: 100%
}

#header-custom-nav .hcn-sub dd a {
    color: #666;
    display: block;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 38px;
    text-decoration: none;
    text-transform: none;
    padding-left: 20px;
}

#header-custom-nav .hcn-sub dd:hover {
    background: #eaeaea
}

#header-custom-nav .hcn-sub dd {
    position: relative
}

#header-custom-nav .hcn-sub dd .hcn-sub-3 a:hover {
    text-decoration: underline
}

#header-custom-nav .hcn-sub dd:nth-child(1) .hcn-sub-3 {
    border-top: 2px solid #ff1c9d;
}

#header-custom-nav .hcn-sub dd .hcn-sub-3 {
    display: none;
    background: #fff;
    width: 200px;
    opacity: 0.9;
    top: -2px;
}

#header-custom-nav .hcn-sub dd:hover .hcn-sub-3 {
    display: block;
    position: absolute;
    left: 200px;
}

@media only screen and ( max-width:770px) {
    #header-custom-nav {
        display: none;
    }
}


/* star */

.star {
    background: url(../images/star.png) no-repeat scroll 0 0;
    float: left;
    height: 15px;
    width: 80px;
}

.star.sa0 {
    background-position: 0 0px;
}

.star.sa1 {
    background-position: -16px 0px;
}

.star.sa2 {
    background-position: -32px 0px;
}

.star.sa3 {
    background-position: -48px 0px;
}

.star.sa4 {
    background-position: -64px 0px;
}

.star.sa5 {
    background-position: -80px 0px;
}

.star.sa {
    background-position: -80px -0px;
    width: 15px;
    float: left
}

.star:hover.sa {
    background-position: -1px 0px;
    width: 15px;
    float: left;
    cursor: pointer
}

.star.current.sa {
    background-position: -1px 0px;
    width: 15px;
    float: left
}


/* line */

.l_or {
    width: 100%;
    margin: 56px 0 40px 0;
    height: 16px;
    background: url(../images/x.png) repeat;
    text-align: center;
}

.l_or i {
    background: #fff none repeat scroll 0 0;
    color: #333;
    line-height: 28px;
    margin-top: -6px;
    font-size: 28px;
    padding: 0 30px;
    display: inline-block;
    font-style: normal;
}

.footer {
    width: 100%;
    margin: 0px auto;
    background-color: #f9f9f9;
    margin-top: 20px;
}

.footer ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd
}

.footer a {
    color: #333;
}

.footer a:hover {
    text-decoration: none;
    color: #ff1c9d
}

.footer_b {
    height: 60px;
    width: 100%;
    float: left;
    line-height: 60px;
    padding: 0 16px;
    border-top: 1px solid #fff
}

.footer .f_s_s {
    width: 400px;
    float: left;
    margin-left: 0px;
    margin-top: 30px;
}

.footer .f_s_r {
    width: auto;
    margin-left: 450px;
}

.footer .f_s_r dl {
    width: 25%;
    float: left;
    padding: 30px 0
}

.footer .f_s_r dl dt {
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
}

.footer .f_s_r dl dd {
    line-height: 28px;
    font-size: 12px;
    text-transform: capitalize
}

.footer .f_s_r dl.bigtxt dd {
    font-size: 14px;
}

table.pretty01 {
    clear: both;
    width: 100%;
    border-top: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

table.pretty01 tbody tr td {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    line-height: 14px;
    padding: 12px 10px 12px 16px
}

.toolbar-top .pages {
    display: none
}

.toolbar-top .pager {
    float: left
}

.toolbar-top .pager .amount {
    display: none
}

.toolbar-bottom .sorter {
    display: none
}

.toolbar-bottom .pager {
    display: none
}

#nav {
    margin: 0px auto;
    max-width: 1240px;
    min-width: 300px;
    padding: 0px 20px;
}

.pcbaner .owl-pagination {
    display: none!important
}

.owl-theme .owl-controls {
    margin-top: 0!important
}

.pcbaner {
    display: none;
}

.swatches-container .swatch-img,
.swatches-container .swatch-span,
.swatches-split-list .swatches-split-item {
    margin: 0 8px 8px 0;
}

.swatches-container .swatch-img {
    border: 1px solid #eee;
}

.swatches-container .swatch-img.current {
    border: 2px solid #ff1c9d;
}

.swatches-container .color-swatch-options {
    display: inline-block;
}

.swatches-container .color-swatch-options .swatch-optionname {
    font-size: 12px;
    color: #000;
    text-align: center;
    padding-right: 8px;
    line-height: 16px;
    margin-top: -8px;
}

.tab-content .w {
    width: 1140px;
    margin: 0 auto;
}

.tab-content li {
    list-style: none;
}

.tab-content .laceFront,
.tab-content .laceColor {
    padding-top: 30px;
}

.tab-content .laceColor {
    margin-bottom: 30px;
}

.tab-content .detailsTitle {
    text-align: center;
}

.tab-content .detailsTitle h2 {
    color: #000;
    margin: 0;
    font-size: 35px;
    text-transform: uppercase;
    font-family: fantasy;
    display: inline-block !important;
}

.tab-content .brief {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-content .brief .tab-content .briefText {
    font-size: 20px;
    color: #fff;
    padding: 0 100px;
    background-color: #fe3e94;
}

.tab-content .briefLeft,
.tab-content .briefRight {
    width: 350px;
    height: 2px;
    background-color: #fe3e94;
}

.tab-content .laceFrontImg {
    text-align: center;
    margin-top: 30px;
}

.tab-content .WigCapSize {
    padding-top: 5px;
    background-color: #f2f2f2;
}

.tab-content .WigCapSizeTable {
    padding: 30px 0;
}

.tab-content .WigCapSizeTable table {
    background-color: #fff;
    width: 92%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
}

.tab-content .WigCapSizeTable table,
.tab-content .WigCapSizeTable table tr th,
.tab-content .WigCapSizeTable table tr td {
    font-size: 20px;
    color: #111;
    line-height: 20px;
    border: 1px solid #111;
}

.tab-content .WigCapSizeTable table tr th {
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}

.tab-content .WigCapSizeTable table tr td {
    padding: 15px 10px;
}

.tab-content .WigCapSizeTable .tab-content .firstTr td {
    padding: 0 5px;
    padding-top: 10px;
    vertical-align: initial;
}

.tab-content .WigCapSizeTable .tab-content .firstTr td p {
    margin: 10px 0;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
}

.tab-content .wigsCare {
    margin: 30px 0;
}

.tab-content .wigsCareBox {
    margin-top: 30px;
}

.tab-content .wigsCareTitle {
    width: 385px;
    height: 45px;
    position: relative;
    border: 2px solid #fe3e94;
    margin-left: 11%;
    margin-bottom: 10px;
}

.tab-content .wigsCareTitleBor {
    position: absolute;
    left: -25%;
    top: 2%;
    font-size: 25px;
}

.tab-content .wigsCareTitleBor .tab-content .num {
    color: #fe3e94;
    font-family: fantasy;
}

.tab-content .wigsCareT {
    color: #fff;
    padding: 2px 10px;
    font-size: 22px;
    background-color: #fe3e94;
}

.tab-content .wigsCareTextContent {
    width: 93%;
    margin-top: 10px;
    margin: 0 auto;
    padding: 10px;
    background-color: #f2f2f2;
}

.tab-content .wigsCareTextContent p {
    font-size: 20px;
    margin: 6px 0;
}

.tab-content .wigsCareTextContent .tab-content .lastP {
    color: #818181;
    font-size: 19px;
}

.tab-content .wigsCareTextContent .tab-content .lastP span {
    color: #fff;
    background-color: #959294;
    padding: 1px 5px;
}

.tab-content .buyerShowList ul {
    width: 93%;
    margin: 30px auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.tab-content .buyerShowBtn {
    margin: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
    background-color: #eb2d8d;
}

.tab-content .buyerShowExplain {
    width: 93%;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: #646464;
}

.tab-content .contactUsTitle {
    margin: 30px 0;
    text-align: center;
}

.tab-content .contactUsTextBox {
    margin: 0 auto;
    width: 70%;
}

.tab-content .contactUsText {
    margin: 5px 0;
    font-size: 22px;
}

.tab-content .contactUsIcon {
    margin: 30px 0;
}

.tab-content .contactUsIcon ul {
    width: 73%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.tab-content .contactUsIcon ul li {
    margin-left: 0;
    list-style: none;
}

.tab-content .contactUsIcon ul span {
    font-size: 20px;
}

.tab-content .contactUsIcon ul img {
    vertical-align: bottom;
    margin-right: 5px;
}

.tab-content .contactUsIcon ul i {
    margin: 0 8px;
    font-style: inherit;
    font-size: 20px;
}

.tab-content .lastBorderBox {
    margin-bottom: 50px;
}

.tab-content .lastBorder {
    width: 100%;
    height: 25px;
    background-color: #fe3e94;
    margin-bottom: 5px;
}

.tab-content .lastBorder1 {
    width: 100%;
    height: 5px;
    background-color: #fe3e94;
}

.tab-content .laceColorImgBox {
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.tab-content .laceColorText {
    color: #fff;
    padding: 5px 0;
    font-size: 25px;
    text-align: center;
    background-color: #fe3e94;
}

.tab-content .laceColorExplain {
    color: #4b4b4b;
    margin: 5px;
    text-align: center;
    background-color: #f2f2f2;
    font-size: 20px;
    padding: 10px 0;
}

.tab-content .laceColorExplain h3 {
    margin: 10px 0;
}

.tab-content .laceColorExplain p {
    margin: 5px 0;
}

.tab-content .WigCapSizeText {
    font-size: 20px;
    text-align: center;
    color: #4b4b4b;
    padding-bottom: 10px;
}

.tab-content .headbandBox {
    text-align: center;
    margin: 30px 0;
}

.tab-content .headbandBox p {
    margin: 10px 0;
    font-size: 20px;
}

.tab-content .installBox {
    margin: 30px 0;
}

.tab-content .installList ul {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.tab-content .installList ul li {
    margin: 10px 0;
}

.tab-content .installImg {
    position: relative;
}

.tab-content .installText {
    width: 100%;
    padding: 5px 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-color: #fe3e94;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tab-content .headbandTitle {
    margin: 15px 0;
    font-size: 25px;
    text-transform: uppercase;
}

.tab-content .brief .briefText {
    font-size: 20px;
    color: #fff;
    padding: 0 100px;
    background-color: #fe3e94;
}

.wide span {
    color: #757575;
}

element.style {}

.p-box dd.d-box div {
    line-height: 22px;
    color: #666;
}

.bys-bzanicobox {
    position: relative;
}

.bys-bzansvghover {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.buyers-bzanw,
.buyers-bzanp,
.buyers-bzanpic {
    background: none;
    position: absolute;
    bottom: auto;
    top: 0;
    right: 0;
    text-align: center;
    padding: 3px 10px;
    border-radius: 10px;
    display: flex;
}

.buyers-bzanw .buyers-bzanum,
.buyers-bzanp .buyers-bzanum,
.buyers-bzanpic .buyers-bzanum {
    padding-left: 2px;
}

.buyers-bzanw .active .bys-bzansvghover,
.buyers-bzanp .active .bys-bzansvghover,
.buyers-bzanpic .active .bys-bzansvghover {
    display: block;
}

.buyers-bzanw .active .bys-bzansvg,
.buyers-bzanp .active .bys-bzansvg,
.buyers-bzanpic .active .bys-bzansvg {
    opacity: 0;
}

#customer-reviews dl dd {
    position: relative;
}

.buyers-bzanw .bys-bzansvghover {
    top: 1px;
}

.dtlbox-review-img .buyers-bigdtl-tit {
    display: block;
    color: #ff1c9d;
    padding: 5px 0;
}


/* shopcart prolist new */

.shopcarts_prolists {
    padding: 15px 0;
}

.shopcarts_prolists .shopcarts_prolitit ul {
    display: flex;
}

.shopcarts_prolists .shopcarts_prolitit {
    border-bottom: 1px solid #eee;
}

.shopcarts_prolists .shopcarts_prolitit ul li {
    padding: 10px;
}

.shopcarts_prolists .shopcarts_prolitit ul li:first-child {
    width: 46%;
}

.shopcarts_prolists .shopcarts_prolitit ul li:nth-child(2) {
    width: 18%;
}

.shopcarts_prolists .shopcarts_prolitit ul li:nth-child(3) {
    width: 18%;
}

.shopcarts_prolists .shopcarts_prolitit ul li:last-child {
    width: 18%;
}

.shopcarts_prolists #productinfo_checkboxs .gw_product-image {
    width: 82px;
}

.shopcarts_prolists #productinfo_checkboxs .fcp-items {
    display: flex;
    position: relative;
}

.shopcarts_prolists #productinfo_checkboxs .fcp-col-product-r {
    float: left;
    width: 260px;
    padding-left: 10px;
    box-sizing: border-box;
}

.shopcarts_prolists .qty-wrapper {
    position: relative;
    width: 81px;
}

.shopcarts_prolists .qty-wrapper input.input-text {
    height: 26px!important;
    line-height: 26px!important;
    border-left: none;
    border-right: none;
    border-radius: 0;
    text-align: center;
}

#productinfo_checkboxs .qty-wrapper .qty-lessa {
    left: 0;
}

#productinfo_checkboxs .qty-wrapper .qty-lessa,
#productinfo_checkboxs .qty-wrapper .qty-morea {
    position: absolute;
    top: 0;
    width: 20px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #CCC;
    background: #eee;
    right: 0;
}

.shopcarts_prolists .qty-wrapper .qty-lessa,
.shopcarts_prolists .qty-wrapper .qty-morea {
    position: absolute;
    top: 0;
    width: 20px;
    height: 26px;
    line-height: 26px;
    margin: 0;
    padding: 0;
    line-height: normal;
    cursor: pointer;
    border: 1px solid #CCC;
    background: #eee;
    right: 0;
}

.shopcarts_prolists .qty-wrapper .qty-lessa {
    left: 0;
}

.shopcarts_prolists #productinfo_checkboxs .fcp-col-product {
    width: 46%;
}

#productinfo_checkboxs .fcp-col-siglprice {
    display: none;
}

.shopcarts_prolists #productinfo_checkboxs .fcp-col-siglprice {
    display: block;
    width: 15.5%;
}

.shopcarts_prolists #productinfo_checkboxs .fcp-col-qty {
    width: 19.3%;
    padding-top: 15px;
}

.shopcarts_prolists #productinfo_check .fcp-col-subtotal {
    width: 13%;
}

.shopcarts_prolists #productinfo_checkboxs .fcp-col-qty .qty-remove {
    border: 0;
    background: none;
    padding: 0 15px 0 25px;
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 16px;
}

.shopcarts_prolists #productinfo_check {
    max-height: none;
}

.input-box #coupon-code.input-text {
    width: 240px;
}

.firetxt-botm {
    text-align: center;
    color: #483e40;
    font-weight: 500;
}

#discount-code div.input-box {
    margin-top: 21px;
    float: none;
    width: 100%;
}

#discount-code .input-field-wrapper {
    width: 70%;
}

#discount-code .input-box #coupon-code.input-text {
    width: 100%;
    margin: 0;
}

#coupon-apply,
#coupon-cancel {
    padding: 0;
    width: 30%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0;
    margin: 0;
}

.firecheckout-set #review-buttons-container {
    text-align: center !important;
}


/* new paypal-express-review css*/

.paypal-express-review .box-title h3 {
    padding-bottom: 10px;
}

.paypal-express-review .box-content #shipping_method_form #shipping_method {
    border: 1px solid #fe3e94;
    background: #ffedf5;
    outline: none;
    width: 326px !important;
}

.paypal-express-review .box-content #shipping_method_form fieldset {
    position: relative;
    width: 326px !important;
}

.paypal-express-review .box-content #shipping_method_form fieldset:after {
    position: absolute;
    top: 10px;
    right: 10px;
    content: "";
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transform: rotate(-135deg);
    border-radius: 2px;
}

.paypal-express-review #details-reload .data-table tbody tr {
    text-align: center;
}

.paypal-express-review #details-reload .data-table tbody tr td:first-child {
    width: 60%;
    text-align: left;
}

.paypal-express-review #details-reload .data-table tbody tr td:nth-child(2) {
    text-align: center;
}

.paypal-express-review .legend {
    background: #f4f4f4;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}


/* firecheckout 邮箱验证弹框 */

.login-panelbg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 180;
    display: none;
}

.login-panelbox {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 715px;
    background-color: #fff;
    z-index: 999;
    display: none;
    border-radius: 15px;
}

.login-panelcon {
    padding: 40px 55px 42px;
    position: relative;
    text-align: center;
}

.login-paneltit {
    font-weight: bold;
    color: #000000;
    font-size: 27px;
    border-bottom: 1px solid #e0dede;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.login-paneltxt ul {
    padding: 0 15%;
}

.login-paneltxt ul li {
    list-style: none;
    text-align: left;
    padding-bottom: 10px;
}

.login-paneltxt ul li .lgform-listit {
    color: #000000;
    font-size: 20px;
    margin-bottom: 12px;
}

.login-paneltxt ul li input {
    border: 1px solid #999;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    padding: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
}

.input-boxvad {
    font-size: 13px;
    color: #ff0000;
    display: block;
    padding: 5px 0;
}

.lgform-listbtn {
    color: #fff;
    background-color: #e92d8d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    border: 0;
    width: 100%;
    border-radius: 5px;
    line-height: 50px;
    cursor: pointer;
}

.forgetbox {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 10px 0 20px;
    font-weight: 500;
}

.forgetbox .forgetboxl {
    color: #e92d8d;
}

.forgetbox .forgetboxr a {
    color: #999999;
}

.login-paneltit i {
    color: #e92d8d;
    font-size: 13px;
    display: block;
    font-weight: 500;
    padding-top: 15px;
    font-style: normal;
}

.login-panelclose {
    position: relative;
    cursor: pointer;
}

.login-closel,
.login-closer {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 3px;
    height: 30px;
    background: #000;
    border-radius: 3px;
    transform: rotate(-45deg);
}

.login-closer {
    transform: rotate(45deg);
}

.errotips {
    max-height: 37px;
    overflow: hidden;
    margin-bottom: 30px;
}

.errotips .input-boxvad {
    font-size: 15px;
    color: #ff0000;
    display: block;
    padding: 5px 0;
    background: #eee;
    border-left: 5px solid #f00;
}

.forgettips {
    font-size: 14px;
    color: #333;
    background: #eee;
    padding: 10px;
    text-align: left;
    margin-bottom: 10px;
}

.forgettips-sus {
    border-left: 6px solid #14c909;
}

.forgettips-erro {
    border-left: 6px solid #ff0000;
}

.link-forgot-password:hover {
    text-decoration: underline;
}
.firecheckout-set .form-list select{height: 36px !important;border: 1px solid #d9dbdc;color: #000;-webkit-appearance: auto;}
/* Cart Is Empty */
.cart-empty{text-align: center;}
.cart-empty .page-title .cart-empty-tit{font-size: 28px;color: #000;font-weight: 600;margin-bottom: 5px;}
.cart-empty .cart-empty-txt{font-size: 23px;color: #000;font-weight: 500;}
.cart-empty .cart-empty-btn a{color: #fff;background: #000;padding: 13px 69px;font-size: 20px;font-weight: 500;display: inline-block;margin-top: 25px;border-radius: 50px;}
.cart-empty-hotpro{text-align: left;}
.cart-empty-hotitle{font-size: 28px;font-weight: 600;text-align: center;padding: 60px 0px 40px;}
.cart-empty-hotpro ul.highly-recommend{flex-wrap: wrap;}
.cart-empty-hotpro .highly-recommend li{margin-bottom: 20px;}
.CouponSave-fourbox {
    padding: 20px 0px 50px;
    display: flex;
    justify-content: space-between;
}

.CouponSave-fourbox .CouponSave-fourli {
    width: 24%;
    text-align: center;
}

.CouponSave-fourbox .CouponSave-fourli a {
    display: block;
    color: #fff;
    background: #000;
    line-height: 80px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
}
.account-create-checkbox{display: flex;color: #999;padding: 10px 0 0;}
.account-create-checkbox a{text-decoration: underline;color: #999;}
.account-create-checkbox label{padding-left: 5px;width: 90%;}
.policys-checkbox{padding-top: 20px;}
.col3-fire-set #billing-address .account-create-checkbox label,.col3-fire-set #billing-address .account-create-checkbox label a{color: #757575;font-weight: 500;}
.col3-fire-set #billing-address .policys-checkbox{padding-top: 5px;}
.firecheckout-set .form-list .account-create-checkbox label{width: 90%;}
/* buy one get one */
.Ydetail_buygets {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.Ydetail_coup {
    width: 72px;
    height: 56px;
    line-height: 1.0;
    text-transform: uppercase;
    font-style: italic;
    color: #fff;
    background: #eb2d8c;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 30px 30px 0;
    text-align: left;
    padding: 11px 5px;
    box-sizing: border-box;
}

.Ydetail_coupt {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.Ydetail_coupb {
    font-size: 12px;
    font-weight: 600;
}
/* home 提示弹框 */
.home-newtoptips-box{background: #fff;position: fixed;top: -150%;left:50%; z-index: 9999999;width: 540px;transition: .6s;box-sizing: border-box;margin: 0;transform:translate(-50%,-150%);}
.home-newtoptips-box .home-newtoptips-bcon{position: relative;padding-bottom: 30px;}
.home-newtoptips-box .home-newtoptips-close{position: absolute;top: 3px;right: 3px;}
.home-newtoptips-box .home-newtoptips-txt{text-align: center;padding:30px;box-sizing: border-box;}
.home-newtoptips-box .home-newtoptips-txt span{display: block;color: #000;text-transform: uppercase;line-height: 1.8;font-size: 18px;}
.home-newtoptips-box .home-newtoptips-txt span:first-child{font-size: 22px;line-height: 2.0;}
.newtoptips_fix {
    top: 50%;
    transform:translate(-50%,-50%);
}
.home-newtoptips-btn{display: flex;justify-content: center;}
.home-newtoptips-box .home-newtoptips-btn a{display: block;
    text-align: center;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #fff;
    background: #000;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    width: 30%;
    line-height: 42px;
    margin: 0 15px;}

/**header 搜索词**/
.Ytop-search-relatewords-root{
    display: none;
    position: absolute;
    top: 82px;
    left: 120px;
    background: #fff;
    padding: 30px 18px;
    z-index: 112;
    box-shadow: 0 0 2px 2px rgb(153 153 153 / 10%);
    box-sizing: border-box;
    width: 100%;
}
.top-header-suggestwords{
    display:none;
    box-sizing: border-box;
    width: 100%;
    max-height: 350px;
    overflow-y: scroll;
}
.top-header-suggestwords .catalogsearch-ajax-suggest{
    box-sizing: border-box;
    width: 100%;
}
.top-header-suggestwords .catalogsearch-ajax-suggest li{
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    min-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}