@font-face {
    font-display: swap;
    font-family: "NewYork";
    font-weight: 700;
    src: url('../font/NewYork/NewYork.e934fc1.otf'),
        url('../font/NewYork/NewYork.e934fc1.woff') format('woff'),
        url('../font/NewYork/NewYork.e934fc1.ttf') format('truetype');
}

@font-face {
    font-family: "Lora";
    font-weight: 400;
    src: url('../font/lora/Lora-Regular.eot');
    src: url('../font/lora/Lora-Regular.woff') format('woff'),
        url('../font/lora/Lora-Regular.ttf') format('truetype');
}

@font-face {
    font-display: swap;
    font-family: "VirgiTheory";
    src: url('../font/vir/VirgiTheory.2603124.ttf');
}

@font-face {
    font-family: "LoraMedium";
    font-display: swap;
    src: url('../font/lora/Lora-Medium-5.ttf') format('truetype');
}

@font-face {
    font-family: "Cellien Sans";
    font-weight: 400;
    src: url('../font/cellien-sans/cellien-sans.eot');
    src: url('../font/cellien-sans/cellien-sans.woff') format('woff'),
        url('../font/cellien-sans/cellien-sans.ttf') format('truetype');
}

@font-face {
    font-family: "Cellien Script";
    font-weight: 400;
    src: url('../font/cellien-script/cellien-script.eot');
    src: url('../font/cellien-script/cellien-script.woff') format('woff'),
        url('../font/cellien-script/cellien-script.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    word-break: keep-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    line-height: 1.6;
    font-family: 'Lora';
    color: #000;
    background: #fff;
    text-align: left;
    margin: 0;
}

img {
    border: 0;
    vertical-align: top;
}

:focus {
    outline: 0 ;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    line-height: 1.35;
}

h1 {
    font-size: 20px;
    font-weight: normal;
}

h2 {
    font-size: 18px;
    font-weight: normal;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

/* Content */
strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small,
big {
    font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/
.hide {
    display: none !important
}

/* Lists */
ul,
ol {
    list-style: none;
}

dl,
ul,
dd,
li,
ol,
div {
    margin: 0;
    padding: 0;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

/* Tools */
.hidden {
    display: none !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

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

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

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left ;
}

.f-right,
.right {
    float: right ;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

.img img,
.measurement_pop img {
    width: 100%;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

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

.font-74 {
    font-size: 74px;
}

.bor-white {
    border-bottom: 1px solid #fff;
}

.margin-lr-5 {
    margin: 0 -5px;
}

.margin-lr-10 {
    margin: 0 -10px;
}

.margin-lr-15 {
    margin: 0 -15px;
}

.margin-lr-20 {
    margin: 0 -20px;
}

.margin-lr-25 {
    margin: 0 -25px;
}

.margin-lr10 {
    margin: 0 10px;
}

.margin-lr15 {
    margin: 0 15px;
}

.margin-lr20 {
    margin: 0 20px;
}

.margin-lr25 {
    margin: 0 25px;
}

.margin-lr30 {
    margin: 0 30px;
}

.margin-lr60 {
    margin: 0 60px;
}

.margin-t10 {
    margin-top: 10px;
    margin-left: 14px;
    text-align: center;
}

.margin-t15 {
    margin-top: 15px;
}

.margin-t25 {
    margin-top: 25px;
}

.margin-t30 {
    margin-top: 30px;
}

.margin-t40 {
    margin-top: 40px;
}

.margin-t60 {
    margin-top: 60px;
}

.margin-b25 {
    margin-bottom: 25px;
}

.margin-b30 {
    margin-bottom: 30px;
}

.margin-b40 {
    margin-bottom: 40px;
}

.four-show {
    width: 33.33%;
    padding: 5px 15px;
}

.index_show_flex {
    display: flex;
    flex-wrap: wrap;

    img {
        height: 600px;
        object-fit: cover;
    }
}
.index-four-pc .pc-radius .display-flex:first-of-type  .padding-lr15.category-item:nth-child(-n+3){
    margin-bottom: 40px;  
  }
    /* .index-three-phone {
        display: none;
    } */
.padding-tb60.cate-weddingParty.img.index-three-pc{
    .display-flex.margin-lr-15:first-child{
        .margin-b40.padding-lr15:first-child {
            a img {
                border-top-left-radius: 20px;
            }
        }
    }
}
.padding-tb60.cate-weddingParty.img.index-three-pc{
    .display-flex.margin-lr-15:last-child{
        .margin-b40.padding-lr15:last-child {
            a img {
                border-bottom-right-radius: 20px;
            }
        }
    }
}

.margin-b60 {
    margin-bottom: 60px;
}

.padding-lr10 {
    padding: 0 10px;
}

.padding-lr15 {
    padding: 0 15px;
}

.padding-lr20 {
    padding: 0 20px;
}

.padding-lr25 {
    padding: 0 25px;
}

.padding-lr30 {
    padding: 0 30px;
}

.padding-lr60 {
    padding: 0 60px;
}

.padding-tb60 {
    padding: 60px 0;
}

.one-whole {
    width: 100%
}

.one-half {
    width: 50%
}

.one-third {
    width: 33.33333%
}

.two-thirds {
    width: 66.66667%
}

.one-quarter {
    width: 25%
}

.two-quarters {
    width: 50%
}

.three-quarters {
    width: 75%
}

.one-fifth {
    width: 20%
}

.two-fifths {
    width: 40%
}

.three-fifths {
    width: 60%
}

.four-fifths {
    width: 80%
}

.one-sixth {
    width: 16.66667%
}

.two-sixths {
    width: 33.33333%
}

.three-sixths {
    width: 50%
}

.four-sixths {
    width: 66.66667%
}

.five-sixths {
    width: 83.33333%
}

.one-eighth {
    width: 12.5%
}

.two-eighths {
    width: 25%
}

.three-eighths {
    width: 37.5%
}

.four-eighths {
    width: 50%;
}

.five-eighths {
    width: 62.5%;
}

.six-eighths {
    width: 75%;
}

.seven-eighths {
    width: 87.5%;
}

.display-flex,
.flex {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex !important;
}

.inline-flex {
    display: -ms-inline-flex;
    display: -webkit-inline-flex;
    display: inline-flex !important;
}

.flex_column {
    flex-direction: column
}

.flex_wrap {
    flex-wrap: wrap
}

.flex_xc,
.justify-center {
    justify-content: center
}

.flex_xb {
    justify-content: space-between
}

.flex_xa {
    justify-content: space-around
}

.flex_yc,
.align-center {
    align-items: center
}

svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}

.icon {
    width: 22px;
    height: 22px;
    color: #000;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.transform-capitalize {
    text-transform: capitalize;
}

.transform-uppercase {
    text-transform: uppercase;
}

.transform-lowercase {
    text-transform: lowercase;
}



/* ======================================================================================= */
/* Layout ================================================================================ */
.tb-wrapper {
    min-width: 996px;
}

.account-wrapper .main {
    padding-top: 35px;
}

.page-print {
    background: #fff;
    padding: 25px 30px;
    text-align: left;
}

.page-empty {
    background: #fff;
    padding: 20px;
    text-align: left;
}

.page-popup {
    background: #fff none repeat scroll 0 0;
    padding: 25px 30px;
    text-align: left;
}

/* .main, 修改主页 已经在另一个css中定义
.container {
    max-width: 1425px;
    margin: 0 auto;
    padding: 0 30px;
    min-height: 600px;
    text-align: left;
} */

.cms-home .main {
    max-width: 100%;
    padding: 0;
}

.catalog-category-view .main,
.catalogsearch-result-index .main {
    max-width: 100%;
    position: relative;
}

.col-left {
    width: 270px;
    display: inline-block;
    float: left;
    top: initial;
}

.col-main {
    float: right;
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
}

/* Base Columns */
/* 1 Column Layout */
.col1-layout .col-main {
    float: none;
    width: auto;
}


/* 3 Columns Layout */
.col3-layout .col-main {
    width: 475px;
    margin-left: 17px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 45%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

.account-left-nav {
    width: 200px;
    border: 1px #ebebeb solid;
    background-color: #fff;
    margin-bottom: 10px;
    float: left;
    display: none;
}

.account-left-nav .login-bg {
    background-color: #fafafa;
    margin: 1px;
    padding: 10px 12px;
}

.account-left-nav .login-bg h3 {
    font-size: 12px;
    color: #000;
    font-weight: normal;
}


.account-left-nav .login-bg .ul-help {
    margin-top: 10px;
}

.account-left-nav .ul-help li {
    color: #000;
    padding-left: 8px;
    margin-bottom: 6px;
    background: url(../images/login-li.gif) no-repeat left 6px;
}

.account-left-nav .ul-help .ul-help-sub {
    margin-top: 10px;
}

.account-left-nav .ul-help li a {
    text-decoration: underline;
}

.account-left-nav .ul-help li a:hover {
    color: #c4156e;
}

.account-right-centont {
    width: 764px;
    margin: 0 auto;
}

.col2-set .col-2.registered-users {}

.col2-set .col-2.registered-users .form-list li {
    width: 260px;
    float: left;
}

.col2-set .col-2.registered-users .form-list {
    width: 520px;
    overflow: hidden;
    float: left;
}

.col2-set .col-2.registered-users .login-forgot {
    width: 210px;
    float: left;
}

.col2-set .col-2.registered-users .login-forgot li {
    overflow: hidden;
    padding-bottom: 8px;
}

.col2-set .col-2.registered-users .login-forgot button {
    width: 74px;
    height: 23px;
    background: url(../images/login-in.gif) no-repeat;
}

.col2-set .col-2.registered-users .login-forgot span {
    border: 0;
    background: none;
    text-indent: 999px;
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */

/* Form Elements */
a {
    color: #000;
    text-decoration: none;
}

input,
select,
button {
    vertical-align: middle;
    background-color: #fff;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    font-size: 14px;
    font-family: Lora;
    padding: 5px;
}

input.input-text,
select,
textarea {
    background: #fff;
}

textarea {
    overflow: auto;
    border: 1px solid #ccc;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 40px;
}

button.button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
    border: none;
    padding: 0;
    font-family: LoraMedium;
    background: #cc7f85;
    color: #fff;
}

/* <- Safari & Google Chrome Fix */
button.button span {
    display: block;
    background: #cc7f85;
    padding: 0 8px;

    text-align: center;
    white-space: nowrap;
    color: #fff;
}

button.button span span {
    border: 0;
    padding: 0;
}

button.disabled span {
    border-color: #bbb !important;
    background: #bbb !important;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form lists */
/* Grouped fields */
.contacts-index-index .form-list label.required {
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
    top: 0;
}

.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    position: relative;
    z-index: 0;
}

.form-list label.required {
    line-height: 22px;
    font-weight: normal;
    top: 23px;
    float: left;
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #c4156e;
    position: absolute;
    top: 0;
    right: -10px;
}

.form-list li.control label {
    float: none;
    font-weight: normal;
    font-size: 14px;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list .input-box {
    display: block;
    clear: both;
    width: 252px;
    float: right;
}

.contacts-index-index .form-list .input-box,
.cms-contact-us-html .form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
    float: left;
}

.cms-contact-us-html .form-list .field {
    float: left;
    width: 275px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
    width: 260px;
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.my-account .back-link a {
    color: #d32c81;
    text-decoration: underline;
}


.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

/* Form Validation */
.validation-advice {
    font-size: 12px;
    padding: 4px 0;
    color: #F31544;
    animation-name: validation;
    animation-duration: 2s;
}

.input-box-size-guide .validation-advice,
.input-box-jacket-guide .validation-advice {
    display: none;
}

@keyframes validation {
    0% {
        margin-left: 0px;
    }

    25% {
        margin-left: 8px;
    }

    50% {
        margin-left: 20px;
    }

    100% {
        margin-left: 0px;
    }
}

.validation-failed {
    border: 1px solid #eb340a !important;
    background: #faebe7 !important;
}

.validation-passed {}

p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
}
#contact p.required {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
    --swiper-theme-color: #007aff;
    --swiper-navigation-size: 44px;
    line-height: 1.6;
    list-style: none;
    list-style-type: none;
    word-break: keep-all;
    box-sizing: border-box;
    color: #EB340A;
    padding: 0;
    font-family: Lora;
    font-size: 15px;
    margin: 0 0 10px;
    text-align: left;
}
/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.detailError {
    position: absolute;
    width: 150px;
    color: #df280a;
    font-weight: bold;
    bottom: -1px;
    right: 2px;
    z-index: 2;
}

.notice {
    color: #e26703;
}

.messages,
.messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.messages {
    width: 100%;
    overflow: hidden;
}

.messages li {
    margin: 0 0 10px !important;
}

.messages li li {
    margin: 0 0 3px !important;
}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}

.error-msg {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    color: #df280a;
}

.success-msg {
    border-color: #446423;
    background-color: #eff5ea;
    background-image: url(../images/i_msg-success.gif);
    color: #3d6611;
}

.note-msg,
.notice-msg {
    border-color: #fcd344;
    background-color: #fafaec;
    background-image: url(../images/i_msg-note.gif);
    color: #3d6611;
}

/* BreadCrumbs */
.breadcrumbs {
    font-size: 14px;
    margin: 15px 0;
    overflow: hidden;
}

.catalog-category-view .main .breadcrumbs,
.catalogsearch-result-index .main .breadcrumbs {
    display: none;
}

.breadcrumbs li {
    color: #6D6D6E;
    float: left;
    position: relative;
}

.breadcrumbs li.home {
    color: #6D6D6E;
    float: left;
    z-index: 6;
}

.breadcrumbs li.home span {
    color: #000;
    font-family: 'Lora';
}

.customer-account-login .col1-layout .breadcrumbs li.home a::after {
    content: "Home";
}

.breadcrumbs li.home a {
    color: #6D6D6E;
    padding: 0 0 0 8px;
    text-decoration: none;
    display: inline-block;
    float: left;
}

.breadcrumbs li span {
    display: inline-block;
    float: left;
    padding: 0 5px;
}

.breadcrumbs li a {
    color: #a1a1a1;
    display: inline-block;
    float: left;
    text-decoration: none;
}

.breadcrumbs li h1 {
    color: #6D6D6E;
    float: left;
    position: relative;
    font-size: 11px;
}

.breadcrumbs li a i {
    display: inline-block;
    height: 12px;
    width: 12px;
}

.breadcrumbs li a i:after {
    content: "/";
    width: 12px;
    height: 14px;
    display: block;
}

.breadcrumbs li a:hover {
    text-decoration: none;
}

.breadcrumbs li.last a {
    display: inline-block;
    float: left;
    padding: 0 10px 0 0;
    text-decoration: none;
}

.breadcrumbs .font01 {
    font-size: 12px;
    padding-left: 12px;
}

/* Page Heading */
.page-title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px;
    text-align: center;
}

.page-title h1,
.page-title>h2 {
    margin: 0;
    font-size: 20px;
    color: #0a263c;
}

.my-account .page-title>h2 {
    border-bottom: 1px solid #eee;
    color: #333;
    font-family: 'Lora';
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 6px;
    text-align: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons>h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
    float: left;
}

.subtitle,
.sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #e25203;
}

/* Pager */
.limiter>label {
    color: #000;
    font-family: 'Lora';
    font-size: 11px;
}

.toolbar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 20px;
}

.sort-by {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.sort-link a {
    border-bottom: 1px solid #d4e0dc;
    border-top: 1px solid #d4e0dc;
    color: #918696;
    display: block;
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 18px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}

.sort-link a:hover {
    background: #f2dde5;
    border-color: #f2dde5;
    text-decoration: none;
}

.sort-link a::after {
    background: #d4e0dc none repeat scroll 0 0;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 15%;
    width: 1px;
}

.sort-link a.on+a::after {
    display: none;
}

.sort-link a:first-child {
    border-bottom-left-radius: 10px;
    border-left: 1px solid #d4e0dc;
    border-top-left-radius: 10px;
}

.sort-link a:first-child::after {
    display: none;
}

.sort-link a:last-child {
    border-bottom-right-radius: 10px;
    border-right: 1px solid #d4e0dc;
    border-top-right-radius: 10px;
}

.sort-link a.on {
    background-color: #ff008a;
    border-color: #ff008a;
    color: #fff;
    font-weight: bold;
}

.sort-link a.on::after {
    display: none;
}

.sort-by>label {
    text-transform: uppercase;
}

.sort-link a:nth-child(2) {
    padding: 0 22px 0 15px;
}

.sort-icon {
    position: absolute;
    right: 125px;
}

.pager .amount {
    float: left;
    margin: 0;
    color: #666666;
    display: none;
    line-height: 21px;
    margin-right: 6px;
}

.toolbar-bottom .pager .amount {
    display: inline-block;
}

#customer-reviews .pager .amount {
    float: left;
}

.pager .limiter {
    float: left;
    display: inline-block;
    color: #666666;
    margin-left: 274px;
    display: none;
}

.toolbar-bottom .pager .limiter,
.toolbar .pager .limiter {}

.pager .limiter a {
    padding: 2px 5px;
    color: #000;
    border: 1px solid #cfd0cf;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    float: left;
    margin-right: 4px;
}

.pager .limiter a:hover {
    background-color: #D32C81;
    color: #fff;
    text-decoration: none;
}

.pager .limiter a.selected {
    background-color: #ddd;
    color: #000;
}

.pager .pages strong {
    font-family: 'Lora';
    font-size: 11px;
    color: #000;
    font-weight: normal;
}

.pager .pages ol {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.pager .pages li {
    margin: 0 4px;
}

.pager .pages a {
    border: 1px solid #ddd;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    text-align: center;
}

.pager .pages strong,
.pager .limiter .tems-per {
    display: inline-block;
    line-height: 22px;
    float: left;
    padding-right: 5px;
}

.pager .pages .current {
    background: #cc7f8536;
    color: #000;
    padding: 0;
    border: 1px solid #ddd;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}


.pager .pages a:hover {
    background-color: #cc7f8536;
}

/* Sorter */
.sorter {
    font-size: 11px;

    padding: 3px 8px;
    border-top: 1px solid #e2e2e2;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
    float: right;
}

.sorter .sort-by label {
    vertical-align: middle;
}

.sorter .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

/* Toolbar */

.toolbar .pager .sort-by {
    float: left;
}

.toolbar-bottom .toolbar .pager .sort-by {
    display: none;
}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
}

.category-products {
    position: relative;
}

.category-products .sort-by select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    width: 160px;
    margin-left: 15px;
    font-size: 14px;
    vertical-align: top;
    padding: 0 0 0 10px;
}

.category-products .sort-by:after {
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px;
    transform: rotate(45deg);
}

.category-products .toolbar .pager {
    border-top: none;
}

.ship_hours {
    position: absolute;
    right: 260px;
    top: 0px;
    text-transform: uppercase;
}
.ship_hours :hover{
    border-color: #cc7f85;
    background-color: #f4e4e5;
    color: #000;
}


.ship_hours a {
    height: 30px;
    line-height: 30px;
    display: block;
    padding: 0 12px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.ship_hours li a:hover,
.ship_hours li.selected a {
    border-color: #cc7f85;
    background-color: #f4e4e5;
}

.nav_catalog_menus {
    background: #fef1ee;
    padding: 20px;
    gap: 15px;
}
.catalog_menus_title {
    font-size: 20px;
}

.nav_catalog_menus ul {
    gap: 10px;
    align-items: center;
}

.nav_catalog_menus ul li a {
    padding: 4px 6px;
    background: #fff8f7;
    border-radius: 5px;
}


/* Data Table */
.data-table {
    border: 1px solid #bebcb7;
    width: 100%;
}

.data-table .odd {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px dotted #ccc;
}

.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 none !important;
}

.data-table th {
    font-weight: bold;
    padding: 3px 8px;
}

.data-table td {
    padding: 8px 10px;
}

.data-table thead th {
    border-right: 1px solid #ddd;
    color: #000;
    vertical-align: middle;
    white-space: nowrap;
    font-family: LoraMedium;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th {
    background: #eee none repeat scroll 0 0;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first td {
    background: #eee none repeat scroll 0 0;
}

.data-table tfoot td {
    border-bottom: 0 none;
    border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
}

.data-table tbody.odd tr {
    background: #f8f7f5 none repeat scroll 0 0 !important;
}

.data-table tbody.even tr {
    background: #f6f6f6 none repeat scroll 0 0 !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0 none;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-style: italic;
    font-weight: bold;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

/* Generic Info Box */
.info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box>h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

.std .subtitle {
    padding: 0;
}

.std ol.ol {}

.std ul.disc {
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: none;
}

.std ol {
    list-style: none;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i,
.std em {
    font-style: italic;
}

/* Misc */
.links li {
    display: inline;
}

.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    color: #dc6809 !important;
    font-weight: bold;
}

.link-reorder {
    font-weight: normal;
    color: #000;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    font-weight: bold;
    color: #dc6809;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    width: 14px;
    height: 14px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 100%;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
    text-decoration: underline;
}

.btn-edit {
    display: none;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;

    text-indent: -999em;
    overflow: hidden;
}

.my-account a:hover {
    color: #d32c81;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.row-cart-qty.last {
    text-align: right;
}

.row-cart-qty.last a:hover {
    color: #ff008a;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */
.global-site-notice {
    border: 1px solid #cfcfcf;
    border-width: 0 0 1px;
    background: #ffff90;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2f2f2f;
}

.global-site-notice .notice-inner {
    width: 860px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    background: url(../images/i_notice.gif) 20px 25px no-repeat;
    text-align: left;
}

.global-site-notice .notice-inner p {
    margin: 0;
    border: 1px dotted #cccc73;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}


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

.header-wrapper {
    position: relative;
}

.cms-home .header-wrapper {
    /* -webkit-filter: drop-shadow(0px 0px 1px rgba(0, 0, 0)); */
    /* filter: drop-shadow(0px 0px 1px rgba(0, 0, 0)); */
    /* Similar syntax to box-shadow */
}

.cms-home .header-container:hover .header-wrapper {
    -webkit-filter: none;
    filter: none;
    /* Similar syntax to box-shadow */
}

.cms-home .fixed-active .header-wrapper {
    -webkit-filter: none;
    filter: none;
    /* Similar syntax to box-shadow */
}

.header-centont {
    padding: 25px 30px;
    box-sizing: border-box;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-left,
.header-right {
    display: flex;
    align-items: center;
    position: relative;
    gap: 15px;
}


.header-container {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: #fff;
    height: 186px;
}

.header-fixed {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fff;
    min-width: 100% ;
    transition: transform .2s;
}
#pagenotfound .header-fixed {
    position: relative;
}

.header-container .icon {
    width: 22px;
    height: 22px;
    color: #000;
}

.top-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;

    transform: translate(-50%, -50%);
}

.header-centont .logo img {
    width: 100%;
}

.links li.first {
    display: none;
}

.top-links,
.wish {
    display: inline-block;
    position: relative;
    /* z-index: 102; */
}

.acount-center {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 35px;
}

.user-panel {
    display: none;
    background-color: #fff;
    right: -10px;
    padding: 10px 10px 0;
    position: absolute;
    top: 35px;
    border-top: 0;
    width: 185px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    text-align: center;
    font-size: 14px;
    border: 1px solid #eee;
    flex-direction: column;
    text-transform: capitalize;
}

.user-panel a {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    display: block;
}
.user-panel a.account {
    height: 40px;
    line-height: 40px;
    border: #cc7f85 1px solid !important;
    color: #cc7f85 !important;
}

.account-links {
    background: #cc7f85;
    color: #fff;
}
/* added by Guo */

#header .account-links,
#header .account-links:hover {
    color: #fff;
}

.user-panel a.account-out {
    border: 1px solid #cc7f85 !important;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #cc7f85;
}

.user-panel a:last-child {
    border: none;
}

.top-links:hover .user-panel {
    display: flex;
}

.wish em,
.cart_num_total {
    position: absolute;
    right: 0;
    bottom: 5px;
    background-color: #cc7f85;
    line-height: 15px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    color: #fff;
    font-family: Arail;
    font-size: 12px;

}

a.nav-mywishlist-icon,
.mini-cart .cart-links {
    width: 32px;
    height: 35px;
    display: flex;
    position: relative;
    align-items: center;
}

.header-centont h1,
#search_mini_form {
    display: inline-block;
    margin: 0;
}

.top-language dt,
.top-currency dt {
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
}
.currency-select_shadow{
    filter: drop-shadow(0px 0px 4px black);
 }

.top-language,
.top-currency {
    position: relative;
}

.top-language span {
    padding-right: 5px;
}

.top-language span.language-img img {
    width: 22px;
    height: 22px;
}

.top-language .more-icon,
.top-currency .more-icon {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -40px 0;
    display: block;
    height: 6px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 12px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    width: 9px;
}

.header-left .block-content dd {
    background-color: #fff;
    display: none;
    left: -1px;
    padding: 8px 0;
    position: absolute;
    top: 35px;
    border-top: 0;
    width: max-content;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

body#search .top-currency dt::after {
    content: " ";
    margin-left: 6px;
    position: relative;
    margin-top: -2px;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    float: right;
    border-left: 5px solid #ffffff00;
    border-right: 5px solid #ffffff00;
    border-top: 6px dashed #000000;
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}
body#search .top-currency dt {
    color: #000000;
}

.top-currency.header-currency dt::after {
    content: " ";
    margin-left: 6px;
    position: relative;
    margin-top: -2px;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    float: right;
    border-left: 5px solid #ffffff00;
    border-right: 5px solid #ffffff00;
    border-top: 6px dashed #ffffff;
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}

/* .header-currency dt::after {
    content: " ";
    margin-left: 6px;
    position: relative;
    margin-top: -2px;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    float: right;
    border-left: 5px solid #ffffff00;
    border-right: 5px solid #ffffff00;
    border-top: 6px dashed #000000;
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
} */

.top-currency_black:hover dt::after {
    transform: rotate(360deg) !important;
    border-top: 6px dashed #000 !important;
}

.top-currency_black dt::after {
    border-top: 6px dashed #000 !important;
}

.top-currency:hover dt::after {
    transform: rotate(180deg);
}


.header-left .block-content {
    cursor: pointer;
    font-family: 'Lora';
    border: 1px solid #ffffff00;
    border-bottom: 0;
}

.top-currency span {
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 22px;
}

.language-duo img {
    vertical-align: initial;
}

.language-duo ul a,
.currency-duo ul a {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: left;
    padding: 0 10px;
}


.top-language dl:hover .language-duo,
.top-currency dl:hover .currency-duo {
    display: block;
}

.top-language dd:hover .currency-select,
.top-currency dd:hover .currency-select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #cccccc #cccccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    box-shadow: 1px 2px 4px #898989;
    color: #d32c81;
}


.language-duo ul a:hover,
.currency-duo ul a:hover {
    background: #f7f7f7;
}

.top-language .block-content:hover .more-icon {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.form-search {
    /* width:184px; */
    display: flex;
    align-items: center;
}

.form-search input.input-text {
    font-size: 13px;
    background: #fff;
    border: none;
    border-bottom: 2px solid #000;
}
.searchWrapper.isOpen .form-search #search{
    display: block;
    border-bottom: 1px solid #ddd !important;
    box-sizing: border-box;
    height: 40px;
    min-width:80% ;
    padding: 8px 12px;
    line-height: 22px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searchWrapper.isOpen .form-search #search:focus{
    border: 1px solid  #000 !important;
}
.form-search .search-btn {
    padding: 0;
    display: flex;
    align-items: center;
    background: none;
    cursor: pointer;
}

.mini-cart {
    position: relative;
    z-index: 102;
}

.mini-cart .hidden-cart {
    display: none;
    position: absolute;
    right: -1px;
    top: 35px;
    width: 390px;
    min-height: 80px;

    text-align: left;
    background: #fff;
    z-index: 109;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .15);
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.mini-cart .hidden-cart #cart-sidebar {
    padding: 30px 20px 0;
    height: 400px;
    overflow-y: auto;
}

/* 淇敼婊氬姩鏉℃粦鍧楃殑鏍峰紡 */
.hidden-cart ::-webkit-scrollbar-thumb {
    background-color: #cc7f85;
    /* 璁剧疆婊戝潡鐨勮儗鏅壊 */
    border-radius: 5px;
    /* 璁剧疆婊戝潡鐨勫渾瑙� */
}

/* 淇敼婊氬姩鏉℃粦鍧楀湪琚紶鏍囨偓鍋滄椂鐨勬牱寮� */
.hidden-cart ::-webkit-scrollbar-thumb:hover {
    background-color: #cc7f85;
    /* 璁剧疆鎮仠鏃剁殑鑳屾櫙鑹� */
}

/* 淇敼婊氬姩鏉＄殑灏哄 */
.hidden-cart ::-webkit-scrollbar {
    width: 6px;
    /* 璁剧疆婊氬姩鏉＄殑瀹藉害 */
    height: 6px;
    /* 璁剧疆婊氬姩鏉＄殑楂樺害 */
}

.mini-cart .head-title {
    padding-left: 40px;
    line-height: 15px;
    color: #000;
    text-align: left;
}

.head-title .header-shop {
    font-family: 'Lora';
    font-size: 12PX;
    color: #2f2f2f;
    font-weight: bold;
}

.head-title a:hover {
    text-decoration: none;
}

.wishlist-panel>p,
.top-links .user-panel.user-account>p {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 12px;
    text-align: center;
    padding-bottom: 10px;
}

.cart-outer li,
.top-wishlist .mini-products-list li {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.hidden-cart .product-image,
.top-wishlist .product-image {
    width: 72px;
}

.hidden-cart .product-details,
.top-wishlist .product-details {
    float: left;
    width: 278px;
    padding-left: 10px;
}

.top-links .logout-account {
    background: #cc7f85;
    border-radius: 16px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}


.top-links .logout-account a {
    color: #fff;
    display: block;
}

.mini-cart.over .hidden-cart {
    display: block;
}

#_desktop_cart:hover .active .hidden-cart,
#_desktop_cart .mini-cart:hover .hidden-cart,
#_desktop_cart .blockcart:hover .hidden-cart {
    display: block;
}


.mini-cart .hidden-cart .actions {
    background-color: #faf4f4;
    margin-top: 30px;
    padding: 20px 15px;
}

.hidden-cart .topcart-btn-links {
    display: flex;
    justify-content: space-between;
}

.hidden-cart .topcart-btn-links a {
    display: block;
    width: 49%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    font-family: 'LoraMedium';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.5px;
}

.hidden-cart .btn-viewBag {
    background: #cc7f85;
}

.hidden-cart .checkout-btn {
    background: #000;
}

.mini-cart .checkout-btn span {
    color: #fff;
    display: block;
}

.icon-circle {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.hidden-cart .product-name {
    margin-bottom: 5px;
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; */
}

.hidden-cart .item-options dd {
    color: #cc7f85;
}

.hidden-cart .item-options dd .details {
    display: inline-block;
    padding: 0 5px;
}

.hidden-cart .item-options dt.on {
    color: #666;
    font-size: 12px;
    padding-left: 30px;
}

.hidden-cart .item-options dd.on {
    color: #666;
    font-size: 12px;
}

.hidden-cart .item-options dd .details .icon,
.hidden-cart .btn-remove .icon {
    width: 16px;
    height: 16px;
    color: #666;
}

.hidden-cart .details_price_qty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.hidden-cart .details_remove {
    text-align: right;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.hidden-cart .price {
    font-size: 16px;
    width: auto;
    flex: 1;
    text-align: start;
    font-family: 'LoraMedium';
}

.hidden-cart .bor-black {
    display: inline-block;
    width: 1px;
    height: 13px;
    margin: 0 15px;
    background-color: #888;
}

.hidden-cart .btn-remove {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 0;
}

.hidden-cart .actions .subtotal {
    padding-bottom: 15px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.mini-cart .hidden-cart .cart-inner {
    padding: 30px 0px 0px 0px ;
    min-height: 80px;
}

.mini-cart .hidden-cart .cart-inner>p {
    text-align: center;
    font-size: 14px;
    font-family: 'LoraMedium';
}

.mini-cart .hidden-cart .cart-inner .no-cart-button {
    background-color: #faf4f4;
    margin-top: 30px;
    padding: 20px 15px;
}

.mini-cart .hidden-cart .cart-inner .no-cart-button a {
    background: #cc7f85;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    font-family: 'LoraMedium';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.5px;
}

.cms-index-index .col-main .std {
    display: none;
}

.cms-index-index .col-main .home-cart {
    overflow: hidden;
}

.cms-home .header-container {
    background: rgba(255, 255, 255, 0);
    height: auto;
}

.cms-home .header-fixed {
    background: rgba(255, 255, 255, 0);
}

.cms-home .header-centont .logo img {
    filter: invert(1);
}

.cms-home .form-search input.input-text {
    background: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    color: #fff;
}

/* .cms-home .top-currency dt::after {
    border-top-color: #ffffff;
} */

/* .cms-home .header-container .icon,
.cms-home .header-container a .icon, */
.cms-home .top-language dt,
.cms-home .top-currency dt,
.cms-home .parentMenu>h2 a {
    color: #fff;
}


.cms-home .fixed-active .nav-container .parentMenu>h2 a {
    /* text-shadow: -1px 1px 0 #000, 1px 1px 0 #000; */
    text-shadow: none;
}


.header-container.fixed-active .header-fixed,
.header-container:hover .header-fixed {
    /*   background: rgba(255, 255, 255, 1); */
}
.header_shadow {
    filter: drop-shadow(0px 0px 3px black);
}

.header_shadow_line {
    filter: drop-shadow(0px 0px 5px #494949);
}

.logo_a {
    filter: drop-shadow(0px 0px 4px black);
}

.search_line {
    position: relative;
    width: 161px;
    height: 2px;
    background-color: #fff;
    margin-top: -2px;
}

.fixed-active .top-currency dt::after,
.header-container:hover .top-currency dt::after {
    border-top-color: #000;
}

.fixed-active .header-centont .logo img,
.header-container:hover .header-centont .logo img {
    filter: invert(1);
}

.fixed-active .form-search input.input-text,
.header-container:hover .form-search input.input-text {
    /*  background: rgba(255, 255, 255, 1); */
    border-bottom-color: #000;
    color: #000;
}
.fixed-active .icon,
.fixed-active a .icon,
.header-container .icon,
.header-container a .icon,
.fixed-active .top-language dt,
.header-container .top-language dt,
.fixed-active .top-currency dt,
.header-container.top-currency dt,
.fixed-active .parentMenu>h2 a,
.header-container .parentMenu>h2 a {
    text-shadow: none !important;
    box-shadow: none !important;
}
.fixed-active .icon,
.fixed-active a .icon,
.header-container:hover .icon,
.header-container:hover a .icon,
.fixed-active .top-language dt,
.header-container:hover .top-language dt,
.fixed-active .top-currency dt,
.header-container:hover .top-currency dt,
.fixed-active .parentMenu>h2 a,
.header-container:hover .parentMenu>h2 a {
    color: #000 ;
    text-shadow: none;
}

.fixed-active .top-currency dt::after,
.header-container:hover .top-currency dt::after {
    border-top-color: #000;
}


/*********  Navigation *******/
.nav-container {
    position: relative;
    width: 100%;
}

#custommenu {
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    text-align: center;
    margin: 0 30px;
}

.menu {
    display: inline-block;
}

.parentMenu>h2 {
    text-transform: uppercase;
    margin: 0 15px;
    height: 50px;
    line-height: 50px;
}

.parentMenu>h2 a {
    display: block;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
}

.parentMenu>h2 a:after {
    box-sizing: content-box;
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: transparent;
    margin-top: -3px;
    padding: 0 8px;
    position: relative;
    left: -8px;
}

.menu:hover .parentMenu>h2 a {
    color: #cc7f85;
}

.menu:hover .parentMenu>h2 a:after {
    background-color: #cc7f85;
}

.menu-info {
    background: #fff;
    color: #000000;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    position: absolute;
    text-align: left;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 102;
    /* opacity: 0;
	visibility: hidden; */
    display: none;
}

.menu-info .column {
    padding: 30px;
    display: flex;
    justify-content: center;
}

.parentMenu-right .menu-info a {
    font-family: 'Lora';
    padding: 5px 0;
    font-weight: normal;
    display: block;
    font-size: 14px;
}

.parentMenu-right .menu-info .menu-title {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    margin-bottom: 10px;
    font-family: LoraMedium;
    text-transform: capitalize;
}

.parentMenu-right:hover .menu-info {
    /* visibility: visible;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall; */
    display: block;
}

.parentMenu-right .menu-info a:hover {
    color: #cc7f85;
    text-decoration: none;
}

.nav-container .menu-info .column-ul {
    vertical-align: top;
    min-width: 130px;
    padding: 0 15px;
}

.column-ul.ul-img {
    max-width: 240px;
}

.nav-container .menu-info li {
    line-height: 18px;
    font-weight: normal;
}

/*****banner******/
.snow img,
.swiper-slide img {
    width: 100%;
}

/* 棣栭〉锛歜anner start */
.snow {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.snow .swiper-slide a {
    display: block;
    color: #fff;
}

.snow .swiper-slide a img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.snow .banner-context {
    bottom: 20%;
    color: #fff;
    font-size: 18px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
    text-shadow: 0 0 5px #000000, 0 0 5px #ffffff;
    /* text-shadow: 0 0 5px #205311, 0 0 5px #ffffff; */
}

.snow .banner-context .theme {
    letter-spacing: 2px;
    margin-bottom: -10px;
}

.snow .banner-context .title {
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-family: "NewYork";
}

.banner .swiper-pagination {
    bottom: 10% !important
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, .2)
}

.banner .swiper-pagination .swiper-pagination-bullet-active:before {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    border-radius: initial;
    height: 2px;
    margin-right: 16px;
    position: relative;
    width: 8%;
}

.animation .swiper-pagination-bullet-active:before {
    animation: progress-3877e956 8.2s linear alternate forwards;
}

@keyframes progress-3877e956 {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

/* 首页 banner end*/
/* 热门类别 hot categories start*/
.home-title .title {
    font-family: "Cellien Sans";
    font-size: 80px;
    margin-left: -30px;
    font-weight: normal;
}

.home-title .title span {
    color: #cc7f85;
    font-family: "Cellien Script";
    font-size: 130px;
}

.home-title p.theme {
    font-size: 20px;
}

.hot-categories .item {
    height: calc(100% - 62px);
}

.hot-categories .item a {
    display: block;
}

.hot-categories .item-text span {
    display: inline-block;
    text-decoration: underline;
    font-size: 20px;
    padding: 10px 0;
}

.hot-categories .hotCate-link {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.hotCate-link .little-title {
    font-size: 20px;
    line-height: 3;
}

.hotCate-ul {
    width: 100%;
}

.hotCate-ul li a {
    display: block;
    background-color: #000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 9px 0;
    margin-top: 5px;
}

.hotCate-link p {
    font-size: 14px;
    text-decoration: underline;
}

/* 热门类别 hot categories end*/
/* 首页婚纱大图 weddingDress start*/
.cate-weddingDress-main {
    position: relative;
}

.cate-weddingDress .item-context {
    width: 100%;
    bottom: 10%;
    color: #fff;
    font-size: 18px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
}

.cate-weddingDress .item-context .title {
    letter-spacing: 2px;
    font-size: 40px;
    filter: drop-shadow(2px 2px 4px rgba(128, 128, 128, 0.7));
}

.cate-weddingDress .item-context p {
    font-size: 15px;
    letter-spacing: 1px;
    /*text-shadow: 2px 2px 2px rgba(128, 128, 128, 0.7); */
    filter: drop-shadow(2px 2px 4px rgba(128, 128, 128, 0.7));
}

/* 首页婚纱大图 weddingDress end*/
/* 婚礼和派对礼服 weddingParty start*/
.cate-weddingParty {
    background-color: #fffcf5;
}

.cate-weddingParty .home-title a {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: 1px;
}

.cate-weddingParty-container .item {
    position: relative;
}

.cate-weddingParty-container .item-text {
    width: 100%;
    bottom: 10%;
    color: #fff;
    font-size: 15px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制为两行 */
  -webkit-box-orient: vertical; /* 垂直方向布局 */
  overflow: hidden; /* 隐藏超出的内容 */
  text-overflow: ellipsis; 
  filter: drop-shadow(2px 2px 4px rgba(128, 128, 128, 0.7));
}

.cate-weddingParty-container .item-text .title {
    font-size: 22px;
    filter: drop-shadow(2px 2px 4px rgba(128, 128, 128, 0.7));
}

.cate-weddingParty-container .item-text .theme {
    font-size: 15px;
}

.radius-tl30 {
    border-top-left-radius: 30px;
}

.radius-br30 {
    border-bottom-right-radius: 30px;
}

/* 婚礼和派对礼服 weddingParty end*/
.pc-radius .display-flex:first-child .category-item:first-child img{
    border-top-left-radius: 30px;
}
.pc-radius .display-flex:last-child .category-item:last-child img{
    border-bottom-right-radius: 30px;
}

/* 首页轮播图 newArrivals start*/
.newArrivals-container {
    overflow: hidden;
}
.newArrivals-swiper {
    position: relative;
}
#new-arrivals .sm_text{
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
}
.newArrivals-swiper .swiper-slide .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.85);
}

.newArrivals-swiper .swiper-slide-next .item,
.newArrivals-swiper .swiper-slide-active .item,
.newArrivals-swiper .swiper-slide-duplicate-active .item {
    transform: scale(1);
}

.newArrivals-swiper .swiper-button-next,
.newArrivals-swiper .swiper-button-prev {
    background-color: rgb(255 255 255 / 80%);
    width: 40px;
    height: 60px;
    top: 40%;
}

.newArrivals-swiper .swiper-button-prev {
    left: 20px;
}

.newArrivals-swiper .swiper-button-next {
    right: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 26px;
    color: #000;
}

.pro-info .product-name {
    font-size: 15px;
}

.pro-info .special-price .price {
    font-size: 15px;
}

.newArrivals-swiper .price-box {
    justify-content: center;
    margin-top: 10px;
}

/* 首页轮播图 newArrivals end*/
/* 伴娘  bridesmaids  start*/
.cate-bride {
    background-color: #fff5f6;
}

.bride-container .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bride-container .bride-img a {
    display: block;
}

.bride-container .bride-img {
    /* height: calc(100% - 203px); */
}

.bride-container .bride--text {
    height: 203px;
}

.bride-container .bride--text .title {
    font-size: 22px;
    letter-spacing: 2px;
}

.bride-container .bride--text .theme {
    font-size: 15px;
    letter-spacing: 1px;
}

.bride-container .bride-_link .btn_link_bride {
    display: block;
    background-color: #000;
    padding: 13px 0;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}

/* 伴娘 bridesmaids  end*/
/* 五等份图标 block icons start*/
.slider-brand-wrapper .icon-with-bg {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
}

.slider-brand-wrapper .icon-with-col {
    width: calc(20% - 10px);
    padding: 3rem 1rem;
    margin: 0 5px;
}

.icon-with-col svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.icon-with-col {
    text-align: center;
}

/* 五等份图标 block icons  end*/
/* 其他分类 acc start*/
.cate-acc-container .item {
    position: relative;
}

.cate-acc-container .item-text {
    width: 100%;
    bottom: 10%;
    color: #fff;
    font-size: 18px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
    cursor: pointer;
}

.cate-acc-container .item-text .title {
    font-size: 22px;
}

.cate-acc-container .item-text .theme {
    font-size: 15px;
}

/* 其他分类 acc  end*/
.container {
    margin: 0 auto;
    overflow: hidden;
}

.containerin {
    /* 临时补错 */
    margin: 0 auto;
    overflow: hidden;
    /* padding-left: 10px; */
}

.home-collection {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.collection-left {
    width: 25%;
    padding-right: 50px;
}

.collection-right {
    width: 75%;
    overflow: hidden;
    position: relative;
}

.collection-left h3 {
    font-family: Montserrat, sans-serif;
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.collection-left p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 21px;
}

/* 棣栭〉棰滆壊灞曠ずstart */

.shop-by-color {
    margin-top: 100px;
    padding: 0;
    text-align: center;
    margin-bottom: -20px;
}

.shop-by-color .home-title,
.user-gallery-title {
    font-family: LoraMedium;
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 34px;
    padding: 0;
}

.color-family-box {
    width: 100%;
    position: relative;
}

.color-family-scroll-box {
    width: 100%;
}

.color-family-scroll-box::-webkit-scrollbar {
    display: none;
}

.color-family-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    width: 100%;
}

.color-family-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 112px;
    position: relative;
    padding: 0 12px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
}

.color-img-box {

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.color-img-border {
    border: none;
    padding: 3px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
}

.color-family-item.active .color-img-border {
    border: 2px solid #cc7f85;
}
.color-family-item:hover .color-img-border {
    border: 2px solid #cc7f85;
}

.color-img-border img {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.color-img-name {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    max-width: 60px;
    margin: 0 auto;
    width: 120%;
    text-align: center;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
}

.color-list-box {
    position: absolute;
    top: 100%;
    z-index: 12;
    margin-top: -1px;
    display: none;
}

.color-list-box.active {
    display: block;
}

.color-list-content {
    padding: 35px 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: capitalize;
    font-family: Open Sans;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 346px;
    max-height: 40%;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    border-radius: 11px;
}

.triangle-box-1,
.triangle-box-2 {
    position: absolute;
    background: #f6f6f6;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    top: -8px;
    margin-bottom: -7px;
    margin-left: -9px;
    border-radius: 0px 2px;
    z-index: -1;
}

.triangle-box-2 {
    z-index: 12;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}

.color-item-option {
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 0 0.5px 6px;
    border-radius: 4px;
    border: 2px solid transparent;
}
body#category .page,body#search .page{
    min-width:fit-content ;
}
.color-category .color-family-item:last-of-type .color-list-box {
    right: 0;
}
.color-category .color-family-item:last-of-type .color-list-box .triangle-box-1,
.color-category .color-family-item:last-of-type .color-list-box .triangle-box-2{
    left: 88%;
}
.color-item-option .color-item-content:hover {
    border: 2px solid #cc7f85;
}

.color-item-option .color-item-content {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.color-item-option .color-item-content:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 5.55768px #eee;
    box-shadow: 0 0 5.55768px #eee;
    border-radius: 5px;
}

.color-item-content .option_circle {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: relative;
    background-repeat: no-repeat;
}

.color-name {
    font-size: 12px;
    color: #000;
    margin-top: 3px;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    line-height: 14px;
    text-transform: capitalize;
}

.review-main h3 {
    font-family: LoraMedium;
    font-style: normal;
    font-size: 36px;
    line-height: 45px;
    text-transform: uppercase;
    margin-bottom: 18px;

}

.review-content {
    font-size: 18px;
    line-height: 25px;
    margin: 12px 0 20px;
}

.review_by {
    font-family: 'LoraMedium';
    display: block;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.shop-now {
    display: inline-block;
    font-family: Open Sans SemiBold;
    margin-top: 40px;
    font-size: 1.25vw;
    line-height: 33px;
    letter-spacing: .06em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #333;
}

@media screen and (max-width: 1400px) {
    .shop-now {
        font-size: 16px;
    }
}

.index-collection .swiper-button-next,
.index-collection .swiper-button-prev {
    position: absolute;
    bottom: 40px;
    right: 0px;
    height: 26px;
    background: none;
    top: initial;
    left: auto;
}

.index-collection .swiper-button-prev {
    right: 50px;
}

.white {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
}

.blue {
    background-color: #8acdfa !important;
}

.dusk {
    background-color: #9d9087 !important;
}

.cornsilk {
    background-color: #7d1b1b !important;
}

.teal {
    background-color: #006d74 !important;
}

.red {
    background-color: red !important;
}

.regency {
    background-color: #8c49b3 !important;
}

.pink {
    background-color: #ffc0cb !important;
}

.black {
    background-color: #000 !important;
}

.ivory {
    background-color: #f9f9f1 !important;
}

.light_sky_blue,
.light-sky-blue,
.light.sky.blue {
    background-color: #cbecfd !important;
}

.fuchsia {
    background-color: #c23092 !important;
}

.pearl_pink,
.pearl-pink {
    background-color: #fce1e8 !important;
}

.yellow {
    background-color: #ffff01 !important;
}

.grey {
    background-color: #c0c0c0 !important;
}

.royal_blue,
.royal-blue,
.royal.blue {
    background-color: #090c84 !important;
}

.watermelon {
    background-color: #fba2a8 !important;
}

.lavender {
    background-color: #c8c7ff !important;
}

.dark_navy,
.dark-navy,
.dark.navy {
    background-color: #232556 !important;
}

.lilac {
    background-color: #e5cdff !important;
}

.burgundy {
    background-color: #7f1232 !important;
}

.green {
    background-color: #709716 !important;
}

.beige {
    background-color: #dfc9b4 !important;
}

.purple {
    background-color: #b006bf !important;
}

.champagne {
    background-color: #e9d7b3 !important;

}

.orange {
    background-color: #e68b19 !important;
}

.daffodil {
    background-color: #f8f488 !important;
}

.sage {
    background-color: #e0fea6 !important;
}

.silver {
    background-color: #cecece !important;
}

.grape {
    background-color: #4d0559 !important;
}

.chocolate {
    background-color: #462104 !important;
}

.brown {
    background-color: #765c39 !important;
}

.gold {
    background-color: #fafbd3 !important;
}

.hunter_green,
.hunter-green,
.hunter {
    background-color: #002c15 !important;
}

.dark_green,
.dark-green {
    background-color: #033907 !important;
}

.mulberry {
    background-color: #4D0018 !important;
}

.rust {
    background-color: #6E2214 !important;
}

.papaya {
    background-color: #FA553A !important;
}

.peach {
    background-color: #FDD2AF !important;
}

.lemon {
    background-color: #E8C549 !important;
}

.moss {
    background-color: #446A1F !important;
}

.emerald {
    background-color: #028564 !important;
}

.mint-green,
.mint_green {
    background-color: #D9EAC0 !important;
}

.turquoise {
    background-color: #99D2B1 !important;
}

.spa {
    background-color: #78BBA5 !important;
}

.jade {
    background-color: #0091AC !important;
}

.jungle-green,
.jungle_green {
    background-color: #057D74 !important;
}

.peacock {
    background-color: #095C56 !important;
}

.ink-blue,
.ink_blue {
    background-color: #376B7D !important;
}

.stormy {
    background-color: #504C66 !important;
}

.dusty-blue,
.dusty_blue {
    background-color: #91A4AB !important;
}

.ocean-blue,
.ocean_blue {
    background-color: #3299BE !important;
}

.pool {
    background-color: #49C6E2 !important;
}

.caribbean {
    background-color: #1C98A2 !important;
}

.sky-blue,
.sky_blue {
    background-color: #B0E2ED !important;
}

.blushing-pink,
.blushing_pink {
    background-color: #BAA2A2 !important;
}

.coral {
    background-color: #B8665B !important;
}

.dusty-rose,
.dusty_rose {
    background-color: #A4827A !important;
}

.vintage-mauve,
.vintage_mauve {
    background-color: #82595B !important;
}

.wisteria {
    background-color: #6D5369 !important;
}

.tahiti {
    background-color: #6E5781 !important;
}

.orchid {
    background-color: #661B3C !important;
}

.taupe {
    background-color: #77665B !important;
}

.marigold {
    background-color: #C3A231 !important;
}

.frost {
    background-color: #F0ECDD !important;
}

.steel-grey,
.steel_grey {
    background-color: #484349 !important;
}

.steel-blue,
.steel_blue {
    background-color: #697184 !important;
}

.plum {
    background-color: #592350 !important;
}

.dolphin-grey,
.dolphin_grey {
    background-color: #8A8C7F !important;
}

.dusty-sage,
.dusty_sage {
    background-color: #C0D2C0 !important;
}

.carbernet {
    background-color: #670F1A !important;
}

.flamingo {
    background-color: #F6BDB0 !important;
}

.cabernet {
    background-color: #670F1A !important;
}

.tiffany_blue {
    background-color: #9BE4DD !important;
}

.rose_red {
    background-color: #C66996 !important;
}

.deep_blue {
    background-color: #164562 !important;
}

.light_grey {
    background-color: #BEBDC2 !important;
}

.apricot {
    background-color: #D19A97 !important;
}

.navy_blue,
.navy-blue {
    background-color: #2A3045 !important;
}

.dark_gray {
    background-color: #7c7d7c !important;
}

.slate_gray {
    background-color: #4566a0 !important;
}

.light_blue {
    background-color: #b2dbed !important;
}

.deep_sky_blue {
    background-color: #4fbde0 !important;
}

.light_pink {
    background-color: #c7a2a9 !important;
}

.white_smoke {
    background-color: #c1e2ff !important;
}

.champagne_beige {
    background-color: #d6d49f !important;
}

.shukra_blue {
    background-color: #0069d9 !important;
}

.ocean_blue {
    background-color: #00aefc !important;
}

.sky_blue {
    background-color: #c9e8fc !important;
}

.light_cyan {
    background-color: #c2ebfd !important;
}

.studio {
    background-color: #1f1552 !important;
}

.blue_oblivion {
    background-color: #0061bc !important;
}

.canyon_iris {
    background-color: #36307d !important;
}

.orchid {
    background-color: #3b185b !important;
}

.durotar_fire {
    background-color: #dd6807 !important;
}

.cabernet {
    background-color: #461120 !important;
}

.flower_girl {
    background-color: #efa4c1 !important;
}

.aero {
    background-color: #7098c8 !important;
}

.falu_red {
    background-color: #813030 !important;
}

.wheat {
    background-color: #ead7b8 !important;
}

.lavender_blush {
    background-color: #e5dad6 !important;
}

.pale_blue {
    background-color: #b4dcf9 !important;
}

.Teal {
    background-color: #006d74 !important;
}

.mechrite_red {
    background-color: #c72b2c !important;
}

.wine_red {
    background-color: #9f1d37 !important;
}

.midnight_blue {
    background-color: #343853 !important;
}

.opal {
    background-color: #b8e2f3 !important;
}

.young_crab {
    background-color: #ffcbd7 !important;
}

.ending_navy_blue {
    background-color: #202845 !important;
}

.witch_hazel {
    background-color: #fefbc3 !important;
}

.honey_garlic_beef {
    background-color: #8a3a1f !important;
}

.dark_magenta {
    background-color: #a52477 !important;
}

.wide_sky {
    background-color: #2e7fd8 !important;
}

.ultramarine_green {
    background-color: #194f43 !important;
}

.marsh_fern {
    background-color: #c3e0ab !important;
}

.chinaberry {
    background-color: #5b5453 !important;
}

.maroon {
    background-color: #660707 !important;
}

.gladiola {
    background-color: #a22f08 !important;
}

.blue_slushie {
    background-color: #008dba !important;
}

.soft_gossamer,
.soft-gossamer {
    background-color: #e8d3b0 !important;
}

.papaya_whip,
.papaya-whip {
    background-color: #e4d3c0 !important;
}

.light_green,
.light-green {
    background-color: #cedab3 !important;
}

.light_coral,
.light-coral {
    background-color: #d8b3a3 !important;
}

.dark_crimson,
.dark-crimson {
    background-color: #5c2634 !important;
}

.french_lilac,
.french-lilac {
    background-color: #c8bac7 !important;
}

.tutuji_pink,
.tutuji-pink {
    background-color: #b75695 !important;
}

.epicurean_orange,
.epicurean-orange {
    background-color: #d7793d !important;
}

.spirited_away,
.spirited-away {
    background-color: #e4d7c7 !important;
}

.cupid {
    background-color: #d7b7c2 !important;
}

.cliff_swallow,
.cliff-swallow {
    background-color: #e7d2c2 !important;
}

.ateneo_blue,
.ateneo-blue {
    background-color: #093c61 !important;
}

.linen {
    background-color: #e6dac5 !important;
}

.pale_godenrod,
.pale-godenrod {
    background-color: #9e222c !important;
}

.shell {
    background-color: #f7f4f2 !important;
}

.thistle {
    background-color: #d8d4df !important;
}

.misty_rose,
.misty-rose {
    background-color: #fcdee2 !important;
}

.bubblegum_pink,
.bubblegum-pink {
    background-color: #dba5b9 !important;
}

.rose {
    background-color: #e9c6ca !important;
}

.antique_white {
    background-color: #eadcca !important;
}

.tan {
    background-color: #f9e6e3 !important;
}

.indian_red {
    background-color: #bd9893 !important;
}

.cornflower_blue {
    background-color: #204179 !important;
}

.studio {
    background-color: #c78eb8 !important;
}

.violet {
    background-color: #bd94d4 !important;
}

.moe_yellow {
    background-color: #e1f1a9 !important;
}

.sunflower_dandelion {
    background-color: #ffdb2d !important;
}

.sunset_pink {
    background-color: #f4e7ed !important;
}

.blue_effervescence {
    background-color: #4abce0 !important;
}

.drover {
    background-color: #f9fbc9 !important;
}

.mythical_orange {
    background-color: #ff7933 !important;
}

.fading_night {
    background-color: #1e57aa !important;
}

.blue_sail {
    background-color: #1e4cc5 !important;
}

.bleached_sunflower {
    background-color: #f0e8bb !important;
}

.ghost_white {
    background-color: #fcfcf8 !important;
}

.white_smoke {
    background-color: #faf7f7 !important;
}

.bisque {
    background-color: #f4e3da !important;
}

.crimson {
    background-color: #c02c4b !important;
}

.chimera_brown {
    background-color: #b48267 !important;
}

.light_gray {
    background-color: #d2d6d3 !important;
}

.snow_plum {
    background-color: #ecdad2 !important;
}

.light_steel_blue {
    background-color: #d8e0f2 !important;
}

.show_as_picture,
.icon-circle[class*=show_as_picture] {
    /* background: linear-gradient(180deg,#f20c4d 0%,#f9c7c7 100%); */
    background: url(../images/iconfont/multicolor.png) no-repeat;
    background-size: 100%;
}

/* 棣栭〉棰滆壊灞曠ずend */


.index-he-content {
    padding: 30px;
    max-width: 83.33%;
    margin: 0 auto;
}

.index-he-content h1 {
    font-family: LoraMedium;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 40px;
}

.index-he-content h2 {
    text-decoration: underline;
    font-size: 15px;
    font-weight: 600;
    padding-top: 15px;
}

/* show home review */
.home-gallery {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f4f1fa;
    padding-bottom: 40px;
    margin-top: 60px;
}

.user-gallery-title {
    padding-bottom: 5px;
    overflow: hidden;
    margin: 60px auto 0;
    text-align: center;
}

.title-r {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.home-gallery-list ol {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-content: center;
}
/* 为 .home-gallery-list ol 的子元素添加 margin，以兼容旧版浏览器 */
.home-gallery-list ol > * {
    margin: 5px; /* 上下左右各 5px，总间距为 10px */
}

.home-gallery ol li.last_more {
    background: #fff;
    height: 100%;
}

.home-gallery ol li.last_more .view-box {
    border: 2px dashed #cc7f85;
    height: calc(100% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
}

.view-box a {
    text-transform: uppercase;
    text-decoration: underline;
    color: #cc7f85;
    font-size: 18px;
    letter-spacing: 2px;
}

.view-box a .icon {
    color: #cc7f85;
}

.home-gallery .review-thumbnail-images img {
    width: 100%;
    height: 100%;
}

.home-gallery ol .review-thumbnail-images {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.home-gallery ol .review-thumbnail-images img {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.mfp-productImage img {
    width: 140px;
    margin: 0 auto;
}

.mfp-reviewAuthor {
    font-size: 18px;
    font-weight: 600;
}

.mfp-reviewDetail {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: .5px;
    max-height: 180px;
    overflow-y: auto;
}

.mfp-price {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    width: 140px;
}

.mfp-sku,
.mfp-productImage,
.mfp-goods,
.mfp-share {
    margin-top: 20px;
}

.mfp-sku {
    font-weight: 600;
    font-size: 16px;
}

.user-images-container:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.home-gallery-list .white-popup {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.olapic-showcase-mask {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
}

.home-gallery-list .white-popup:hover .olapic-showcase-mask {
    display: block;
}

.home-gallery-list .user-images-container {
    position: relative;
    padding: 0 60px;
    margin-top: 40px;
}

.olapic-showcase-mask .olapic-showcase-buy {
    text-align: center;
    position: absolute;
    color: white;
    top: 47%;
    left: 0;
    right: 0;
    font-size: 18px;
}

.upload-wrap {
    margin-top: 20px;
    text-align: center;
}

.upload-box,
.view-box {
    display: inline-block;
}

.upload-wrap a {
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    padding: 10px 25px;
    display: block;
    line-height: 28px;
    margin: 0 8px;
    background: #cc7f85;
    font-family: LoraMedium;
}

.upload-wrap a:hover {
    background: #000;
}

.share-icon {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    text-indent: -9999px;
    margin-right: 8px;
}

.googleplus-share-icon {
    background: rgba(0, 0, 0, 0) url("../images/new_g+.jpg") no-repeat scroll 0 0 ;
}

.facebook-share-icon {
    background: rgba(0, 0, 0, 0) url("../images/new_fb.jpg") no-repeat scroll 0 0 ;
}

.pinterest-share-icon {
    background: #fff url("../images/new_pin.jpg") no-repeat scroll 0 0 ;
}

.back_to_prod {
    padding: 20px 0;
    font-size: 16px;
}

.back_to_prod a {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    text-transform: uppercase
}

.back_to_prod a:before {
    content: '';
    border: 2px solid #666;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    border-bottom: none;
    border-right: none;
    margin-right: 5px;
}

/*****banner end*****/
/* ======================================================================================= */
/* Sidebar =============================================================================== */

.block-account .block-title strong span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}

.block-compare .block-title strong span {
    font-size: 16px;
}

.block .block-subtitle {
    margin: 0;
    padding: 5px 9px;
    font-size: 1em;
    font-weight: bold;
    color: #0a263c;
}


.mini-products-list .product-image {
    display: block;
    float: left;
}

.mini-products-list .product-details {}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

/* Block: Account */
.block-account .block-title {
    padding: 3px 0px;
}

.block-account .block-title strong {
    font-size: 13px;
    color: #000;
}

.block-account .block-title {
    border: 0 none;
    height: 25px;
    background: url(../images/assess-tit.jpg) repeat-x left top;
    padding-left: 16px;
    padding-top: 8px;
    margin-bottom: 0;
}

.block-account .block-content {
    padding: 7px 0px 7px;
}

.block-account .block-content {
    padding: 7px 10px;
    background: #fafafa;
}

.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 3px 0;
    color: #5f5d5c;
    text-decoration: none !important;
}

.block-account .block-content li a:hover {
    color: #f76793;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
}

.block-account .block-content li.current strong {
    color: #cc7f85;
    font-size: 13px;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

/* Block: Currency Switcher */
.block-currency {
    border: 0;
    background: url(../images/bkg_block-currency.gif) 0 0 no-repeat;
    padding: 7px 12px 10px;
    height: 51px;
}

.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-currency .block-title strong {
    font: bold 13px/21px 'Lora';
    background: url(../images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}

.block-currency .block-content {
    background: none;
    padding: 0;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}

.block-cart .block-title {
    /*border-bottom:0;*/
}

.block-cart .block-title strong {
    background-image: url(../images/i_block-cart.gif);
}

.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #fbebd9;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .block-title strong {
    background-image: url(../images/i_block-wishlist.gif);
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

/* Block: Related */
.block-related .block-title strong {
    background-image: url(../images/i_block-related.gif);
    background-position: 0 1px;
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {}

.block-related .product .product-details {
    float: right;
    width: 100px;
}

.catalog-product-view .block-related .product .product-details {
    width: 60px;
}

#block-related li {
    /* p  */
    border-bottom: 1px dotted #CCCCCC;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
}

.block-related .product .product-details .price-box .old-price {
    display: none;
}

.block-related .product .product-details .price-box .special-price .price-label {
    display: none;
}

.block-related .product .product-details .price-box .special-price {
    padding: 0;
}

/* Block: Compare Products */
.block-compare .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

.block-compare button.button span {
    border-color: #406a83;
    background: #618499;
}

.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8;
}

.compare-table {
    border: 0;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548;
}

.compare-table tr.first td .product-name a {
    color: #203548;
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}

/* Block: Recently Viewed */
.block-viewed .block-title strong {
    background-image: url(../images/i_block-viewed.gif);
}

/* Block: Recently Compared */
.block-compared .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

/* Block: Poll */
.block-poll .block-title strong {
    background-image: url(../images/i_block-poll.gif);
}

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    color: #777;
    font-weight: bold;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll button.button span {
    border-color: #406a83;
    background: #618499;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Tags */
.block-tags .block-title strong {
    background-image: url(../images/i_block-tags.gif);
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
    color: #1b2d3b;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Subscribe */
.block-subscribe .block-title {
    border-bottom: none;
    padding-top: 3px;
    display: none;
}

.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe .block-title strong {
    background-image: url(../images/i_block-subscribe.gif);
}

.block-subscribe label {
    font-weight: bold;
    color: #666;
}

.block-subscribe input.input-text {
    max-width: 480px;
    width: 100%;
    padding: 10px 45px 10px 0;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 15.3px;
    color: #000;
    height: 46px;
    line-height: 46px;
}

.block-subscribe .actions button.button {
    position: absolute;
    top: 21px;
    transform: translateY(-50%);
    right: 0;
    color: #000;
    padding: 0;
    background: none;
    cursor: pointer;
}

.block-subscribe .actions button:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 29px;
    background: url('../images/iconfont/icon-youjiantou.svg') no-repeat;
    background-size: 29px;
    vertical-align: middle;
}

/* Block: Reorder */
.block-reorder .block-title strong {
    background-image: url(../images/i_block-list.gif);
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

/* Block: Login */
.block-login .block-title strong {
    background-image: url(../images/i_ma-info.gif);
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */
/* Category Page ========================================================================= */
.catalog-category-view .col-left,
.catalogsearch-result-index .col-left {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all .5s ease-in-out;
}

.col-left::-webkit-scrollbar-track,
.related-info .options-container-small::-webkit-scrollbar-track {
    border-radius: 10px
}

.col-left::-webkit-scrollbar,
.related-info .options-container-small::-webkit-scrollbar {
    width: 8px
}

.col-left::-webkit-scrollbar-thumb,
.related-info .options-container-small::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .5);
    background: #dcdcdc
}

.col-left::-webkit-scrollbar-corner,
.related-info .options-container-small::-webkit-scrollbar-corner {
    background-color: transparent
}

.category-description {
    padding: 0 60px;
    margin-top: 60px;
}

.category-description h1 {
    border-bottom: 1px solid #e1e1e1;
    color: #000000;
    display: block;
    font-family: 'Lora';
    font-size: 22px;
    font-style: italic;
    margin: 6px 0 10px;
    padding-bottom: 11px;
    text-align: center;
    text-transform: capitalize;
    display: none;
}

.category-description p {
    color: #999;
    margin: 0;
}

.category-name {
    text-align: center;
    font-size: 16px;
    font-family: LoraMedium;
    text-transform: uppercase;
}

.color_list_shown ol {
    display: flex;
    flex-wrap: wrap;
}

.color_list_shown .count-num {
    display: none;
}

.color_list_shown .displaySpan {
    background: #333;
    border-radius: 2px;
    bottom: 40px;
    color: #fff;
    display: none;
    font-size: 13px;
    height: 25px;
    left: 50%;
    line-height: 25px;
    padding: 0 10px;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    position: absolute;
}

.color_list_shown .displaySpan:after {
    border: 6px solid transparent;
    border-top-color: #333;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 0
}

.color_list_shown li:hover .displaySpan {
    display: block
}

.color_list_shown li {
    margin: 0 10px 10px 0;
    position: relative;
}

.color_list_shown .checkSpan {
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
}

.color_list_shown .selected a {
    border: 2px solid #333;
    display: block;
    border-radius: 50%;
    padding: 2px;
}

.color_list_shown .selected .checkSpan {
    width: 22px;
    height: 22px;
}

.products-grid {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.products-grid .item {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px 8px 0;
}

.list-image {
    position: relative;
}

.list_save_off {
    background: #cc7f85;
    color: #FFFFFF;
    text-align: center;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 40px;
    z-index: 6;
    display: none;
}

.list_save_off>span {
    display: block;
    font: 500 14px/26px 'Lora';
}

.item-text {
    margin: 10px 0;
}

.item-text .product-name {
    margin-bottom: 8px;
    font-weight: 400;
    text-align: center;
}

.item-text .product-name a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.item-text .product-name a:hover {
    color: #cc7f85;
    text-decoration: none;
}

.products-grid .product-image {
    overflow: hidden;
    position: relative;
    display: block;
}

.products-grid .product-image .imglists:nth-child(2),
.products-grid .product-image:hover .imglists:nth-child(1) {
    display: none;
}

.products-grid .product-image:hover .imglists:nth-child(2) {
    display: block;
}

.list-rate-review {
    margin-top: 10px;
}

.products-grid .list-rate-review .ratings,
.products-grid .price-box {
    justify-content: center;
}

.products-grid .list-rate-review .ratings .amount {
    line-height: 1;
}

.product-sku {
    position: relative;
    display: flex;
    align-items: center;
}

.product-image img {
    width: 100%;
    height: auto;
}

/* added by Guo */
.cart-tab-product .swiper-slide img {
    min-height:  7rem;
}

.fav-atc {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    z-index: 2;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.thumbnail-top .fav-atc {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    z-index: 2;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.favorite-icon {
    background: url(../img/heart_bg.svg) no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    display: block;
}

.added .favorite-icon,
.fav-atc:hover .favorite-icon {
    background: url(../img/heart_bg_f.svg) no-repeat;
    background-size: 16px;
}
.cartwishlist div label{
    width: 100%;
    height:100%;
    overflow: hidden;
    z-index: -10;

}

/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    display: flex;
    align-items: center;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
    float: left;
}

.rating-box {
    width: 81px;
    height: 32px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    background-size: 16px;
    position: relative;
}

.rating-box .rating1 {
    float: left;
    height: 26px;
    background-image: url(../img/big-star1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.rating-box .rating2 {
    float: left;
    height: 26px;
    width: 26px;
    background-image: url(../img/big-star2.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.dingyue{
    width: 500px;
    margin:10px auto;
    text-align: center;
    position: relative;
    left: -15px;
}

/*.rating-box .rating:after {
     float: left; 
    height: 32px;
    font-size: 32px;
    color: #FFD314;
    content: '\2605';
    z-index: 10;
    position: absolute;
    top: -12px;
}*/

.ratings .rating-box {
    margin-right: 5px;
}

.ratings .amount {
    height: 16px;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}

/* Email to a Friend */
.email-friend {
    margin: 0;
}

/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

/********** < Product Prices */
.price-box {
    display: flex;
    align-items: center;
}

.price {
    white-space: nowrap !important;
    text-align: right;
    width: 100%;
    flex: 1;
}

/* .price-label,
.old-price {
    display: none;
} */

.regular-price .price,
.special-price .price,
.related-info-price,
.info-price {
    color: #000;
    font-size: 14px;
    font-family: LoraMedium;
}

.old-price .price {
    color: #a1a1a1;
    font-weight: normal;
    text-decoration: line-through;
}

.minimal-price {
    margin: 0;
}


.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    color: #1e7ec8;
    font-weight: normal;
}

.price-excluding-tax {
    color: #999;
    display: block;
}

.price-excluding-tax .label {
    color: #999;
    white-space: nowrap;
}

.price-excluding-tax .price {
    color: #c76200;
    font-size: 13px;
    font-weight: normal;
}

.price-including-tax {
    color: #999;
    display: block;
}

.price-including-tax .label {
    color: #999;
    white-space: nowrap;
}

.price-including-tax .price {
    color: #c76200;
    font-size: 13px;
    font-weight: bold;
}

.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}

.weee {
    color: #444;
    display: block;
    font-size: 11px;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-notice {
    color: #999;
    padding-left: 10px;
}

.price-notice .price {
    color: #2f2f2f;
    font-weight: bold;
}

.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}

.product-pricing,
.tier-prices {
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
    margin: 10px 0 5px;
    padding: 10px;
}

.tier-prices li {
    background: rgba(0, 0, 0, 0) url("../images/i_tier.gif") no-repeat scroll 0 3px;
    line-height: 1.4;
    padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
    color: #2f2f2f;
    font-style: italic;
    font-weight: bold;
}

.tier-prices .price {
    color: #2f2f2f;
    font-weight: bold;
}

.tier-prices-grouped li {
    color: #e26703;
    padding: 2px 0;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.add-to-links .separator {
    display: none;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.cms-index-index .col-main .std {
    display: none;
}

.block-account .block-title strong span {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.block-compare .block-title strong span {
    font-size: 16px;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    color: #0a263c;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 5px 9px;
}

.block .block-content {}

.block .block-content li.item {
    padding: 7px 9px;
}

.block .block-content .product-name {
    color: #000;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    padding: 6px 9px;

}

.block .actions a {
    float: left;
    text-decoration: underline;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
    padding: 5px 9px;
}


.mini-products-list .product-image {
    display: block;
    float: left;
}

.mini-products-list .product-details {}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

.block-account .block-title {
    padding: 3px 0;
}

.block-account .block-title strong {
    color: #000;
    font-size: 13px;
}

.block-account .block-title strong {
    text-transform: none;
}

.customer-account-index .block-account .block-content li a {
    font-size: 14px;
    font-weight: none;
    color: #4c5253;
}

.customer-account-index .block-account .block-content li a:hover {
    color: #cc7f85;
}

.block-account li a {
    font-size: 14px;
    padding: 15px 0 15px 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.block-account li a:hover,
.block-account li.current a {
    background: #eee;
}

p.back-link {
    display: none;
}
body#guest-tracking p.back-link {
    margin-top: 10px;
}

.sales-guest-view p.back-link {
    margin-top: 10px;
    display: block;
}

.block-account li a em {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.Account_Dashboard a em {
    background: url(../images/account-dashboard.svg)no-repeat;
    background-size: 20px;
}

.My_Orders em {
    background: url(../images/order.svg)no-repeat;
    background-size: 20px;
}

.My_Wishlist em {
    background: url(../images/wishlist.svg)no-repeat;
    background-size: 20px;
}

.Account_Information em {
    background: url(../images/account_info.svg)no-repeat;
    background-size: 20px;
}

.Newsletter em {
    background: url(../images/newsletter.svg)no-repeat;
    background-size: 20px;
}

.Address_Book em {
    background: url(../images/address.svg)no-repeat;
    background-size: 20px;
}

.My_Reviews em {
    background: url(../images/reviews.svg)no-repeat;
    background-size: 20px;
}

.My_Coupons em {
    background: url(../images/coupon.svg)no-repeat;
    background-size: 20px;
}

.log_out em {
    background: url(../images/Log_Out.svg)no-repeat;
    background-size: 20px;
}

.my-account .page-title h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: Montserrat;
    font-weight: 600;
    padding: 12px 0;
    margin: 0;
}

.block-currency {
    background: rgba(0, 0, 0, 0) url("../images/bkg_block-currency.gif") no-repeat scroll 0 0;
    border: 0 none;
    height: 51px;
    padding: 7px 12px 10px;
}

.block-currency .block-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0 0 5px;
    padding: 0;
}

.block-currency .block-title strong {
    background: rgba(0, 0, 0, 0) url("../images/i_block-currency.gif") no-repeat scroll 0 50%;
    color: #fff;
    font: bold 13px/21px 'Lora';
    padding: 0 0 0 21px;
    text-transform: none;
}

.block-currency .block-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

.block-currency .block-content select {
    padding: 0;
    width: 100%;
}

.block-layered-nav {
    border: 0 none;
}

.block-layered-nav .block-title {
    font-size: 16px;
    font-family: LoraMedium;
    text-transform: uppercase;
    height: 39px;
    line-height: 39px;
    margin: 30px 0 10px;
}

.block-layered-nav .block-subtitle {
    color: #333;
    font-weight: normal;
    line-height: 1.35;
    padding: 3px 0;
    text-transform: capitalize;
}

.catalogsearch-result-index .block-layered-nav .block-subtitle {
    display: none;
}

.block-layered-nav .block-content {}

.block-layered-nav dt {
    cursor: pointer;
    font-family: 'LoraMedium';
    font-size: 14px;
    padding: 15px 0;
    text-transform: uppercase;
    display: block;
}

.nav-by-filter {
    border-bottom: 1px solid #eee;
}

.xijie-nav {
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    margin-top: 5px;
    width: 10px;
    float: right;
    position: relative;
}

.xijie-nav:before {
    content: "";
    width: 10px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

.xijie-nav:after {
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

.on .xijie-nav:after {
    display: none;
}

.block-layered-nav .checkSpan {
    border: 1px solid #aaa;
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    width: 15px;
}

.block-layered-nav dd {
    padding-bottom: 20px;
    overflow: hidden;
    display: none;
}

.block-layered-nav dd ol li {

    padding: 3px 0 0;
    position: relative;
}

.block-layered-nav dd ol li a {
    clear: both;
    padding-left: 0;
    font-size: 14px;
}

.block-layered-nav dd ol li:hover {
    color: #cc7f85;
}

.block-layered-nav dd ol li:hover a {
    color: #cc7f85 !important;
    text-decoration: none;
}

.rClear {}

.rClear .currently {
    padding-bottom: 12px;
}

.rClear .currently ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.rClear .currently li {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 6px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rClear .currently .value {
    display: inline-block;
    vertical-align: top;
}

.rClear .currently .btn-previous,
.rClear .currently .btn-remove {}

.rClear .actions {
    font-size: 13px;
    font-family: 'LoraMedium';
    padding: 6px 0;
}

.rClear .actions .icon {
    width: 18px;
    height: 18px;
    color: #666;
    padding-right: 5px;
}

.count-num,
.fi_color,
.fi_category {
    display: none;
}

.block-layered-nav .displaySpan {
    word-break: break-word;
}

.block-layered-nav .actions a {
    color: #666;
    float: none;
}

.block-layered-nav .silhouette ol,
.block-layered-nav .neckline ol,
.block-layered-nav .straps_sleeves ol,
.block-layered-nav .length ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-layered-nav .silhouette li,
.block-layered-nav .neckline li,
.block-layered-nav .straps_sleeves li,
.block-layered-nav .length li {
    width: calc(50% - 4px);
    padding: 0;
    margin-bottom: 8px;
}

.block-layered-nav .silhouette li a,
.block-layered-nav .neckline li a,
.block-layered-nav .straps_sleeves li a,
.block-layered-nav .length li a {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    background: #faf4f4;
}

.block-layered-nav .silhouette li a:hover,
.block-layered-nav .neckline li a:hover,
.block-layered-nav .straps_sleeves li a:hover,
.block-layered-nav .length li a:hover {
    border-color: #000;
}

.silhouette .displaySpan,
.neckline .displaySpan,
.straps_sleeves .displaySpan,
.length .displaySpan {
    width: calc(100% - 66px);
    line-height: 1;
    font-size: 13px;
}

.silhouette .checkSpan,
.neckline .checkSpan,
.straps_sleeves .checkSpan,
.length .checkSpan {
    width: 58px;
    height: 58px;
    border: none;
}

.neckline .checkSpan.attr_strapless {
    background: url(../images/layer/neckline/strapless.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_sweetheart {
    background: url(../images/layer/neckline/sweetheart.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_v_neck {
    background: url(../images/layer/neckline/v-neck.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_one_shoulder {
    background: url(../images/layer/neckline/one-shoulder.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_straps {
    background: url(../images/layer/neckline/straps.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_square {
    background: url(../images/layer/neckline/square.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_halter {
    background: url(../images/layer/neckline/halter.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_spaghetti_straps {
    background: url(../images/layer/neckline/spaghetti-straps.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_off_the_shoulder {
    background: url(../images/layer/neckline/off-the-shoulder.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_scoop {
    background: url(../images/layer/neckline/scoop.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_high_neck {
    background: url(../images/layer/neckline/high-neck.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_bateau {
    background: url(../images/layer/neckline/bateau.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_jewel {
    background: url(../images/layer/neckline/jewel.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_illusion {
    background: url(../images/layer/neckline/illusion.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_sheer_neck {
    background: url(../images/layer/neckline/sheer-neck.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_straight {
    background: url(../images/layer/neckline/straight.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_cold_shoulder {
    background: url(../images/layer/neckline/cold-shoulder.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.attr_other {
    background: url(../images/layer/neckline/other.png)no-repeat scroll 0 0;
    background-size: 58px;
}


.straps_sleeves .checkSpan.attr_sleeveless {
    background: url(../images/layer/straps_sleeves/sleeveless.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.straps_sleeves .checkSpan.attr_short_sleeves {
    background: url(../images/layer/straps_sleeves/short-sleeve.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.straps_sleeves .checkSpan.attr_1_2_sleeves {
    background: url(../images/layer/straps_sleeves/half-sleeve.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.straps_sleeves .checkSpan.attr_3_4_sleeves {
    background: url(../images/layer/straps_sleeves/sleeve-3-4.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.straps_sleeves .checkSpan.attr_long_sleeves {
    background: url(../images/layer/straps_sleeves/full-long-sleeve.png)no-repeat scroll 0 0;
    background-size: 58px;
}

.length .checkSpan.attr_short_mini {
    background: url(../images/layer/length/short-mini.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_knee_length {
    background: url(../images/layer/length/knee-length.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_tea_length {
    background: url(../images/layer/length/tea-length.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_ankle_length {
    background: url(../images/layer/length/ankle-length.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_sweep_train {
    background: url(../images/layer/length/sweep-train.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_asymmetrical {
    background: url(../images/layer/length/asymmetrical.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_court_train {
    background: url(../images/layer/length/court-train.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_chapel_train {
    background: url(../images/layer/length/chapel-train.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_cathedral_train {
    background: url(../images/layer/length/cathedral-train.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_watteau_train {
    background: url(../images/layer/length/watteau-train.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.attr_floor_length {
    background: url(../images/layer/length/long-floor-length.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.attr_a_line_princess {
    background: url(../images/layer/silhouette/a-line-princess.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.attr_sheath_column {
    background: url(../images/layer/silhouette/sheath-column.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.attr_trumpet_mermaid {
    background: url(../images/layer/silhouette/trumpet-mermaid.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.attr_ball_gown {
    background: url(../images/layer/silhouette/ball-gown.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.attr_empire {
    background: url(../images/layer/silhouette/empire.png)no-repeat scroll 0 1px;
    background-size: 58px;
}

/*////////*/
.customer-account-edit .my-account .fieldset {
    width: 450px;
}

.block-cart .block-title {}

.block-cart .block-title strong {
    background-image: url("../images/i_block-cart.gif");
}

.block-cart .summary {
    background: #fff none repeat scroll 0 0;
    margin: -1px 0 0;
    padding: 2px 8px 8px;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    background: #fbebd9 none repeat scroll 0 0;
    margin: 5px 0 0;
    padding: 2px 0;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    margin: 3px 0 0;
    text-align: right;
    width: 100%;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

.block-wishlist .block-title strong {
    background-image: url("../images/i_block-wishlist.gif");
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

#block-related li {
    clear: both;
    overflow: hidden;
    padding: 5px 0;
}

.block-related .product .product-details .price-box .old-price {
    display: none;
}

.block-related .product .product-details .price-box .special-price .price-label {
    display: none;
}

.block-related .product .product-details .price-box .special-price {
    padding: 0;
}

.block-compare .block-title strong {
    background-image: url("../images/i_block-list.gif");
    background-position: 0 1px;
}

.block-compare button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}

.page-popup .link-print {
    background: rgba(0, 0, 0, 0) url("../images/i_print.gif") no-repeat scroll 0 2px;
    color: #1e7ec8;
    font-weight: bold;
    padding: 2px 0 2px 25px;
}

.compare-table {
    border: 0 none;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    padding: 0;
}

.compare-table .btn-remove {
    background-image: url("../images/btn_remove2.gif");
    float: right;
    height: 15px;
    width: 72px;
}

.compare-table tbody th {
    background: #d9e5ee url("../images/bkg_th-v.gif") repeat-y scroll 100% 0;
}

.compare-table tbody th,
.compare-table tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 10px;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background: #fffada none repeat scroll 0 0;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}

.compare-table tr.first td .product-name a {
    color: #203548;
}

.compare-table tr.first td .ratings {
    margin: 0 auto;
    width: 69px;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}

.block-viewed .block-title strong {
    background-image: url("../images/i_block-viewed.gif");
}

.block-compared .block-title strong {
    background-image: url("../images/i_block-list.gif");
    background-position: 0 1px;
}

.block-poll .block-title strong {
    background-image: url("../images/i_block-poll.gif");
}

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    color: #777;
    font-weight: bold;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-tags .block-content .tags-list {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 12px;
}

.block-tags .block-content a {
    color: #1b2d3b;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

.block.block-subscribe {
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
}

.block-subscribe h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.block-subscribe p {
    margin-bottom: 15px;
}

.block-subscribe .block-content {
    padding: 0;
}

.block-subscribe .actions {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    text-align: left;
    position: relative;
    width: 100%;
    max-width: 480px;
    margin: 0 auto 15px;
}

.block-subscribe .actions button.button span {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    font-family: 'Lora';
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: right;
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

.block-banner {
    border: 0 none;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

.block-login .block-title strong {
    background-image: url("../images/i_ma-info.gif");
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    color: #666;
    font-weight: bold;
}

.block-login input.input-text {
    display: block;
    margin: 3px 0;
    width: 167px;
}

.block-login .actions {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 3px 0 0;
    padding: 0;
}

.block-login .actions button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}







/* Add to Links + Add to Cart */
.add-to-box {
    margin: 15px 0;
}

.add-to-box .add-to-cart {
    margin-bottom: 15px;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}


/* Product Images */
.product-img-box {
    float: left;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.product-img-box .product-image-zoom {
    position: relative;
    width: calc(100% - 80px);
    height: auto;
    float: right;
}

.product-color-txt {
    position: absolute;
    left: 95px;
    bottom: 40px;
    z-index: 1;
    text-transform: capitalize;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 12px;
    padding: 2px 8px 3px;
    min-width: 80px;
}

/************************cloud-zoom-gallery-left start*******************************/
.lof-slidecontent a.readmore {
    color: #58B1EA;
    font-size: 95%;
}

.lof-slidecontent {
    width: 72px;
    height: 570px;
    overflow: hidden;
    padding: 25px 0 0;
    position: relative;
    float: left;
}

.lof-slidecontent,
.lof-slidecontent a {
    color: #000;
}

.lof-navigator {
    left: 0 !important;
}

.lof-next,
.lof-previous {
    height: 25px;
    width: 25px;
    cursor: pointer;
    z-index: 10;
    margin: 0 auto;
    position: relative;
}

.lof-next {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.lof-next:after,
.lof-previous:after {
    content: "";
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #465467;
    border-right: 2px solid #465467;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 7px;
    transform: rotate(-135deg);
}

.lof-previous:after {
    transform: rotate(45deg);
    right: 4px;
    top: 2px;
}

.lof-navigator-outer {
    height: 520px;
    overflow: hidden;
    position: relative;
    width: 72px;
}

.lof-navigator {
    position: absolute;
    z-index: 1;
}

ul.lof-navigator li {
    cursor: pointer;
    list-style: none;
    width: 72px;
    height: 96px;
    display: block;
    overflow: hidden;
    margin-bottom: 8px
}

ul.lof-navigator li.active {
    border: 3px solid #cc7f85;
    box-sizing: border-box;
}



.video_img {
    margin-bottom: 20px;
    position: relative;
}

.video_img:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    display: block;
    background: url(../img/video-btn.png)no-repeat;
    background-size: 35px;
    background-position: center;
}

.product-img-box .share-link {
    clear: both;
    width: calc(100% - 80px);
    height: 35px;
    margin-left: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px
}

.product-img-box .share-fav {
    width: 32px;
    height: 32px;
    display: inline-block;
    text-indent: -9999px;
    margin: 0 8px;
}

.share-link .fb-like {
    background: url(../images/iconfont/iconfont-f.png) no-repeat center;
    background-size: 25px;
}

.share-link .tumb-like {
    background: url(../images/iconfont/iconfont-t.png) no-repeat center;
    background-size: 25px;
}

.share-link .twitter-like {
    background: url(../images/iconfont/iconfont-x.png) no-repeat center;
    background-size: 25px;
}

.share-link .pin-it-share {
    background: url(../images/iconfont/iconfont-p.png) no-repeat center;
    background-size: 25px;
}

.share-link .pin-it-share span,
.share-link .pin-it-share a.pin-it-button {
    border: 0 none !important;
    border-radius: 0 !important;
    display: block !important;
    height: 32px !important;
    width: 32px !important;
    box-shadow: none !important;
    text-indent: -9999px !important;
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 50%;
    padding-left: 25px;
    box-sizing: border-box;
}

.pls {
    position: absolute;
    top: 99999px;
    left: 999999px;
}


.product-shop .product-name,
.related-info-name,
.info-name {
    font-size: 24px;
    line-height: 1.2;
    font-family: LoraMedium;
    margin-bottom: 15px;
}

.product-shop .product-name span {
    font-size: 13px;
    font-family: 'Lora';
}

.rating-question .ratings {
    margin-bottom: 15px;
}

.prod-price-pos .regular-price .price,
.prod-price-pos .special-price .price,
.related-info-price,
.info-price {
    font-size: 24px;
}

.product-view .availability {
    margin: 10px 0;
}

.product-view .short-description {
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
    padding: 10px 0 0;
}

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    font-size: 14px;
    text-align: right;
}

.prod-price-pos {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    line-height: 1.2;
}

.prod-price-pos .timelist {
    height: 32px;
    line-height: 32px;
    color: #cc7f85;
    float: right;
    font-family: 'Lora';
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    float: left;
    display: none;
}

.prod-price-pos .timelist span {
    display: block;
    font: bold 17px/30px 'Lora';
    font-style: normal;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #1E7EC8 !important;
    font-weight: normal !important;
}

.buy-now {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}

.add-to-cart button.button,
.btn-cart {
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-family: LoraMedium;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.btn-cart {
    background: #cc7f85;
    color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-to-cart input.qty {
    height: 36px;
    width: 60px;
    text-align: center;
    font-size: 15px;
}

.add-to-cart button.btn-cart[title="Update Cart"] {
    margin: 15px 0;
}

.btn-cart svg.icon {
    width: 20px;
    height: 20px;
    filter: invert(1);
    padding-right: 5px;
}

.add-to-cart .btn-onepage {
    width: calc(40% - 10px);
    background: #fff;
    border: 1px solid #cc7f85;
    color: #cc7f85;

}

.add-to-cart label,
.add-to-cart .goods_num_box {
    display: none;
}

.goods_num_box {
    margin: 0;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    width: 110px;

}

.goods_num_box input.qty {
    border: none;
    text-align: center;
    font-family: LoraMedium;
    padding: 0;
}

.choice-number {
    width: 35px;
    height: 30px;
    position: relative;
    float: left;
}

.num-fl:before,
.num-fr:before {
    content: "";
    width: 12px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

.num-fr:after {
    content: "";
    width: 2px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

.delivery-tail {
    background: #faf4f4;
    padding: 10px;
}

.delivery-tail h3 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    font-family: 'LoraMedium';
    margin-bottom: 10px;
    position: relative;
}

.delivery-tail .pointer {
    line-height: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.delivery-times {
    display: flex;
    flex-direction: column;
}

.delivery-tail .pointer {
    line-height: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.delivery-times .icon {
    width: 14px;
    height: 14px;
}

.tailoring-time,
.shipping-time {
    white-space: nowrap;
    cursor: default;
}
.tailoring-time::before,
.shipping-time::before {
    content: "";
}

.tailoring-time::before,
.shipping-time::before,
em.icon-worry,
em.icon-arrive {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 3px;
}

.tailoring-time::before {
    background: url(../img/icon-ship-time01.png) no-repeat center;
    background-size: 20px;
}

.shipping-time::before {
    background: url(../images/iconfont/icon-ship-time02.png) no-repeat center;
    background-size: 23px;
}

em.icon-worry {
    background: url(../images/iconfont/icon-ship-time03.png) no-repeat center;
    background-size: 22px;
}

em.icon-arrive {
    background: url(../images/iconfont/icon-ship-time04.png) no-repeat center;
    background-size: 28px;
}

.product-summury {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;

}

.product-summury h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #e1e1e1;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}

.product-summury h2:first-child {
    border-top: none;
}

.product-summury h2:after {
    content: '';
    border: 1px solid #666;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: none;
    border-left: none;
    float: right;
    margin-top: 3px;
}

.product-summury h2.archiver_item-open:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* .archiver_item {
    display: none;
    padding: 0 0 15px;
} */

.archiver_item .std table {
    width: 100%;
}

.archiver_item .std th,
.archiver_item .std td {
    border: 1px solid #ddd;
    padding: 4px;
    display: table-cell;
    vertical-align: middle;
}

.archiver_item .std th {
    background: #f2f2f2;
}

.attribute-block-title {
    display: block;
    font-family: LoraMedium;
}

.attribute-box {
    display: flex;
    flex-wrap: wrap;
}

.attribute-list {
    width: 50%;
    line-height: 24px;
}

.clear-tips h3 {
    font-family: LoraMedium;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
}

.clear-tips li {
    color: #cc7f85;
    list-style: none;
    margin-left: 13px;
    margin-top: 8px;
}

.clear-tips li span {
    color: #000;
}

.attr-model {
    margin-bottom: 4px;
}

.attr-name {
    font-family: LoraMedium;
}

.attr-info {
    display: flex;
    flex-wrap: wrap;
}

.attr-info span {
    width: 50%;
}

.faqstabs-content .faq-list h4 {
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.faqstabs-content .faq-list dt {
    position: relative;
    display: block;
    padding: 5px 15px;
    cursor: pointer;
    font-weight: normal;
}

.faqstabs-content .faq-list dt::after {
    content: " ";
    width: 18px;
    height: 16px;
    display: block;
    position: absolute;
    background: url(../images/sort-ag.png) no-repeat;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    left: -2px;
    top: 7px;
}

.faqstabs-content .faq-list dd {
    display: none;
    padding: 7px 22px;
}

/* Product Options */


.product-options {
    position: relative;
    clear: both;
}

.color_title {
    color: #cc7f85;
}

.color_title,
.color_title_related {
    margin-right: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.color_title:before,
.color_title_related:before {
    content: ":";
    display: inline-block;
    padding-right: 5px;
}

.product-options dt,
.qty-add_related label {
    font-size: 14px;
    padding: 15px 0 10px;
    text-transform: uppercase;
    font-family: LoraMedium;
    display: flex;
    align-items: center;
}

.product-options dl .input-box {
    width: 280px;
}



.product-options dt label.required em {
    color: #eb340a;
    display: none;
}


.product-options dd {
    display: inline-block;
    width: 100%;
    position: relative;
}

.product-options dd input.input-text {
    width: 85px;
}

.product-options dd input.datetime-picker {
    width: 250px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 222px;
    height: 30px;
    resize: none;
    padding-left: 10px;
}

.product-options dd select {
    width: 236px;
    height: 36px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll 213px -335px;
    padding-left: 10px;
}

.product-options dd select.product-custom-option-size {
    display: none;
}

.color-chart-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
}

.size_chart,
.swatch-txt {
    text-decoration: underline;
    padding-left: 10px;
    font-family: Lora;
    text-transform: capitalize;
    font-size: 13px;
    position: absolute;
    right: 1%;
    top: 3px;

}

.pis-color-a {
    display: inline-block;
    position: relative;
    margin: 0 12px 10px 0;
}

.pis-color>dt {
    border-radius: 50%;
    padding: 0 !important;
}

.pis-color.on>dt {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
}

.pis-color span,
.pis-color img,
.color-border span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.pis-color span,
.color-border span {
    border: 1px solid transparent;
    box-sizing: border-box;
}

.pis-color span:after {
    content: "";
    display: block;
    margin-top: 100%;
}

.pis-color .white,
.pis-color .ivory {
    border: 1px solid transparent;
    box-sizing: border-box;
}


.select-box-size,
.select-box-jacket,
.select-box-wrap,
.select-box-style,
.select-box-shawl,
.select-box-tier-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select-box-size li,
.select-box-jacket li,
.select-box-wrap li,
.select-box-style li,
.select-box-shawl li,
.select-box-tier-price li {
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #f4e4e5;
    margin: 0 11px 14px 0;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    justify-content: center;
    padding: 9px 0;
    background-color: #fff;
}

.select-box-size li.on,
.select-box-jacket li.on,
.select-box-wrap li.on,
.select-box-shawl li.on,
.select-box-style li.on,
.select-box-tier-price li.on {
    border-color: #cc7f85;
    background-color: #f4e4e5;
}

/*inch cm*/
.divShowSizeVals {
    width: 440px;
}

#sizeUnitTitleLeft {
    float: left;
    padding-right: 15px;
    width: 46%;
}

#sizeUnitTitleRight {
    float: left;
    width: 47%;
}


.sizeUnitContents div {
    color: #555555;
    font-size: 11px;
    line-height: 20px;
    padding-left: 5px;
}

.sizeUnitContents div font {
    padding-right: 5px;
}


.divShowSizeVals .sizeUnitTitle {
    position: relative;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    float: left;
    margin-bottom: 10px;
}
.custom-unit .sizeUnitTitle {
    position: relative;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    float: left;
    margin-bottom: 10px;
}

.in-size:after,
.cm-size:before,
.input-box-size-guide .options-list .default-le:after,
.input-box-size-guide .options-list .default-ri:before {
    content: "";
    width: 15px;
    height: 12px;
    background: #eee;
    display: inline-block;
}

.in-size:after,
.input-box-size-guide .options-list .default-le:after {
    border-radius: 8px 0 0 8px;
    margin-left: 8px;
}

.cm-size:before,
.input-box-size-guide .options-list .default-ri:before {
    border-radius: 0 8px 8px 0;
    margin-right: 8px;
}

.in-size.default:before,
.cm-size.default:after,
.input-box-size-guide .options-list .default-le input:checked,
.input-box-size-guide .options-list .default-ri input:checked {
    content: "";
    width: 16px;
    height: 16px;
    background: #cc7f85;
    border-radius: 50%;
    position: absolute;
}

.input-box-size-guide .options-list .default-le input,
.input-box-size-guide .options-list .default-ri input {
    height: 16px;
    width: 16px;
    background: none;
    position: absolute;
    -webkit-appearance: none;
    border: none;

}

.input-box-size-guide .options-list .default-le input:checked,
.input-box-size-guide .options-list .default-ri input:checked {
    -webkit-appearance: none;
    border: none;
}

.in-size.default:before,
.input-box-size-guide .options-list .default-le input:checked,
.input-box-size-guide .options-list .default-le input {
    right: 0px;
}

.cm-size.default:after,
.input-box-size-guide .options-list .default-ri input:checked,
.input-box-size-guide .options-list .default-ri input {
    left: 0;
}

.divShowSizeVals .sizeUnitContents {
    font-size: 14px;
    color: #666;
}

.divShowSizeVals .row {
    overflow: hidden;
    font-size: 13px;

}

.divShowSizeVals .head-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: LoraMedium;
    background: #f9f9f9;
}

.divShowSizeVals .unit-inch .col,
.divShowSizeVals .unit-cm .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f9f9f9
}


.divShowSizeVals .head-col>div,
.divShowSizeVals .unit-inch .col>div,
.divShowSizeVals .unit-cm .col>div {
    /* float: left; */
    width: 20%;
    word-wrap: unset;
    overflow: auto;
    padding: 6px 0;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.divShowSizeVals .head-col>div {
    padding: 12px 0;
}

.divShowSizeVals .head-col>div:last-child,
.divShowSizeVals .unit-inch .col>div:last-child,
.divShowSizeVals .unit-cm .col>div:last-child {
    width: 40%;
}

.divShowSizeVals .sizeCurrent {
    background-color: #cc7f8557;
}

.divShowSizeVals .current.unit-inch-or-cm {
    background: #fff;
}

.divShowSizeVals .current.unit-inch-or-cm span {
    padding-right: 7px;
}

.divShowSizeVals .unit-cm {
    display: none;
}


/*  绀兼湇  */
.product-options dl .input-box {
    width: 100%;
}

.product-options .input-box-size-guide {
    position: relative;
}

.input-box-jacket-guide {
    display: none;
}

.input-box-size-guide dl,
.input-box-jacket-guide dl {
    width: 300px;
    display: inline-block;
}

.product-options .input-box-size-guide dt,
.product-options .input-box-jacket-guide dt {
    width: 160px;
    display: inline-block;
    float: left;
    font-family: Lora;
    text-transform: capitalize;
    font-size: 13px;
}

.product-options .input-box-jacket-guide dt {
    padding: 22px 0 0px;
}


.product-options .input-box-size-guide dd,
.product-options .input-box-jacket-guide dd {
    width: 140px;
    padding: 15px 0 0 0;
    margin: 0;
    float: left;
}

.product-details-options .input-box-size-guide .image-guide img {
    width: 250px;
    cursor: pointer;
}

.input-box-size-guide .image-guide img {
    width: 160px;
    cursor: pointer;
}


.input-box-size-guide .image-guide span {
    display: block;
    background: url(../images/sumimg-ico.png) 0 0 no-repeat;
    background-size: 20px 27px;
    position: absolute;
    text-indent: -9999px;
    width: 20px;
    height: 27px;
    bottom: 0;
    right: 0px;
    cursor: pointer;
}

.input-box-size-guide .image-guide,
.input-box-jacket-guide .image-guide {
    display: inline-block;
    width: calc(100% - 300px);
    vertical-align: top;
    margin-top: 20px;
}


.product-shop .product-options .input-box-size-guide .image-guide span {
    display: block;
    background: url(../images/icon_dress.png) 0 -57px no-repeat;
    position: absolute;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.product-shop .product-options .input-box-size-guide .image-guide span:hover {
    background: url(../images/icon_dress.png) 0 -84px no-repeat;
}


.product-shop .product-options .input-box-jacket-guide .image-guide span {
    display: block;
    background: url(../images/icon_dress.png) 0 -57px no-repeat;
    position: absolute;
    text-indent: -9999px;
    width: 27px;
    height: 27px;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

.product-shop .product-options .input-box-jacket-guide .image-guide span:hover {
    background: url(../images/icon_dress.png) 0 -84px no-repeat;
}

.custom-size-terms-tpl {
    padding: 10px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    margin: 15px 0;
    display: flex;
    font-size: 14px;
}

#checkBox-id {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #bfbfbf;
    margin-right: 10px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}

#checkBox-id:checked {
    border: 1px solid #bfbfbf;
}



#accept_custom_size_terms_label .validation-advice {
    display: none;
}



.validation-failed#checkBox-id {
    border: 1px solid #f00;
}

.customer_tips_box {
    background: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
}

.extra_title {
    display: block;
    margin-bottom: 10px;
    font-family: LoraMedium;
    font-size: 14px;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options .options-list {
    display: flex;
    align-items: center;
}

.product-options .options-list li {
    position: relative;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    height: 20px;
    justify-content: center;
}


.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
    display: none;
}

.product-options-bottom {
    background-color: #fefefe;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}



.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.option_total>dt {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    padding-top: 3px;
}

.option_total dh {
    color: #da3439;
    font-size: 21px;
    font-weight: bold;
    margin-left: 10px;
}

.option_total {
    padding-bottom: 8px;
}

.also_title,
.customer-header {
    padding-bottom: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 0 #333;
    box-shadow: 0 1px 0 #333;
    font-family: LoraMedium;
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
    padding-top: 40px;
}

.pop-product-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.other-info {
    margin-top: 8px;
}

.views-recommend,
.swiper-best,
.every-slick {
    position: relative;
    overflow: hidden;
}

/* Block: Reviews */
.box-every-reviews .write-review,
.review-list-more,
.ask_question {
    display: block;
    text-align: center;
    border: 1px solid #cc7f85;
    width: 150px;
    margin: 20px auto 0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-family: LoraMedium;
    box-sizing: border-box;
    cursor: pointer;
}


.review-list-more,
.ask_question {
    margin-bottom: 20px;
}

.review_tab_header {
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}

.review_tab_header h3 {
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
    font-family: LoraMedium;
    padding: 20px 0 12px;
    margin-bottom: 0;
}

.review_tab_header h3.active {
    color: #000;
    border-bottom: 2px solid #000;
}

.simple_content {
    display: none;
}

.simple_content.active {
    display: block;
}

.product-reviews .ratings #review-my,
.reviews-average .ratings #review-my {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.reviews-average .ratings-title {
    font-size: 20px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.reviews-average .ratings .rating-box {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-size: 26px;
    margin-right: 6px;
}

.reviews-average .ratings .rating-box .rating {
    height: 26px;
    background-size: 26px;
    background-repeat: no-repeat;
}

.reviews-average {
    margin-bottom: 10px;
    display: flex;
    margin-left: 10px;
}

.review-filter {
    display: flex;
    align-items: center;
    padding: 10px;
    flex-wrap: nowrap;
}

.review-filter>div {
    align-items: center;
    border: none;
    border: 1px solid #ddd;
    display: flex;
    height: 30px;
    justify-content: center;
    margin: 5px 5px 0 0;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    width: 150px;
}

.review-filter .btn-review {
    position: relative;
}

.review-filter .btn-review p {
    overflow: hidden;
    padding-right: 5px;
    text-overflow: ellipsis;
    width: 95%;
    margin: 0;
}

.review-filter .btn-review.active:after {
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid #cc7f85;
    border-top: 7px solid #cc7f85;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.rating-number {
    font-weight: bold;
    margin-left: 10px;
    font-size: 20px;
    float: left;
}


.reviews-average .amount {
    display: block;
}

#new_comment_form_ok .average-left {
    display: inline-block;
    width: 230px;
}

.review-list-cust {
    padding: 10px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fff;
}

.review-list-cust dt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}

.review-header-left .name-first {
    width: 45px;
    height: 45px;
    text-transform: capitalize;
    font-size: 20px;
    text-align: center;
    float: left;
    margin-right: 15px;
    position: relative;
    line-height: 45px;
    background: #cc7f85;
    color: #fff;
    border-radius: 50%;
}

.review-header-left .name-first .icon-save {
    position: absolute;
    left: 35px;
    top: 28px;
    display: inline-block;
    background: #5bbe8b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
}

.review-header-left .name-first .icon-save .icon {
    width: 13px;
    height: 13px;
    color: #fff;
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;

}

.name-cust {
    margin-top: 5px;
}

.country {
    display: flex;
    align-items: center;
}

.icon-city {
    width: 24px;
    height: 24px;
    padding-left: 8px;
    padding-right: 3px;
}

.reveiw-customer-name {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
}

.review-list-cust dd {
    overflow: hidden;
    margin: 10px 0;
    background: #fff;
}

.review-list-cust dd span.text {
    padding-right: 5px;
}

.review-attr {
    background: #faf4f4;
    padding: 8px 10px;
    border-radius: 5px;
}

.name-rating {
    margin-top: 10px;
    margin-bottom: 10px;
}

.name-rating .fit {
    margin-left: 10px;
}

.review-attr .color span {
    display: inline-block !important;
}

.review-attr .size {
    margin-left: 20px;
}

.review-list-cust .review-title {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.reveiw-customer-time {
    margin-top: 10px;
}

.reveiw-customer-time .text {
    font-weight: 600;
}

.review_sharelinks {
    margin-top: 10px;
    padding-top: 6px;
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #d8d8d8;
}

.review_useful,
.review_share {
    margin-left: 10px;
    margin-right: 10px;
}

.review_useful>a,
.review_share>a {
    text-transform: capitalize;
    color: #666;
    font-size: 13px;
    display: flex;
    align-items: flex-start;
}

.review_useful>a.icon_useful.on {
    color: #000;
}

.review_useful svg,
.review_share svg {
    display: inline-block;
    padding-right: 4px;
    width: 18px;
    height: 18px;
}


.review-list-cust .review-detail-content {
    margin-bottom: 10px;
    word-break: break-all;
}

.review-list-cust .review-thumbnail-images {
    gap: 10px;
}


.review-list-cust .review-thumbnail-images img {
    width: 72px;
    height: 96px;
    border: 1px solid #ccc;
}

.box-reviews {}

.review-list-cust.description-hidden {
    display: none;
}

.modal_ask,
.modal_ask_list {
    width: 800px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10002;
    background-color: #fff;
    display: none;
    transform: translate(-50%, -50%);
}

.modal_mask,
.modal_mask_list {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
    background-color: rgb(0, 0, 0, 0.7);
    display: none;
}

.modal_ask_conts {
    padding: 25px 30px;
}

.modal_ask_container {
    display: flex;
}

.modal_ask_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal_ask_head h2 {
    font-size: 20px;
    margin: 0;
}

.ask_close {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.modal_ask_name {
    margin-top: 10px;
}

.modal_ask_name h5 {
    font-weight: 400
}

.modal_ask_name p {
    font-family: LoraMedium;
}

.modal_ask .buttons-set,
.modal_ask_list .buttons-set {
    margin: 0;
    border: none;
}

.modal_left {
    float: left;
}

.modal_right {
    float: right;
}

.modal_ask_pic img {
    width: 230px;
    margin-top: 20px;
}

.modal_ask_form {
    margin-left: 40px;
}

.g-recaptcha {
    margin-top: 20px;
}

.modal_ask_form .comment_form label.required em {
    color: #F03A62;
    font-style: normal;
    float: none;
    margin-right: 5px;
    position: relative;
    left: 0;
}

.modal_ask_form .comment_form label.required {
    padding: 10px 0 5px;
    display: block;
    text-transform: capitalize;
    color: #666;
    font-size: 14px;
    top: 0;
}

.modal_ask_form .form-list .input-box {
    float: none;
    width: 400px;
}

.modal_ask_form .comment_form .input-box input {
    width: 100%;
    height: 38px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.modal_ask_form .comment_form .input-box textarea {
    width: 100%;
    height: 172px;
    resize: none;
    border: 1px solid #d8d8d8;
}

.up-validate {
    margin-top: 12px;
}

.up-validate input {
    border: 1px solid #d8d8d8;
    height: 30px;
}

.up-validate img {
    height: 30px;
    cursor: pointer;
    vertical-align: bottom;
}

/* 鎸夐挳鏍峰紡 */
.modal_ask_form .comment_form .submit {
    width: 100%;
    background: #cc7f85;
    /* border-radius: 2px; */
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 0;
    border: 0;
    margin: 0;
    float: none;
    height: 40px;
    font-family: LoraMedium
}


/* 鎸夐挳鏍峰紡 */
.faq-content {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 23px;
    line-height: 17px;
    color: #121313;
    font-size: 14px;
}

.faq-item-nick {
    font-family: 'LoraMedium';
    margin-bottom: 10px;
}

.faq-item-time {
    color: #999;
    margin-bottom: 10px;
}

.faq-reply-item {
    margin-top: 20px;
}

.faq-item-question {
    font-family: 'LoraMedium';
}

.faq-reply-answer {
    display: inline-block;
    font-family: 'LoraMedium';
    padding-right: 10px;
    vertical-align: top;
    float: left;
}

.reply-lists {
    display: inline-block;
    width: calc(100% - 30px);
}

.reply-box {
    margin-bottom: 10px;
    display: flex;
}

.reply-item-title {
    font-family: 'LoraMedium';
    text-transform: capitalize;
    color: #fd9ed4;
    margin-bottom: 5px;
    margin-right: 10px;
}

.reply-btn-name button {
    background: #fd9ed4;
    border: 1px solid #fd9ed4;
    padding: 5px 30px;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden;
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    width: 315px;
}

.send-friend .form-list .input-box {
    width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}

.send-friend .form-list li.wide .input-box {
    width: 612px;
}

.send-friend .form-list li.wide textarea {
    width: 609px;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}

/* ======================================================================================= */
/* Content Styles ================================================================= */


/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}

/* CMS Home Page */
.cms-home .subtitle {}

.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

/* RSS */
.rss-title h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.checkout-cart-index .page-title {
    margin: 15px 0 0;
}

.cart {
    position: relative;
    display: flex;
    padding-bottom: 20px;
}

.checkout-cart-index .page-title h1 {
    font-size: 24px;
    font-family: LoraMedium;
    text-transform: capitalize;
    width: 100%;

}

.cart-title {
    font-family: LoraMedium;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.cart-left {
    width: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-top: 20px;
    flex-grow: 1;
}

.cart-table.data-table {
    border: 0 none;
    position: relative;

}

.cart-table thead {
    display: none;
}

.cart-table.data-table th {
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    background: none;
    border-right: medium none;
    padding: 0 10px;
}

.cart-table.data-table tbody tr,
.pay-later-detail-item {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.cart-table.data-table td {
    padding: 15px 0;
    border: 0 none;
    display: table-cell;
    position: relative;
}

.cart-item-title {
    padding: 15px !important;
    width: 50%;
}

.cart-item-figure,
.cart-item-price,
.cart-item-qty {
    width: 15%;
}

.pro-sku {
    margin-bottom: 10px;
    display: block;
}

.cart-item-qty .choice-number,
.cart-item-qty .goods_num {
    width: 24px;
}

.cart-item-qty .goods_num_box {
    width: 72px;
    margin: -5px auto 0;
    border-color: #eee;
}

#save_for_later_contents .also_title {
    margin-bottom: 10px;
}

.pay-later-detail-item {
    padding: 15px 0;
}

.pay-later-img img {
    width: 100%;
}

.item-detial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    -ms-flex-item-align: baseline;
    height: 100%;
}

#shopping-cart-table .cart-item-total {
    width: 35%;
    min-height: 140px;
    display: -webkit-grid;
    display: -moz-grid;
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -webkit-justify-content: end;
    justify-content: end;
    justify-items: end;
}

.cart-item-total .goods_num_box {
    height: 32px;
    margin-top: 10px;
}

.edit_detail {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
    gap: 15px;
    text-decoration: underline;
}

.edit_detail .btn-delete {
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.edit_detail .btn-delete .icon {
    width: 18px;
    height: 18px;
}

.delect_modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
    z-index: 998;
}

.delect_message-box {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.delect_confirm {
    width: 420px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    padding: 25px 0;
}

.delect_message_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    display: none;
}

.delect_message_close svg {
    vertical-align: top;
}

.delect_message_content {
    padding: 10px 27px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.delect_message_btns {
    padding: 5px 15px 0;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.delect_yes {
    background: #fff;
    border: 1px solid #e0e0e7;
    color: #888;
    font-size: 14px;
    height: 36px;
    margin: 0 8px;
    width: 100px;
    line-height: 36px;
}

.delect_no {
    border-color: #333;
    background-color: #cc7f85;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    margin: 0 8px;
    width: 100px;
    line-height: 36px;
}

.edit_detail .fav-atc {
    position: unset;
    background: none;
    border-radius: unset;
    width: auto;
}

.edit_detail .fav-atc.added {
    color: #cc7f85;
}

.cart-table>tfoot {
    border-bottom: medium none;
}

.cart-table>tfoot tr {
    background: #fff none repeat scroll 0 0;
}

.cart-table .cart-price {
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

.cart-price .price {
    font-size: 14px;
}

.cart-item-total .cart-price .price {
    font-family: LoraMedium;
}

.cart-right {
    width: 35%;
    min-width: 200px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-shrink: 1;
    z-index: 9;
    background-color: #fff;
    margin-top: 20px;
    margin-left: 20px;
    box-sizing: border-box;
    position: -webkit-sticky;
    position: sticky;
    top: 186px;
    margin-bottom: 20px;
}

.cart-right h2 {
    font-size: 20px;
    font-family: 'LoraMedium';
    line-height: 1;
    padding-bottom: 12px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.directive_track {
    margin-top: 25px;
}

.directive_track_hearder {
    width: 1000%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    overflow: hidden; 
}

.directive_track_hearder .icon-bag-o {
    display: inline-block;
    width: 28px;
    height: 25px;
    background: url(../images/iconfont/icon-bag-o.png) no-repeat;
    background-size: 25px;
    margin-right: 10px;
}

.directive_track_hearder .icon-down {
    transform: rotate(-90deg);
    margin-top: -3px;
}

.directive_track_hearder.on .icon-down {
    transform: rotate(90deg);
    margin-top: 0;
}

.track-swiper {
    padding-top: 15px;
    padding-bottom: 10px;
    display: none;
}

.track-goods {
    background: #f9f9f9;
    padding: 10px;
    display: flex;
    gap: 10px;
}

.track-goods .product-image {
    width: 52px;
}

.track-goods .other-info {
    width: calc(100% - 62px);
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.track-goods .other-info .product-name {
    font-size: 12px;
}


/* Shopping Cart Totals */
.cart .shipping {
    display: none;
}

.cart .totals table {
    width: 100%;
}

.cart .totals td {
    font-size: 20px;
    font-family: LoraMedium;
    padding-top: 15px;
    line-height: 1;
}

.cart .checkout-types {
    padding-top: 15px;
}


.btn-proceed-checkout {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #fff;
    background: #cc7f85;
    width: 100%;
    text-transform: uppercase;
    font-family: LoraMedium;
    font-size: 14px;
    cursor: pointer;
}

button.btn-checkout span {

    padding: 0;
    display: inline-block;
}

.card_icon {
    display: inline-block;
    width: 23px;
    height: 30px;
    background: url(../images/iconfont/icon-btn-checkout.png) no-repeat 0 0;
    background-size: 23px;
    margin-right: 5px;
    vertical-align: middle;
}

.btn-proceed-checkout:before {
    content: "";
}

.we_accept {
    margin-top: 30px;
}

.we_accept_label {
    font-family: 'LoraMedium';
    margin-bottom: 10px;
    font-size: 20px;
}

.we_accept .pay-accept-list {
    justify-content: flex-start;
    gap: 8px;
}

.we_accept .pay-accept-list svg.icon {
    margin: 0;
}

.bag-tips {
    padding-top: 20px;
    padding-left: 2px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals #shopping-cart-totals-table {
    width: 100%;
}

.cart-product .also_title {
    box-shadow: none;
    margin-bottom: 0;
}

.cart_section_box {
    height: 100%;
    display: flex;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-top: 1px solid #999;
    overflow-x: auto;
}

.cart_section_box li {
    font-size: 15px;
    text-align: center;
    display: inline-block;
    flex-shrink: 0;
    padding: 15px 15px;
    letter-spacing: 0.5px;
    position: relative;
    color: #999;
}

.cart_section_box li.active {
    color: #000;
}

.cart_section_box li.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px dashed #000;
    display: inline-block;
    height: 0;
    width: 0;
}

.cart-tab-product {
    position: relative;
    min-height: 16rem;
}
.cart-section {
    position: relative;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    top: 0;
}

.cart-section.active {
    position: relative;
    opacity: 1;
    top: unset;
}

.load_wait {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    display: block;
    transform: translate(-50%, -50%);
    z-index: 102;
    background: url(../images/jiazai.gif)no-repeat;
    background-size: 40px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 612px;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #f8f8f8;
    padding: 12px 15px;
    display: none;
}

.cart .crosssell>h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 100px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: bold;
    height: 32px;
    overflow: hidden;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    /*background:#f7f7f7; padding:12px 15px; margin:50px 0 18px; */
    margin-bottom: 20px;
}

.cart .discount>h2,
.cart .shipping>h2 {
    font: 13px/16px 'Lora';
    padding: 0 21px 0 0;
    color: #333;
    text-transform: uppercase;
    height: 17px;
    width: 140px;
    margin: 10px;
}

.cart .discount button span {
    color: #fff;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    font-weight: bold;
}

.cart .shipping button span {
    border-color: #000;
    background: #000;
    color: #fff;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
}

.cart .discount .buttons-set {
    border: 0;
    text-align: left;
    float: left;
    display: inline-block;
    clear: none;
    margin: 0;
    padding: 0;
}

.cart .shipping .buttons-set {
    position: absolute;
    border: 0;
    right: 0;
    bottom: 28px;
    text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

.cart .discount .input-box {
    margin: 0px 0 0 10px;
    width: 267px;
    display: inline-block;
    float: left;
}

.cart .discount input.input-text {
    width: 254px;
    height: 28px;
    border: 1px solid #c0a76f;
    padding-left: 10px
}

.cart-empty {
    text-align: center;
}

.empty_img img {
    width: 380px;
}

.cart-empty .empty_title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'LoraMedium';
    margin-bottom: 20px;
}

.ui-btn-corner-all {
    padding: 15px;
    background: #cc7f85;
    color: #fff !important;
    display: inline-block;
    width: 230px;
    margin-bottom: 40px;
    font-family: 'LoraMedium';
}

/* Options Tool Tip */
.item-options dt {
    padding: 0;
    padding-right: 6px;
    font-size: 14px;
    line-height: 20px;
    float: left;
}

.item-options dd {
    font-size: 14px;
    line-height: 20px;
    color: #cc7f85;
}

.item-options dd.size_label {
    margin: 0;
}

.cart_detail_text {
    position: absolute;
    width: 20px;
    text-align: center;
    height: 16px;
    cursor: pointer;
}

.cart_detail_text:before {
    content: '';
    border: 1px solid #000;
    display: inline-block;
    width: 5px;
    height: 5px;
    transform: rotate(-135deg);
    border-bottom: none;
    border-right: none;
    position: absolute;
    right: 6px;
    top: 4px;
}

.new_size .cart_detail_text:before {
    transform: rotate(45deg);
    top: 7px;
}

.hidden.new_size {
    display: block !important;
    color: #999;
    margin-bottom: 0px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 170px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options>p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: 15px;
    left: 0px;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dd {}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    font-weight: bold;
    color: #666;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods .v-fix {
    width: 120px;
    margin-right: 10px;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
    text-indent: -99999px;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) url("../images/onepage-card.png") no-repeat scroll 0 0;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
    bottom: 0;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 16px;
    height: 16px;
    background: url(../../images/btn_window_close.svg) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 10px 0;
}

.checkout-agreements .agreement-content {
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: bold;
    color: #666;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel {}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set>h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.info-set>h2 a,
.info-set h3 a,
.info-set h4 a {
    font-weight: normal;
}

.info-set>h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box>h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
}

.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c;
}

.block-progress .block-content {
    background: none;
}

.block-progress dt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
    background: #eee;
    border: 1px solid #a3aeb3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999;
}

.block-progress dd {
    background: #eee;
    border: 1px solid #a3aeb3;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
    background: #d0dce1;
    color: #5e8ab4;
}

.block-progress dd.complete {}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
    display: none;
}

.opc .buttons-set .back-link a {
    background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
}

.opc li.section {}

.opc .step-title {
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff #d9dde3 #d9dde3;
    background: #eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
    padding: 4px 8px 6px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 4px;
    margin: 0 5px 0 0;
    font: bold 11px/14px 'Lora';
    color: #999;
}

.opc .step-title>h2 {
    float: left;
    margin: 0;
    font: bold 13px/16px 'Lora';
    color: #999;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .allow .step-title {
    background: #ddd;
    border: 1px solid #aaa;
    border-bottom: 0;
    color: #a4b3b9;
    cursor: pointer;
}

.opc .allow .step-title .number {
    background: #ccc;
    border-color: #999;
    color: #888;
}

.opc .allow .step-title>h2 {
    color: #888;
}

/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title {
    background: #f9f3e3;
    border: 1px solid #bbafa0;
    padding-bottom: 5px;
    color: #f18200;
    cursor: default;
}

.opc .active .step-title .number {
    background: #900;
    border-color: #b00;
    color: #fff;
}

.opc .active .step-title>h2 {
    color: #900;
}

/*.opc .active .step-title a { display:none; }*/
.opc .step {
    border: 1px solid #bbafa0;
    border-top: 0;
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    padding: 15px 30px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
    color: #0a263c;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #abb5ba;
}

.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}

.multiple-checkout>h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.multiple-checkout>h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set>h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.multiple-checkout .col2-set h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box>h2 {
    color: #e26703;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
    background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
    color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
    border-color: #406a83;
    background: #618499;
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-box {
    display: none;
    overflow: hidden;
}

.account-box.active {
    display: block;
}

.account-area {
    width: 600px;
    margin: 0 auto;
    padding: 100px 80px;
}

.account-change {
    padding: 20px 80px;
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.account-change h2 {
    display: inline-block;
    float: left;
    text-align: center;
    width: 50%;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}

.account-change h2.active,
.account-change h2:hover {
    color: #cc7f85;
}

.account-change h2 span {
    cursor: pointer;
    position: relative;
}

.account-change h2.active span:after {
    content: '';
    border-bottom: 2px solid #cc7f85;
    width: 100%;
    height: 2px;
    background: #cc7f85;
    position: absolute;
    left: 0px;
    right: 15px;
    bottom: -7px;
    color: #cc7f85;
}

.account-box .form-list label.required {
    position: relative;
    float: none;
    top: 0;
}

.account-box .form-list li,
.name-firstname {
    margin-bottom: 20px;
}

.account-box .form-list .input-box,
.account-box .form-list .input-box input,
.account-box .form-list .field {
    width: 100%;
    float: none;
}

.account-box .form-list .input-box input {
    height: 40px;
    padding: 0 5px;
}

.customer-account-forgotpassword .page-title h2.legend {
    font-size: 24px;
    padding: 30px 0;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

.account-box .buttons-set {
    clear: both;
    margin-top: 20px;
}

.account-box button.button {
    float: none;
    margin: 0;
    width: 100%;
    height: 40px;
    border-radius: 2px;
}

.account-box button.button span {
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
}

.account-box .buttons-set p {
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;

}

.account-box .buttons-set p span {
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
    position: relative;
}

.account-box .buttons-set p:before {
    content: '';
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    top: 10px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}

.account-box .form-list label.required em {
    display: none;
}

.forgotpassword {
    text-align: right;
}

.forgotpassword a {
    text-decoration: underline;
}

.forgotpassword:hover a {
    color: #cc7f85;
}


.customer-account-forgotpassword .page-title {
    width: 100%;
}

.customer-account-forgotpassword #form-validate {
    width: 580px;
    display: block;
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding-top: 20px;
}

.customer-account-forgotpassword #form-validate p,
#form-validate .form-list label,
#login-form .form-list label {
    font-size: 14px;
    text-align: left;
    display: block;
}

#form-validate .form-list label {
    margin-top: 5px;
}

.customer-account-forgotpassword #form-validate .form-list label.required em {
    position: relative;
    float: left;
    right: 2px;
}

.customer-account-forgotpassword #form-validate .form-list .input-box {
    clear: both;
    display: block;
    float: right;
    width: 440px;
}

.customer-account-forgotpassword #form-validate .form-list .input-box input.input-text {
    width: 425px;
    padding: 5px;
}

.customer-account-forgotpassword #form-validate button.button span {
    font-size: 20px;
    padding: 6px 25px;
    border-radius: 5px;
    height: auto;
}

.logout-page {
    width: 500px;
    margin: 50px auto 0;
    clear: both;
    overflow: hidden;
}

.logout-page .page-title,
.logout-page p {
    width: 375px;
    padding-top: 15px;
    margin-bottom: 0;
    padding-bottom: 10px;
    float: right;
}

.logout-age-img {
    display: block;
    height: 125px;
    width: 125px;
    float: left;
    background-image: url("../images/msg.png");
    background-repeat: no-repeat;
    background-position: 0 -519px;
}

.customer-account-edit .my-account .fieldset .form-list .field {
    width: 450px;
}

.customer-account-edit .my-account .fieldset .form-list input.input-text {
    padding: 6px;
    width: 252px;
}

.my-account .buttons-set button.button {
    padding: 0 20px;
}

.customer-address-form .my-account {
    padding-left: 20px;
}

.customer-address-form .form-list {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 20px 30px;
    margin-bottom: 28px;
    width: 480px;
}

.customer-address-form .form-list li.wide input.input-text {
    width: 252px;
    padding: 6px;
}

.customer-address-form .form-list li.wide .input-box {
    width: 252px;
}

.customer-address-form .form-list li.wide label {
    top: 18px;
    font-weight: normal;
}

.customer-address-form .form-list li .field label {
    top: 25px;
    font-weight: normal;
}

.customer-address-form .form-list li .field input {
    width: 252px;
    padding: 6px;
}

.customer-address-form .form-list select {
    padding: 6px;
}

.customer-address-form .fieldset .legend {
    display: inline;
    background: #fff;
    color: #333;
    font-size: 13px;
    padding: 2px 5px;
    margin-left: 20px;
}

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }

    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    0% {
        transform: rotate(-360deg);
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px 'Lora';
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
    color: #999;
}

.dashboard .welcome-msg p strong {
    font-weight: normal;
    color: #000;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

/* General Box */
.box-account {
    background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    border-color: #ccc #999 #999 #ccc;
    padding: 15px;
    /* margin: 0 0 20px; */
    margin: 0
}

.box-account .box-head {
    border-bottom: 1px solid #d9dde3;
    margin: 0 0 10px;
    text-align: right;
}

.box-account .box-head>h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #cc7f85;
}

.dashboard .box .box-title {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
    float: left;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head>h2 {
    background-image: url(../images/i_folder-table.gif);
    padding-left: 25px;
}

/* Block: Account Information */
.dashboard .box-info .box-head>h2 {}

.dashboard .box-info h4 {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head>h2 {
    background-image: url(../images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head>h2 {
    background-image: url(../images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */
/* Address Book */
.addresses-list>h2 {
    font-weight: bold;
    font-size: 13px;
    color: #d32c81;
    text-transform: uppercase;
}

.addresses-list h3 {
    font-weight: normal;
    font-size: 13px;
    color: #000;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    color: #000;
    text-decoration: underline;
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: normal;
    color: #000;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.sales-view {
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    padding: 12px 15px;
    margin: 0 0 8px;
    font-size: 13px;
}

.sales-view .page-title {
    width: 100%;
    float: none;
}

.sales-view .page-title h1 {
    font-size: 13px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

#order-info-tabs .last {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
    display: inline-block;
    width: 49%;
    height: 200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

.order-info-box>h2 {
    font-weight: bold;
    font-size: 13px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-info-box .box-title>h2 {
    font-family: 'Lora';
    padding: 8px 0;
}

.order-details .data-table .odd,
.data-table tbody.odd tr {
    background: #fff !important;
}


.order-comments .sub-title {
    color: #cc7f85;
}

.order-details .data-table tfoot tr {
    background: #f7f7f7;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items>h2,
.order-items h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}

.order-items>h2>a {
    text-decoration: underline;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

.order-step .step {
    font-size: 14px;
    text-align: center;
    float: left;
    width: 25%;
    padding: .5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.order-step .step h4 {
    text-align: center;
    margin-bottom: 5px;
    color: #000;
}

.order-step .step .step-img {
    position: relative;
}

.order-step .step .step-img img {
    position: relative;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    margin: 5px auto;
}

.order-step .step .step-img .line {
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 25px;
    border: 2px solid #ddd;
    /* z-index: -99; */
    top: 49%;
}

.order-step .step .step-img .line-color {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 20px;
    border: 2px solid #333;
    /* z-index: -9; */
    top: 49%;
}

.order-step .step-text {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.order-step .step-text p {
    color: #000;
}

.order-additional.order-comments {
    display: none;
}

.order-items>h2>a {
    text-decoration: underline;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 14px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}


/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
.account-wrapper .main-container {
    background: #f6f6f6;
}

.account-wrapper .col-left {
    background: #fff;
}

.account-wrapper .col-main {
    background: #fff;
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    padding: 0 25px 25px;
    box-sizing: border-box;
}

.my-wishlist thead {
    display: none;
}

.my-wishlist tbody {
    display: flex;
    flex-wrap: wrap;
}

.my-wishlist .data-table tr {
    width: 25%;
    padding: 0 7px 20px;
    box-sizing: border-box;
    border: none;
}

.my-wishlist img {
    width: 100%;
}

.my-wishlist .data-table td {
    border: none;
    padding: 0;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .product-name {
    font-size: 13px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    text-align: left;
    margin: 10px 0 5px;
}

.my-wishlist .btn-remove {
    display: flex;
    align-items: center;
    text-indent: 0;
    background: none;
    width: auto;
    height: auto;
}

.my-wishlist .other-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}



.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading>h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */
/* Footer ================================================================================ */
.footer-container {
    clear: both;
    margin-top: 60px;
    margin-bottom: 60px;
}

.footer {
    max-width: 1425px;
    margin: 0 auto;
}

.foot-copy {
    float: left;
    margin-top: 15px;
}

.foot-share {
    height: 30px;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}

.copyright-adress {
    clear: both;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

.share-title {
    color: #333;
    font: italic 16px/30px 'Lora';
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
}

.footer-links {
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px;
    overflow: hidden;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

.footer-links ul li.zs_tit {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-links ul {
    max-width: 25%;
    float: left;
}

.footer-links li a {
    display: block;
    text-transform: uppercase;
    line-height: 30px;
}

.footer-links li a:hover {
    color: #cc7f85;
    text-decoration: underline;
}

.footer-links ul.links_04 {
    width: 31%;
}

.footer-links .links_04 li a {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin: 0 5px;
    filter: brightness(0.2);
}

.footer-links .links_04 li a.foot_af {
    background: url(../images/iconfont/facebook-fill.svg)no-repeat center;
    background-size: 30px;
}

.footer-links .links_04 li a.foot_ai {
    background: url(../images/iconfont/instagram-fill.svg)no-repeat center;
    background-size: 30px;
}

.footer-links .links_04 li a.foot_ap {
    background: url(../images/iconfont/pinterest-fill.svg)no-repeat center;
    background-size: 30px;
}

.footer-links .links_04 li a.foot_ay {
    background: url(../images/iconfont/youtube-fill.svg)no-repeat center;
    background-size: 30px;
}

.footer-links .links_04 li a.foot_atik {
    background: url(../images/iconfont/icon_TikTok.svg)no-repeat;
    background-size: 33px;
    background-position: center 0px;
    width: 22px;
}

.footer-copy {
    color: #000;
    font: 14px/24px 'Lora';
    padding-top: 30px;
    text-align: center;
    clear: both;
    max-width: 1260px;
    margin: 0 auto;
    /* annotated by Guo */
    /* border-top: 1px solid #ccc; */
    /* edited by Guo */
    /* padding: 10px 30px; */
    padding: 20px 10px;
}

.footer-copy .share_links a {
    font-size: 14px;
    text-decoration: underline;
}

/*end footer-links*/
.footer a:hover {
    color: #cc7f85;
}

.share-follow {
    text-align: center;
}

.share-follow h3 {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.follow-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.follow-links a {
    margin: 0 10px;
    display: inline-block;
    background: #f4e4e5;
    padding: 9px;
    border-radius: 50%;
}

.follow-links a .icon {
    font-size: 25px;
    color: #000;
}

.pay-accept {
    max-width: 1260px;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
}

.pay-accept-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
/* added by guo */
body#cart .pay-accept-list{
    justify-content: flex-start;
}

.pay-accept-list svg {
    width: 38px;
    height: 24px;
    margin: 0 5px;
}

.pay-accept-list svg.icon-jcb {
    border: 1px solid #e2dcdc;
    border-radius: 3px;
    padding: 3px;
    width: 42px;
    height: 24px;
}

.pay-accept-list img {
    margin: 0 5px;
    height: 24px;
}

/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.input-box-size-guide dl:after,
.input-box-jacket-guide dl:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

/* ======================================================================================= */
.guest-select {
    width: 306px !important;
    height: 30px !important;
    margin: 3px 0 9px;
}

.price-box-list .old-price-list .price-label,
.price-box-list .special-price-list .price-label {
    display: none;
}

.price-box-list .old-price-list .price {
    text-decoration: line-through;
}

.price-box-list .old-price-list,
.price-box-list .special-price-list {
    display: inline;
}

.price-box-list .special-price-list .price {
    color: #ff0000;
    font-weight: bold;
    font-size: 14px;
}

.home-new-list .price-box-list .price {
    padding: 0 5px;
    color: #dc226c;
    line-height: 20px;
    font-weight: normal;
}





/* listhome */
.tab-highlight {
    clear: both;
}

.bmproducts-featured {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 5px;
}

.tab-highlight .head_bg {
    background: url(../images/tlt-underline.png) no-repeat left bottom;
    height: 40px;
}

.tab-highlight .head_bg h3 {
    font: 26px/30px 'Lora';
    color: #c4010a;
}

.bmproducts-featured .products-tab li.item {
    width: 183px;
    float: left;
    margin-right: 10px;
    border: 4px solid #f5f5f5;
    margin-bottom: 10px;
}

.bmproducts-featured .products-tab li.last {
    margin-right: 0px;
}

.bmproducts-featured .products-tab li.item:hover {
    border: 4px solid #dedede
}

.tab-other-info .product-name {
    height: 30px;
    overflow: hidden;
}

.about_anas {
    clear: both;
    overflow: hidden;
}

/*hot deal*/
.hot-deals .sidelist li {
    clear: both;
    padding: 5px 0;
    border-bottom: 1px dotted #CCCCCC;
    overflow: hidden;
}

.hot-deals .hotDeal-np {
    float: right;
    width: 100px;
}

.catalog-product-view .hot-deals .hotDeal-np {
    width: 60px;
}

.hot-deals .hotDeal-np .price-box-list .old-price-list {
    display: none;
}

/*why buy from us*/
#whyBuyFromUs {
    color: #666666;
    font: 11px/16px 'Lora';
    margin: 0 auto 27px;
    width: 994px;
    margin-top: 10px;
    overflow: hidden;
}

#whyBuyFromUs>h2 {
    background-image: url("../images/foot-top-bg.png");
    background-repeat: no-repeat;
    color: #B6810C;
    font: 20px/59px 'Lora';
    height: 59px;
    text-align: center;
}

#whyBuyFromUs .secure,
#whyBuyFromUs .easyOrders {
    width: 252px;
}

#whyBuyFromUs dl {
    float: left;
    margin: 30px 0 3px;
    padding-left: 48px;
    position: relative;
}

#whyBuyFromUs dl span,
.help_body dl {}

#whyBuyFromUs .freeDelivery,
#whyBuyFromUs .freeJoin,
#whyBuyFromUs .freeShipping,
#whyBuyFromUs .bestMerchandise {
    margin-left: 25px;
    width: 268px;
}

#whyBuyFromUs dt {
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding-bottom: 6px;
}

#whyBuyFromUs dl span {
    height: 35px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

#whyBuyFromUs .easyOrders {
    background: url(../images/easyOrders-1.jpg) no-repeat;
}

#whyBuyFromUs .bestMerchandise {
    background: url(../images/bestMerchandise-2.jpg) no-repeat
}

#whyBuyFromUs .freeShipping {
    background: url(../images/freeShipping-3.jpg) no-repeat
}

#whyBuyFromUs .secure {
    background: url(../images/secure-4.jpg) no-repeat
}

#whyBuyFromUs .freeJoin {
    background: url(../images/freeJoin-5.jpg) no-repeat
}

#whyBuyFromUs .freeDelivery {
    background: url(../images/freeDelivery-6.jpg) no-repeat
}

.clear {
    clear: both;
    overflow: hidden;
}

/** footer links **/
.footer-help {
    border-bottom: 1px solid #ddd;
    clear: both;
    width: 100%;
    float: left;
    padding: 10px 0;
}

.footer-help .footer-title {
    fonr-size: 14px;
    font-weight: bold;
}

.footer-help ul {
    width: 176px;
    float: left;
    margin-right: 16px;
}

.footer-help ul li {
    clear: both;
    width: 100%;
}

.footer-help ul li a {
    color: #666666;
    font-size: 11px;
}

.payment-img {
    text-align: center;
    border-top: 1px solid #fff;
    clear: both;
    padding: 10px 0;
}

.footer-help ul.joinlinks {
    width: 240px;
    margin-right: 0;
}

/** view tab **/
.tabs-anchor {
    height: 30px;
}

.tabs-anchor ul li {
    float: left;
    padding-right: 15px;
    font-size: 11px;
    height: 25px;
    line-height: 25px;
    text-transform: capitalize;
}

.tabs-anchor ul li a {
    color: #333;
}

#tabs-detail {}

#tabs-detail ul.subsection_tabs {
    border-bottom: 1px solid #ddd;
    clear: both;
    height: 36px;
    line-height: 25px;
    list-style: none outside none;
    margin: 0;
}

#tabs-detail ul.subsection_tabs li {
    float: left;
    text-align: center;
}

#tabs-detail ul.subsection_tabs li a {
    color: #232323;
    display: block;
    font-family: 'Lora';
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    padding: 6px 10px;
    text-transform: uppercase;
}

#tabs-detail ul.subsection_tabs li a.active {
    color: #232323;
    display: block;
    font-family: 'Lora';
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    border: 1px solid #d3d3d3;
    border-bottom: 1px solid #fff;
    text-transform: capitalize;
    background: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#tabs-detail div.tabs-content {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 10px;
    font: 12px/17px 'Lora';
    padding: 10px;
    overflow: hidden;
    clear: both;
}

#tabs-detail01 ul.subsection_tabs {
    border-bottom: 1px solid #ddd;
    clear: both;
    height: 25px;
    line-height: 25px;
    list-style: none outside none;
    margin: 0;

}

#tabs-detail01 ul.subsection_tabs li {
    float: left;
    margin-right: 10px;
    text-align: center;
}

#tabs-detail01 ul.subsection_tabs li a.active {
    background: #7A7A7A;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
}

#tabs-detail01 ul.subsection_tabs li a {

    color: #666;
    display: block;
    font-size: 100%;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
    padding: 1px 15px;
    font-weight: bold;
    border: 1px solid #D4D4D4;
    border-bottom: none;

    text-transform: uppercase;
}

#tabs-detail01 div.tabs-content {
    border: 1px solid #ddd;
    border-top: none;
    margin-bottom: 10px;
    font: 12px/17px 'Lora';
    padding: 1em 1.4em;
    overflow: hidden;
    clear: both;
}

.chart-style,
.chart-style tr,
.chart-style td {
    border: 2px solid #fff;
}

.chart-style td {
    background: #f2f1f1;
}

.chart-style tr:nth-child(1),
.chart-style td:nth-child(1) {
    background: #e2e2e2;
}

#how-to-measure {
    padding: 10px 20px;
}

#how-to-measure td {
    padding: 5px;
}

.measure_maternity_dresses_class td,
.measure_maternity_standard_class td {
    color: #525252;
}

#how-to-measure td {
    vertical-align: top;
}

#how-to-measure td {
    padding: 5px;
}

.measure_maternity_dresses_class td h4,
.measure_maternity_standard_class td h4 {
    color: #282828;
}

.measure_maternity_standard_class img {
    display: block;
    padding-bottom: 5px;
    width: 139px;
}

fieldset,
img {
    border: 0 none;
}

.measure_maternity_dresses_class img {
    display: block;
    padding-bottom: 5px;
    width: 149px;
}

.gallery-detail ul li {
    margin-bottom: 10px;
    text-align: center;
}

.required em {
    color: #d00;
}

.sale-form {
    width: 320px;
    margin: 40px auto;
}

.sale-form h1 {
    font-family: 'LoraMedium';
    font-size: 22px;
    text-align: center;
    margin-bottom: 10px;
}

.look-up-order-tips {
    text-align: center;
    font-size: 13px;
}

.find-id {
    position: relative;
    margin-top: 10px;
}

.find-id .input-order-tips {
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}

.find-id .input-order-tips:hover {
    color: #cc7f85;
}

.input-order-tips-more {
    font-size: 13px;
    border: 1px solid #cc7f85;
    border-radius: 19px;
    padding: 6px;
    margin-top: 10px;
    text-align: center
}

.input-order-tips-more a {
    text-decoration: underline;
}

.sale-form label.required {
    padding: 15px 0 10px;
    display: block;
}

.sale-form input.input-text {
    width: 100%;
    height: 40px;
}

.sale-form button.button {
    width: 100%;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
}

/************************cloud-zoom-gallery-left end*******************************/
#bookmark_btn {
    background: none repeat scroll 0 0 #5F5F5F;
    border: 1px solid #D9D9D9;
    display: block;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 2px 7px 0 0;
    overflow: hidden;
    padding: 0 5px 0 0;
}

#bookmark_btn i {
    background: url("../images/site_bg.gif") no-repeat scroll left -1013px transparent;
    border-right: 1px solid #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin-right: 5px;
    width: 19px;
}

#bookmark_btn a {
    color: #FFFFFF;
}

.info_block {
    margin: 10px auto;
    height: 68px;
    overflow: hidden;
    text-align: center;
    width: 996px;
}

.info_block .info_right {
    width: 378px;
    float: left;
}

.info_block strong {
    color: #333333;
    font-size: 18px;
}

.info_block .info_left01 {
    width: 356px;
    float: left !important;
}

.web_clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

/*start banner*/
.nav {
    width: 960px;
    margin: 0 auto;
}

.nav a {
    display: inline-block;
    height: 40px;
    padding: 0 20px;
}

.nav a:hover {
    background-color: rgba(49, 35, 24, 0.4);
}

.article {
    width: 960px;
    padding-bottom: 100px;
    margin: 0 auto;
    text-align: left;
}

.article-list h1,
.article-list>h2 {
    margin-bottom: 20px;
    font-size: 36px;
    color: #fff;
    text-shadow: -1px -1px 0 #312318;
}

.article-list img {
    display: block;
    margin-top: 10px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: rgba(49, 35, 24, 0.7);
    color: #fff;
    text-shadow: -1px -1px 0 #312318;
}

.table .thead {
    background-color: rgba(49, 35, 24, 0.7);
}

.table td {
    padding: 5px 10px;
    border: 1px solid #312318;
}

.table .para {
    background-color: rgba(49, 35, 24, 0.5);
}

.control {
    text-align: right;
}

.tabs {
    position: relative;
}

.tabs .control {
    height: 18px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    background: #f5f1f0;
}

.account-create .control {
    width: auto;
    height: 20px;
    background: #fff;
    text-align: left;
    padding-top: 4px;
    padding-left: 520px;
    padding-right: 0;
}

.control a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    background: url(../images/slidebtn.gif) -28px 0;
}

.control .now {
    background-position: -15px 0;
    text-decoration: none;
}

.tab_con {
    height: 325px;
    overflow: hidden;
}

.tab_con img {
    display: block;
}

.tabs .prev,
.tabs .next {
    position: absolute;
    bottom: 4px;
    width: 10px;
    height: 10px;
    background-color: rgba(49, 35, 24, 0.5);
}

.tabs .prev {
    background: url(../images/slidebtn.gif) 0 0;
    left: 466px;
}

.tabs .next {
    background: url(../images/slidebtn.gif) -41px 0;
    right: 466px;
}

.down {
    padding: 10px 50px;
    border: 1px solid #337aba;
    font-size: 36px;
    color: #fff;
    background-color: #458aca;
    background-image: -webkit-linear-gradient(top, #639ed3, #458aca);
    background-image: -moz-linear-gradient(top, #639ed3, #458aca);
    background-image: -ms-linear-gradient(top, #639ed3, #458aca);
    background-image: -o-linear-gradient(top, #639ed3, #458aca);
    background-image: linear-gradient(top, #639ed3, #458aca);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px #d1d1d1, 0 1px 1px #99bfe2 inset;
    -moz-box-shadow: 0 1px 2px #d1d1d1, 0 1px 1px #99bfe2 inset;
    -ms-box-shadow: 0 1px 2px #d1d1d1, 0 1px 1px #99bfe2 inset;
    -o-box-shadow: 0 1px 2px #d1d1d1, 0 1px 1px #99bfe2 inset;
    box-shadow: 0 1px 2px #d1d1d1, 0 1px 1px #99bfe2 inset;
    -webkit-text-shadow: -1px -1px 0 #337aba;
    -moz-text-shadow: -1px -1px 0 #337aba;
    -ms-text-shadow: -1px -1px 0 #337aba;
    -o-text-shadow: -1px -1px 0 #337aba;
    text-shadow: -1px -1px 0 #337aba;
}

/*end banner*/
/*dao ji shi*/
.banner_990_63_time {
    color: #fff;
    font-family: 'Lora';
    float: left;
    font-size: 26px;
    height: 68px;
    text-align: center;
    width: 262px;
    background: url(../images/daojishi.png) 100% 0 no-repeat;
}

.ad_day,
.ad_hour,
.ad_min,
.ad_sec {
    display: block;
    float: left;
    height: 34px;
    line-height: 34px;
    text-align: center;
    width: 40px;
    margin-top: 16px;
}

.ad_day {
    margin-left: 18px;
}

.ad_hour {
    margin-left: 9px;
}

.ad_min {
    margin-left: 14px;
}

.ad_sec {
    margin-left: 15px;
}

.banner_990_63_time strong {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
}

.banner_990_63_time span b {
    font-size: 12px;
}

.banner_990_63_top_text {
    font-size: 22px;
    margin: 10px 0 0 100px;
    text-align: center;
}

.banner_990_63_bottom_text {
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
}



.fb_like_button,
.fblike_num,
.list_fb.f_left {
    line-height: 20px;
    display: inline-block;
    float: left;
}

.list-views {
    float: right;
    font-size: 11px;
    line-height: 1.25;
    margin: 3px 0;
    color: #666666;
    display: inline-block;
}

.fb_like_button,
.fblike_num,
.list_fb.f_left,
.list-views {
    display: inline;
}

.fblike_num span {
    display: block;
    background: url("../images/fb_numbg.gif") no-repeat scroll left top transparent;
    border-right: 1px solid #CCCCCC;
    line-height: 18px;
    padding: 0 4px 0 7px;
}

.home-cart .old-price-list {
    display: none;
}

/*  related-list  */
.related-list {
    clear: both;
}

.slider-box {
    position: relative;
}

.slider-box .item_main {
    width: 140px;
    float: left;
}

.slider-box .product-name {
    padding-top: 10px;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
}

.slider-box .slider-wrapper {
    width: 706px;
    height: 256px;
    float: left;
    overflow-x: auto;
    overflow-y: hidden;
}

.slider-box .item_equal {
    width: 150px;
    float: left;
}

.slider-box .product-details-imgage {
    width: 140px;
}

.slider-box .slider-wrapper li.item {
    width: 136px;
    padding-left: 4px;
    float: left;
}

.slider-box .slider-wrapper li.item_and {
    float: left;
}

.slider-box .slider-wrappe .item_and {
    padding: 0 5px;
}

.slider-box .product-details-price {
    overflow: hidden;
    padding-top: 5px;
}

.slider-box .price-box {
    overflow: hidden;
    margin: 0;
}


.slider-box .price-box .special-price {
    display: block;
    padding-left: 0;
}
.product-current {
    color: #000 !important;
}

.slider-box .special-price .price {
    font-size: 14px;
}

.special-price .priceMobile {
    font-size: 13px;
}

.slider-box .product-details-wishlist .link-wishlist {
    display: block;
    padding-left: 16px;
}

.slider-box .item_and_label {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: url(../images/slider-box-sum.png) 0 0 no-repeat;
    margin-top: 90px;
}

.slider-box .item_equal .eq {
    width: 23px;
    height: 15px;
    text-indent: -9999px;
    float: left;
    background: url(../images/slider-box-sum.png) -27px -3px no-repeat;
    margin-top: 90px;
}

.slider-box .item_equal .eq-details {
    width: 116px;
    float: left;
    margin-top: 30px;
    padding-left: 10px;
}

.slider-box .eq-details .tt {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
}

.slider-box .eq-details .tm {
    font-size: 11px;
    text-align: left;
    height: 25px;
    line-height: 25px;
    color: #333;
    margin-bottom: 0;
}

.slider-box .eq-details .tm .m {
    color: #cc0000;
}

.slider-box .eq-details .ts {
    font-size: 11px;
    text-align: left;
    height: 25px;
    line-height: 25px;
}

.slider-wrapper .product-details-related-checkbox {
    width: 16px;
    float: left;
}

.slider-box select {
    width: 133px;
}

.slider-box input[type="text"] {
    width: 126px;
}

.slider-box textarea {
    width: 126px;
    height: 4em;
}

.slider-box .product-details-options-submit {
    margin-top: 5px;
}

.slider-wrapper .product-details-options dt {
    clear: both;
}


.prod-info-time em.icon-world {
    background: url(../images/world.png)no-repeat;
    background-size: 16px;
}

.prod-info-time em.icon-fly {
    background: url(../images/fly.png)no-repeat;
    background-size: 14px;
}

.prod-info-time em.icon-safe {
    background: url(../images/safe.png)no-repeat;
    background-size: 16px;
}

.tabs-anchor li::before {
    color: #c0c0c0;
    content: "|";
    font-weight: normal;
    margin-right: 15px;
}

.tabs-anchor li:first-child::before {
    content: none;
}


.mb15 {
    margin: 15px 0 0;
}

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

.cart .shipping {
    display: none;
}

/* edited by Guo */
.actGotop a:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.actGotop a:focus {
    text-decoration: none !important;
}
.actGotop {
    /* edited by Guo */
    bottom: 100px;
    height: 45px;
    position: fixed;
    right: 10px;
    width: 45px;
    z-index: 999;
    display: none;
  }
  .actGotop>a {
    /* edited by Guo */
    background: #cc7f85;
    color: #fff;
    display: block;
    font-family: none;
    font-size: 34px;
    height: 45px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
    border-radius: 50%;
  }

.block.block-list.block-compare {
    display: none;
}


.contact-us {
    float: right;
}

.contact-us a {
    font-size: 12px;
    line-height: 27px;
    height: 25px;
    color: #adadad;
    padding: 0 5px;
}

.contact-us a:hover {
    border-bottom: 3px solid #f76793;
    color: #fff;
    text-decoration: none;
}



.cms-index-index .header_promotion_container {
    display: none;
}


.pro-style-gallery {
    color: #4c5253;
    font-size: 11px;
    margin-top: 11px;
    clear: both;
}

.pro-style-gallery #detail {
    color: #fb5058;
    padding-left: 15px;
}



.made-to-order_img_pos {
    float: right;
    display: inline-block;
}


#slim-banner {
    background: #fff none repeat scroll 0 0;
    height: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

#slim-banner-slogan {
    background: #ebf2f1 none repeat scroll 0 0;
    color: #585e5f;
    font-size: 13px;
    height: 32px;
    line-height: 31px;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
}

#slim-banner-time {
    line-height: normal;
    padding-left: 15px;
    right: 0;
    text-align: center;
    top: 8px;
    font-family: 'Lora';
}

.slim_countdown {
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.slim_countdown b {
    font-size: 11px;
    font-weight: bold;
}

.page-title.cart-title {
    height: 30px;
    margin-top: 50px;
    text-align: center;
}

.cart-empty.cart-button {
    text-align: center;
    width: 600px;
    margin: 80px auto;
    padding-left: 230px;
    position: relative;
}

.cart-empty.cart-button h1 {
    font: italic 700 18px/40px 'Lora';
    margin-bottom: 10px;
}

.cart-empty.cart-button p {
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    letter-spacing: .8px;
}

.cart-empty.cart-button p span {
    color: #c0a76f;
}

.cart-empty.cart-button .msgImg {
    background: url("../images/msg.png") no-repeat 0 -80px;
    height: 160px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 200px;
}

.cart-empty.cart-button a {
    background: #cc7f85 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 25px;
    width: 188px;
}

.help-title {
    font-size: 22px;
    padding-bottom: 20px;
    font-family: LoraMedium;
}

.help-right-title {
    font-family: LoraMedium;
    font-size: 18px;
}

.help-right-title-1 {
    font-size: 14px;
    font-family: LoraMedium;
}

.help-left {
    float: left;
    margin-bottom: 10px;
    width: 210px;
    position: relative;
    margin-top: 15px;
}

.help-right {
    float: right;
    margin-bottom: 10px;
    /*width: 975px;*/
    font-size: 14px !important;
    width: calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
    max-width: 1099px;
}

.help-right a {
    color: #f76793;
}

.help-right a:hover {
    color: #ff7ea5;
}

.help-menu h2 {
    background: #fff none repeat scroll 0 0;
    font-family: 'Lora';
    font-size: 16px !important;
    font-style: italic;
    font-weight: normal;
    left: 80px;
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    top: -14px;
}

.help-menu h2,
.help-menu h3 {
    font-size: 15px;
}

.help-menu ul {
    padding: 10px 5px 5px 10px;
}

.help-menu li {
    margin: 10px 0;
    list-style: none;
}

.help-menu {
    border: 1px solid #e4e4e4;
}

.help-menu a {
    color: #666;
    font-size: 14px;
}

.help-menu a:hover {
    color: #f76793;
}

.help-menu .cur {
    color: #f76793;
    font-weight: bold;
}

#reviewimageuploaddiv img {
    width: 40px;
    height: 40px;
}


.p404-text {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 50px 0;
    text-align: center;
}

.p404-title {
    height: 150px;
    margin: 0 auto;
    width: 568px;
}

.p404-title h2 {
    color: #666;
    font-family: 'Lora';
    font-size: 16px;
    margin: 20px 0;
    text-transform: uppercase;
}

.p404-title p {
    color: #666;
    padding: 10px 0;
}

.sorry-err {
    color: #4c5253;
    margin: 10px 0;
}

.p404-main {
    margin: 0 auto;
    width: 439px;
}

.p404-main p+p a {
    color: #f76793;
}

.p404-back {
    clear: both;
    color: #666;
    font-family: 'Lora';
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.p404-back a {
    color: #666;
}

.bt-1-new {
    background: #f76793 none repeat scroll 0 0;
    border: 1px solid #f76793;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    text-transform: capitalize;
    padding: 6px 10px;
    border-radius: 15px;
}

.bt-1-new:hover {
    background-color: #ff7ea5;
    text-decoration: none;
}

#FAQ-Box {
    font-size: 14px;
    font-family: 'Lora';
}

#FAQ-Box dl {
    padding: 10px 0 2px 0;
}

#FAQ-Box dl:nth-child(even) {
    background-color: #f8f8f8;
}

#FAQ-Box dl dt {
    position: relative;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    padding: 0 10px 0 26px;
    font-size: 14px;
}

#FAQ-Box dl dd {
    position: relative;
    padding: 0 10px 0 26px;
}

#FAQ-Box dl dd p {
    margin-bottom: 8px;
}

#FAQ-Box dl dt .FaqNum {
    margin: 0 4px 0 0;
}

#FAQ-Box dl dt .FaqTheQ {
    position: absolute;
    left: 10px;
}

#FAQ-Box dl dd .FaqTheA {
    position: absolute;
    left: 10px;
}

.HelpContent #MainWrapper p {
    margin: 0 0 8px;
}

.P10 {
    padding: 10px !important;
}

#UseMaterialsTable th,
#UseMaterialsTable td {
    padding: 4px;
    border-bottom: 1px solid #fff;
}

#UseMaterialsTable th {
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    background-color: #f6f6f6;
    border-right: 1px solid #fff;
}

#UseMaterialsTable td {
    background-color: #f9f9f9;
}

#FAQ-Box .btn-more,
#FAQ-Box .btn-less {
    float: right;
}

.product-collateral #FaqsTab .nav-tabs {
    margin: 10px 0;
}

#FaqsTab .nav-tabs {
    border: none;
    text-align: center;
    width: 1008px;
}

#FaqsTab .nav-tabs li {
    margin-right: 5px;
    float: none;
    display: inline-block;
    width: 24px;
    height: 24px;
}

#FaqsTab .nav-tabs li a {
    margin: 0;
    padding: 0;
    background-color: #f6f6f6;
    height: 24px;
    line-height: 24px;
    border: 1px solid #ddd;
    border-radius: 0;
    text-decoration: none !important;
    display: block;
}

#FaqsTab .nav-tabs li.active a,
#FaqsTab .nav-tabs li.active a:hover,
#FaqsTab .nav-tabs li.active a:focus {
    margin: 0;
    background-color: #333;
    background-image: linear-gradient(to bottom, #333, #333);
    color: #fff;
}

#FaqsTab .tab-content {
    min-height: 200px;
    border: none;
}

.p404-text a:hover {
    text-decoration: none;
}

.catalog-product-view .review-form-right-tips {
    display: none;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block;
}

.discount-form {
    position: relative;
}

.page-null {
    padding: 50px 0;
    text-align: center;
}

.page-null p {
    text-align: center;
    font: italic 18px/1.8em 'Lora';
    padding: 30px 5% 40px;
}

.page-null a {
    background: #cc7f85 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 12px;
    text-transform: uppercase;
    width: 500px;
}

.pis-box-img {
    position: absolute;
    z-index: 1004;
    height: 135px;
    width: 116px;
    bottom: 36px;
    overflow: hidden;
    background: #ececec;
    display: none;
}

.pis-box-img img {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    margin: 8px;
}
.pis-box-img span {
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    width: 100px;
    margin: 8px;
}

.pis-box-img p {
    bottom: 0;
    color: #333;
    font: 500 13px/26px 'Lora';
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 0;
}

.pis-color-a:hover .pis-box-img {
    display: block !important;
}

/*global footer img*/

.footer-copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.pay-img {
    text-align: center;
    padding-top: 30px;
    clear: both;
}

.pay-img img {
    max-height: 39px;
}

.copyright-adress a.dmca-badge {
    display: block;
    float: left;
    margin-left: 8px;
    margin-top: 5px;
}

.coupon-set {
    width: 384px;
    float: right;
}

.header-right .block-content dd.user-panel .messages {
    display: none;
}


.measure_maternity_standard_class td {
    width: 33.333%;
    padding: 0 5px;
}

.measure_maternity_dresses_class td {
    width: 25%;
    padding: 0 5px;
}

.size-chart-inch {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
}

.size-chart-inch th,
.size-chart-inch td {
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 0;
    font-size: 11px;
    font-weight: normal;
    color: #333;
    font-family: 'Lora';
    text-align: center;
}

.size-chart-inch th {
    width: 12%;
    background-color: #ddd;
}

.cms-size-chart-html .help-right h3 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}

.cancellation_table {
    border-collapse: collapse;
    border: 0;
    color: #222;
    font-size: 14px;
}

.cancellation_table tr,
.cancellation_table td {
    border: 0;
}

.cancellation_table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
}

.cancellation_table tr:nth-child(1) td,
.cancellation_table tr:nth-child(2) td {
    background: #f7f7f7;
    font-size: 16px;
    font-weight: bold;
}

.cancellation_table tr:nth-child(2) td {
    font-size: 14px;
}

.customer-account-login .col-2.registered-users li#captcha-input-box-user_create .input-box.captcha,
.customer-account-create .col-2.registered-users li#captcha-input-box-user_create .input-box.captcha {
    top: -6px !important;
    position: relative !important;
    left: -1px !important;
}

.customer-account-login .account-create li#captcha-input-box-user_create .input-box.captcha,
.customer-account-create .account-create li#captcha-input-box-user_create .input-box.captcha {
    top: -6px !important;
    position: relative !important;
    left: -166px !important;
}

.customer-account-login .account-create li#captcha-input-box-user_login .input-box.captcha,
.customer-account-create .account-create li#captcha-input-box-user_login .input-box.captcha {
    top: -6px !important;
    position: relative !important;
    left: -112px !important;
}

.customer-account-login .col-2.registered-users li#captcha-input-box-user_login .input-box.captcha,
.customer-account-create .col-2.registered-users li#captcha-input-box-user_login .input-box.captcha {
    top: -6px !important;
    position: relative !important;
    left: -1px !important;
}

.customer-account-login .account-create li#captcha-input-box-user_create .input-box.captcha,
.customer-account-create .account-create li#captcha-input-box-user_create .input-box.captcha {
    top: -6px !important;
    position: relative !important;
    left: -113px !important;
}

.col-2.registered-users div#captcha-image-box-user_create,
.col-2.registered-users div#captcha-image-box-user_login {
    margin-left: 119px !important;
}

.col-2.registered-users div#captcha-image-box-user_create,
.col-2.registered-users div#captcha-image-box-user_login {
    margin-left: 181px !important;
}

li#captcha-input-box-user_create,
li#captcha-input-box-user_login {
    height: 80px !important;
}

.customer-account-login li#captcha-input-box-user_create label.required,
.customer-account-login li#captcha-input-box-user_login label.required {
    /*width:105px!important;*/
}

#cloud-zoom-big {
    top: -20px !important;
}

.order-additional.order-comments,
.pv-iwd-modal-header button.close {
    display: none;
}

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

    .product-img-box .product-image .video {
        height: 633px !important;
    }
}


.measure_wrap .num_tip {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #231f20;
    border-radius: 50%;
    color: #fff;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    margin-top: 20px;
}

.measure_wrap .measure_img {
    width: 20%;
}

.measure_wrap .measure_img img {
    width: 100%;
}

.measure_wrap .measure_con {
    width: 78%;
    margin-left: 2%;
}

.whole-sale table {
    width: 600px;
}

.table-wrapper table {
    width: 100%;
}

.table-wrapper table td {
    border: 1px solid #cc7f85;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
}


.ship-table table {
    width: 100%;
}

.ship-table th {
    font-weight: 600;
}

.ship-table th,
.ship-table td {
    padding: 10px 5px;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}


/* loading  */
.add_load {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.add_load div {
    width: 6px;
    height: 12px;
    border-radius: 50%;
    float: left;
    margin: 3px;
    background-color: #fff;
    animation: animat_load_Y 1s infinite ease-in-out;
}

.btn-onepage .add_load div {
    background-color: #cc7f85;
}

.add_load div:nth-child(2) {
    animation-delay: -0.9s;
}

.add_load div:nth-child(2) {
    animation-delay: -0.8s;
}

@keyframes animat_load_Y {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.5)
    }

    20% {
        -webkit-transform: scaleY(1);
    }
}



/* loading  */


/* 鏀粯鍥炬爣start */
.accept_icon {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.accept_icon span {
    width: 45px;
    height: 30px;
    display: inline-block;
    background-image: url(../images/payment_icon.png);
    background-size: 441px 430px;
}

.accept_icon .icon-Visa {
    background-position: -300px -330px;
}

.accept_icon .icon-MasterCard {
    background-position: -250px -330px;
}

.accept_icon .icon-American_Express {
    background-position: -146px -35px;
}

.accept_icon .icon-Discover {
    background-position: -100px -330px;
}

.accept_icon .icon-Diners_Club {
    background-position: -50px -330px;
}

.accept_icon .icon-JCB {
    background-position: -150px -330px;
}

.accept_icon .icon-paypal {
    background-position: 0 -400px;
}

.accept_icon .icon-klarna {
    background-position: -250px -365px;
    display: none;

}

.accept_icon .icon-apple_pay {
    background-position: -396px -280px;
    display: none;
}

.accept_icon .icon-google_pay {
    background-position: -100px -365px;
    display: none;
}

/* 鏀粯鍥炬爣end */
ul.email_tip_box {
    width: 100%;
    color: #333;
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 280px;
    overflow: auto;
    display: none;
}

ul.email_tip_box li.autoli {

    height: 30px;
    display: block;
    list-style-type: none;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
}

.lihover {

    background-color: #eee;
}

.showli {
    display: block;
}

/***add product ajax****/
.top-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    z-index: 101;
}

/*ajax submit */
#add_to_cart_related,
#add_to_cart_processing,
.triggerBtn_btn {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    background: #fff;
    width: 1000px;
    height: 670px;
    transform: translate(-50%, -50%);
    z-index: 102;
}

#productrelated_addtocart_form {
    display: block;
    position: relative;
    background: #fff;
    display: flex;
    height: 100%;
}

.product-options-related,
.cart-edit-related {
    padding: 30px;
    position: relative;
}

.related-close,
.cart_pop_close {
    position: absolute;
    right: 0;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related_ajax_box {
    display: flex;
    gap: 30px
}

.gallery-top {
    width: 455px;
    overflow: hidden;
    position: relative;
}

.gallery-top .swiper-pagination {
    width: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(0, 0, 0, .3);
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    font-family: auto;
}

.related-info {
    width: 455px;
}

.related-info .options-container-small {
    max-height: 387px;
    overflow: auto;
}

.related-info .options-container-small .color-chart-box {
    padding-left: 4px;
}

.related-info .required em {
    display: none;
}

.info-submit {
    margin-top: 30px;
}

.related-info-detail {
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}

#add_to_cart_processing .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    width: 40%;
    margin: 0 auto;
}

#add_to_cart_processing .modal-body {
    position: relative;
    padding: 25px 15px 20px;
}

#add_to_cart_processing .modal .continue-shopping,
#add_to_cart_shipping .modal .continue-shopping {
    display: block;
    text-align: center;
}

#add_to_cart_processing .media:first-child {
    margin-top: 0;
    margin-bottom: 15px;
}

#add_to_cart_processing .media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
}

#add_to_cart_processing .media-left,
#add_to_cart_processing .media>.pull-left {
    padding-right: 10px;
}

#add_to_cart_processing .media img,
#add_to_cart_shipping .media img {
    border: 1px #eee solid;
}

#add_to_cart_processing .media-left,
#add_to_cart_processing .media-right {
    display: table-cell;
    vertical-align: top;
}

#add_to_cart_processing .modal .discount {
    background-color: #eee;
    padding: 3px;
    margin-bottom: 10px;
    border: 1px dashed #ddd;
    text-align: center;
}

#add_to_cart_processing .modal .discount p {
    margin-bottom: 0;
}

#add_to_cart_processing .time_cloces {
    border-bottom: 1px #eee solid;
    border-top: 1px #eee solid;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 3px;
}

#add_to_cart_processing .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

#add_to_cart_processing .modal .btn:first-child {
    border-right: 1px #fff solid;
}

#add_to_cart_processing .modal .btn {
    background-color: #cc7f85;
    border: 0;
    border-radius: 0;
    color: #fff;
}

#add_to_cart_processing .media {
    height: auto;
    overflow: hidden;
}

#add_to_cart_processing .media-body,
.media-left {
    float: left;
}

#add_to_cart_processing .media-body {
    width: 68%;
    text-align: left;
}

#add_to_cart_processing .media-left {
    width: 28%;
}

#add_to_cart_processing .media-body h5 {
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    color: #000;
    font-family: 'Lora';
    display: none;
}

#add_to_cart_processing .modal .discount .price h4 {
    margin: 10px 0 15px 0;
    font-size: 18px;
    font-weight: 500
}

#add_to_cart_processing .modal .discount p {
    font-size: 14px;
    color: #585757;
    line-height: 18px;
}

#add_to_cart_processing .modal .btn {
    height: 40px;
    width: 100%;
    display: block;
    padding: 0;
    line-height: 40px !important;
    font-size: 14px;
    margin-left: 5px;
}

#add_to_cart_processing .archiver_item #product-attribute-specs-table tbody {
    margin-top: 20px;
}

#add_to_cart_processing .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

#add_to_cart_processing .btn-group-justified .btn-group {
    width: 50%;
    display: inline-block;
    float: left;
}

#add_to_cart_processing .btn-group-justified .btn-group .continue-shopping {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #cc7f85;
    margin-right: 5px;
}


/****48 ship hours*******/
.ship_in_hrs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgb(204 127 133 / 50%);
    font-family: LoraMedium;
    padding: 4px 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
}

.ship_in_hrs .icon {
    width: 14px;
    height: 14px;
}

.all_ship_in {
    display: flex;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.all_ship_in a {
    padding: 5px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
}

.all_ship_in a.active {
    border-bottom: 2px solid #000;
    font-family: LoraMedium;
}

.ship_in_num {
    position: absolute;
    right: 0;
    top: 9px;
}

/* 鍗曢〉闈� */

.cms-page-view .main {
    max-width: 100%;
    padding: 0;
}

.cms-page-view .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 20px 100px;
}

.cms-page-view .breadcrumbs {
    display: none;
}

.cms-page-view .rel {
    position: relative;
}

.cms-page-view .abs {
    position: absolute;
}

.cms-page-view .rr_title {
    font-size: 40px;
    margin-bottom: 70px;
    font-family: LoraMedium;
    letter-spacing: 1px;
}

.htc_content .title {
    font-size: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    margin: 15px 0;
    font-weight: 300;
}

.cms-page-view .title {
    font-size: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
}

.cms-page-view .text {
    font-size: 16px;
    font-family: LoraMedium;
}

.cms-page-view .container .title {
    margin: 15px 0;
    font-weight: 300;
}

.cms-page-view .container p {
    margin-bottom: 15px;
    font-family: Lora;
    font-size: 15px;
}

.cms-page-view .bor_1 {
    margin: 40px 0;
    height: 1px;
    background-color: #ddd;
}

.cms-page-view .color {
    color: #cc7f85;
}

/* about-us */
.am_header {
    font-size: 40px;
    height: 600px;
    padding-top: 60px;
    background: #cc7f85;
    color: #fff;
}

.am_header .am_header_text {
    line-height: 40px;
    margin: 0 auto;
    width: 950px;
    font-size: 30px;
}

.am_header .am_header_text .text {
    margin-top: 20px;
}

.about_main {
    margin-top: 90px;
}

.about_main .main_introduce {
    font-size: 30px;
    line-height: 40px;
    margin: 0 auto;
    width: 950px;
}

.about_content {
    background: #f8eeef;
}

.about_main .about_content {
    margin: 70px auto 0;
    padding: 80px 68px 141px 76px;
    width: 1200px
}

.about_main .about_content .about_content_header {
    font-size: 18px;
    margin-bottom: 140px
}

.about_main .about_content .about_content_header .content_header_left .am_header_left_text1 {
    line-height: 25px;
    margin-bottom: 40px
}

.about_main .about_content .about_content_header .content_header_left .am_header_left_text2 {
    line-height: 25px
}

.about_main .about_content .about_content_header .content_header_right img {
    margin-left: 95px;
    width: 517px
}

.about_main .about_content .content_banner {
    width: 100%
}

.about_main .about_content_intro {
    margin-top: 90px;
}

.about_main .about_content_intro li {
    margin-top: 40px;
}

.about_main .about_content_intro .text {
    font-size: 18px;
    line-height: 24px;
}

.about_main .about_content .content_server {
    margin-top: 130px;
    min-height: 1600px;
}

.about_main .about_content .content_server .about_product {
    margin-left: 292px;
}

.about_main .about_content .content_server .about_product img {
    height: 90px;
    margin-right: 20px;
    width: 68px
}

.about_main .about_content .content_server .about_service {
    left: 27px;
    top: 238px;
}

.about_main .about_content .content_server .about_service img {
    height: 85px;
    margin-bottom: 20px;
    width: 90px
}

.about_main .about_content .content_server .about_brand {
    right: -5px;
    top: 445px;
    z-index: 2
}

.about_main .about_content .content_server .about_brand img {
    height: 84px;
    margin-right: 29px;
    width: 77px
}

.about_main .about_content .content_server .about_management {
    left: 58px;
    top: 680px;
    z-index: 2
}

.about_main .about_content .content_server .about_management img {
    height: 78px;
    margin-right: 38px;
    width: 78px
}

.about_main .about_content .content_server .about_shipping {
    right: 5px;
    top: 1015px;
    z-index: 2
}

.about_main .about_content .content_server .about_shipping img {
    height: 70px;
    margin-right: 25px;
    width: 81px
}

.about_main .about_content .content_server .about_high {
    left: 111px;
    top: 1162px;
    z-index: 2
}

.about_main .about_content .content_server .about_high img {
    height: 81px;
    margin-bottom: 20px;
    width: 79px
}

.about_main .about_content_intro h3,
.about_main .about_content .content_server .server_inner_title {
    font-size: 24px;
    color: #cc7f85;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.about_main .about_content_intro h3 {
    font-size: 22px;
}

.about_main .about_content .content_server .server_inner_text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    width: 380px;
}

.about_main .about_footer {
    font-size: 30px;
    line-height: 40px;
    margin: 90px auto 90px;
}

.about_main .about_footer {
    max-width: 1200px;
    text-align: center;
}

.about_main .about_footer h3 {
    font-size: 40px;
    line-height: 50px;
}

.about_main .about_footer a {
    text-decoration: underline;
}

.about_main .about_footer a:hover {
    color: #cc7f85
}

.about_main .server_bg {
    left: 252px;
    top: 247px;
    width: 427px;
    z-index: 1
}

/* faq */
.faq_header_title {
    font-size: 40px;
    line-height: 1;
    padding: 80px 0 40px;
}

.faq_contact .icon_email {
    margin-right: 6px;
}

.faq_contact a {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    font-size: 18px;
}

.faq_content .faq_content_title {
    font-size: 24px;
    margin-top: 40px;
    padding: 6px 26px;
    background: #f8eeef;
    font-weight: 300;
    font-family: LoraMedium;
}

.faq_content .faq_c_tab {
    margin-top: 30px;
}

.faq_content .faq_c_Q {
    font-size: 16px;
    color: #cc7f85;
    line-height: 1;
    font-weight: 300;
    font-family: LoraMedium;
}

.faq_content .FaqTheQ {
    margin-right: 6px;
    letter-spacing: 1px;
}

.faq_content .faq_c_A {
    margin-top: 10px;
}

/* color chart */
.pcm_color_chart {
    margin: 0 auto;
}

.pcm_title {
    margin-top: 40px;
}

.pcm_color_chart #color-chart-block {
    border-top: 1px solid #efe9e2;
}

.pcm_color_chart .color-chart-title:after {
    content: "";
}

.pcm_color_chart .pcm_color_con {
    font-size: 15px;
    line-height: 1.8;
    max-height: 0px !important;
    overflow: hidden;
    display: none;
}

.pcm_color_chart .color-chart-content {
    gap: 30px;
}

.pcm_color_chart dl.color-chart-content dt {
    text-align: center;
}

.pcm_color_chart dl.color-chart-content dt img {
    display: block;
    width: 168px;
    height: 168px;
    padding: 5px;
    border: 1px solid #cccccc;
}

.pcm_color_chart dd.color-chart-focus {
    margin: 0;
    padding: 0;
    position: relative;
}

.pcm_color_chart dd.color-chart-focus div {
    background-color: #ffffff;
    cursor: pointer;
    width: 38px;
    height: 37px;
    position: absolute;
}

/* return-policy */
.return-main {
    padding: 80px 0 120px;
}

.c-main {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1180px;
    margin-bottom: 44px;
}

.return-main .rr_title {
    text-transform: uppercase;
}

.c-main .c-text {
    font-size: 18px;
    line-height: 1.6;
}

.conditions {
    background: #f8eeef;
    padding: 50px 0 120px;
    margin-bottom: 60px;
}

.conditions .title {
    font-size: 30px;
    margin-bottom: 54px;
    font-family: LoraMedium;
    letter-spacing: 1px;
}

.conditions .c-text {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
}

.conditions .c-text .nub {
    color: #cc7f85;
    font-weight: 600;
    font-size: 20px;
    padding-right: 15px;
}

.el-collapse .el-collapse-item,
.pcm_color_chart .pcm_color_item {
    border-bottom: 1px solid #efe9e2;
}

.el-collapse .el-collapse-item__header,
.pcm_color_chart .color-chart-title {
    font-size: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    outline: 0;
    transition: border-bottom-color .3s;
}

.el-collapse .el-collapse-item__header .el-icon-arrow-right,
.pcm_color_chart .color-chart-title:after {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/iconfont/icon-jia-c.svg) no-repeat;
    background-size: 16px;
}

.el-collapse .el-collapse-item__header.is-active .el-icon-arrow-right,
.pcm_color_chart .color-chart-title.is-active:after {
    background: url(../images/iconfont/icon-jian-c.svg) no-repeat;
    background-size: 16px;
}

.el-collapse .el-collapse-item__header:hover,
.el-collapse .el-collapse-item__header.is-active,
.pcm_color_chart .color-chart-title:hover,
.pcm_color_chart .color-chart-title.is-active {
    color: #cc7f85;
}

.el-collapse .el-collapse-item__content {
    color: #888;
    font-size: 18px;
    padding-top: 6px;
    line-height: 1.8;
    padding-bottom: 25px;
    display: none;
}

.el-collapse .el-collapse-item__content p.text {
    margin-bottom: 16px;
}
#return-policy .el-collapse .el-collapse-item__content p.text {
    font-size: 16px;
    font-family: LoraMedium;
}
/* size chart */
.psg_main {
    padding: 0 10px;
}

.psg_title {
    margin-top: 40px;
}

.psg_main .p_title {
    margin-top: 25px;
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.psg_main .psg_img {
    margin: 40px 0;
}

.psg_shoes_ul {
    font-size: 18px;
}

.psg_shoes_ul p {
    margin-top: 10px;
}


/* PAYMENT METHODS */
.pay_card p {
    font-weight: 700;
    line-height: 3;
    margin-top: 30px;
}

.pay_card_list {
    gap: 5px;
}

/* How To Order / How To Choose*/
.hto_content {
    margin-top: 40px;
}

.hto_content_title {
    gap: 10px;
    color: #cc7f85;
    line-height: 3;
}

.hto_content_title .icon-finger-r {
    color: #cc7f85;
    transform: rotate(0deg);
}

.hto_tab {
    padding-left: 32px;
}

.hto_tab_title,
.htc_content_title {
    gap: 10px;
    color: #cc7f85;
    margin-bottom: 15px;
    font-family: LoraMedium;
    font-size: 16px;
}

.htc_content_title_mobile {
    gap: 10px;
    color: #cc7f85;
    margin-bottom: 15px;
    font-family: LoraMedium;
    font-size: 13px;
}

.hto_tab_title .icon-diamond {
    width: 10px;
    height: 10px;
    color: #cc7f85;
}

.hto_footer_title {
    font-family: LoraMedium;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 30px;
}

.htc_content_title .t_num {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border: 1px solid #cc7f85;
    border-radius: 50%;
}

.htc_main .text {
    margin: 20px 0;
}

.htc_tab {
    padding-left: 35px;
}

/* contact-us */
.cms-contact-us-html p.required,
.contacts-index-index p.required {
    margin: 0 0 10px;
    text-align: left;
}

.contacts-index-index .buttons-set button.button {
    float: left;
}

.contacts-index-index .buttons-set button.button span {
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 30px;
}

.cms-contact-us-html .page-title {
    width: 100%;
    margin-bottom: 20px;
}

.cms-contact-us-html .page-title h1 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
}

.contact_us_txt {
    text-align: center;
}

.contact_us_main {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.contact_us_section,
.contact_us_section1 {
    background: #f8eeef;
    width: 46%;
}

.contact_us_section1 ul,
.contact_us_section1 li {
    list-style-type: none;
}

.contact_us_section1 ul,
.contact_us_section ul {
    margin: 25px 20px 10px 20px;
}

.contactUs_title {
    font-size: 24px;
    line-height: 48px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: LoraMedium;
    font-weight: 300;
}

.contact_us_section li:first-child {
    margin-bottom: 40px;
}

.contactUs_block a.color {
    text-decoration: underline;
}

.contactUs_block p {
    text-indent: 1em;
    line-height: 20px;
}

.contactUs_email .contactUs_title {

    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 20px;
    text-align: center;
}

.contactUs_email .contactUs_title:before {
    content: "";
    background: url('../img/icon-email.png') no-repeat 0 0;
    width: 25px;
    height: 25px;
    filter: invert(1);
    display: inline-block;
    background-size: 25px;
    margin-right: 10px;
}

.contactUs_average {
    display: flex;
    align-items: center;
}

.contactUs_average h2 {
    font-size: 16px;
    line-height: 0;
    margin: 0 10px 0 0;
}

.icon-star-y {
    background: url('../images/footer/icon-star-y.png') no-repeat 0 center;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 18px;
    margin-right: 2px;
}

.contactUs_form .form-list {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.contactUs_form .form-list label.required,
.contactUs_form .form-list label {
    float: unset;
    top: auto;
    color: #000;
    line-height: 25px;
}

.contactUs_form .form-list .input-box,
.contactUs_form .form-list .field {
    float: unset;
    width: 100%;
}

.contactUs_form input.input-text,
.contactUs_form .form-list select,
.contactUs_form textarea {
    width: calc(100% - 8px);
    height: 40px;
    border-radius: 5px;
    border: 1px solid #aaa;
    margin-left: 0;
}

.contactUs_form .form-list select {
    height: 42px;
}

.contactUs_form textarea {
    height: 80px;
}

.contactUs_form .buttons-set button.button {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    margin-left: 0;
    float: unset;
}

.cms-contact-us-html .buttons-set {
    margin: 10px 0;
    border: none;
}

.cms-contact-us-html .buttons-set button.button span {
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
}

/* contact us */


/* 鍗曢〉闈� */
/* match-style椤甸潰start */
.category-mix-match .main {
    padding: 0;
}

.category-mix-match .col-left {
    display: none;
}

.category-mix-match .col-main {
    float: none;
    width: auto;
}

.mixMatch_banner {
    background-color: #fcf6ef;
}

.mixMatch_b_con {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: calc(37.5vw - 3.5rem);
    height: auto;
}

.mixMatch_bl_con {
    height: 100%;
}

.mixMatch_bl_conMain {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}

.mixMatch_bl_con .title {
    font-size: 60px;
    font-family: "Cellien Sans";
    margin-bottom: 40px;
}

.mixMatch_bl_con .theme {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.mixMatch_bl_con .btn-link a {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 46px;
    padding: 13px 30px;
    background-color: #cc7f85;
    letter-spacing: 1px;
    display: inline-block;
}

.mixMatch_br_con img {
    width: 100%;
}

.mixMatch_content {
    margin-top: 90px;
}

.bg_green {
    background-color: #eaefec;
}

.bg_rose_gold {
    background-color: #fcf6ef;
}

.bg_blue {
    background-color: #ecf2f7;
}

.bg_burgundy {
    background-color: #f7ece4;
}

.bg_red {
    background: #fceff1;
}

.mixMatch_content .contanier {
    padding: 60px 0;
}

.mixMatch_c_header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    text-align: center;
}

.mixMatch_c_header .title {
    font-size: 38px;
    color: #cc7f85;
    font-family: "Cellien Sans";
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.mixMatch_c_header .theme, 
.mixMatch_c_header .theme p {
    max-width: 42rem;
    margin: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.mixMatch_c_header .link {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
}

.mixMatch_c_main {
    overflow: hidden;
    /* max-width: 1420px; */
    /* unannotated by guo */
    /* width: calc(100% - 2rem); */
    /* annotated by Guo */
    /* margin: 0 auto; */
}

body#mix-match .mixMatch_c_main {
    max-width: 1420px
}

.mixMatch_c_main.cart-you-may-also-like-swiper {
    width: 100%;
}

.mixMatch_c_main .mixMatch_c_list {
    position: relative;
}

.mixMatch_c_main .other-info {
    gap: 15px;
    align-items: flex-start;
}

.mixMatch_c_main .bag_one_color {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 36px;
    max-width: 160px;
    background: #cc7f85;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    font-family: LoraMedium;
}

.mixMatch_c_main .swiperFabric .other-info {
    margin-top: 0;
}

.mixMatch_c_main .swiperFabric .swiper-slide {
    display: flex;
    align-items: center;
    gap: 15px;
}

.mixMatch_c_main .swiperFabric .swiper-slide .product-img {
    display: block;
    width: 90px;
}

/* match-style椤甸潰end */


/* #region cookie-鎺ュ彈_鍚屾剰 */
.cookie-accept_agree {
    position: fixed;
    padding: 15px 50px 15px 20px;
    color: #000;
    font-size: 12px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 12220;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}

.accrpt_con {
    width: 65%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}

.accrpt_con a {
    text-decoration: underline;
    color: #fff;
}

#accept_agree_button {
    display: flex;
    gap: 48px;
    align-items: end;
}

#accept_agree_accept {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 27px;
    text-align: center;
    color: #221816;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: "NexaBold";
    font-weight: 600;
    background: #FFFFFF;
    border-radius: 14px;
}

#accept_agree_close {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 27px;
    text-align: center;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: "NexaBold";
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 14px;
}

/* #endregion cookie-鎺ュ彈_鍚屾剰end */

/* #region cookie_notice */
.cookie_notice {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12222;
    width: 50%;
    background: #fff;
    max-width: 800px;
}

.close_cookie_setting {
    text-align: right;
    margin: 12px 12px 0;
}

.cookie_terms {
    padding: 0px 40px 20px;
    color: #000;
}

.cookie_terms h2 {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.cookie_terms_vertical {
    height: 242px;
    overflow: auto;
    border: 1px solid #ddd;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}



.cookie_terms_vertical::-webkit-scrollbar-track {
    border-radius: 10px
}

.cookie_terms_vertical::-webkit-scrollbar {
    width: 8px
}

.cookie_terms_vertical::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .5);
    background: #dcdcdc
}

.cookie_terms_vertical::-webkit-scrollbar-corner {
    background-color: transparent
}


.cookie_terms_list {
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}

.cookie_terms_list:last-child {
    border-bottom: none;
}

.input-box-shows {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
    padding: 4px;
    padding-left: 40px;
}

.input-box-show::before {
    content: " ";
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    background: url(../../images/open-close.png)no-repeat scroll -29px 0px;
}

.input-box-show.item-open::before {
    background: url(../../images/open-close.png)no-repeat scroll -2px 0px;
}

.input-box-show h5 {
    margin: 0;
}

.agree-modal-checked {
    display: none;
    padding: 12px;
    background-color: #f1f1f1;
}

.checked-cookie {
    width: 14px;
    height: 14px;
    border: 1px solid #bbb;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
    margin-top: 3px;
}

.checked-cookie svg {
    width: 12px;
    height: 12px;
    display: none;
}

.checked.checked-cookie svg {
    display: block;
}

.cookie_terms_button {
    text-align: center;
    margin-top: 20px;
}

.cookie_terms_agree {
    display: inline-block;
    padding: 10px 60px 10px;
    background: #000;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}

.cookie_mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    z-index: 12221;
}

#bluetooth {
    zoom: .7;
}

/* #endregion cookie_notice end */

/* #region cookie_bottom */
.cookie_bottom {
    font-size: 14px;
    text-transform: capitalize;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* #endregion cookie_bottom end */

/* #region Custom Size */
.hintdiv {
    position: absolute;
    font-size: 12px;
    color: #F31544;
    animation-name: validation;
    animation-duration: 2s;
}

/* #endregion Custom Size end */

.show-slider {
    display: block;
}

.hidden-slider {
    display: none;
}

.test {
    border: #002c15 1px solid !important;
}
.phone-comment-number{
    display: none ;
}
.color-category a:hover .displaySpan {
    display: block
}
.color-category .displaySpan {
    background: #333;
    border-radius: 2px;
    bottom: 40px;
    color: #fff;
    display: none;
    font-size: 13px;
    height: 25px;
    left: 50%;
    line-height: 25px;
    padding: 0 10px;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    z-index: 1;
    position: absolute;
}
.color-category .displaySpan:after {
    border: 6px solid transparent;
    border-top-color: #333;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 100%;
    width: 0
}
.category-color-selected{
    width: 32px;
    height: 32px;
    border: 2px solid #000;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    padding: 3px;
}
.category-color-selected .select-c{
    width: 22px !important;
    height: 22px !important;
}
.price-done #go_href{
    color: #fff;
    background: #000;
    padding: 12px 20px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 15px;
}
/* 详情页手机样式 */
@media screen and (max-width: 450px) {
    body#product .modal.fade.quickview.in.show{
        bottom: 0;
        height: 65vh;
        overflow-y: auto;
        top: 35vh;
    }
    body#product .modal.fade.quickview.in.show .modal-content{
        border: 0;
    }
    body#product .modal.fade.quickview.in.show .modal-content .product-cover-mobile{
        display: none;
    }
    body#product .modal.fade.quickview.in.show .modal-content .product-cover-mobile .col-md-6.col-sm-6 h1{
        font-size: 13px;
    }
    body#product .modal.fade.quickview.in.show .modal-content .product-cover-mobile .col-md-6.col-sm-6 .product-prices.js-product-prices{
        margin-top: 0;
        display: flex;
    }
    body#product .modal.fade.quickview.in.show .modal-content .product-cover-mobile .col-md-6.col-sm-6 .product-prices.js-product-prices .product-discount{
        margin-bottom: 0;
    }
    body#product .modal.fade.quickview.in.show .modal-content .product-cover-mobile .col-md-6.col-sm-6 .product-actions.js-product-actions .pc-details-right .clearfix.product-variants-item{
            margin: 0;
    }
    body#product .modal.fade.quickview.in.show .modal-content .product-cover-mobile .col-md-6.col-sm-6 .product-actions.js-product-actions #group_1.for-mobile-getvalue .input-container.sizeSelect:first-child {
            width: calc(33.333% - 10px) !important;
    }
    body#product .modal.fade.quickview.in.show .modal-content .product-cover-mobile .col-md-6.col-sm-6 .product-actions.js-product-actions .product-add-to-cart{
        display: block !important;
    }
    body#product #productCommentsBlock .tabs{
        padding: 20px 15px;
    }
    .detailsfenxiang{
        /* display: block !important; */
    }
    #wrapper {
        padding-top: 0 !important;
    }
    .pc-share {
        display: none;
    }

    .js-qv-mask {
        overflow: hidden;
        white-space: nowrap;
        height: auto;
        width: 4rem !important;
        padding: 0 1px;
    }

    .product-cover {
        margin: 0 0 0.25rem 0 !important;
    }

    .thumb-container.js-thumb-container picture {
        margin: auto;
      }
      /* annotated by Guo */
      /* .thumb-container.js-thumb-container picture img {
        width: 3.25rem;
        height: 3.25rem;
        margin: 0 !important;
      } */

    .material-icons.top,
    .material-icons.bottom {
        display: none;
    }

    #dingzhiShow {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        flex-wrap: wrap;
        padding-bottom:76px ;
      }
      #dingzhiShow .left {
        width: 100% !important;
        float: none !important;
      }
      #dingzhiShow .left .custom-size-inch ,#dingzhiShow .left .custom-size-cm{
        width: 100%;
        flex-wrap: wrap;
        gap: 10px;
      }
      .custom-size-inch input {
        height: 42px;
      }
      
      #dingzhiShow .left .justPhone-layout{
        width:calc(50% - 5px) ;
        display: flex;
        flex-direction: column;
      }
      #dingzhiShow .left .justPhone-layout dd{
        width: 100%;
      }
      #dingzhiShow .left .justPhone-layout dd input{
        width: 100% !important;
      }
      #dingzhiShow .left .justPhone-layout dt{
        width: 90%;
        font-size: 14px;
        margin: 4px 0;
      }
      .customer_header {
        display: flex;
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'LoraMedium';
        align-items: center;
        padding: 0 15px;
        border-bottom: 1px solid #eee;
        gap: 10px;
        height: 60px;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
        z-index: 1;
    }
      .product-variants>.product-variants-item ul li{
        margin-right: 0;
      }
      #dingzhiShow .right {
        width: 100% !important;
        float: none !important;
        position: relative;
      }
      #dingzhiShow .right .error-or-tips .btn{
        padding: 0;
      }
      
      #dingzhiShow .bottom_xieyi {
        position: relative !important;
        top: 0;
      }

    .details-for-phone .contanier {
            display: block;
        } 
    .mixMatch_c_main {
            overflow: hidden;
            width: 100%;
            padding: 0 10px;
        }
    #reviewsDiv2 #productCommentsBlock #new_comment_form_ok .review-filter {
        display: none;
    }

    #product_comments_block_tab div.comment {
        margin: 0 0 10px 0 !important;
        padding: 7px 0 15px;
        border: 1px solid #ccc;
        border-radius: 10px;
        padding: 10px;
    }


    #productCommentsBlock .colerSize label:last-child {
        margin-right: 0 !important;    
    }
    .details-best-seller-pc {
        display: none;
    }

    .details-best-seller-phone {
        display: block;
    }
    
    .details-best-seller-phone .phone-list {
        display: flex;
        flex-wrap: wrap;
        gap:10px;
        padding: 0 15px;
    }
    
    .details-best-seller-phone .phone-list li {
        list-style: none;
        width: calc(50% - 5px) !important;
    }
    
    .details-best-seller-phone .phone-list li a img {
        width: 100% !important;
    }
    
    .details-best-seller-phone .phone-list li .product-name {
        display: none !important;
    }

    #zjkg {
        margin-top: 0 !important;
    }
    
    #zjkg .swiper-button-prev,
    #zjkg .swiper-button-next {
        display: none;
    }
    
    #zjkg .other-info .product-name {
        display: none !important;
    }
    
    #zjkg h2 {
        border-bottom: 1px solid #fff !important;
    }
    
    .details-fixed .product-add-to-cart {
        word-wrap: break-word;
        position: fixed !important;
        bottom: 0;
        z-index: 11;
        height: 2.75rem;
        width: 94%;
        padding-top: 0 !important;
        line-height: inherit;
        background: pink;
    }
    .hintdivTips{
        max-height: 140px;
        overflow-y: auto;
        font-size: 13px;
        line-height: 1;
    }

}

body#cart input::placeholder {
    color: #757575;
}
body#cart input::-webkit-input-placeholder {
    color: #757575;
}
body#cart input::-moz-placeholder {
    color: #757575;
}
body#cart input:-ms-input-placeholder {
    color: #757575;
}
body#cart input::-ms-input-placeholder {
    color: #757575;
}

.order-phone .order .item-order {
    display: flex;
  }
  
.order-phone .order .item-order .left {
    width: 83.333%;
  }
  
.order-phone .order .item-order .right {
    width: 16.666%;
  }
p.login-or:before {
    content: '';
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    top: 10px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}
.text-black{
    color: #000 !important;
}
.notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
    font-size: 11px !important;
    font-weight: bold !important;
}
.price-label{
    display: none;
}


#checkBox-id:checked:after {
    content: '';
    background: #000000 url(../img/dui.svg) no-repeat;
    filter: invert(1);
    background-size: 14px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    border: 1px solid #000000;
    border-radius: 4px;
}
#unit-cm {
    font-size: 13px;
}
#unit-cm .current {
    background-color: #cc7f8557;
    color: #000;
    font-weight: normal !important;
}
/* Shop Rings by Shape */
.ring-shape-container .item-text{
    width: 100%;
    color: #000;
    position: relative;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}
.ring-shape-container .display-flex{
    justify-content: space-between;
}
.ring-shape-container .display-flex>div{
    position: relative;
    width: calc(100% / 10);
    max-width: 120px;
}
.ring-shape-container .item-text h2{
    font-size: 18px;
}
.ring-shape-container>h2{
    font-family: "Cellien Sans";
    font-size: 50px;
    text-align: center;
    height: 100px;
    text-transform: capitalize;
}
/* Shop Rings by Shape */
/* jewelry  categories*/
.jewelry-categories{
    margin-top:85px;
    margin-bottom: 50px;
}
.jewelry-categories-container .category-icon-img{
    display: block;
    width: 15px;
    height: 23px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.jewelry-categories-container>.display-flex>div{
    padding: 0 10px;
    width: 25%;
}
.jewelry-categories-container>.display-flex>div:first-child .jewelry-categories-box,
.jewelry-categories-container>.display-flex>div:nth-child(3) .jewelry-categories-box
{
    display: flex;
    flex-direction: column-reverse; 
    gap: 30px;
}
.jewelry-categories-container>.display-flex>div:nth-child(2) .jewelry-categories-box,
.jewelry-categories-container>.display-flex>div:nth-child(4) .jewelry-categories-box
{
    display: flex;
    flex-direction: column; 
    gap: 30px;
}
.jewelry-categories-wrap .item-text{
    margin-top:0;
}
.jewelry-categories-wrap .item-text>.title{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
.jewelry-categories-wrap .desc{
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    font-weight: 400;
    text-align: center;
    color: #535050;
    padding: 0 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jewelry-categories-btn{
    text-align: center;
    margin-top: 40px;
}
.jewelry-categories-btn span{
    font-size: 18px;
    padding: 10px 15px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
a:hover .jewelry-categories-wrap .desc{
    color: #535050 !important;
}
a:hover .jewelry-categories-wrap .item-text>.title,
a:hover .jewelry-categories-btn span
{
    color: #000 !important;
}

/* jewelry  categories*/
/* discounthead */
#top-ad-swiper .time{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
#top-ad-swiper .time .time_left{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#top-ad-swiper .time .time_left span{
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
#top-ad-swiper .time-right .times{
    margin-top: 2px;
    display: flex;
    justify-content: center;
    gap: 2px;
}
#top-ad-swiper .time-right span {
    font-size: 12px;
}
#top-ad-swiper .time-right .times span {
    background-color: #fff;
    color: #000;
    padding: 0px 2px;
    border-radius: 5px;
    font-weight: bold;
}
#top-ad-swiper .times,#top-ad-swiper .times_text {
    line-height: 15px;
}
/* discounthead */
/* product detail */
.review-sku-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}
body#product .review-sku-wrap .comments_note{
    margin-top:0;
}
.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 2px;
}
.option-detail-div .form-control{
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 390px !important;
    height: 40px;
}
/* product detail */
/* another */
.ring-another-images {
        margin: 15px 0;
        border-top: 1px solid #ccc;
        padding-top: 16px;
}
.ring-another-images li {
    display: flex;
    font-size: 14px;
    text-align: left;
    color: #444;
    line-height: 20px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.ring-another-images li img {
    max-width: 100%;
    height: 20px;
    margin-right: 10px;
    padding-left: 2px;
}
/* another */
/* Description and Shipping */
 .delivery-title{
          padding-top: 10px;
          color: #000;
          font-size: 18px;
        font-weight: 400;
        margin-bottom:10px;
    }
    .grad1{
        margin-bottom: 25px;
        height: 1px;
        background: -webkit-linear-gradient(left, #555, #ededed);
        background: -o-linear-gradient(right,#555,#ededed);
        background: -moz-linear-gradient(right,#555,#ededed);
        background: linear-gradient(to right, #555, #ededed);
    }
    .btn-all{
        text-align: center;
        padding: 15px 0px;
        transition: all .4s linear;
        cursor: pointer;
    }
    .btn-all .btn-svg svg{
      width: 50px;
      height: 28px;
    }
     .btn-all.active .expand_end{
        display:block !important;
    }
    .btn-all.active .expand{
        display:none !important;
    }
    .btn-all.active .expand_start{
        display:none !important;
    }
    .btn-all.active .btn-svg {
        transform: rotate(180deg);
    }
    #descrition-info{
      text-align:center;
      margin-top: 35px;
    }
      #descrition-info>h3{
         margin-bottom: 12px;
      }
    #descrition-info>h3 strong{
        font-size: 18px;
        font-weight: 600;
      
    }
    #descrition-info p{
      margin-bottom:10px;
    }
    #certify {
        position: relative;
       
        margin: 30px auto;
        overflow: hidden;
    }
    #certify .swiper-container {
        padding-bottom: 30px;
    }
    #certify .swiper-slide {
        width: 454px;
        background: #fff;
        border: 1px solid #c2c2c2;
        transform: scale(0.7) !important;
        transition: all 0.3s;
    }
    #certify .swiper-slide.swiper-slide-active{
        transform: scale(1) !important;
    }
    #certify .swiper-slide img {
        width: 100%;
        display: block;
        border: 2px solid #fff;
    }
        #tabs-product-detail{
          margin-top:20px;
        }
        #tabs-product-detail-ul li {
            display: inline-block;
            padding: 10px 20px;
            cursor: pointer;
            width: 50%;
            float: left;
            text-align: center;
            font-size: 16px;
            padding: 15px 0;
        }
        #tabs-product-detail-ul li.select {
            border-bottom: 1px solid #000;
            font-weight: 600;
        }
        .tabs-product-content {
            display: none;
            padding: 20px;
        }
        .tabs-product-content.select {
            display: block;
        }
        #tabs-product-detail .data-sheet>div{
          width: 45% !important;
          margin-right: 38px;
        }
        #tabs-product-detail .data-sheet>div br{
            display:none;
        }
        #tabs-product-detail .product-features>dl.data-sheet{
            gap: 10px;
        }
        #tabs-product-detail .product-features>.h6{
            display:none;
        }
        #tabs-product-detail-ul{
          border-top: 1px solid #ddd;
          border-bottom: 1px solid #ddd;
          overflow: hidden;
          display: flex;
          align-items: center;
          justify-content: space-between;
        }
/* Description and Shipping */
#wedding-party .home-title{
    display: none;
}
.icon-with-bg img{
    width:50px;
    margin-bottom:10px;
}
body:not(#index) #header{
    position: sticky;
    top: 0;
}
body:not(#index) #header #header-top-stiky{
    position: relative !important;
}
.product-quantity #quantity_wanted{
    height: 22px !important;
}
/* adout-us */
#about-us #main{
    width: 1280px;
    margin: 0 auto;
}
#about-us #main .page-title{
    border-bottom:none;
}
#about-us #main .page-title h1{
    margin: 0;
    text-align: center;
    text-transform: none;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}
#about-us #main video{
    height: auto !important;
}
/* adout-us */
/* faqs */
#faqs #main{
    width: 1280px;
    margin: 0 auto;
}
#faqs #main .page-title{
    border-bottom:none;
}
#faqs #main .page-title h1{
    margin: 0;
    text-align: center;
    text-transform: none;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}
#faqs .std  strong{
    font-size:16px;
}
/* faqs */
/* one year */
#one-year-warranty #main{
    width: 1280px;
    margin: 0 auto;
}
#one-year-warranty #main .page-title{
    border-bottom:none;
}
#one-year-warranty #main .page-title h1{
    margin: 0;
    text-align: center;
    text-transform: none;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
}
#one-year-warranty .std  strong{
    font-size:16px;
}
/* one year */
/* delivery */
#delivery-guide #main{
    width: 1280px;
    margin: 0 auto;
}
#delivery-guide #main .page-title{
    border-bottom:none;
}
#delivery-guide #main .page-title h1{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    color: #000;
}
#delivery-guide .std  strong{
    font-size:16px;
}
/* delivery */
/* return  */
#return-policy #main{
    width: 1280px;
    margin: 0 auto;
}
#return-policy #main .page-title{
    border-bottom:none;
}
#return-policy #main .page-title h1{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    color: #000;
}
#return-policy .std  strong{
    font-size:16px;
}
/* return  */
/* size chart */
#size-chart #main{
    width: 1280px;
    margin: 0 auto;
}
#size-chart #main .page-title{
    border-bottom:none;
}
#size-chart #main .page-title h1{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    color: #000;
}
#size-chart .std  strong{
    font-size:16px;
}
.size-guide-navs .nav-items.select{
    background-color: #222;
    color: #fff;
}
.size-guide-navs{
    display: flex;
}
.size-guide-navs .nav-items{
    flex: 1;
    font-size: 14px;
    background-color: #eee;
    padding: 10px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
}
.size-guide-content .content-items.select{
    display: block;
}
table.chart-style {
    margin: 0 auto 40px;
    text-align: center;
    width: 600px;
}
.size-guide-content .content-items table {
    width: 100%;
}
table.chart-style tr td {
    padding: 5px 0;
    text-align: center;
}
.size-guide-content .content-items {
    display: none;
}
.size-guide-content .content-items .table-wrapper table.size-table th, .size-guide-content .content-items .table-wrapper table.size-table td{
    padding: 10px 0;
    border: none;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    border: 1px solid #ddd;
}
.size-guide-content .content-items .table-wrapper table.size-table th {
    background-color: #f4f4f4;
}
.size-guide-content .content-items table {
    width: 100%;
}
.size-guide-content .content-items .short-describe {
    margin: 10px 0;
    font-size: 13px;
    color: #222;
}
.size-guide-content .content-items .table-wrapper table.necklace-size-table tbody>tr:nth-of-type(even) {
    background-color: #f4f4f4;
}
.size-guide-content .content-items img{
    display: block;
}
.size-guide-content .steps-list .items{
    display: flex;
    margin-bottom: 20px;
}
.size-guide-content .steps-list .step-describe{
    flex: 1.5;
    margin-left: 20px;
}
.size-guide-content .steps-list .step-describe .step-title{
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
}
.content-items .notes-wrapper {
    margin-bottom: 20px;
}
.content-items .notes-wrapper .notes-title{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.content-items .notes-wrapper .num{
    margin-right: 10px;
}
/* size chart */
/* our stone */
#our-stone #main{
    width: 1280px;
    margin: 0 auto;
}
#our-stone #main .page-title{
    border-bottom:none;
}
#our-stone #main .page-title h1{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    color: #000;
}
#our-stone .std  strong{
    font-size:16px;
}
#our-stone #main img{
    width: 100%;
}
/* our stone */
/* terms-and-conditions */
#terms-and-conditions #main{
    width: 1280px;
    margin: 0 auto;
}
#terms-and-conditions #main .page-title{
    border-bottom:none;
}
#terms-and-conditions #main .page-title h1{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    color: #000;
}
#terms-and-conditions .std  strong{
    font-size:16px;
}
#terms-and-conditions #main img{
    width: 100%;
}
/* terms-and-conditions */
/* privacy-policy */
#privacy-policy #main{
    width: 1280px;
    margin: 0 auto;
}
#privacy-policy #main .page-title{
    border-bottom:none;
}
#privacy-policy #main .page-title h1{
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    margin-top: 40px;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: LoraMedium;
    letter-spacing: 1px;
    color: #000;
}
#privacy-policy .std  strong{
    font-size:16px;
}
#privacy-policy #main img{
    width: 100%;
}
#privacy-policy .staticPage-sectionTitle{
    margin-bottom:10px;
}
/* privacy-policy */
/* 404 */
#pagenotfound .page-not-found{
    max-width: 1250px;
}
#pagenotfound .not-found-page .page-title h1{
    font-size: 24px;
    padding-bottom: 3px;
    margin-bottom: 35px;
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
}
#pagenotfound  .not-found-page .title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 20px;
    text-transform: capitalize;
    font-style: normal;
    color:#0a263c;
}
#pagenotfound  .not-found-page .not-content{
    display: flex;
    justify-content: center;
}
#pagenotfound  .not-found-page .not-content .content-left{
    display: flex;
    flex-direction: row;
}
#pagenotfound  .not-found-page .content-two {
    margin-left: 20px;
}
#pagenotfound .not-found-page .content-right {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

#pagenotfound .not-found-page .content-four {
    margin-top: 15px;
}
#pagenotfound .not-found-page .page-title{
    border-bottom:none;
}
/* 404 */
#easycheckout-review-info .text-img img{
    height: 90px !important;
}
#option-detail-show>.option-detail-div>label{
    font-weight: bold;
    width: 388px;
    text-align: left;
    position: relative;
}
#option-detail-show>.option-detail-div>label .size_btn{
    top: 0px;
    text-decoration: underline;
    padding-left: 10px;
    font-family: Lora;
    text-transform: capitalize;
    font-size: 13px;
    position: absolute;
    right: 0%;
    font-weight: 500;
    cursor: pointer;
    color:#000;
}
#option-detail-show>.option-detail-div>label .size_btn:hover{
    color: #cc7f85;
}
/* product size */
#product .size-modal-new{
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 10000;
    display: none;
}
.guijudian{
    overflow: hidden;
}
#product .size-modal-new .std{
    display: block;
}
#product .size-modal-new>.main{
    width: 800px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}
#product .size-modal-new>.main .page-title{
    padding-bottom: 20px;
    position: relative;
}
#product .size-modal-new>.main .size-guide-content{
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
#product .size-modal-new>.main #size-chart-new>.separator{
    display: none;
}
#product .size-modal-new>.main .modal_size_closeBtn{
    position: absolute;
    right: 0;
    top: -16px;
    width: 40px;
    height: 40px;
    font-family: auto;
    font-size: 32px;
    cursor: pointer;
}

/* product size */
/* pl */
#module-boncomments-review #showReviewtanchuang .modal-content .item123 .right .right-img img,#showReviewtanchuang .modal-content .item123 .right .right-img img{{
    height:auto;
}
.modal{
    background: #00000057;
}
#pc-shenqihezi{
    display: none;
}
/* pl */
#total_add_price_show{
    display: none !important;
}

.select2-results__option{
    position: relative;
}
.select2-results__option .xiaom{
    position: absolute;
    right: 10px;
    top: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    position: relative;
}
.select2-selection__rendered .resxiaom{
    position: absolute;
    right: 25px;
    top: -1px;
}

.container1 .block-content .hotDeal-np{
    width: 140px;
}
.container1 .block-content .hotDeal-np>a{
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px !important;
}
.container1 .block-content .sidelist>li>a img{
    margin-left:0 !important;
}
/* currency */
.currency_gj_img{
    width: 16px;
    height: 11px !important;
    background-size: 100%;
    float: none !important;
    margin-right: 9px;
    position: relative;
    top: -1px;
}
.currency-duo .currency_gj_img{
    display: inline-block;
    margin-right: 5px;
    top: 1px;
}
.currency-duo li{
    margin: 3px 0;
}
.currency_USD{
    background: url(/img/currency/USD.jpg) no-repeat;
}
.currency_AUD{
    background: url(/img/currency/AUD.jpg) no-repeat;
}
.currency_ARS{
    background: url(/img/currency/ARS.jpg) no-repeat;
}
.currency_BRL{
    background: url(/img/currency/BRL.jpg) no-repeat;
}
.currency_CAD{
    background: url(/img/currency/CAD.jpg) no-repeat;
}
.currency_CHF{
    background: url(/img/currency/CHF.jpg) no-repeat;
}
.currency_CNY{
    background: url(/img/currency/CNY.jpg) no-repeat;
}
.currency_DKK{
    background: url(/img/currency/DKK.jpg) no-repeat;
}
.currency_DZD{
    background: url(/img/currency/DZD.jpg) no-repeat;
}
.currency_EGP{
    background: url(/img/currency/EGP.jpg) no-repeat;
}
.currency_EUR{
    background: url(/img/currency/EUR.jpg) no-repeat;
}
.currency_GBP{
    background: url(/img/currency/GBP.jpg) no-repeat;
}
.currency_HUF{
    background: url(/img/currency/HUF.jpg) no-repeat;
}
.currency_MAD{
    background: url(/img/currency/MAD.jpg) no-repeat;
}
.currency_MXN{
    background: url(/img/currency/MXN.jpg) no-repeat;
}
.currency_NOK{
    background: url(/img/currency/NOK.jpg) no-repeat;
}
.currency_NZD{
    background: url(/img/currency/NZD.jpg) no-repeat;
}
.currency_RUB{
    background: url(/img/currency/RUB.jpg) no-repeat;
}
.currency_SEK{
    background: url(/img/currency/SEK.jpg) no-repeat;
}
.currency_ZAR{
    background: url(/img/currency/ZAR.jpg) no-repeat;
}
.currency_SAR{
    background: url(/img/currency/SAR.png) no-repeat;
    width: 18px;
    height: 15px !important;
    background-size: 100%;
    position: relative;
    margin-right: 2px !important;
    left: -1px;
}
/* currency */
#reviewPage .style-gallery-category{
    display: none;
}
#writeReview a{
    display: inline-block !important;
    width: auto !important;
    padding:0 20px;
}
#category #search_filters>.container1{
    display: none;
}
#cart #edit-btn{
    display: none;
}
body#product .product-container .product-name{
    text-transform: none;
}
.price-tag{
    position: absolute;
    bottom: 8px;
    color: #7a7a7a;
    left: 10px;
    width: 100%;
    pointer-events: none;
    font-size: 16px;
}
.price-tag .price-tag_dw{
    position: absolute;
    left: 300px;
    font-size: 15px;
    bottom: 0;
}
.form-group{
    position: relative;
}
.select2-results__option .xiaom{
    color: #7a7a7a;
}
.select2-selection__rendered .resxiaom{
    color: #7a7a7a;
}
#search_filters>.container1{
    display: none;
}