/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/Fontfabric-NexaLight.otf') format('opentype');
}

@font-face {
    font-family: 'NexaBold';
    font-display: swap;
    src: url('../font/Fontfabric-NexaBold.otf') format('opentype');
}

* {
    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: 13px;
    line-height: 1.6;
    font-family: 'Mukta';
    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 !important;
}

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

.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;
}

/* ======================================================================================= */
/* Layout ================================================================================ */
.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,
.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: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-family: Mukta;
    padding: 5px;
}

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

}

textarea {
    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;
}

textarea {
    overflow: auto;
}

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: NexaBold;
    background: #4e9d53;
    color: #fff;
    cursor: pointer;
}

/* <- Safari & Google Chrome Fix */
button.button span {
    display: block;
    background: #4e9d53;
    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,
.cms-contact-us-html .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: 12px;
}

.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;
}

/* 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;
}

.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 {
    background: #EDEFF0;
    margin-bottom: 10px;
    border: 1px solid #D5D8D8;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    word-wrap: break-word;
}

.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: 'Mukta';
}

.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;
}

.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: 'Mukta';
    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: 'Mukta';
    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;
    font-family: NexaBold;
}

.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: 'Mukta';
    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: 28px;
    line-height: 28px;
    width: 28px;
    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: #4e9d5336;
    color: #000;
    padding: 0;
    border: 1px solid #ddd;
    width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
}


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

/* 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: 245px;
    top: 0px;
    text-transform: uppercase;

}

.ship_hours li {
    padding-right: 15px;
    border-right: 2px solid #ddd;
}

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

.ship_hours .selected a {
    font-family: NexaBold;
}

.ship_hours .selected a:after {
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid #4e9d53;
    border-top: 7px solid #4e9d53;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

/* 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 td.last,
.data-table th.last {}

.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: NexaBold;
}

.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;
}

.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: 189px;
}

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

.top-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 28px;
    transform: translate(-50%, -50%);
}

.top-logo .logo {
    display: block;
    width: 100%;
    height: 100%;
    background-size: 200px auto;
}

.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: 180px;
    -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;
}

.account-links {
    background: #4e9d53;
    color: #fff;
}

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

.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: #4e9d53;
    line-height: 15px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    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;
}

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

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



.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);
}



.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 #fff;
    border-right: 5px solid #fff;
    border-top: 6px dashed #444;
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}

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

.header-left .block-content {
    cursor: pointer;
    font-family: 'Mukta';
    border: 1px solid #fff;
    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: 175px;
    display: flex;
    align-items: center;
}

.form-search input.input-text {
    background: #fff;
    border: none;
    border-bottom: 2px solid #000;
    box-sizing: border-box;
    width: calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: -webkit-calc(100% - 24px);
}

.form-search .search-btn {
    padding: 0;
    display: flex;
    align-items: center;
    background: none;

}

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

.mini-cart .hidden-cart {
    display: none;
    position: absolute;
    right: -1px;
    top: 35px;
    width: 262px;
    padding: 15px;
    text-align: left;
    background: #fff;
    z-index: 9;
    -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);
}

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

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

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


.mini-cart .hidden-cart .cart-inner>p,
.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: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

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

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

.mini-cart .hidden-cart .cart-inner .no-cart-button,
.top-links .logout-account {
    background: #4e9d53;
    border-radius: 16px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.mini-cart .hidden-cart .cart-inner .no-cart-button a,
.top-links .logout-account a {
    color: #fff;
    display: block;
}

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

.hidden-cart .checkout-btn {
    background: #4e9d53;
    color: #fff;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    font-family: 'NexaBold';
}

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



.hidden-cart .btn-remove {
    float: right;
    margin-left: 10px;
}

.hidden-cart .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.hidden-cart .actions .subtotal {
    padding: 15px 0;
    text-align: center;
    font-family: 'NexaBold';
}


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

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

/*********  Navigation *******/
.nav-container {
    position: relative;
    width: 100%;
    border-bottom: 3px solid #f1f1f1;
}

#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: 13px;
    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: #4e9d53;
}

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

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

}

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

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

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

.parentMenu-right:hover .menu-info {
    display: block;
}

.parentMenu-right .menu-info a:hover {
    color: #4e9d53;
    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 {

    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    margin: 0 auto;
    overflow: hidden;
}

.partial-background {
    background: #fffcf5;
    text-align: center;
    overflow: hidden;
}

.container-grid {
    width: 83.33%;
    margin: 80px auto;
}

.container-grid h2 {
    font-family: Chronicle-Display-Roman;
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

.container-grid h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin-bottom: 50px;
    text-align: center;
}

.entire-small-piece {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 149px;
}

.entire-small-piece div {
    width: 24.25%;
    height: 80px;
    background: #fff;
    border: 1px solid #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .9375vw;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-family: Open Sans;
    margin-top: 15px;
    overflow: hidden;
}

.entire-small-piece div:hover {
    border-color: #666;
    background: #f9f9f9;
}

.entire-small-piece div a {
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.entire-small-piece div a:hover {
    color: #666;
}

.index-grid {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}

.index-grid div {
    width: 24.13%;
    font-family: Chronicle-Display-Roman;
    font-style: normal;
    font-weight: 400;
    font-size: 1.04vw;
    letter-spacing: .02em;
    text-transform: uppercase;
    cursor: pointer;
}

.index-grid>div a {
    display: block;
    position: relative;
    overflow: hidden;
}

.index-grid p {
    margin-top: 15px;
    text-align: center;
}

.index-grid p span {
    display: inline-block;
    line-height: 1.25vw;
    color: #333;
    border-bottom: 1px solid #333;
}

.index-grid>div a img {
    transition: 1s;
    transform: scale(1);
}

.index-grid>div a:hover img {
    transition: 1s;
    transform: scale(1.03);
    filter: brightness(0.9);
}

.snow img,
.index-caption img,
.index-grid img,
.swiper-slide img {
    width: 100%;
}


.index-caption {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}

.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: NexaBold;
    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 #4e9d53;
}

.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: 15px 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;
}

.color-item-option .color-item-content:hover {
    border: 2px solid #4e9d53;
}

.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: NexaBold;
    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: 'NexaBold';
    display: block;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.shop-now {
    font-family: 'NexaBold';

    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,
.tiffany_blue {
    background-color: #9BE4DD !important;
}

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

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

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

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

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

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

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

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

.deep-sky-blue,
.deep_sky_blue {
    background-color: #4fbde0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ending-navy-blue,
.ending_navy_blue {
    background-color: #202845 !important;
}

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

.honey-garlic-beef,
.honey_garlic_beef {
    background-color: #8a3a1f !important;
}

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

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

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

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

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

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

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

.blue-slushie,
.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,
.antique_white {
    background-color: #eadcca !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.light-steel-blue,
.light_steel_blue {
    background-color: #d8e0f2 !important;
}

/* .pink_floral {
    background-image: url(/skin/frontend/base/default/color-chart/Floral/Pink_Floral.jpg);
    background-size: 100%;
}

.blue_floral {
    background-image: url(/skin/frontend/base/default/color-chart/Floral/Blue_Floral.jpg);
    background-size: 100%;
}

.sage_floral {
    background-image: url(/skin/frontend/base/default/color-chart/Floral/Sage_Floral.jpg);
    background-size: 100%;
}

.green_floral {
    background-image: url(/skin/frontend/base/default/color-chart/Floral/Green_Floral.jpg);
    background-size: 100%;
}

.lilac_floral {
    background-image: url(/skin/frontend/base/default/color-chart/Floral/Lilac_Floral.jpg);
    background-size: 100%;
} */

/* 首页颜色展示end */
/* 颜色下方start */
.index-tryon {
    margin-top: 100px;
    background: -webkit-gradient(linear, right top, left top, color-stop(80%, #fbf3f2), color-stop(50%, #fff));
    background: -o-linear-gradient(right, #fbf3f2 80%, #fff 50%);
    background: linear-gradient(270deg, #fbf3f2 80%, #fff 0);
    width: 100%;
    padding: 88px 0;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.index-tryon .tryon-left {
    display: block;
    width: 50%;
}

.index-tryon .tryon-left img {
    width: 100%;
}

.index-tryon .tryon-right {
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index-tryon .tryon-right-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 68.7%;
    max-width: 660px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.index-tryon .tryon-title {
    font-family: NexaBold;
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 60px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.index-tryon .tryon-des {
    font-size: 18px;
    line-height: 30px;
    margin: 15px 0 50px;
}

.index-tryon .tryon-btn {
    font-size: 1.25vw;
    line-height: 33px;
    letter-spacing: .06em;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #333;
}

/* 颜色下方end */
/* 首页最下方轮播start */
.collection-box {
    margin-top: 100px;
    background: #fbf3f2;
}

.index-collection {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.index-collection .swiper-wrapper {
    align-items: center;
}

.index-collection .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.index-collection .swiper-slide>a {
    position: relative;
    padding-left: 49px;
    width: 506px;
    overflow: hidden;
}

.index-collection .swiper-slide .review-main {
    margin-left: 14%;
    width: 600px;
}

.collection-rating {
    width: 100px;
    float: none;
    margin-bottom: 15px;
    height: 20px;
    background: url(../images/big-star1.png)repeat-x 0 0;
    background-size: 20px;
}

/* 首页最下方轮播end */
/* 轮播图箭头start */
.swiper-button-prev:after,
.swiper-button-next:after {
    fill: currentColor;
    color: #fff;
    font-size: 24px !important;
    -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
}

.collection-box .swiper-button-prev:after,
.collection-box .swiper-button-next:after {
    fill: currentColor;
    color: #000;
    font-size: 26px !important;
    filter: none;
}

/* 轮播图箭头end */
.index-he-content {
    padding: 30px;
    max-width: 83.33%;
    margin: 0 auto;
}

.index-he-content h1 {
    font-family: NexaBold;
    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;
}

.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 {
    display: flex;
    gap: 10px;
}

.home-gallery .review-thumbnail-images img {
    width: 100%;
    /* height: 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;
}

.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: #4e9d53;
    font-family: NexaBold;
}

.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.png") no-repeat scroll 0 0;
    background-size: 30px;
}

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

.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;
}


.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    /* background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;*/
    padding: 6px 9px;
    text-align: right;
}

.block .actions a {
    float: left;
    text-decoration: underline;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block-related {}

.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: #4e9d53;
    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 'Mukta';
    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: 300px;
    width: 100%;
    padding: 10px 45px 10px 0;
    border: 0;
    border-bottom: 2px solid #000;
    border-radius: 0;
    font-size: 15.3px;
    color: #000;
    background-color: #F5F5F7;
}

.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

.block-subscribe .actions button.button {
    position: absolute;
    top: 15px;
    transform: translateY(-50%);
    right: 0;
    color: #000;
    padding: 0;
    background: none;
}

.block-subscribe .actions button:before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url(../images/footer/email-streamline.png)no-repeat;
    background-size: 20px;
    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 h1 {
    border-bottom: 1px solid #e1e1e1;
    color: #000000;
    display: block;
    font-family: 'Mukta';
    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: NexaBold;
    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: #4e9d53;
    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 'Mukta';
}

.item-text {
    margin: 10px 0;
}

.item-text .product-name {
    margin-bottom: 8px;
    font-weight: 400;
}

.item-text .product-name a {
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.item-text .product-name a:hover {
    color: #4e9d53;
    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-bottom: 8px;
}

.product-sku {
    position: relative;
    display: flex;
    align-items: center;
}

.product-image img {
    width: 100%;
    height: auto;
}

.fav-atc {
    position: absolute;
    right: 10px;
    top: 10px;
    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(../images/heart_bg.svg) no-repeat;
    background-size: 16px;
    height: 16px;
    width: 16px;
    display: block;
}

.fav-atc.added {
    background: #4e9d53;
}

/* ======================================================================================= */
/* 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: 16px;
    display: inline-block;
    background: url(../images/big-star2.png)repeat-x 0 0;
    overflow: hidden;
    vertical-align: top;
    background-size: 16px;
}

.rating-box .rating {
    float: left;
    height: 16px;
    background: url(../images/big-star1.png)repeat-x 0 0;
    background-size: 16px;
}

.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;
}

.price-label,
.old-price {
    display: none;
}

.regular-price .price,
.special-price .price,
.related-info-price,
.info-price {
    color: #000;
    font-size: 13px;
    font-family: NexaBold;
}

.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;
    text-align: right;
}

.block .actions a {
    float: left;
    text-decoration: underline;
}

.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: #4e9d53;
}

.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;
}

.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 'Mukta';
    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: NexaBold;
    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: 'NexaBold';
    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: 10px;
    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: #4e9d53;
}

.block-layered-nav dd ol li:hover a {
    color: #4e9d53 !important;
    text-decoration: none;
}

.rClear {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rClear .currently {
    padding-bottom: 12px;
}

.rClear .currently ol {
    display: flex;
    flex-wrap: wrap;
}

.rClear .currently li {
    background-color: #4e9d533d;
    font-size: 12px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 6px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.rClear .currently .value {
    display: inline-block;
    vertical-align: top;
}

.rClear .currently .btn-previous,
.rClear .currently .btn-remove {}

.rClear .actions {
    font-size: 13px;
    font-family: 'NexaBold';
    padding-bottom: 20px;
    margin-left: 10px;
}

.rClear .actions a {
    padding: 5px;
}

.count-num,
.fi_color,
.fi_category {
    display: none;
}

.block-layered-nav .displaySpan {
    word-break: break-word;
}

.block-layered-nav .actions a {
    color: #887c6d;
    float: none;
}

.block-layered-nav .silhouette ol,
.block-layered-nav .neckline ol,
.block-layered-nav .sleeve ol,
.block-layered-nav .length ol,
.block-layered-nav .straps_sleeves ol,
.block-layered-nav .back_style ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-layered-nav .silhouette li,
.block-layered-nav .neckline li,
.block-layered-nav .sleeve li,
.block-layered-nav .length li,
.block-layered-nav .straps_sleeves li,
.block-layered-nav .back_style 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 .sleeve li a,
.block-layered-nav .length li a,
.block-layered-nav .straps_sleeves li a,
.block-layered-nav .back_style li a {
    display: flex;
    align-items: center;
}

.silhouette .displaySpan,
.neckline .displaySpan,
.sleeve .displaySpan,
.length .displaySpan,
.straps_sleeves .displaySpan,
.back_style .displaySpan {
    width: calc(100% - 66px);
    line-height: 1;
    font-size: 12px;
}

.silhouette .checkSpan,
.neckline .checkSpan,
.sleeve .checkSpan,
.length .checkSpan,
.straps_sleeves .checkSpan,
.back_style .checkSpan {
    width: 58px;
    height: 58px;
    border: none;
}

.neckline .checkSpan.v_strapless {
    background: url(../images/layer/small27.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_sweetheart {
    background: url(../images/layer/small28.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_v_neck {
    background: url(../images/layer/small29.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_one_shoulder {
    background: url(../../images/layer/small30.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_straps {
    background: url(../images/layer/small31.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_square {
    background: url(../images/layer/small32.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_halter {
    background: url(../images/layer/small33.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_spaghetti_straps {
    background: url(../images/layer/small34.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_off_the_shoulder {
    background: url(../images/layer/small35.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_scoop {
    background: url(../images/layer/small36.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_high_neck {
    background: url(../images/layer/small37.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_bateau {
    background: url(../images/layer/small38.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_jewel {
    background: url(../images/layer/small39.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_illusion {
    background: url(../images/layer/illusion.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_sheer_neck {
    background: url(../images/layer/small154.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_other {
    background: url(../images/layer/small40.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_straight {
    background: url(../images/layer/one_shoulder.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_cold_shoulder {
    background: url(../images/layer/cold_shoulder.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.neckline .checkSpan.v_cowl {
    background: url(../images/layer/cowl.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}


.sleeve .checkSpan.v_sleeveless {
    background: url(../images/layer/small44.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.sleeve .checkSpan.v_short_sleeves {
    background: url(../images/layer/small45.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.sleeve .checkSpan.v_color_1_2_sleeves {
    background: url(../images/layer/small46.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.sleeve .checkSpan.v_color_3_4_sleeves {
    background: url(../images/layer/small47.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.sleeve .checkSpan.v_long_sleeves {
    background: url(../images/layer/small48.jpg)no-repeat scroll 0 0;
    background-size: 58px;
}

.length .checkSpan.v_short_mini {
    background: url(../images/layer/short_mini.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_knee_length {
    background: url(../images/layer/knee_length.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_tea_length {
    background: url(../images/layer/tea_length.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_ankle_length {
    background: url(../images/layer/ankle_length.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_floor_length {
    background: url(../images/layer/floor_length.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_sweep_train {
    background: url(../images/layer/sweep_train.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_asymmetrical {
    background: url(../images/layer/asymmetrical.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_court_train {
    background: url(../images/layer/court_train.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_chapel_train {
    background: url(../images/layer/chapel_train.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_cathedral_train {
    background: url(../images/layer/cathedral_train.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_watteau_train {
    background: url(../images/layer/watteau_train.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.length .checkSpan.v_floor_length {
    background: url(../images/layer/floor_length.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.v_a_line_princess {
    background: url(../images/layer/a_line_princess.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.v_sheath_column {
    background: url(../images/layer/sheath_column.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.v_trumpet_mermaid {
    background: url(../images/layer/trumpet_mermaid.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.v_ball_gown {
    background: url(../images/layer/ball_gown.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.silhouette .checkSpan.v_empire {
    background: url(../images/layer/empire.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.straps_sleeves .checkSpan.v_sleeveless {
    background: url(../images/layer/sleeveless.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.straps_sleeves .checkSpan.v_long_sleeves {
    background: url(../images/layer/long_sleeves.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.straps_sleeves .checkSpan.v_spaghetti_straps {
    background: url(../images/layer/spaghetti_straps.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.straps_sleeves .checkSpan.v_strapless {
    background: url(../images/layer/strapless.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.straps_sleeves .checkSpan.v_1_2_sleeves {
    background: url(../images/layer/1_2_sleeves.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.straps_sleeves .checkSpan.v_short_sleeves {
    background: url(../images/layer/short_sleeves.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.straps_sleeves .checkSpan.v_cap_sleeves {
    background: url(../images/layer/cap_sleeves.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.straps_sleeves .checkSpan.v_3_4_sleeves {
    background: url(../images/layer/3_4_sleeves.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_back_zip {
    background: url(../images/layer/back_zip.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_crossed_straps {
    background: url(../images/layer/crossed_straps.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_v_back {
    background: url(../images/layer/v_back.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_illusion {
    background: url(../images/layer/illusion.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_scoop {
    background: url(../images/layer/scoop.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_strap_detail {
    background: url(../images/layer/strap_detail.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_side_zip {
    background: url(../images/layer/side_zip.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_covered_button {
    background: url(../images/layer/covered_button.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_keyhole {
    background: url(../images/layer/keyhole.jpg)no-repeat scroll 0 1px;
    background-size: 58px;
}

.back_style .checkSpan.v_bow_tie_back {
    background: url(../images/layer/bow_tie_back.jpg)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: 10px;

}

.block-subscribe h3 {
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.block-subscribe p {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.block-subscribe .block-content {
    padding: 0;
}

.block-subscribe .actions {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 3px 0 0;
    padding: 0;
    text-align: left;
}

.block-subscribe .actions button.button span {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    font-family: 'Mukta';
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: right;
}

.block-subscribe .actions {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin-bottom: 12px;
    text-align: left;
}

.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;
}

/************************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 #4e9d53;
    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(../images/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;
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll 0 0;
    text-indent: -9999px;
    margin: 0 8px;
}

.share-link .fb-like {
    background-position: -400px -283px;
}

.share-link .tumb-like {
    background-position: -442px -283px;
}

.share-link .twitter-like {
    /* background-position: -484px -283px; */
    background: url(../images/iconfont/x.svg) no-repeat scroll 6px 6px;
    background-size: 22px;
}

.share-link .pin-it-share {
    background: #fff;
}

.share-link .g-like {
    background-position: -526px -283px;
}

.share-link .pin-it-share span,
.share-link .pin-it-share a.pin-it-button {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -568px -283px !important;
    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: NexaBold;
    margin-bottom: 15px;
}

.product-shop .product-name span {
    font-size: 13px;
    font-family: 'Mukta';
}

.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: #4e9d53;
    float: right;
    font-family: 'Mukta';
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    float: left;
    display: none;
}

.prod-price-pos .timelist span {
    display: block;
    font: bold 17px/30px 'Mukta';
    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: NexaBold;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.btn-cart {
    background: #4e9d53;
    color: #fff;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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 #4e9d53;
    color: #4e9d53;

}

.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: NexaBold;
    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: #f9f9f9;
    padding: 10px;
}

.delivery-tail h3 {
    font-family: 'NexaBold';
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

.delivery-tail .pointer {
    line-height: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
}

em.icon-worry {
    display: none;
}

.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: NexaBold;
}

.attribute-box {
    display: flex;
    flex-wrap: wrap;
}

.attribute-list {
    width: 50%;
    line-height: 24px;
}

.clear-tips h3 {
    font-family: NexaBold;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 13px;
}

.clear-tips li {
    color: #4e9d53;
    list-style: disc;
    margin-left: 13px;
    margin-top: 8px;
}

.clear-tips li span {
    color: #000;
}

.attr-model {
    margin-bottom: 4px;
}

.attr-name {
    font-family: NexaBold;
}

.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;
}

.faqstabs-content .faq-list dt {
    position: relative;
    display: block;
    padding: 5px 15px;
    cursor: pointer;
}

.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_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: NexaBold;
    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: 90px;
}

.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;
    margin: 0 4px;
}

.size_chart,
.swatch-txt {
    text-decoration: underline;
    padding-left: 10px;
    font-family: Mukta;
    text-transform: capitalize;
    font-size: 13px;
    position: absolute;
    right: 0;
}

.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 {
    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 {
    min-width: 150px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #cdcdcd;
    margin: 0 10px 10px 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: 5px 0;
}

.select-box-size li.on,
.select-box-jacket li.on,
.select-box-wrap li.on,
.select-box-style li.on {
    border-color: #333;
}

/*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;
}

.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: #4e9d53;
    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: NexaBold;
    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 .current {
    background-color: #4e9d5357;
}

.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-size-guide dl,
.input-box-jacket-guide dl {
    width: 280px;
    display: inline-block;
    vertical-align: middle;
}
.customer_tips_box{
    margin-top: 10px;
}

.product-options .input-box-size-guide dt,
.product-options .input-box-jacket-guide dt {
    width: 160px;
    display: inline-block;
    float: left;
    font-family: Mukta;
    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: 120px;
    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% - 280px);
    vertical-align: top;
    /* margin-top: 120px; */
    text-align: center;
    vertical-align: middle;
}


.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;
}

#checkBox-id:checked:after {
    content: '';
    background: #007aff url(../images/dui.svg)no-repeat;
    background-size: 14px;
    height: 14px;
    width: 14px;
    display: block;
    left: -1px;
    top: -1px;
    position: absolute;
    border: 1px solid #007aff;
    border-radius: 4px;
}

#accept_custom_size_terms_label .validation-advice {
    display: none;
}

.custom-size-terms-and-conditions p {
    margin-top: 10px;
}

.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: NexaBold;
    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;
    font-family: NexaBold;
    font-size: 18px;
    color: #333;
    text-transform: capitalize;
    padding-top: 40px;
    margin-bottom: 15px;
    border-bottom: 1px solid #333;
}

.cart-product .also_title {
    border: none;
    margin-bottom: 0;
}

.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 #f0bd47;
    width: 150px;
    margin: 20px auto 0;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-family: NexaBold;
    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: NexaBold;
    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: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.reviews-average .ratings .rating-box {
    width: 131px;
    height: 26px;

    background-size: 26px;
    margin-right: 20px;
}

.reviews-average .ratings .rating-box .rating {
    height: 26px;
    background-size: 26px;
}

.reviews-average {
    margin-bottom: 10px;
    display: flex;
}

.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%;
}

.review-filter .btn-review.active:after {
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid #4e9d53;
    border-top: 7px solid #4e9d53;
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.rating-number {
    line-height: 30px;
    font-weight: bold;
    margin-right: 5px;
    font-size: 25px;
    float: left;
}

.reviews-average .amount {
    display: block;
}

.average-left {
    display: inline-block;
    width: 230px;
}

.review-list-cust {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.review-list-cust dt {
    width: 230px;
}

.review-title {
    text-transform: capitalize;
    font-size: 14px;
    font-family: NexaBold;
    margin-bottom: 10px;
}

.review-list-cust>dd {
    width: calc(100% - 230px);
}

.review-list-cust .white-popup {
    display: flex;
    justify-content: space-between;
}

.review-list-cust .review-detail-content {
    width: calc(100% - 240px);
}

.review-list-cust .review-thumbnail-images {
    cursor: pointer;
    overflow: hidden;
    vertical-align: top;
    width: 230px;
    display: flex;
    justify-content: flex-end;
}

.review-list-cust .review-thumbnail-images img {
    width: 72px;
    height: 96px;
    border: 1px solid #ccc;
    float: left;
    margin-left: 6px;
}

.box-reviews {
    border-bottom: 1px solid #ddd;
}

.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: NexaBold;
}

.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: #4e9d53;
    /* border-radius: 2px; */
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 0;
    border: 0;
    margin: 0;
    float: none;
    height: 40px;
    font-family: NexaBold
}


/* 按钮样式 */
.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: 'NexaBold';
    margin-bottom: 10px;
}

.faq-item-time {
    color: #999;
    margin-bottom: 10px;
}

.faq-reply-item {
    margin-top: 20px;
}

.faq-item-question {
    font-family: 'NexaBold';
}

.faq-reply-answer {
    display: inline-block;
    font-family: 'NexaBold';
    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: 'NexaBold';
    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: NexaBold;
    text-transform: capitalize;
    width: 100%;

}

.cart-title {
    font-family: NexaBold;
    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: 40%;
}

.cart-item-figure,
.cart-item-price,
.cart-item-qty,
.cart-item-total {
    width: 15%;
    padding: 15px 0;
}

.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;
}

.pay-later-img img {
    width: 100%;
}

.item-detial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -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%;
}

.edit_detail {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding-top: 10px;
    gap: 15px;
    text-decoration: underline;
}

.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: NexaBold;
}

.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: 0;
    margin-bottom: 20px;
}

.cart-right h2 {
    font-size: 20px;
    font-family: NexaBold;
    line-height: 1;
    padding-bottom: 12px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

/* Shopping Cart Totals */
.cart .shipping {
    display: none;
}

.cart .totals table {
    width: 100%;
}

.cart .totals td {
    font-size: 18px;
    font-family: NexaBold;
    padding-top: 15px;
    line-height: 1;
    font-weight: 600;
}

.cart .checkout-types {
    padding-top: 15px;
}


.btn-proceed-checkout {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0;
    color: #fff;
    background: #4e9d53;
    width: 100%;
    text-transform: uppercase;
    font-family: NexaBold;
    font-size: 14px;
}

button.btn-checkout span {

    padding: 0;
    display: inline-block;
}

.we_accept {
    margin-top: 30px;
}

.we_accept_label {
    font-family: 'NexaBold';
    margin-bottom: 10px;
    font-size: 20px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals #shopping-cart-totals-table {
    width: 100%;
}

.cart_section_box {
    height: 100%;
    display: flex;
    align-items: center;
    scrollbar-width: none;
    -ms-overflow-style: none;
    background: #eee;
    padding: 12px 10px 12px 0;
    cursor: pointer;
}

.cart_section_box li {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    margin-left: 10px;
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    flex-shrink: 0;
    padding: 10px 12px;
}

.cart_section_box li.active {
    border: 1px solid #333;
    font-family: 'NexaBold';
}

.cart-tab-product {
    position: relative;
}

.cart-section {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
}

.cart-section.active {
    position: relative;
    opacity: 1;

}

.cart-empty .add_now {
    display: none;
}

.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 'Mukta';
    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: 'NexaBold';
    margin-bottom: 20px;
}

.ui-btn-corner-all {
    padding: 15px;
    background: #4e9d53;
    color: #fff;
    display: inline-block;
    width: 230px;
    margin-bottom: 40px;
    font-family: 'NexaBold';
}

/* Options Tool Tip */
.item-options dt {
    padding: 0;
    padding-right: 6px;
    font-size: 13px;
    line-height: 18px;
    float: left;
}

.item-options dd {
    font-size: 13px;
    line-height: 18px;
}

.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: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 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 'Mukta';
    color: #999;
}

.opc .step-title>h2 {
    float: left;
    margin: 0;
    font: bold 13px/16px 'Mukta';
    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;
}

.account-box.active {
    display: block;
}

.account-area {
    width: 600px;
    margin: 0 auto;
    padding: 100px 80px;
}

.account-change {
    padding: 20px 0;
    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;
}

.account-change h2.active,
.account-change h2:hover {
    color: #4e9d53;
}

.account-change h2 span {
    cursor: pointer;
    position: relative;
}

.account-change h2.active span:after {
    content: '';
    border-bottom: 2px solid #4e9d53;
    height: 2px;
    background: #4e9d53;
    left: 15px;
    right: 15px;
    color: #4e9d53;
    position: absolute;
    bottom: -7px;
}

.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%;
    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: #4e9d53;
}


.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 'Mukta';
    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;
}

.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: #4e9d53;
}

.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: 'Mukta';
    padding: 8px 0;
}

.order-details .data-table .odd,
.data-table tbody.odd tr {
    background: #fff !important;
}


.order-comments .sub-title {
    color: #4e9d53;
}

.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;
}

.order-step .step .step-img {
    position: relative;
}

.order-step .step .step-img img {
    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-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 {
    margin-top: 40px;
    clear: both;
    background: #f5f5f5;
}

.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: 13px;
    letter-spacing: 1px;
}

.share-title {
    color: #333;
    font: italic 16px/30px 'Mukta';
    margin-bottom: 15px;
    margin-top: 10px;
    display: block;
}

.footer-links {
    padding: 30px;
    overflow: hidden;
    text-align: left;
}

.footer-links ul li.zs_tit {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}

.footer-links ul {
    width: 23%;
    float: left;
}

.footer-links li a {
    display: block;
    text-transform: uppercase;
    line-height: 30px;
}

.footer-links li a:hover {
    color: #4e9d53;
    text-decoration: none;
}

.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: 12px/24px 'Mukta';
    padding-top: 6px;
    text-align: center;
    clear: both;
}

/*end footer-links*/
.footer a {
    text-decoration: none;
}

/* ======================================================================================= */
/* 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 'Mukta';
    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 'Mukta';
    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 'Mukta';
    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: 'Mukta';
    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: 'Mukta';
    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 'Mukta';
    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 'Mukta';
    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: 'NexaBold';
    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: #4e9d53;
}

.input-order-tips-more {
    font-size: 13px;
    border: 1px solid #4e9d53;
    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: 'Mukta';
    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;
}

.slider-box .special-price .price {
    font-size: 14px;
}

.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;
}

/*    page color chart    */
.cms-page-view .color-chart-title,
.cms-page-view .color-chart-content {
    font-size: 12px;
    font-family: 'Mukta';
    line-height: 50px;
    text-transform: capitalize;
}

.cms-page-view dl.color-chart-content dt,
.cms-page-view dl.color-chart-content dd {
    float: left;
}

.cms-page-view dl.color-chart-content dt {
    width: 180px;
    height: 180px;
    text-align: center;
}

.cms-page-view dl.color-chart-content dt img {
    display: block;
    width: 157px;
    height: 157px;
    padding: 5px;
    border: 1px solid #cccccc;
}

.cms-page-view dd.color-chart-focus {
    position: relative;
    margin-left: 30px;
}

.cms-page-view dd.color-chart-focus div {
    background-color: #ffffff;
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
}

.cms-page-view .std dl dd {
    margin: 0;
}

.cms-page-view .std dd {
    padding: 0;
}

.cms-page-view #color-chart-block {
    margin-left: 30px;
}

/*    page color chart    */

.mb15 {
    margin: 15px 0 0;
}

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

.cart .shipping {
    display: none;
}


.actGotop a:hover {
    text-decoration: none;
}

.actGotop a {
    background: #4e9d53;
    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%;
}

.actGotop {
    bottom: 100px;
    height: 45px;
    position: fixed;
    right: 10px;
    width: 45px;
    z-index: 999;
    display: none;
}

.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: 'Mukta';
}

.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 'Mukta';
    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: #4e9d53 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: NexaBold;
}

.help-right-title {
    font-family: NexaBold;
    font-size: 18px;
}

.help-right-title-1 {
    font-size: 14px;
    font-family: NexaBold;
}

.help-left {
    float: left;
    margin-bottom: 10px;
    width: 210px;
    position: relative;
    margin-top: 15px;
}

.page-video {
    width: 580px;
    margin: 0 auto 20px;
}

.page-video iframe {
    width: 580px;
    height: 326px;
}

.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: 'Mukta';
    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: 'Mukta';
    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: 'Mukta';
    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: 'Mukta';
}

#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 'Mukta';
    padding: 30px 5% 40px;
}

.page-null a {
    background: #4e9d53 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 p {
    bottom: 0;
    color: #333;
    font: 500 13px/26px 'Mukta';
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

.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;
}

.cms-contact-us-html .buttons-set {
    margin: 10px 0;
    padding-bottom: 20px;
    border: none;
    border-bottom: 1px solid #666;
}

.cms-contact-us-html .buttons-set button.button {
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 30px;
}

.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: 'Mukta';
    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;
}

.product-img-box .product-image .video {
    height: 755px;
}

@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 #4e9d53;
    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: #4e9d53;
}

.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;
    background: #fff;
}

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;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .5));
}

#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;
    height: 100%;
}

.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;
    overflow: auto;
}

.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: #4e9d53;
    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: 'Mukta';
    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 #4e9d53;
    margin-right: 5px;
}

/* match-style页面start */
.category-match-style .main {
    min-width: 1510px !important;
}

.category-match-style .col-left {
    display: none;
}

.category-match-style .col-main {
    float: none;
    width: auto;
}

.template-image-text-container .template-image-text-box {
    margin: auto;
    display: flex;
    align-items: center;
}

.template-image-text-container .template-image-text-box .image-box img {
    width: 100%;
    display: block;
}

.category-match-style .hot-deals .also_title {
    display: none;
}

.category-match-style .other-info .product-name {
    display: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* match-style页面end */
/****48 ship hours*******/
.ship_in_hrs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgb(78 157 83 /50%);
    font-family: NexaBold;
    padding: 2px 0;
    color: #fff;
    font-size: 12px;
}

.all_ship_in {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.all_ship_in a {
    position: relative;
    padding: 5px;
    margin-right: 20px;
    cursor: pointer;
    font-size: 16px;
}

/* .all_ship_in a.ship_in_button::after {
    display: none !important;
    content: "-10%OFF";
    position: absolute;
    right: -32px;
    top: 20px;
    display: block;
    width: 40px;
    height: 40px;
    color: transparent;
    background: url(/skin/frontend/default/images/OFF.png) no-repeat;
    background-size: 40px;
} */

.all_ship_in a.active {
    border-bottom: 3px solid #4e9d53;
    font-family: NexaBold;
}

/* #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: 26px;
}

.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;
}

.cookie_terms_list:last-child {
    border-bottom: none;
}

.input-box-show {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 5px;
    padding: 12px;
    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: #4e9d53;
    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 */

.hintdiv {
    position: absolute;
    font-size: 12px;
    color: #F31544;
    animation-name: validation;
    animation-duration: 2s;
}

.select-box-tier.price {
    display: none;
}

/* #region 搜索热门框 */
.search-extra-info {
    display: none;
    width: 330px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    color: #121212;
    word-break: break-word;
    position: absolute;
    float: left;
    top: 42px;
    overflow-y: auto;
}

.search-extra-info .empty-search-text {
    margin: 15px 10px;
}

.search-extra-info .hot-search {
    text-align: left;
    font-family: 'MuliBold';
    padding: 15px 0 0;
    font-size: 18px;
}

.hot-search-words .search-word {
    box-sizing: content-box;
    margin: 6px 12px 0 0;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    padding: 4px 8px;
    background: #f2f2f2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 16px);
    font-family: 'Muli';
    border-radius: 5px;
}

.search-word .is-hot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    background: url(/img/fire.png);
    background-size: cover;
}
/* #endregion 搜索热门框 end */


/* #region  */
.price-box {
    gap: 2px;
}

.Color-Highlight {
    color: #ff7176 !important;
}

.old-price {
    display: block;
}

.old-price .price {
    font-size: 12px;
}

.price-box .list_save_off {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: auto;
    padding: 2px 2px;
    color: #ff7176;
    text-align: center;
    border: 2px solid #ff7176;
    z-index: auto;
    background: none;
}

.price-box .list_save_off>span {
    font-size: 12px;
    line-height: 12px;
}

/* #endregion  */


/* #region #luxe-component .exclusive-name-block start */
#luxe-component {
    position: relative;
}

#luxe-component .exclusive-name-block {
    padding: 10px;
    margin-bottom: 10px;
    background: linear-gradient(180deg, #afafaf 0, #f9f9f9 40%);
}

#luxe-component .exclusive-name-block h5 {
    font-family: 'NexaBold';
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

#luxe-component .exclusive-name-block .exclusive-name-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 20px;
}

#luxe-component .exclusive-name-pop {
    cursor: pointer;
}

#luxe-component .exclusive-name-pop i {
    vertical-align: bottom;
}

#luxe-component .exclusive-name-pop i svg {
    vertical-align: sub;
    height: auto;
}

#luxe-component .icon-luxe svg {
    width: 20px;
}

#luxe-component .exclusive-name-pop i:last-child {
    margin-left: 2px;
}

#luxe-component .icon-rulesquestion svg {
    width: 15px;
    vertical-align: text-bottom;
}

#luxe-component .exclusive-name-pop span {
    background-image: linear-gradient(90deg, #cdcdcd 1%, #747474 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-family: 'NexaBold';
}

#luxe-component .exclusive-name-content .exclusive-interval {
    margin: 0 8px;
}

#luxe-component .exclusive-name-content .common-click {
    color: #4e9d53;
    text-decoration: underline;
    word-break: break-all;
}
/* #endregion #luxe-component .exclusive-name-block end */

/* #region #luxe-component .luxe-petite-dialog start */
#luxe-component .luxe-petite-dialog {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;

    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10001;
}

#luxe-component .luxe-petite-dialog .petite-dialog-wrapper {
    position: relative;
    z-index: 2;
}

#luxe-component .luxe-petite-dialog .icon-close {
    position: absolute;
    right: 0;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

#luxe-component .luxe-petite-dialog .exclusive-content {
    position: relative;
    padding: 40px;
    width: 50vw;
    text-align: center;
    background: #fff;
}

#luxe-component .luxe-petite-dialog h5 {
    font-family: 'NexaBold';
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

#luxe-component .luxe-petite-dialog .exclusive-content>p {
    margin-bottom: 20px;
}

#luxe-component .luxe-petite-dialog .exclusive-info {
    display: grid;
    gap: 40px;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
}

#luxe-component .luxe-petite-dialog .exclusive-info p.title {
    
    font-family: 'NexaBold';
    text-transform: capitalize;
    margin-top: 4px;
    margin-bottom: 10px;
    position: relative;
}
/* #endregion #luxe-component .exclusive-name-block end */