/**
 * 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: 'Chronicle-Display-Roman';
    src: url('../font/ChronicleDisplayRoman/ChronicleDisplayRoman.eot');
    src: url('../font/ChronicleDisplayRoman/ChronicleDisplayRoman?#iefix') format('embedded-opentype'),
        url('../font/ChronicleDisplayRoman/ChronicleDisplayRoman.woff') format('woff'),
        url('../font/ChronicleDisplayRoman/ChronicleDisplayRoman.ttf') format('truetype'),
        url('../font/ChronicleDisplayRoman/ChronicleDisplayRoman.svg#ChronicleDisplayRoman') format('svg');
}

@font-face {
    font-family: 'Muli';
    src: url('../font/MuliRegular/MuliRegular.eot');
    src: url('../font/MuliRegular/MuliRegular?#iefix') format('embedded-opentype'),
        url('../font/MuliRegular/MuliRegular.woff') format('woff'),
        url('../font/MuliRegular/MuliRegular.ttf') format('truetype'),
        url('../font/MuliRegular/MuliRegular.svg#MuliRegular') format('svg');
}

@font-face {
    font-family: 'MuliSemiBold';
    src: url('../font/MuliSemiBold/MuliSemiBold.eot');
    src: url('../font/MuliSemiBold/MuliSemiBold?#iefix') format('embedded-opentype'),
        url('../font/MuliSemiBold/MuliSemiBold.woff') format('woff'),
        url('../font/MuliSemiBold/MuliSemiBold.ttf') format('truetype'),
        url('../font/MuliSemiBold/MuliSemiBold.svg#MuliSemiBold') format('svg');
}

@font-face {
    font-family: 'MuliBold';
    src: url('../font/MuliBold/MuliBold.eot');
    src: url('../font/MuliBold/MuliBold?#iefix') format('embedded-opentype'),
        url('../font/MuliBold/MuliBold.woff') format('woff'),
        url('../font/MuliBold/MuliBold.ttf') format('truetype'),
        url('../font/MuliBold/MuliBold.svg#MuliSemiBold') format('svg');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('../font/OpenSansSemibold/OpenSansSemibold.eot');
    src: url('../font/OpenSansSemibold/OpenSansSemibold?#iefix') format('embedded-opentype'),
        url('../font/OpenSansSemibold/OpenSansSemibold.woff') format('woff'),
        url('../font/OpenSansSemibold/OpenSansSemibold.ttf') format('truetype'),
        url('../font/OpenSansSemibold/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}

* {
    margin: 0;
    padding: 0;
    word-break: keep-all;
}

body {
    font-size: 14px;
    line-height: 150%;
    font-family: Chronicle-Display-Roman;
    color: #333;
    background: #fff;
    text-align: left;
    margin: 0;
}

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

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

:focus {
    outline: 0;
}

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

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

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

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    font-weight: bold;
}

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

fieldset {
    border: 0;
}

legend {
    display: none;
}

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

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

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

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

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

.page {}

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

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

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

.main-container {}

.checkout-onepage-index .main,
.customer-account-login .main {
    width: 1200px;
    margin: 0 auto;
    min-height: 400px;
    text-align: left;
    padding: 0;
}

.main {
    max-width: 1366px;
    min-width: 1000px;
    width: auto;
    padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0 auto;
    min-height: 700px;
    text-align: left;
    position: relative;
    text-align: left;
}

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

.category-color-trend .main,
.category-mix-match .main {
    padding: 0;
    width: 1200px;
    min-width: 1200px;
}

.cms-about-us-html .main {
    max-width: 100%;
    background: #fee3ef;
    padding: 0;
}

.about-content {
    color: #312528;
}

.about-box {
    padding: 30px;
}

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

.about-box1 {
    text-align: center;
    max-width: 1366px;
    margin: 0 auto;
    width: 80%;

}

.about-box1 strong {
    font-size: 24px;
}

.about-mobile {
    display: none;
}

.about-box2 {
    background: #f9c4d4;
}

.about-box2-1,
.about-box2-2,
.about-box3-1,
.about-box3-2 {
    display: flex;
    padding: 20px;
    align-items: center;
    max-width: 1366px;
    margin: 0 auto;
    width: 80%;
}

.about-box2-1 p,
.about-box2-2 p {
    width: 41.66666667%;
}

.about-box2-1 .about-text {
    background: #fee3ec;
    color: #f2789f;
    margin-left: 8%;
}

.about-box2-2 .about-text {
    background: #f2789f;
    color: #fff;
    margin-right: 8%;
}

.about-box .about-text {
    width: calc(58.33333333% - 8%);
    box-sizing: border-box;
    text-align: left;
    min-height: 250px;
    padding: 30px;
    font-family: 'MuliSemiBold';
}

.about-box3-1 .about-text {
    margin-left: 8%;
}

.about-box3-2 .about-text {
    margin-right: 8%;
}

.show-more,
.show-less {
    display: inline-block;
    padding: 10px 15px;
    background: #fd9ed4;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
}

/* Base Columns */
.col-left {
    float: left;
    padding: 0 0 1px;
    width: 238px;
}

.catalog-category-view .col-left,
.catalog-category-view .col-main,
.catalogsearch-result-index .col-left,
.catalogsearch-result-index .col-main {
    float: none;
    width: 100%;
}

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

.col-right {
    float: right;
    width: 200px;
    padding: 10px 0 1px;
}

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


/* 2 Columns Layout */
.col2-left-layout .col-main {
    float: right;
}

.col2-right-layout .col-main {}

/* 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;
    margin-left: 2%;
    width: 32%;
}

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

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

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

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

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


.required em {
    color: #d00;
}

.form-list .required em,
.form-alt .required em {
    font-style: normal;
    width: 6px;
    margin-right: 5px;
}

.form-list label,
.form-alt label {
    float: left;
    color: #000;
    position: relative;
    z-index: 0;
    font-family: 'Muli';
    font-size: 13px;
}

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

.account-box .form-list label.required,
.sale-single .form-alt label.required,
.sale-account .form-alt label.required {
    display: block;
    top: 0;
    float: none;
    padding: 8px 10px;
}

.account-box .form-list .input-box,
.sale-single .form-alt .input-box {
    float: none;
    padding: 8px 10px;
}

.account-box .form-list input.input-text,
.forgot_send_email .form-list li input.input-text,
.sale-single .form-alt input.input-text {
    border: 1px solid #ccc;
    color: #333;
    height: 40px;
    width: 100%;
    padding: 3px 8px;
    box-sizing: border-box;
}

.account-box {
    width: 990px;
    margin: 0 auto;
    margin-bottom: 25px;
    background-color: #fcfcfc;
    font-size: 13px;
    overflow: hidden;
}

.new-account {
    font: 18px Verdana;
    color: #4c5253;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
}

.account-login,
.account-create {
    padding-top: 5px;
    width: 490px;
    background: #fcfcfc;
    font-family: 'Muli';
}

.account-box .account-title {
    text-align: center;
    margin: 47px 10px;
    font-size: 21px;
    font-family: 'MuliBold';
    text-transform: capitalize;
}

.account-login {
    float: left;

}

.account-create {
    float: right;
    border-left: 1px solid #ddd;
}

.account-box .registered-users {
    width: 272px;
    margin: auto;
    text-align: left;
}

.account-box .buttons-set {
    float: none;
    width: 100%;
    padding: 0;
    margin: 30px 0 0;
    border: none;

}

.account-box .buttons-set button.button {
    float: none;
    padding: 0;
    width: 100%;
    margin: 0;
}

.account-box .buttons-set button.button span {
    display: block;
    font-size: 16px;
    font-family: 'MuliBold';
    text-transform: capitalize;
    height: 44px;
    line-height: 44px;
    padding: 0;
    border: none;
    margin: 0 10px;
}

.account-login .buttons-set .forgotpassword {
    text-align: center;
    padding: 12px 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    font-family: 'Muli';
}

.forgotpassword a {
    text-decoration: underline;
}

.login-dividing-line {
    border-top: 1px solid #ddd;
    font-family: 'MuliBold';
    font-size: 20px;
    text-align: center;
    margin: 10px auto 15px;
}

.login-dividing-line span {
    top: -13px;
    position: relative;
    background: #fff;
    padding: 0px 1px;
    display: inline-block;
    text-transform: lowercase;
}

.forgot_send_email {
    width: 400px;
    margin: 40px auto;
    font-family: 'Muli';
}

.forgot_title {
    margin: 10px 0;
    font-size: 22px;
    font-family: 'MuliBold';
}

.forgot_tip {
    margin: 10px 0;
    font-size: 14px;
    line-height: 165%;
}

.forgot_send_email form {
    display: block;
}

.forgot_send_email .form-list {
    height: 100px;
}

.forgot_send_email .form-list label.required {
    font-family: 'MuliBold';
    display: block;
    top: 0;
    float: none;
    margin-bottom: 10px;
}

.forgot_send_email .form-list li input.input-text {
    width: calc(100% - 138px);
    float: left;
}

.forgot_send_email .form-list .input-box {
    width: 100%;
}

.forgot_send_email .form-list button.button {
    width: 118px;
    margin-left: 20px;
}

.forgot_send_email .form-list button.button span {
    display: block;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'MuliBold';
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0;
}

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,
select,
textarea,
button {
    font: 13px/15px Chronicle-Display-Roman;
    vertical-align: middle;
    color: #2f2f2f;
}

input.input-text,
select,
textarea {
    background: #fff;
    border: 1px solid #b6b6b6;
}

input.input-text,
textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

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

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

/* FF Fix */
button.button {
    -webkit-border-fit: lines;
}

/* <- Safari & Google Chrome Fix */
button.button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
}

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

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

button.btn-checkout span {
    height: 40px;
    border: 0;
    background: url(../images/btn_checkout.gif) 0 0 no-repeat;
    padding: 0 0 0 9px;
    font: 16px/40px Chronicle-Display-Roman;
    color: #000;
}

button.btn-checkout span span {
    background-position: 100% 0;
    padding: 0 25px 0 16px;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

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

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

.contacts-index-index .form-list .input-box {
    float: none;
}

.cms-kontakt-oss-html .form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
    float: left;
}

.cms-kontakt-oss-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;
}

.account-create ul:last-child .input-box {
    margin-right: 170px;
}

.account-create .form-list .fields .input-box {
    margin-right: 0;
}

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

.buttons-set .back-link {
    float: left;
    margin: 0;
}

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

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

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

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

/* Form Validation */
.validation-advice {
    clear: both;
    min-height: 13px;
    margin: 3px 0 0 5px;
    padding-left: 17px;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    background: url(../images/validation_advice_bg.gif) 2px 0 no-repeat;
    color: #eb340a;
}

.validation-failed {
    border: 1px dashed #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 {
    border-color: #f16048;
    background-color: #faebe7;
    background-image: url(../images/i_msg-error.gif);
    color: #df280a;
}

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

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

/* BreadCrumbs */
.col1-layout .breadcrumbs {
    clear: both;
    font-size: 14px;
    height: 20px;
    line-height: 19px;
    padding: 5px 0;
    float: none;
    margin: 12px 0;
}

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

}

.customer-account-login .col1-layout .breadcrumbs li.home span {
    background: url(../images/viewico.gif) -22px -493px no-repeat;
    display: inline-block;
    height: 12px;
    width: 5px;
    margin: 3px 0 0 4px;
}

.breadcrumbs li.crumb2 {
    z-index: 5;
}

.breadcrumbs li.crumb3 {
    z-index: 4;
}

.breadcrumbs li.crumb4 {
    z-index: 3;
}

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

.breadcrumbs li a i {
    background: url(../images/viewico.gif) -22px -493px no-repeat;
    display: inline-block;
    height: 12px;
    width: 12px;
}

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

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

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

/* Pager */

.limiter>label {
    color: #000;
    font-family: Chronicle-Display-Roman;
    font-size: 13px;
}

.sort-by {
    position: absolute;
    right: 40px;
    top: 7px;
}

.limiter>label {
    color: #000;
    font-family: Chronicle-Display-Roman, Arial;
    font-size: 11px;
}

.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 {
    color: #000;
    font-size: 11px;
    font-weight: normal;
}

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

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

.pager {
    text-align: center;
}

.pager .amount {
    color: #666666;
    display: block;
    float: right;
    height: 37px;
    line-height: 37px;
    margin: 0 12px 0 0;
    text-transform: uppercase;
    display: none;
}

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

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

.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 {
    color: #666;
    display: inline-block;
    height: 37px;
    padding-top: 0;
}

.pager .pages strong {
    font-family: Chronicle-Display-Roman;
    font-size: 13px;
    color: #000;
    font-weight: normal;
}

.pager .pages ol {
    display: inline-block;
}

.pager .pages li {
    display: inline-block;
    vertical-align: top;
}

.pager .pages .current a {
    background: #fd9ed4;
    color: #fff;
    border-color: #fd9ed4;
}

.pager .pages a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    padding: 0;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #333;
}

/* Sorter */
.sorter {
    font-size: 13px;
    /*background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;*/
    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;
}

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

.data-table .odd {
    background: #fff;
}

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

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

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

.data-table thead th {
    font-weight: bold;
    border-right: 1px solid #ddd;
    padding: 2px 8px;
    color: #0a263c;
    white-space: nowrap;
    vertical-align: middle;
}

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

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

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

.data-table tfoot tr.first td {
    /*background:url(../images/bkg_tfoot.gif) 0 0 repeat-x;*/
    background: #eee;
}

.data-table tfoot tr {
    background-color: #f7f7f7;
}

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

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

#shopping-cart-table {
    border: 0 none;
    position: relative;
    border-bottom: 1px solid #ddd;
}

#shopping-cart-table tbody tr {
    border-bottom: none;
}

#shopping-cart-table td {
    position: relative;
    display: table-cell;
    padding: 10px;
    border: 0 none;
    font-family: 'Muli';
    background: #f6f6f6;
}

#shopping-cart-table td.cart-item-figure {
    vertical-align: top!important;
}

span.pro-sku {
    display: block;
    margin-bottom: 10px;
    font-family: 'MuliSemiBold';
    font-size: 12px;
}

#shopping-cart-table td.cart-item-price,
#shopping-cart-table td.cart-item-qty,
#shopping-cart-table td.cart-item-total,
.cart-item-remove {
    width: 16.66667%;
    vertical-align: bottom;
    font-family: 'MuliBold';
}

#shopping-cart-table>tfoot {
    border-bottom: medium none;
}

#shopping-cart-table>tfoot tr {
    background: #fff none repeat scroll 0 0;
}

#shopping-cart-table .cart-price {
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
}

tbody tr .a-center .odd {
    padding-top: 80px;
    border-bottom: none;
}

tbody tr .a-center .odd tr td:nth-child(1) {
    left: -30px;
    position: absolute;
}

.cart-price .price {
    font-size: 18px;
    color: #000;
}

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

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

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

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

.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-weight: bold;
    font-style: italic;
}

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

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {}

tr.summary-details td {
    font-size: 13px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.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-reorder {
    font-weight: normal;
    color: #000;
}

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

.link-print {
    /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    font-weight: bold;
    color: #ff008a;
}

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

.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-edit {
    display: none;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_edit.gif) 0 0 no-repeat;
    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;
}

/* Cookie Notice */
.notice-cookie {}

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

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


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

.header {
    text-align: left;
}

.header-centont {
    margin: 0 auto;
    position: relative;
    z-index: 2000;
    clear: both;
    padding: 20px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.search_wrapper {
    display: inline-block;
    float: left;
    position: relative;
}

.header .form-search {
    float: left;
    padding: 0 0 4px;
    position: relative;
    width: 186px;
}

.search-extra-info {
    display: none;
    width: 360px;
    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-bottom: 10px;
    font-size: 18px;
}

.hot-search-words .search-word {
    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: 10px;
    height: 12px;
    margin-right: 5px;
    background: url(../images/fire.png);
    background-size: cover;
}

.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.header .form-search input.input-text {
    background: #FFFFFF;
    border: none;
    color: #999;
    float: left;
    height: 30px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    width: 186px;
}

.header .form-search input.focus {
    border-bottom: 1px solid #4d5152;
}

.header .form-search button.ready {
    display: block !important;
}

.header .form-search .search-icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -67px -118px;
    display: inline-block;
    left: 0;
    position: absolute;
    height: 32px;
    width: 20px;
}

.header .form-search button.button {
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 25px;
    z-index: 999;
}

.header .form-search .search-icon2 {
    background-position: -114px -118px;
}

.header .form-search button.button span span {
    background: 0 0;
}

.header .form-search button.button span {
    background: transparent url("../images/tag.png") no-repeat scroll -280px 0;
    border: 0 none;
    height: 20px;
    width: 20px;
    padding: 0;
}

.header .links {
    float: left;
    margin: 0 0 6px;
    position: relative;
}

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

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

.home-cart {
    font-family: Chronicle-Display-Roman;
}

.home-cart .new-title {
    text-align: center;
    background: url(../images/hxf_line.gif) center repeat-x;
    height: 33px;
    line-height: 30px;
    font-size: 12px;
}

.home-cart .new-title strong {
    background-color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.about_anas p {
    font-size: 12px;
    color: #888;
}

.home-cart .home-new-list {
    overflow: hidden;
}

.home-cart .idx-cat {
    width: 320px;
    float: left;
}

.home-cart .idx-cat.center {
    margin: 0 18px;
}

.header .links li {
    color: #555555;
    float: left;
    position: relative;
}

.header .links a {
    color: #666;
    font-size: 12px;
    line-height: 30px;
    margin: 0 10px;
}

.header .links a:hover {
    text-decoration: none;
}

.header .links .last a {
    padding-left: 25px;
    display: block;
    height: 30px;
    color: #666;
    text-align: left;
    background: rgba(0, 0, 0, 0) url(../images/like-ico.png) no-repeat scroll 0 0;
}

.header .links .first a {
    color: #ff008a;
}

.header .links .log-in--register {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -65px -85px;
    height: 30px;
    left: -10px;
    margin: 10px 0 0 -15px;
    position: absolute;
    width: 30px;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    font-size: 12px;
    color: #ebbc58;
}

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


/* Sidebar =============================================================================== */
.block {
    margin: 0 0 15px;
}

.block-layered-nav .block-title {
    border-bottom: 1px solid #eee;
    overflow: hidden;
    padding: 0 0 5px;
    display: none;
}

.sale-account h1,
.block-account .block-title {
    height: 34px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #4c5253;
    border-bottom: 1px solid #bbb;
    text-align: left;
    text-transform: capitalize;
    font-family: 'MuliBold';
    float: none;
}

.my-account .page-title {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.my-account button.button span {
    background: #fd9ed4;
    border: 0 none;
    padding: 0 30px;
    border-radius: 16px;

}

.my-account button.button span span {
    padding: 0;
}

.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 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 .actions button.button {
    float: right;
}

.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-content li a {
    font-size: 14px;
    font-weight: none;
    color: #4c5253;
}

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

.block-account .block-content {
    background: none;
    padding: 10px;
    font-family: 'MuliSemiBold'
}

.shop-by-color {
    text-align: center;
    padding-bottom: 25px;
}

.shop-by-color h3 {
    margin-top: 30px;
    font-size: 24px;
    margin-bottom: 10px;
}

.shop-by-color p {
    font-family: 'Muli';
    font-size: 12px;
    padding-bottom: 20px;
}

.block-layered-colors-filter-nav ul,
.block-layered-colors-filter-nav ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.block-layered-colors-filter-nav ul li,
.block-layered-colors-filter-nav ol li {
    width: 30px;
    height: 30px;
    margin: 5px;
}

.block-layered-colors-filter-nav ul li a,
.block-layered-colors-filter-nav ol li a,
.block-layered-colors-filter-nav ul li a,
.shop-by-color .checkSpan {
    display: flex;
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid transparent;
    font-size: 13px;
}

.block-layered-colors-filter-nav ul li a i,
.shop-by-color .count-num,
.shop-by-color .displaySpan,
.block-layered-colors-filter-nav ol .color_other {
    display: none;
}

.block-layered-colors-filter-nav ul li.selected a {
    border: 3px solid #fff;
    box-shadow: 0px 0px 0px 2px #ff6b95;
}

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

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

.block-account .block-content li.current {
    border-bottom: none;
    padding: 3px 0;
    font-family: 'MuliBold';
}

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

.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 Chronicle-Display-Roman;
    padding: 0 0 0 21px;
    text-transform: none;
}

.my-account {
    font-family: 'Muli';
}

.block-layered-nav .block-content {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

#narrow-by-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 180px);
}

.nav-by-filter {
    position: relative;
    margin-left: 20px;
}

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

.block-layered-nav .block-subtitle {
    color: #333;
    font-weight: normal;
    line-height: 1.35;
    padding: 3px 0;
    text-transform: capitalize;
}

.block-layered-nav dt {
    cursor: pointer;
    font-family: Chronicle-Display-Roman, Arial;
    font-size: 14px;
    padding: 12px 0;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}

.block-layered-nav .nav-by-filter .xijie-nav {
    background: rgba(0, 0, 0, 0) url(../images/product_icon.png) no-repeat scroll 9px -99px;
    display: inline-block;
    height: 14px;
    margin-right: 5px;
    width: 18px;
    float: right;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.block-layered-nav .nav-by-filter.filter-open .xijie-nav,
.nav-by-filter:hover dt .xijie-nav {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    background-position: 5px -99px;
}

.block-layered-nav dd {
    overflow: hidden;
    display: none;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 10%);
    background: #fff;
    position: absolute;
    top: 46px;
    left: 0;
    max-height: 362px;
    overflow-y: auto;
    z-index: 2147483646 !important;
    padding: 5px 5px 5px;
    width: 300px;
    border: 5px solid #fff;
}

.block-layered-nav dd::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.block-layered-nav dd::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.block-layered-nav dd::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
}

.tabs_content .table-wrapper::-webkit-scrollbar-thumb:hover,
.recent-orders .history-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.block-layered-nav .filter-open dd,
.nav-by-filter:hover dd {
    display: block;
}

.block-layered-nav dd ol li {
    color: #333;
    padding: 3px 0 0;
    position: relative;
}

.block-layered-nav dd ol li a {
    clear: both;
    color: #333;
    padding-left: 0;
    font-size: 14px;
}

.block-layered-nav dd ol li:hover {
    color: #fd9ed4;
}

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

.block-layered-nav .currently li {
    background-color: #fefaee;
    border: 1px solid #feb199;
    color: #504531;
    font-family: Chronicle-Display-Roman, Arial;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    padding: 6px;
    position: relative;
    display: inline-block;
}

.block-layered-nav .currently .label {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
    text-transform: capitalize;
    vertical-align: top;
}

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

.currently,
.block-layered-nav .actions {
    display: inline-block;
    width: calc(100% - 228px);
    text-align: left;
}

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

.block.hot-deals {
    display: none;
}

/* Block: Cart */
.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 .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 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-title strong {
    background-image: url("../images/i_block-tags.gif");
}

.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-subscribe .block-title {
    border-bottom: medium none;
    display: none;
    padding-top: 3px;
}


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

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

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


/* Category Page ========================================================================= */
.top-category-name {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px 0;
}

.nav_catalog {
    background-color: #f9d3e0;
    padding: 30px 20px;
    margin: 0 20px;
}

.nav_catalog_menu:after,
.nav_catalog_menu ul:after,
.header-centont:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

.nav_catalog .category-name1 {
    font-size: 21px;
    font-weight: 700;
    color: #121313;
    line-height: 28px;
}

.nav_catalog_menu li {
    float: left;
}

.nav_catalog_menu li a {
    display: block;
    margin: 12px 16px 0 0;
    background: rgba(255, 255, 255, .4);
    border-radius: 8px;
    padding: 4px 8px;
    text-transform: capitalize;
}

.nav_catalog_menu li a:hover {
    background: rgba(255, 255, 255, 0.8);
}

.category-description h1 {
    border-bottom: 1px solid #e1e1e1;
    color: #000000;
    display: block;
    font-family: Chronicle-Display-Roman;
    font-size: 22px;
    font-style: italic;
    margin: 6px 0 10px;
    padding-bottom: 11px;
    text-align: center;
    text-transform: capitalize;
    display: none;
}

.category_banner {
    position: relative;
    margin-bottom: 20px;
}

.category_img {
    margin-bottom: 14px;
    padding: 0 5px;
    position: relative;
}

.category_nav-accessories {
    position: absolute;
    bottom: 26%;
    left: 18%;
    width: 30%;
    text-align: center;
}

.category_nav-accessories h3 {
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: 4px;

}

.category_nav-accessories p {
    font-size: 22px;
    text-transform: capitalize;
    margin: 20px 0;
}

.category_img_nav {
    font-size: 16px;
    font-family: 'MuliSemiBold';
    text-transform: capitalize;
    text-align: center;
}

.category_img_nav a {
    display: inline-block;
    padding: 15px;
    text-decoration: underline;
}

@media screen and (max-width: 1440px) {
    .category_nav-accessories {
        bottom: 7% !important;
    }

    .category_nav-accessories h3 {
        font-size: 32px;
    }

    .category_nav-accessories p {
        font-size: 16px;
        margin: 10px 0;
    }

    .category_img_nav a {
        font-size: 14px;
        padding: 8px;
    }
}

@media screen and (min-width: 1441px) and (max-width: 1700px) {
    .category_nav-accessories {
        bottom: 10% !important;
    }
}

.category-accessories .top-category-name {
    display: none;
}

.category-name,
.list-recommend .block-title {
    margin-top: 36px;
    border-top: 1px solid #e2e2e2;
    height: 25px;
    text-align: center;
}

.category-name span,
.list-recommend .block-title span {
    font-size: 22px;
    display: inline-block;
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    background: #fff;
    top: -12px;
    padding-left: 10px;
    padding-right: 10px;
}

.category_banner img {
    width: 100%;
}

.category_subnav {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.category_subnav a {
    display: block;
}

.subnav_list {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
    margin: 0 5px 10px;
    box-sizing: border-box;
    width: calc(20% - 10px);
    border: 1px solid #e4e4e4;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 22%);
}

.subnav_list:hover {
    border: 1px solid #fd9ed4;
}

.subnav_list:hover .subnav_text a {
    background: #fd9ed4;
    color: #fff;
}

.subnav_list:hover img {
    opacity: 0.8;
}

.subnav_list img {
    border: 1px solid #fff;
    border-bottom: 0;
    box-sizing: border-box;
}

.subnav_text {
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-family: 'MuliSemiBold';
    font-size: 13px;
    width: 100%;
}

/* View Type: Grid */
.products-grid,
.list-recommend ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.products-grid li.item,
.list-recommend li {
    position: relative;
    flex: 0 0 25%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px;
    margin-bottom: 20px;
}

.products-grid .product-image {
    display: block;
    overflow: hidden;
    position: relative;
}

.products-grid .product-image img,
.list-recommend li img {
    width: 100%;
    height: auto;
}

.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-text .product-name {
    margin: 5px 0;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -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;
}

.list-text .product-name a {
    color: #000;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-break: break-word;
    white-space: normal;
    text-align: left;
}

.list-text .product-name a:hover {
    color: #fd9ed4;
    text-decoration: none;
}

.list-text .price-box {
    margin: 5px 0;
    overflow: hidden;
    display: inline-block;

}

.list-text {
    width: 100%;
}

.category-products .favorite,
.list-recommend li .favorite {
    float: right;
    line-height: 29px;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}


.cate-show {
    overflow: hidden;
    margin-top: 5px;
}

.cate-show .cate-small {
    float: left;
    width: 580px;
}

.cate-show .cate-small .small-item {
    float: left;
    margin-bottom: 5px;
    margin-right: 6px;
}

.cate-show .cate-big {
    float: right;
}

.col-main .wedding-show .cate-small {
    width: 560px;
}

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


/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
}

.ratings {
    font-size: 13px;
    line-height: 1.25;
    margin: 0 0 5px;
    float: left;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
    float: left;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {}

.ratings dd {}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* 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 {
    white-space: nowrap !important;
}

.price-box {
    margin: 5px 0;
}

.regular-price .price {
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.price-label {
    display: none;
}

.old-price {
    margin: 0;
    padding-left: 6px;
    display: inline-block;
    float: left;
}

.old-price .price {
    color: #A1A1A1;
    text-decoration: line-through;
    font-weight: normal;
}

.special-price {
    display: inline-block;
    float: left;
}

.special-price .price {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200;
}

/* Including tax */
.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}

/* Configured price */
.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

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

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

/* Price range */
.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 next to the options */
.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}

/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
}

.tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.add-to-links .separator {
    display: none;
}


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

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

:focus {
    outline: 0 none;
}

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

h3 {
    font-size: 16px;
    font-weight: bold;
}

h4 {
    font-size: 14px;
    font-weight: bold;
}

h5 {
    font-size: 12px;
    font-weight: bold;
}

h6 {
    font-size: 11px;
    font-weight: bold;
}

fieldset {
    border: 0 none;
}

legend {
    display: none;
}

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

ul,
ol {
    list-style: outside none none;
}

.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: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.page {}

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

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

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

.main-container {}

.col-right {
    float: right;
    padding: 10px 0 1px;
    width: 200px;
}

input,
select,
textarea,
button {
    color: #2f2f2f;
    font: 14px/15px Chronicle-Display-Roman;
    vertical-align: middle;
}

input.input-text,
select,
textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b6b6b6;
}

input.input-text,
textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select option {
    padding-right: 10px;
}

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

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

textarea {
    overflow: auto;
}

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

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

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

button.button {}

button.button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

button.button span {
    background: #fd9ed4;
    color: #fff;
    display: block;
    padding: 0 12px;
    text-align: center;
    font-family: 'MuliBold';
    height: 30px;
    line-height: 30px;
}

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

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

button.btn-checkout {
    background: #fd9ed4;
    border: 0 none;
    color: #fff;
    line-height: 46px;
    height: 46px;
    text-transform: uppercase;
    width: 260px;
    font-family: 'MuliBold';
    font-size: 18px;
    font-weight: 600;
}

.card_icon {
    background: rgba(0, 0, 0, 0) url(../images/safety.svg) no-repeat;
    background-size: 30px;
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}

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

.cms-kontakt-oss-html .form-list label {
    color: #666;
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
    top: 0;
}


.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 .field {
    float: left;
    width: 385px;
}

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

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

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

.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 {
    color: #888;
    font-size: 10px;
    font-weight: normal;
}

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

.buttons-set .back-link {
    margin: 0;
    clear: both;
    padding-top: 20px;
    padding-left: 10px;
}

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

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

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

.validation-failed {
    background: #faebe7 none repeat scroll 0 0 !important;
    border: 1px dashed #eb340a !important;
}

.validation-passed {}

p.required {
    color: #eb340a;
    font-size: 11px;
    text-align: right;
}

.v-fix {
    float: left;
}

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

.success {
    color: #3d6611;
    font-weight: bold;
}

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

.notice {
    color: #e26703;
}

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

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

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

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

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

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

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

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

.breadcrumbs {
    clear: both;
    font-size: 14px;
    height: 20px;
    line-height: 25px;
    padding: 0 0 5px;
    float: left;
}

.catalog-category-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs {
    position: absolute;
    left: 6px;
    top: 14px;
}

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

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

.breadcrumbs li.crumb2 {
    z-index: 5;
}

.breadcrumbs li.crumb3 {
    z-index: 4;
}

.breadcrumbs li.crumb4 {
    z-index: 3;
}

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

.breadcrumbs li.home span {
    margin-left: 0;
    color: #333333;
    font-family: Chronicle-Display-Roman;
    font-size: 13px;
}

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


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

.page-title {
    width: 100%;
    margin: 30px 0;
}

.cms-page-view .page-title h1 {
    font-size: 28px;
    text-align: center;

}

.cms-page-view .std {
    font-family: 'Muli';
}

.my-account .page-title>h2 {
    border-bottom: 1px solid #eee;
    color: #333;
    font-family: Chronicle-Display-Roman;
    font-size: 14px;
    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;
    color: #e25203;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 15px 0 0;
}

.limiter>label {
    color: #000;
    font-family: Chronicle-Display-Roman;
    font-size: 11px;
}

.sort-by>label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.pager {
    font-size: 11px;
    height: 37px;
    line-height: 37px;
    padding: 0px 8px;
    text-align: center;
}

.category-products .sort-by select {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url(../images/sort-ag.png) no-repeat scroll 144px 8px;
    border: 1px solid #ddd;
    height: 32px;
    width: 170px;
    padding-left: 10px;
}

.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 thead th {
    border-right: 1px solid #ddd;
    color: #0a263c;
    font-weight: bold;
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
}

.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;
    padding-bottom: 1px;
    padding-top: 1px;
}

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

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

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

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

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

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

tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {}

tr.summary-total .summary-collapse {
    background: rgba(0, 0, 0, 0) url("../images/bkg_collapse.gif") no-repeat scroll 0 5px;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    text-align: right;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {}

tr.summary-details td {
    background-color: #dae1e4;
    color: #626465;
    font-size: 11px;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    background: rgba(0, 0, 0, 0) url("../images/bkg_collapse.gif") no-repeat scroll 100% 5px;
    cursor: pointer;
    display: block;
    padding-right: 20px;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

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

.std ol {
    list-style: outside none none;
}

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

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: 0.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;
}

.links li {
    display: inline;
}

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

.links li.last {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding-right: 0 !important;
}

.link-cart {
    color: #fd9ed4;
    font-weight: bold;
    text-align: left;
    display: block;
}

.link-wishlist {
    color: #848484 !important;
    text-decoration: underline;
    font-size: 14px;
}

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

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

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

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

.btn-edit {
    background: rgba(0, 0, 0, 0) url("../images/btn_edit.gif") no-repeat scroll 0 0;
    display: none;
    font-size: 0;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 11px;
}

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

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

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

.separator {
    margin: 0 3px;
}

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

.global-site-notice {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffff90 none repeat scroll 0 0;
    border-color: #cfcfcf;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}

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

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

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

.notice-cookie {}

.noscript {}

.demo-notice {
    background: #d75f07 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 6px 10px;
    text-align: center;
}

.demo-notice .notice-inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}

.demo-notice .notice-inner p {
    border: 0 none;
    padding: 0;
}

.logo {
    float: left;
}

.header-container {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 998;
}

.header .logo {
    margin: 14px 0 10px 0px;
    text-decoration: none !important;
    padding: 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.header-centont h1 {
    display: inline-block;
    float: left;
}

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

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

.home-cart {
    font-family: Chronicle-Display-Roman;
}

.home-cart .new-title {
    background: rgba(0, 0, 0, 0) url("../images/hxf_line.gif") repeat-x scroll center center;
    font-size: 12px;
    height: 33px;
    line-height: 30px;
    text-align: center;
}

.home-cart .new-title strong {
    background-color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.about_anas p {
    color: #888;
    font-size: 12px;
}

.home-cart .home-new-list {
    overflow: hidden;
}

.home-cart .idx-cat {
    float: left;
    width: 320px;
}

.home-cart .idx-cat.center {
    margin: 0 18px;
}

.header .links li {
    color: #555555;
    float: left;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    color: #ebbc58;
    font-size: 12px;
}

.nav-container {
    position: relative;
    width: 100%;
    z-index: 1000;
}





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

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

.customer-account-edit .my-account .fieldset {
    width: 450px;
    margin-top: 20px;
}

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

.customer-account-edit .my-account .fieldset .control {
    text-align: left;
    margin-top: 10px;
}

.customer-account-edit .form-list li.control input.checkbox {
    float: left;
}

.my-account .buttons-set button.button {
    float: left;
}

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

.block-wishlist .actions a {
    float: none;
}

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

.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}



.products-grid .product-name a:hover {
    color: #fd9ed4;
    text-decoration: none;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    bottom: 12px;
    position: absolute;
}

.cate-show {
    margin-top: 5px;
    overflow: hidden;
}

.cate-show .cate-small {
    float: left;
    width: 580px;
}

.cate-show .cate-small .small-item {
    float: left;
    margin-bottom: 5px;
    margin-right: 6px;
}

.cate-show .cate-big {
    float: right;
}

.col-main .wedding-show .cate-small {
    width: 560px;
}

.category-title {
    border: 0 none;
    margin: 0 0 7px;
}

.product-ads-subnav {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}

.product-ads-subnav a {
    background: #6d5959 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 187px;
}

.product-ads-subnav a:hover {
    background: #927676 none repeat scroll 0 0;
    text-decoration: none;
}

.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0 none;
}

.products-list .product-image {
    float: left;
    height: 135px;
    margin: 0 0 10px;
    width: 135px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}

.products-list .product-name a {
    color: #203548;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    line-height: 1.35;
    margin: 0 0 15px;
    padding: 6px 0 0;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

.no-rating {
    margin: 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    float: left;
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings dt {}

.ratings dd {}

.rating-box {
    background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 0;
    font-size: 0;
    height: 17px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 100px;
}

.rating-box .rating {
    background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 -199px;
    float: left;
    height: 17px;
}

.ratings .rating-box {
    float: left;
    margin-right: 3px;
}

.ratings .amount {
    float: left;
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

.products-grid .ratings {
    clear: both;
    float: none;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: start;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    margin: 0;
}

.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    background: rgba(0, 0, 0, 0) url("../images/i_availability_only.gif") no-repeat scroll 0 50%;
    line-height: 16px;
    margin: 10px 0 7px;
    padding-left: 15px;
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: rgba(0, 0, 0, 0) url("../images/i_availability_only_arrow.gif") no-repeat scroll 100% 0;
    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 none repeat scroll 0 0;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3 none repeat scroll 0 0;
    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-friend {
    margin: 0;
}

.alert-price {
    font-size: 11px;
    margin: 0;
}

.alert-stock {
    font-size: 11px;
    margin: 0;
}

.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.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;
    color: #fd9ed4;
}

.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-custom-option-sash_color {
    display: none;
}

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

.product-summury {
    margin-top: 20px;
}

.product-summury .tabs-list {
    padding: 12px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    font-family: 'OpenSans-Semibold';
    font-weight: 400;
}

.product-summury .tabs-list:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0) url(../images/tag.png) repeat scroll -30px -716px;
    margin-top: 4px;
    float: right;

}

.product-summury .list-on:before {
    background-position: -1px -716px;
}

.product-summury .tabs-content {
    display: none;
    font-family: 'Muli';
}

.tabs-description h2,
.tabs-description h3 {
    font-family: 'MuliBold';
    margin-bottom: 10px;
    font-size: 14px;
}

.return-policy p {
    font-family: 'Muli';
    margin-bottom: 10px;
}

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 10px 0;
}

.add-to-box .add-to-cart {
    float: left;
    width: 80%;
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.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-view {
    clear: both;
    margin-top: 10px;
}

.product-essential {
    padding-bottom: 5px;
}

.product-essential>h2 {
    font: bold 13px/1.35 Chronicle-Display-Roman;
}

.product-collateral {
    padding: 0;
    clear: both;
}

.product-collateral>h2 {
    font-weight: bold;
    font-size: 15px;
    color: #e26703;
    border-bottom: 1px solid #e5dcc3;
    padding: 0 0 1px;
    margin: 0 0 15px;
}

.product-collateral .box-collateral {
    margin: 0;
}

/* Product Images */
.product-view .product-img-box {
    float: left;
    position: relative;
    width: 50%;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: calc(100% - 132px);
    height: auto;
    float: right;
    display: inline-block;
}

.product-view .product-img-box .product-image-zoom img {
    width: 100%;
    height: 100%;
}

.product-view .product-img-box .product-image-zoom object {
    height: 820px !important;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop */
.product-view .product-shop {
    float: right;
    width: 48%;
    padding-left: 2%;
}

.pls {
    position: absolute;
    top: 99999px;
    left: 999999px;
}



.product-shop .product-name {
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3;
}

.product-shop .product-name span {
    font-size: 14px;
}

.rating-question {
    overflow: hidden;
    margin: 20px 0;
}

.prod-price-pos {
    position: relative;
    float: left;
}

.product-shop .price-box {
    float: left;
    font-size: 14px;
    margin: 0;
}

.product-shop .price-box .special-price {
    clear: both;
    float: left;
    padding: 0px 10px 0 0;
    display: inline-block;
    border-right: 1px solid #e4e4e4;
    margin-right: 10px;
}

.product-shop .special-price .price,
.product-shop .regular-price .price {
    color: #000;
    font-size: 22px;
    font-family: 'MuliBold';
}

.product-shop .price-box .old-price {
    padding: 0 12px 0 0;
    display: inline-block;
}

.product-options dt span.Color,
.product-options dt .Sash_color,
.info-option dt .Color {
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
    position: relative;
}

.prod-price-pos .timelist {
    color: #ff6b95;
    white-space: nowrap;
    float: left;
    font-size: 18px;
    font-weight: 600;
}

.product-shop .ratings {
    float: right;
}

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .product-shop .short-description {
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
    padding: 10px 0 0;
}

.product-view .product-shop .price-box {
    float: left;
    font-size: 12px;
    height: 30px;
    border-bottom: 1px dashed #333;
}

.product-view .product-shop .prod-price-pos .price-box {
    float: left;
    font-size: 14px;
    border-bottom: 0 none;
}

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
}

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

/* Product Options */
.product-options {
    margin: 15px 0 0;
    position: relative;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.product-options dt,
.info-option dt {
    font-weight: normal;
    line-height: 30px;
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    position: relative;
}

.product-options dl .input-box {
    width: 100%;
}

.product-options dt label.required em {
    color: #eb340a;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    position: relative;
    margin-bottom: 20px;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd input.input-text {
    width: 86%;
}

#product-options-wrapper dd input.input-text {
    width: 64%;
    height: 30px;
    padding: 0;
}

.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 {
    resize: none;
    border-radius: 5px;
    padding: 10px;
    box-sizing: border-box;
    height: 80px;
    width: 280px;
}

.product-options dd select,
.info-option select {
    width: 280px;
    height: 46px;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    font-family: 'Muli';
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 5px 0;
    width: 85px;
    float: left;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.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 .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #e26703;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.addcountbox .goods_num_box {
    margin: 0;
}

.buy-now {
    margin: 0 20px;
    width: 270px;
    text-align: center;
}

a.button.btn-cart {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'MuliBold';
    background: #fd9ed4;
    display: block;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

input.qty {
    width: 2.5em !important;
}

.product-view .favorite a {
    display: block;
    height: 46px;
    width: 46px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.product-view .favorite a .wishlist-icon-cart {
    background: rgba(0, 0, 0, 0) url(../images/sprite.png) no-repeat scroll -146px -51px / 200px auto;
    display: block;
    height: 22px;
    width: 25px;
    margin: 13px auto 0;
}

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

.tabs-description .box-collateral .data-table {
    border: 0;
    padding: 10px 0px;
    display: block;
}

.tabs-description .box-collateral .data-table tr {
    background: none;
    border: none;
    margin-bottom: 15px;
    font-size: 12px;
    font-family: 'MuliSemiBold';
}

.tabs-description .box-collateral .data-table tbody th,
.tabs-description .box-collateral .data-table tbody td {
    display: inline-block;
    font-weight: 300;
    float: left;
    padding: 0 5px 10px 0;
    color: #444;
    border: none;
}

.tabs-description .box-collateral .data-table tbody th:after {
    content: ":";
}

.faqstabs-content .faq-list {
    margin: 10px 0;
    display: block;
    font-size: 12px;
    width: 50%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Muli';
}

.faqstabs-content .faq-list:first-child {
    border-right: 1px solid #ddd;
}

.faqstabs-content .faq-list h4 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.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: block;
    display: none;
    padding: 7px 22px;
}

.faqstabs-content .faq-list dt.on::after {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

/* Block: Upsell */
.product-view .box-up-sell>h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    /*border:1px solid #e5dcc3;*/
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
    /*border-right:1px solid #ddd; border-bottom:1px solid #e5dcc3;*/
    padding: 5px 0px 12px;
    line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
    /* border-bottom:0;*/
}

.product-view .box-up-sell .products-grid td.last {
    /* border-right:0; */
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
    /*border-right:0; */
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3 {
    font-size: 13px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    border-color: #f3ab1a;
    background: #ffc952;
    color: #000;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 0px;
    font-size: 11px;
}



/* 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 ================================================================= */
.product-name {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
}

.home-new-list .product-name a {
    color: #888;
    display: block;
    padding: 0 5px;
    line-height: 15px;
    height: 30px;
    overflow: hidden;
}

/* Product Tags */
.catalogsearch-term-popular .page-title {
    width: 100%;
}

.catalogsearch-term-popular .page-title h1 {
    text-align: center;
    margin: 15px;
    font-style: italic;
}

.tags-list {
    display: inline-block;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    clear: both;
    width: 100%;
}

.tags-list li {
    display: block;
    margin: 0 4px 0 0;
    width: 24%;
    float: left;
}

.tags-list li a {
    color: #333;
    font-family: Chronicle-Display-Roman;
    font-size: 14px !important;
    padding: 10px 10px 10px 35px;
    display: block;
    text-transform: capitalize;
}

.tags-list li a:hover {
    color: #ff7ea5;
    text-decoration: underline;
}

/* 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 ========================================================================= */
.cart .page-title h1 {
    margin: 30px 0 40px;
    font-size: 30px;
    font-family: Chronicle-Display-Roman, Arial;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
    margin-top: 10px
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

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

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 30px 10px;
}

.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {
    border-color: #fff;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-family: Chronicle-Display-Roman;
    text-transform: uppercase;
    text-decoration: underline;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: left;
}

.cart-table .btn-update {
    margin-left: 0px;
}

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

.cart .discount>h2,
.cart .shipping>h2 {
    font: 13px/16px Chronicle-Display-Roman;
    padding: 0 21px 0 0;
    color: #333;
    text-transform: uppercase;
    height: 17px;
    width: 140px;
    margin: 10px;
}

.cart .discount button span,
.cart .shipping button span {
    border-color: #000;
    background: #000;
    color: #fff;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    font-weight: bold;
}

.cart .shipping .buttons-set {
    position: absolute;
    border: 0;
    right: 0;
    bottom: 28px;
    text-align: left;
}

.cart .discount .buttons-set {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0;
    border: 0;
}

.cart .discount .buttons-set button.button {
    width: 98px;
    float: none;
    margin-left: 0;
}

.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

.cart .discount .input-box {
    margin: 8px 0 0 10px;
    width: 260px;
    display: inline-block;
}

.cart .discount input.input-text {
    width: 254px;
    height: 20px;
    border: 1px solid #e4e4e4;
}

.cart .shipping>h2 {
    background-image: url(../images/i_shipping.gif);
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}

/* Shopping Cart Totals */

.cart .totals tr.last td {}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 16px;
}

.cart .totals tfoot td .price {
    color: #ff008a;
    padding-left: 57px;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 0px 0px;
    text-align: right;
    clear: both;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

#shopping-cart-totals-table tr {
    float: right;
}

/* Options Tool Tip */
.item-options dt {
    color: #333;
    padding: 0;
    padding-right: 6px;
    font-size: 12px;
    font-family: 'MuliSemiBold';
    line-height: 18px;
    cursor: pointer;
    float: left;
}

.item-options dd {
    color: #333;
    font-family: 'MuliSemiBold';
    font-size: 12px !important;
    line-height: 18px;
    cursor: pointer;
}

.item-options dd.size_label {
    margin: 0;
}

.hidden.new_size {
    display: block !important;
    color: #999;
    margin-bottom: 0px;
}

.detail-text {
    position: absolute;
    right: 23px;
    cursor: pointer;
    top: 4px;
    text-align: right;
}

.showitem_Detail {
    text-decoration: underline;
    margin-bottom: 10px;
    color: #999;
}

.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_full_value .item-options dt,
.truncated_full_value .item-options dd {
    font-size: 13px;
}

.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 select.month {
    width: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

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

/* 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 Chronicle-Display-Roman;
    color: #999;
}

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

/* ======================================================================================= */
/* 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 Chronicle-Display-Roman;
    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-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dashboard .welcome-msg p.hello {
    font-family: 'Chronicle-Display-Roman';
    font-size: 16px;
}

.dashboard .col2-set {
    margin: 0 0 15px;
    padding: 0 15px;
}

/* General Box */
.box-account {
    border: 1px solid #ccc;
    border-color: #ccc #999 #999 #ccc;
    margin: 0 0 20px;
}

.box-account .box-head {
    margin: 0 0 10px;
    text-align: right;
    padding: 10px;
    background: #eee;
}

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

.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 */
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-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;
    display: inline-block;
    width: 49%;
    height: 180px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.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-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 .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

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

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 16px;
    font-weight: bold;
}

.page-print>h2,
.page-print h3 {
    font-size: 13px;
    font-weight: bold;
}

.page-print>h2

/* . */
>h2 {
    font-size: 16px;
    font-weight: bold;
}

.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

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

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
    border-color: #406a83;
    background: #618499;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

.my-wishlist .buttons-set .btn-add span {
    display: none;
}

.my-wishlist .product-image img {
    width: 100%;
}

/* 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-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.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: 1366px;
    min-width: 1100px;
    margin: 0 auto;
    padding: 60px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer-links {
    overflow: hidden;
    margin-bottom: 25px;
    display: flex;
}

.footer a {
    text-decoration: none;
}

.follow-s {
    flex: 1 0 30%;
}

.footer-links-center ul li.zs_tit,
.follow-s h2 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}

.form-subscribe-header {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 16px;
}

.foot-share1 {
    display: inline;
    float: left;
    height: 100%;
}

.copyright-adress {
    clear: both;
    display: block;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
}

.block-subscribe .actions {
    height: 42px;
    position: relative;
    padding: 0;
    text-align: left;
    padding: 0;
    margin: 0 auto;
}

.block-subscribe input.input-text {
    border: 1px solid #000;
    display: block;
    height: 38px;
    padding: 0px 8px;
    width: 100%;
    box-sizing: border-box;
}

.block-subscribe .actions button.button {
    background: #000;
    cursor: pointer;
    overflow: visible;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 48px;
    text-indent: -9999em;
}

.block-subscribe .actions button.button::after {
    content: '';
    border: 2px solid #fff;
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    border-top: none;
    border-left: none;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    top: 15px;
}

.follow-us ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.follow-us li a {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll;
    height: 32px;
    width: 32px;
    display: block;
    margin-right: 10px;
}

.follow-us li a.foot_af {
    background-position: -400px -283px;
}

.follow-us li a.foot_at {
    background-position: -484px -283px;
}

.follow-us li a.foot_ap {
    background-position: -568px -283px;
}

.follow-us li a.foot_ay {
    background-position: -607px -241px;
}

.follow-us li a.foot_ai {
    background-position: -607px -283px;
}

.follow-us li a.foot_atu {
    background-position: -442px -283px;
}

.follow-us li a.foot_ag {
    background-position: -526px -283px;
}

.follow-us li a.foot_ati {
    background: url(../images/tiktok.png) no-repeat center center;
    background-size: 28px;
}

.footer-links-center {
    overflow: hidden;
    display: flex;
    flex: 1 0 70%;
}

.footer-links-center ul {
    width: 33.333%;
    line-height: 26px;
}


.footer-links-center ul li.zs_tit {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #333;
}

.md_ftlink {
    float: right;
}

.footer-links-center ul a {
    color: #666;
    font-size: 14px;
}

.footer-copy {
    color: #000;
    font: 12px/24px Chronicle-Display-Roman;
    padding-top: 30px;
    margin-top: 10px;
    text-align: center;
    clear: both;
}

.copyright-adress {
    clear: both;
    display: block;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
}

.footer .md_ftlink {
    text-align: center;
    padding-top: 42px;
}

.footer ul.links {
    display: block;
}

.footer li {}


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

/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

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


/* 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,
.home-gallery-list .user-images-container:after,
.idex-list:after,
.ul_b_imgList_wrap:after,
.index_middle_title:after,
.color-chart-box:after,
#cart-sidebar:after,
.cart-inner #cart-sidebar li:after,
.sash_color-chart-box: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 {
    text-decoration: line-through;
}

.price-box-list .special-price-list .price {
    color: #d32c81;
    font-weight: bold;
}

.home-new-list .price-box-list .price {
    padding: 0 5px;
    color: #dc226c;
    line-height: 20px;
    font-weight: normal;
}

.header-link {
    width: 100%;
    height: 30px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #e4e4e4;
}

.header-left .top-currency dt {
    cursor: pointer;
    float: left;
    height: 50px;
    width: 75px;
    position: relative;
}

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

.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);
    transition: all 0.2s ease 0s;
    width: 9px;
}

.currency-duo ul {
    padding-top: 2px;
}

.currency-duo ul a,
.support-duo ul a {
    display: block;
    line-height: 20px;
    text-align: left;
    height: 23px;
    font-size: 12px;
}

.header-left .top-currency dt::after {
    content: " ";
    background: url(../images/tag.png) no-repeat 0px 0;
    display: block;
    height: 10px;
    width: 11px;
    margin-right: 5px;
    position: absolute;
    right: -8px;
    top: 10px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.header-left .top-currency:hover dt::after {
    right: -8px;
    top: 14px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

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

.top-currency dd:hover .currency-select {
    box-shadow: 1px 2px 4px #898989;
    background-color: #fff;
    color: #d32c81;
    border: 1px solid #cccccc;
    border-bottom: 0 none;
}

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

.top-currency .block-content:hover .more-icon {
    transform: rotate(180deg);
}

.currency-duo .triangle {
    left: 50%;
    margin-left: -7px;
    position: absolute;
}

.bord_tri {
    border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 0 7px 7px;
    display: inline-block;
    height: 0;
    top: -7px;
    width: 0;
}

.bg_tri {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 7px 7px;
    display: inline-block;
    height: 0;
    top: -6px;
    width: 0;
}

.rightline {
    background-color: #ccc;
    display: block;
    height: 10px;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 11px;
    width: 1px;
}

/* cart */
.cart-content {
    height: 50px;
    float: right;
    position: relative;
    width: 50px;
}

.mini-cart .tag_c {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -173px -51px / 200px auto;
    display: block;
    height: 22px;
    margin: 0 auto;
    width: 25px;
}

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

.mini-cart .cart-link {
    display: inline-block;
    position: relative;
}

.cart_num_total,
.wishlist-num {
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    top: 0;
    right: -2px;
    background: #fd9ed4;
    border-radius: 15px;
    color: #fff;
}

.wishlist-num {
    font-style: normal;
    top: 5px;
    right: 10px;
}

.mini-cart .cart_car {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -150px -70px;
    left: 2px;
    padding: 18px;
    position: relative;
    top: -5px;
}

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

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

.mini-cart .cart-links {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 10;
    font-family: Chronicle-Display-Roman;
    font-size: 13px;
    height: 45px;
    padding: 5px 5px 0;
    border-bottom: medium none;
}

.wishlist_name.top-select-title {
    position: relative;
}

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

.mini-cart .hidden-cart .cart-inner {
    padding: 20px;
}

.mini-cart .hidden-cart .product-image {
    float: left;
}

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

.mini-cart .hidden-cart .cart-inner .no-cart-button,
.top-links .logout-account,
.top-wishlist .block-content-wish .actions a,
.hidden-cart .checkout-btn,
.hidden-cart .no-cart-button,
.top-links .logout-account {
    background: #fd9ed4;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: 'MuliBold';
    display: block;
    color: #fff;
    text-decoration: none;
}

.hidden-cart .checkout-btn {
    width: 100%;
}

.cart-inner #cart-sidebar li,
.top-wishlist .mini-products-list li {
    clear: both;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

.cart-inner #cart-sidebar .btn-remove {
    float: right;
}

.cart-inner #cart-sidebar .product-name,
.mini-products-list .product-name {
    height: 33px;
    overflow: hidden;
    line-height: 16px;
    text-align: left;
}

.cart-inner .actions {
    overflow: hidden;
    text-align: right;
}

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

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

.clear {
    clear: both;
    overflow: hidden;
}

.payment-img {
    text-align: center;
    border-top: 1px solid #fff;
    clear: both;
    padding: 10px 0;
}


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

/*navigation*/
.nav-container #custommenu {
    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;
    box-pack: center;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.menu {
    position: relative;
    z-index: 100;
    font-family: Muli;
}



.parentMenu>h2 a {
    font-family: 'MuliSemiBold';
    font-size: 13px;
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: normal;
    text-transform: uppercase;
    padding: 15px 12px;
}

.menu-info {
    background: #fff;
    border: 1px solid #ccc;
    color: #000000;
    display: none;
    box-shadow: 0 0 5px #ccc;
    position: absolute;
    text-align: left;
    top: 47px;
    left: 0;
    width: 330px;
    z-index: 99999 !important;
}

.menu-info .column {
    padding: 28px 15px 5px;
    z-index: 9999;
    margin-bottom: 28px;
}

.parentMenu-right .menu-info a {
    color: #333;
    font-size: 12px;
    padding: 5px;
    display: block;
    font-family: 'Muli';
}

.parentMenu-right .menu-info .nav-new {
    margin-left: 8px;
    padding: 0 2px;
    color: #fff;
    background-color: #fd9ed4;
    line-height: 15px;
    border-radius: 2px;
    font-size: 12px;
    white-space: nowrap;
}

.parentMenu-right .menu-info a.nav_white {
    color: #000;
    font-family: 'MuliSemiBold';
    font-size: 13px;
}

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

.parentMenu:hover>h2 a {
    text-decoration: none;
    color: #fd9ed4;
}

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

.nav-container .menu-info ul {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
}

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

.list_save_off {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -496px -72px;
    color: #ffffff;
    float: right;
    font-weight: normal;
    height: 64px;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 5px;
    width: 64px;
    z-index: 6;
}

.list_save_off>span {
    display: block;
    font: 700 16px/26px Chronicle-Display-Roman;
}

.prev_or_next {
    line-height: 25px;
    clear: both;
}

.navPrev {
    float: left;
}

.navNext {
    float: right
}

#scroll-top {
    background: url("../images/back_to_top.gif") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    cursor: pointer;
    height: 42px;
    position: fixed;
    right: 80px;
    width: 42px;
    z-index: 500;
}

/*inch cm*/
.divShowSizeVals {
    background: #EFEFEF;
    margin-top: 10px;
    overflow: hidden;
    padding: 8px;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-bottom: 10px;
    border: 1px solid #E3E3E3;
    border-bottom: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    color: #303030;
    font-size: 11px;
    line-height: 19px;
    padding: 6px 12px;
    clear: both;
    overflow: hidden;
}

#sizeUnitTitleLeft {
    float: left;
    padding-right: 15px;
    width: 46%;
}

#sizeUnitTitleRight {
    float: left;
    width: 47%;
}

.sizeUnitTitle {
    border-bottom: 1px dotted #444444;
    color: #fd9ed4;
    font-size: 12px;
    font-weight: 700;
}

.sizeUnitContents div {
    color: #555555;
    font-size: 11px;
    line-height: 20px;
    padding-left: 5px;
}

.sizeUnitContents div font {
    padding-right: 5px;
}

.hot-deals .product-img {
    display: block;
    float: left;
}

.shipping-view {
    color: #666;
    font: 14px/140% Chronicle-Display-Roman;
    border: 1px solid #F8DBB5;
    padding: 10px;
    background: #F7F3EF;
}

.product-shop .email-friend {
    float: left;
    margin-right: 8px;
}

/*more view*/

.lof-slidecontent a.readmore {
    color: #58B1EA;
    font-size: 95%;
}

.lof-slidecontent {
    width: 102px;
    height: 780px;
    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: 604px;
    overflow: hidden;
    position: relative;
    width: 102px;
}

.lof-navigator {
    position: absolute;
    z-index: 1;
}

ul.lof-navigator li {
    cursor: pointer;
    list-style: none;
    width: 102px;
    height: 136px;
    display: block;
    overflow: hidden;
    margin-bottom: 20px
}

.lof-navigator li img {
    opacity: 1;
}

.lof-navigator li.active img {
    opacity: 0.5;
}

.video_img {
    margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {

    .lof-slidecontent,
    .product-view .product-img-box .product-image-zoom object {
        height: 498px !important;
    }

    .lof-navigator-outer {
        height: 292px !important;
    }

}

/************************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;
    /* background:url('../images/time.jpg') 0 0 no-repeat; */
}

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


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


/*start banner*/
.container {
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}

.home-cart {
    margin-top: 15px;
}

.home-cart-left {
    width: 193px;
    float: left;
    display: inline;
}

.home-cart-right {
    width: 785px;
    float: right;
    display: inline;
    margin-left: 18px;
}

.home-cart-right li {
    width: 145px;
    float: left;
    padding-right: 15px;
}

.home-cart-right .products-nav a {
    display: block;
    font-size: 12px;
    font-family: Chronicle-Display-Roman;
    line-height: 16px;
    color: #737373;
}

.home-cart-right .products-nav a:hover {
    color: #D32C81;
    text-decoration: underline;
}

.home-cart-right .products-nav img {
    padding-top: 5px;
}

.home-cart-right .products-nav .nav-h3 {
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    padding: 5px 0;
    line-height: 18px;
    height: 18px;
}

.home-cart-right .products-nav .nav-h3:hover {
    color: #000;
}

/*end home-cart*/

.customer-address-form .form-list {
    background: #fafafa;
    border: 1px solid #eee;
    padding: 22px 25px 12px 33px;
    margin-bottom: 28px;
    margin-top: -9px;
    width: 400px;
}

.customer-address-form .form-list li.wide input.input-text {
    width: 200px;
    padding: 6px;
}

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

.customer-address-form .form-list li.wide label {
    top: 18px;
    font-weight: normal;
}

.customer-address-form .form-list li .field label {
    top: 20px;
    font-weight: normal;
}

.customer-address-form .form-list li input {
    margin-left: 10px;
}

.customer-address-form .form-list li .field input {
    margin-left: 26px;
    width: 200px;
    padding: 6px;
}

.customer-address-form .form-list select {
    width: 212px;
    padding: 6px;
}

.buttons-set {
    border-top: 1px solid #E4E4E4;
    margin: 4em 0 0;
    padding: 8px 0 0;
    clear: both;
}

/*  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 .old-price .price-label,
.slider-box .special-price .price-label {
    display: none;
}

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

.product-details-options .input-box-size-guide dl {
    width: 140px;
    float: left;
}

.product-details-options .input-box-size-guide .image-guide img {
    width: 250px;
    cursor: pointer;
}

.product-details-options .input-box-size-guide .image-guide {
    width: 250px;
    float: left;
    margin-top: -78px;
    position: relative;
}

.product-details-options .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;
}

.product-shop .product-options .input-box-size-guide,
.product-shop .product-options .input-box-jacket-guide {
    position: relative;
}

.product-shop .product-options .input-box-jacket-guide {
    margin-top: 15px;
}

.product-shop .product-options .input-box-size-guide dl,
.product-shop .product-options .input-box-jacket-guide dl {
    width: 340px;
}

.product-shop .product-options .input-box-size-guide dt,
.product-shop .product-options .input-box-jacket-guide dt {
    width: 130px;
    display: inline-block;
    float: left;
    line-height: 30px;
}

.product-shop .product-options .input-box-size-guide dt label,
.product-shop .product-options .input-box-jacket-guide dt label {
    font-size: 12px;
}

.product-shop .product-options .input-box-size-guide dd,
.product-shop .product-options .input-box-jacket-guide dd {
    width: 200px;
    padding: 0 0 10px 10px;
    margin: 0;
    display: inline-block;
    height: 30px;
}

.product-shop .product-options .input-box-size-guide .image-guide,
.product-shop .product-options .input-box-jacket-guide .image-guide {
    position: absolute;
    top: 22px;
    left: 360px;
}

.product-shop .product-options .input-box-size-guide .image-guide img,
.product-shop .product-options .input-box-jacket-guide .image-guide img {
    width: 160px;
    cursor: pointer;
}

.product-shop .product-options .input-box-size-guide .image-guide span,
.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-size-guide .image-guide span:hover,
.product-shop .product-options .input-box-jacket-guide .image-guide span:hover {
    background: url(../images/icon_dress.png) 0 -84px no-repeat;
}

/*  catalog related list  */
.catalog-related-list {
    overflow: hidden;
    clear: both;
}

.catalog-related-list .product-catalog-views-related {
    margin: 0;
}

.catalog-related-list .block-title {
    color: #900;
    font-size: 14px;
    border-bottom: 2px solid #900;
    padding-left: 0;
    margin-top: 10px;
}

.catalog-related-list .side-list li {
    width: 132px;
    padding: 0 17px;
    float: left;
    margin-top: 15px;
}

.catalog-related-list .price-box .special-price {
    padding-left: 0;
}

.catalog-related-list .old-price .price {
    font-weight: normal;
    font-size: 11px;
}

.catalog-related-list .special-price .price {
    font-size: 14px;
}

.catalog-related-list .price-box .price-label {
    display: none;
}

.catalog-related-list .price-box .old-price,
.catalog-related-list .price-box .special-price {
    display: block;
}

.catalog-related-list .price-box .special-price {
    padding: 0;
}

.catalog-related-list .price-box {
    margin: 5px 0 0 0;
}

.catalog-related-list .other-info .red {
    text-transform: capitalize;
    color: #f96b07;
    font-size: 11px;
}

/*  catalog related list  */
/* new add line 2014-5-5 by ado */
.product-catalog-views-recommend .block-title,
.related-list .related-title {
    color: #b1915e;
    font-size: 14px;
    padding: 6px 2px;
    text-align: center;
    background: #f2f2f2;
    font-weight: normal;
    border: 0 none;
}

.product-catalog-views-recommend .side-list-recommend li {
    width: 180px;
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
}

.product-catalog-views-recommend .side-list-recommend .product-name {
    height: 32px;
    overflow: hidden;
    display: none;
}

.product-catalog-views-recommend .side-list-recommend .price-label {
    display: none;
}

.product-catalog-views-recommend .side-list-recommend .price-box {
    margin: 1px 0;
    text-align: center;
}

.product-catalog-views-recommend .side-list-recommend .red {
    display: block;
    text-transform: uppercase;
    color: #FF0074;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.product-catalog-views-related .side-list li {
    width: 125px;
    float: left;
    margin: 20px 16px 0 0px;
}

.product-catalog-views-related .side-list li.last {
    margin-right: 0;
}

.product-catalog-views-related .side-list .product-name {
    height: 32px;
    overflow: hidden;
    display: none;
}

.product-catalog-views-related .side-list .price-label {
    display: none;
}

.product-catalog-views-related .side-list .price-box {
    margin: 2px 0 0;
    text-align: center;
}

.product-catalog-views-related .side-list .red {
    display: block;
    text-transform: uppercase;
    color: #FF0074;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.product-options-bottom .social-share {
    float: left;
    margin-top: 7px;
    margin-left: 5px;
}

.product-catalog-views-related .block-content {
    margin: 0 auto;
    width: 1115px;
}

.product-catalog-views-related .other-info,
.product-catalog-views-recommend .other-info {
    display: none;
}

/* new add line 2014-5-5 by ado */
/*水平滚动样式*/
.block.product-catalog-views-recommend {
    position: relative;
}

.box-collateral.box-additional span {
    display: block;
    font-family: Chronicle-Display-Roman;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
    display: none;
}

.block-content-recommend {
    height: 270px;
    position: relative;
    max-width: 1266px;
    width: calc(100% - 60px);
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    margin: 0 auto;
    overflow: hidden;
}

.block-content-recommend ul {
    position: absolute;
    height: 100%;
}

/*    product-views-about    */
.product-views-about {
    float: right;
    width: 164px;
    position: relative;
    z-index: 3;
    height: 654px;
    overflow: hidden;
}

.product-views-about .block-title {
    font-size: 14px;
    color: #111111;
    text-transform: uppercase;
}

.product-views-about .side-list-about {
    position: absolute;
    z-index: 100;
    top: 18px;
    left: 0;
}

.product-views-about .products-grid-about {
    width: 72px;
    float: left;
    padding: 5px;
}

.product-views-about .lof-previous46,
.product-views-about .lof-next46 {
    width: 15px;
    height: 15px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    color: #000;
    cursor: pointer;
}

.product-views-about .lof-previous46 {
    right: 20px;
}

.product-views-about .lof-next46 {
    right: 0;
}

.product-views-about .btn {
    position: absolute;
    bottom: 0;
    width: 114px;
    height: 15px;
    right: 40px;
    text-align: right;
}

.product-views-about .btn span {
    width: 5px;
    height: 5px;
    margin-left: 5px;
    background: #ff0000;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.product-views-about .price-info {
    padding: 5px 0;
    text-align: center;
    color: #a09c9c;
}

/*    product-views-about    */
.prod-info-time {
    font-size: 12px;
    font-family: 'MuliSemiBold';
    padding: 10px;
    background: #eee;
    border-radius: 5px;
}

.prod-info-time .pointer {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    _display: inline;
    position: relative;
    z-index: 1;
    letter-spacing: .8px;
    font-family: 'MuliBold';
}

.prod-info-time .timeTip .arrow {
    left: 100px;
}

.prod-info-time .timeTip {
    left: -75px;
}

.prod-info-time .time-hide {
    background: #333 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 20px;
    padding: 3px 8px;
    position: absolute;
    top: 20px;
}

.prod-info-time .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -9px;
    left: 60px;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent #333 transparent;
}

.prod-info-time .pointer:hover .time-hide {
    display: block;
}

.prod-info-time a {
    display: inline-block;
    text-decoration: underline;
    color: #333;
}

.prod-info-time em {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 10px;
    background-image: url('../images/icon_dress.png');
    background-repeat: no-repeat;
}

.prod-info-time em.icon-tailoring {
    background-position: 0 -119px;
}

.prod-info-time em.icon-shipping {
    background-position: -36px -119px;
}

.shipping-info-time {
    padding: 12px 0 5px;
    display: block;
    color: #767676;
}

.made-to-order_img_pos {
    display: none;
}

.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,
.color-chart-content-all {
    font-size: 18px;
    line-height: 50px;
    text-transform: capitalize;
    font-family: 'MuliBold';
}

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

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

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

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

.cms-page-view dd.color-chart-focus div,
.cms-page-view dd.color-chart-focus-all 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    */
.category_info {
    position: relative;
    z-index: 10;
}

.user-gallery-title p {
    color: #4c5253;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 7px;
    padding-top: 20px;
}

.user-gallery-title .title {
    background: #fff none repeat scroll 0 0;
    font-family: Chronicle-Display-Roman;
    font-size: 22px;
    padding: 0 10px;
    position: relative;
    top: 6px !important;
}

.user-gallery-title .discount {
    font-family: Chronicle-Display-Roman;
    font-size: 13px;
}

.user-gallery-title .title-hr {
    background: #f4eff5 none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
}

.index_middle_title {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    margin: 25px auto;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative
}

.index_middle_title.service_title {
    margin-top: 50px;
    border-top: 1px solid #444;
    height: 22px;
    text-align: center;
}

.service_title span {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    top: -14px;
    position: relative;
}

.user-gallery-title {
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 25px;
}

.title-r {
    font-size: 18px;
    text-align: center;
    font-family: 'Muli';
    margin-bottom: 30px;
}

.title-r a {
    color: #fd9ed4;
    font-family: 'MuliBold';
}

.home-gallery-list .user-images-container {
    position: relative;
}

.home-gallery-list ol {
    overflow: hidden;
}

.home-gallery-list ol li {
    width: 25%;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}

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

.olapic-showcase-mask {
    background-color: rgb(253, 158, 212, 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;
}

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

.carousel1 .owl-dots {
    display: none;
}

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

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

.upload-wrap a {
    text-transform: capitalize;
    color: white;
    font-style: normal;
    font-size: 16px;
    padding: 8px 24px;
    display: block;
    line-height: 30px;
    margin: 0 8px;
    background: #fd9ed4;
}

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

.home-gallery .user-photos-next,
.home-gallery .user-photos-prev {
    display: none;
}

/* new banner  */
.snow {
    margin: 0px auto;
    width: 100%;
}

#banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bannerList ul li a img {
    width: 100%;
}

.direction-nav li a {
    background-image: url("../images/bg_direction_nav.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 93px;
    margin: -46px 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 49%;
    width: 40px;
    z-index: 10;
}

.direction-nav li .prev {
    left: 0;
    background-position: 0 0;
}

.direction-nav li .next {
    right: 0;
    background-position: -53px 0;
}

.snow .small_banner {
    height: 235px;
    overflow: hidden;
    width: 310px;
    margin-bottom: 10px;
    float: right;
}

.snow .small_banner a {
    display: block;
    height: 100%;
    transform: translateX(0px);
    transition: all 0.5s ease 0s;
    width: 100%;
}

.snow .small_banner a:hover {
    transform: translateX(-10px);
}

.product-catalog-views-recommend .block-title {
    background: none;
    color: #000;
    font-size: 22px;
    padding: 0;
    height: 51px;
    line-height: 51px;
}

.mb15 {
    margin: 15px 0 0;
}

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

.cart .shipping {
    display: none;
}

.favorite #favorite-category:hover {
    text-decoration: none;
}

.favorite-icon {
    background: rgba(0, 0, 0, 0) url(../images/bgwidget.png) no-repeat scroll 1px 1px/545px auto;
    float: left;
    height: 22px;
    width: 25px;
    margin-top: 1px;
}

.favorite:hover .favorite-icon {
    background-position: -24px 0px;
}

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

.actGotop a {
    background: #fd9ed4;
    color: #fff;
    display: block;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    line-height: 90px;
    /* box-shadow: 0 4px 12px rgb(0 0 0 / 30%); */
    border-radius: 50%;
}

.actGotop {
    bottom: 200px;
    position: fixed;
    right: 8px;
    width: 60px;
    height: 60px;
    /* z-index: 999; */
    z-index: 12221;
    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;
}

.idex-list,
.b_imgList {
    max-width: 1200px;
    margin: 0 auto;
}

.idex-list img {
    width: 100%;
}


.idex-list>div {
    width: 50%;
    padding: 0 12px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.idx-text {
    position: absolute;
    width: 100%;
    bottom: -15px;
    text-align: center;
}

.idx-text a {
    display: inline-block;
    padding: 9px 60px;
    background: #fd9ed4;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.index-list a img,
.index-list-home a img {
    width: 100%;
}

.idx-prod {
    margin: 55px auto 0;
    position: relative;
    z-index: 100;
    width: 100%;
}

.b_imgList .ul_b_imgList_wrap li {
    width: 32%;
    float: left;
    position: relative;
}

.b_imgList .ul_b_imgList_wrap,
.b_imgList .ul_b_imgList_wrap li img {
    width: 100%;
}

.b_imgList .ul_b_imgList_wrap li {
    width: 32%;
    float: left;
}

.b_imgList .ul_b_imgList_wrap li.trends_2 {
    margin: 0 2%;
}

.b_imgList .ul_b_imgList_wrap p {
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin: 20px 0;
}

.home-gallery {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    max-width: 1366px;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cate_sns_share {
    float: right;
}

.idx-prod4 {
    padding: 0 60px;
}

.index-list,
.index-list-home {
    display: block;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.index-service {
    margin: 36px auto 10px;
    display: flex;
    max-width: 1200px;
}

.service-num {
    flex: 1 0 25%;
    margin-right: auto;
    text-align: center;
}

.service-num .serviceImg img {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}

.service-num h4 {
    line-height: 24px;
    font-size: 20px;
}

.service-num .cat_desc {
    font-size: 15px;
    margin: 10px 22px 15px;
    font-family: Arail;
    font-weight: 400;
    color: #3f3c3c;
    line-height: 21px;
    letter-spacing: 0;
}

.index-he-content {
    max-width: 1200px;
    margin: 0 auto;
}

.index-he-content p,
.category-description p {
    margin-bottom: 20px;
    font-family: 'Muli';
    font-size: 13px;
}

.index-he-content h1 {
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.index-he-content h2,
.category-description h4 {
    text-decoration: underline;
    font-size: 14px;
    font-family: MuliBold;
}

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

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

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

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

.cate_alpha_share {
    top: 4px;
    color: #4c5253;
    margin-right: 5px;
    position: relative;
}

.breadcrumb_share {
    float: right;
    width: 780px;
}

#narrow-by-list dd .checkSpan {
    border: 1px solid #fd9ed452;
    display: inline-block;
    height: 30px;
    margin-right: 8px;
    width: 30px;
    vertical-align: middle;
}

#narrow-by-list dd.shown_color .checkSpan.white {
    border: 1px solid #fd9ed452;
}

#narrow-by-list dd.shown_color .checkSpan {
    border: 1px solid #fff;
}

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

.block-layered-nav dd ol li a:hover .checkSpan {
    border-color: #fd9ed4 !important;
}

.pis-color-a,
.pis-color-pic {
    color: black;
    float: left;
    height: 34px;
    position: relative;
    width: 34px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pis-color span,
.pis-color img {
    display: block;
    height: 28px;
    width: 28px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.pis-color>dt {
    width: 30px;
    padding: 0;
    border: 2px solid #ddd;
    height: 30px;
    border-radius: 50%;
}

.pis-color.on>dt {
    border-color: #fd9ed4;
}

.pis-box-img {
    position: absolute;
    z-index: 1004;
    height: 155px;
    width: 132px;
    bottom: 30px;
    overflow: hidden;
    background: #ececec;
    display: none;
}

.pis-box-img img {
    position: absolute;
    height: 120px;
    width: 120px;
    padding: 5px;
}

.pis-box-img p {
    bottom: 0px;
    color: #333;
    font: 500 13px/26px Chronicle-Display-Roman, Arial;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

.pis-color-a:hover .pis-box-img {
    display: block !important;
}

.color-chart-box,
.sash_color-chart-box {
    display: block;
    width: 100%;
}

.white {
    background-color: #fff !important;
    border-color: #ddd !important;

}

.blue {
    background-color: #8acdfa !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: #0166ff !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;
}

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

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

.candy_pink,
.candy-pink {
    background-color: #efd2d7 !important;
}

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

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

.rose_gold,
.rose-gold {
    background-color: #df9464 !important;
}

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

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

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

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

.misty_rose {
    background-color: #f6bfd9 !important;
}

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

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

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

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

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

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

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

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

.bubblegum_pink {
    background-color: #f58eb2 !important;
}

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

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

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

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

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

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

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

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

.amore {
    background-color: #8e0000 !important;
}

.azure {
    background-color: #d7e5f8 !important;
}

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

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

.dark_slate_gray,
.dark-slate-gray {
    background-color: #1f3c73 !important;
}

.deep_pink,
.deep-pink {
    background-color: #fa2987 !important;
}

.fire_brick,
.fire-brick {
    background-color: #ad2c24 !important;
}

.floral_white,
.floral-white {
    background-color: #ded5da !important;
}

.hot_pink,
.hot-pink {
    background-color: #e64d9d !important;
}

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

.medium_blue,
.medium-blue {
    background-color: #00706a !important;
}

.passion_flower,
.passion-flower {
    background-color: #7a6fa8 !important;
}

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

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

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

.mechrite_red,
.mechrite-red {
    background-color: #c72b2c !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;
}

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

.gladiola {
    background-color: #a22f08 !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;
}

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

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

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

.crocus {
    background-color: #fdc0f1 !important;
}

.dark_red {
    background-color: #7f071d !important;
}

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

.geranium_pink {
    background-color: #c86f84 !important;
}

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

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

.indigo {
    background-color: #200042 !important;
}

.light_plum {
    background-color: #d7c5ea !important;
}

.light_yellow {
    background-color: #f7f777 !important;
}

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

.medium_slate_blue {
    background-color: #aba7ec !important;
}

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

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

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

.plum_red {
    background-color: #8c1d37 !important;
}

.sambucus {
    background-color: #080405 !important;
}

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

.shark_bait {
    background-color: #ff3ca0 !important;
}

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

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

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

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

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

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

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

.snow {
    background-color: #f3e8e6 !important;
}

.almondine {
    background-color: #e0c4c4 !important;
}

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

.generic_viridian {
    background-color: #366d82 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.misty_rose {
    background-color: #eddde7 !important;
}

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

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

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

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


.other {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -209px -385px !important;
    border-color: transparent !important;
}

.show.as {
    background: rgba(0, 0, 0, 0) url("../images/colorlumps.png") no-repeat scroll -518px -10px !important;
}

.multi-colors {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -209px -385px !important;
    border-color: transparent !important;
}

.cms-index-index .header_promotion_container {
    display: none;
}

.product-shop .product-name span {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 0 5px;
}

.product-shop .write-review,
.product-shop .ask-question {
    color: #555d5f;
    line-height: 15px;
    margin: 0 10px 0 0;
    text-decoration: underline;
}

.pro-style-gallery {
    color: #4c5253;
    font-size: 13px;
    margin-top: 11px;
    clear: both;
}

.pro-style-gallery #detail {
    color: #fb5058;
    padding-left: 15px;
}

.icon-shopping-cart {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -400px 0;
    display: inline-block;
    height: 100%;
    vertical-align: text-top;
    margin-left: -18px;
    width: 28px;
}

.page-title.cart-title {
    height: 30px;
    margin-top: 50px;
    text-align: center;
}

.cart-empty.cart-button {
    text-align: center;
    width: 635px;
    margin: 80px auto;
    padding-left: 230px;
    position: relative;
}

.cart-empty.cart-button h1 {
    font: italic 700 18px/40px Chronicle-Display-Roman;
    margin-bottom: 10px;
}

.cart-empty.cart-button p {
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    letter-spacing: .8px;
    margin-bottom: 10px;
}

.cart-empty.cart-button p span {
    color: #ff008a;
}

.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: #fd9ed4 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    padding: 0px 25px;
    text-align: center;
    text-transform: uppercase;
    width: 230px;
}

.cart-empty.cart-button a:hover {
    background: #f77ea5;
    text-decoration: none;
}

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

.help-right {
    font-size: 14px;
    width: 1005;

}

.help-right a {
    color: #f76793;
}

.help-right a:hover {
    color: #ff7ea5;
}

.help-menu h2 {
    background: #fff none repeat scroll 0 0;
    font-family: Chronicle-Display-Roman;
    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: 14px;
}

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

.sale-single h1 {
    font-family: 'MuliBold';
    font-size: 22px;
    text-align: center;
}

.look-up-order-tips {
    text-align: center;
    font-family: 'Muli';
    font-size: 13px;
}

.sale-single {
    width: 320px;
    margin: 40px auto;
}

.find-id {
    position: relative;
    padding: 0 10px;
}

.find-id .input-order-tips {
    text-decoration: underline;
    font-family: 'Muli';
    font-size: 13px;
    cursor: pointer;
}

.find-id .input-order-tips:hover {
    color: #f76793;
}

.input-order-tips-more {
    font-family: 'Muli';
    font-size: 12px;
    border: 1px solid #f76793;
    border-radius: 19px;
    padding: 6px;
    margin-top: 10px;
    text-align: center
}

.input-order-tips-more a {
    text-decoration: underline;
}

.sale-single button.button {
    width: 100%;
}

.sales-guest-form button.button span {
    border-radius: 8px;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    font-family: 'MuliBold';
}

.sale-account {
    width: 100%;
    margin: 20px 0;
}

.sale-account .form-alt input.input-text {
    height: 30px;
    border-radius: 15px;
    border-color: #fd9ed4;
    width: 100%;
    box-sizing: border-box;
}

.sale-account button.button {
    margin-top: 10px;
}

.sale-account button.button span {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #fd9ed4;
    font-family: 'Muli';
    font-size: 13px;
}




.user-photos-pop-images .modal-header {
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
}

.user-photos-pop-images.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}

.user-photos-pop-images .modal-header,
.user-photos-pop-images .modal-footer {
    display: none;
}

.category_img img {
    width: 960px;
}

.color-chart-value {
    position: absolute;
    top: 0;
    display: none;
}

.style-gallery-details {
    color: #f76793;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}

.review-one-two .review-likes.on {
    background-position: -44px 0;
}

.color_chart,
.color_chart_more {
    position: absolute;
    right: 0;
    top: 0;
}

.color_chart a,
.size_chart a,
.color_swatch a,
.how-to-measure a,
.color_chart_more a {
    color: #999;
    font-size: 13px;
    font-family: 'MuliSemiBold';
    text-decoration: underline;
}

.size_chart a,
.color_swatch a,
.how-to-measure a,
.color_chart a {
    text-transform: capitalize;
}

.Swatch-color {
    position: relative;

}

.size_chart {
    position: absolute;
    top: 10px;
    left: 290px;
}

.color_chart a,
.size_chart a {
    color: #6e6e6e;
    font-size: 13px;
}

.input-box-size-guide .required {
    display: block !important;
}


#reviewimageuploaddiv img {
    width: 40px;
    height: 40px;
}

.narrow-by-list-more.on,
.narrow-by-list-more {
    cursor: pointer;
    display: block;
    font-size: 13px;
    padding: 2px 0;
    margin-top: 5px;
}

.narrow-by-list-more.on:hover .more_less_icon {
    background-position: -251px -93px;
}

.narrow-by-list-more.on .more_less_icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -276px -93px;
    display: inline-block;
    height: 10px;
    left: 4px;
    overflow: hidden;
    position: relative;
    width: 10px;
}

.narrow-by-list-more .more_less_icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -276px -93px;
    display: inline-block;
    height: 10px;
    left: 4px;
    overflow: hidden;
    position: relative;
    width: 10px;
}

.narrow-by-list-more .more_less_icon {
    background-position: -300px -92px;
}

.narrow-by-list-more:hover .more_less_icon {
    background-position: -251px -107px;
}

.narrow-by-list-more .more_text {
    color: #4c5253;
    padding-left: 12px;
}

.narrow-by-list-more:hover .more_text {
    color: #f76793;
}

.back_to_prod a {
    background: rgba(0, 0, 0, 0) url("../images/icons_2.png") no-repeat scroll -36px -76px;
    color: #666666;
    display: inline-block;
    font-family: Chronicle-Display-Roman;
    padding-left: 15px;
    height: 20px;
    line-height: 14px;
    font-size: 13px;
}

.back_to_prod a:hover {
    color: #f76793;
    text-decoration: underline;
}

.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: Chronicle-Display-Roman;
    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: Chronicle-Display-Roman;
    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: 12px;
    font-family: Chronicle-Display-Roman;
}

#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: 12px;
}

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

.MRed,
.MRed a,
.MRed,
.MRed a {
    color: #ff0066 !important;
    font-style: unset !important;
}

.stylecontent {
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px 23px;
}

.stylecontent p {
    text-align: left;
}

.stylecontent .Apple {
    line-height: 25px;
    clear: both;
}

.stylecontent .Apple h3 {
    padding-top: 10px;
}

.stylecontent .Apple dl {
    border: 0 none;
    float: left;
    margin-top: 15px;
    width: auto;
}

#stylecontent div h3 {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}

.stylecontent .Apple p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}

.stylecontent .Apple strong {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}

.stylecontent .Apple dl dt {
    border: 0 none;
    float: left;
}

.stylecontent .Apple dl dd {
    float: right;
    width: 725px;
}

.stylecontent .Apple dd li {
    float: left;
    margin: 10px 0 0 8px;
    padding: 0;
}

.stylecontent .Apple dd li img {
    border: 0 none;
    width: 171px;
    height: 255px;
}

.idx-prod3 {
    margin-top: 10px;
}

.product-shop #customer-reviews {
    height: 135px;
    overflow: hidden;
    width: 485px;
    clear: both;
}

.product-shop #customer-reviews dl {
    margin-top: 0;
}

.block.product-catalog-views-recommend {
    position: relative;
}

.product-catalog-views-recommend {
    margin-top: 30px;
}

.product-img-box .shipping-info-time {
    clear: both;
    padding: 5px 0 5px 90px;
    width: 390px;
}

.catalog-product-view .mfp-goods {
    display: none;
}

.hotDeal-np .product-name {
    display: block;
    height: 104px;
    overflow: hidden;
}

.category_subnav.color {
    left: 320px;
    top: 160px;
    width: 360px;
}

.category_subnav.color a {
    border: 1px solid #fff;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    margin: 0 5px 10px;
    width: 70px;
    padding: 0;
}


.reviews_bottom {
    margin: 0 auto;
    max-width: 1366px;
    min-width: 1100px;
    width: auto;
}

.reviews_bottom .buyer_show {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.catalog-category-view .index_middle_title {
    margin: 40px auto;
}

.cart-left,
.cart-right {
    clear: both;
}

.discount-form {
    position: relative;
}

.discount-form>label {
    display: block;
    font-size: 12px;
    margin: 10px;
    text-transform: uppercase;
}

.nav-image {
    margin-left: 12px;
}

.customer-reviews-title {
    border-bottom: 1px solid #e4e4e4;
    margin: 65px auto 35px;
    position: relative;
    width: 1200px;
}

.customer-reviews-title>p {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 20px;
    left: 465px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -6px;
}

.page-null {
    padding: 50px 0;
    text-align: center;
}

.page-null p {
    text-align: center;
    font: italic 18px/1.8em Chronicle-Display-Roman;
    padding: 30px 5% 40px;
}

.page-null a {
    background: #fd9ed4 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;
}

.ratingushere {
    float: right;
    height: 37px;
    line-height: 37px;
}

.ratingusimage {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.rating_more {
    float: left;
    margin-right: 15px;
}

.rating_more>div {
    float: left;
}

.rating_where {
    display: none;
}

.rating_count {
    margin-left: 8px;
}

.catalogsearch-result-index .page-title>h1 {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-left: 14px;
}

/*global footer img*/
span.copyright-adress.img {
    display: block;
    overflow: hidden;
    width: 870px;
    margin: 0 auto;
}

.copyright-adress.img.fi-1>img {
    width: 750px;
    float: left;
}

.copyright-adress a.dmca-badge {
    display: block;
    float: left;
    margin-left: 5px;
    padding-top: 7px;
}

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

.btn-remove {
    background: rgba(0, 0, 0, 0) url("../images/missico_bg.gif") no-repeat scroll -160px -228px;
    display: block;
    font-size: 0;
    height: 9px;
    line-height: 0;
    overflow: hidden;
    width: 9px;
}

.header-left {
    display: inline-block;
    margin-top: 20px;
    height: 50px;
    float: left;
}

.top-language {
    float: left;
    position: relative;
    text-align: center;
    width: 100px;
    z-index: 3000;
}

.top-language span {
    float: left;
    font-size: 12px;
    display: inline-block;
    padding-right: 5px;
}

.header-left .block-content {
    cursor: pointer;
    float: left;
    font-family: Chronicle-Display-Roman;
    font-size: 13px;
    height: 50px;
    line-height: 30px;
    padding: 0 5px;
    border-bottom: 0;
}

.header-left .block-content dd {
    background-color: #fff;
    display: none;
    left: -1px;
    line-height: 24px;
    padding: 5px 5px;
    position: absolute;
    top: 45px;
    border-top: 0;
    width: 100px;
    -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-language img {
    vertical-align: top;
    margin-top: 9px;
}

.top-language .language-duo img {
    margin-top: 4px;
}

.top-language .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);
    transition: all 0.2s ease 0s;
    width: 9px;
}

.language-duo ul,
.support-duo ul {
    padding-top: 2px;
}

.language-duo ul a,
.support-duo ul a {
    display: block;
    font-size: 13px;
    height: 23px;
    line-height: 20px;
    text-align: left;
}

.top-language dt {
    height: 50px;
    cursor: pointer;
    float: left;
}

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

.top-language 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,
.support-duo ul a:hover {
    background: #f7f7f7 none repeat scroll 0 0;
}

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

.language-duo .triangle {
    left: 50%;
    margin-left: -7px;
    position: absolute;
}

.top-currency {
    float: left;
    text-align: center;
    position: relative;
    z-index: 3000;
}

.user-panel ul a,
.wishlist-panel ul a {
    display: block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
    font-family: 'MuliBold';
}

.header-right .block-content .account-sign a {
    background: #fd9ed4;
    margin: 0 10px;
}

.myaccount:hover .user-panel {
    display: block;
}

.user_title>span {
    color: #ff008a;
}

.account-login .sign-in {
    display: block;
    overflow: hidden;
}

.user-panel .triangle {
    left: 50%;
    margin-left: -7px;
    position: absolute;
}

.product-shop .product-options dt label.required em,
.info-option dt label.required em {
    display: none;
}

.product-shop .product-options dt label.required:after,
.info-option dt label.required:after {
    content: ' *';
    color: #df280a;
    font-weight: normal;
    font-family: Chronicle-Display-Roman;
    font-size: 12px;
}

.shown_color .displaySpan,
.hemline_train .displaySpan,
.silhouette .displaySpan {
    display: none;
}

.block-layered-nav dd.shown_color ol li {
    float: left;
    width: 30px;
    height: 30px;
    margin: 5px;
    display: block !important;
}

#narrow-by-list dd.shown_color .checkSpan {
    width: 30px;
    height: 30px;
    margin-right: 0;
}

#narrow-by-list dd.shown_color .narrow-by-list-more,
#narrow-by-list dd.hemline_train .narrow-by-list-more,
#narrow-by-list dd.silhouette .narrow-by-list-more {
    display: none;
}

#narrow-by-list dd.shown_color .multi_colors {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -7px -7px/45px auto !important;
    border-color: transparent !important;
}

#narrow-by-list dd.shown_color .other {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -7px -7px/45px auto !important;
    border-color: transparent !important;
}

.block-layered-nav dd.shown_color ol li a:hover .checkSpan {
    background: none;
    background-color: none;
    border-color: none !important;
}

.block-layered-nav dd.hemline_train ol li {
    float: left;
    width: 62px;
    height: 61px;
    display: block !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

#narrow-by-list dd.hemline_train .checkSpan {
    width: 62px;
    height: 61px;
    margin-right: 0;
}

.block-layered-nav dd.silhouette ol li {
    float: left;
    width: 62px;
    height: 61px;
    display: block !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

#narrow-by-list dd.silhouette .checkSpan {
    width: 62px;
    height: 61px;
    margin-right: 0;
}

.block-layered-nav dd.hemline_train ol li .short_mini {
    background: url(../images/short_mini.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .knee_length {
    background: url(../images/knee_length.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .tea_length {
    background: url(../images/tea_length.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .ankle_length {
    background: url(../images/ankle_length.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .floor_length {
    background: url(../images/floor_length.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .sweep_brush_train {
    background: url(../images/sweep_train.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .asymmetrical {
    background: url(../images/asymmetrical.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .court_train {
    background: url(../images/court_train.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .chapel_train {
    background: url(../images/chapel_train.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .cathedral_train {
    background: url(../images/cathedral_train.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .watteau_train {
    background: url(../images/watteau_train.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.hemline_train ol li .floor_length {
    background: url(../images/floor_length.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.silhouette ol li .a_line_princess {
    background: url(../images/a_line_princess.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.silhouette ol li .sheath_column {
    background: url(../images/sheath_column.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.silhouette ol li .trumpet_mermaid {
    background: url(../images/trumpet_mermaid.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.silhouette ol li .ball_gown {
    background: url(../images/ball_gown.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

.block-layered-nav dd.silhouette ol li .empire {
    background: url(../images/empire.jpg)no-repeat scroll 0 1px;
    background-size: 60px 60px;
}

#narrow-by-list dd.category .checkSpan,
#narrow-by-list dd.price .checkSpan,
#narrow-by-list dd.lining_material ol li .checkSpan,
#narrow-by-list dd.upper_material ol li .checkSpan,
#narrow-by-list dd.heel_height_range ol li .checkSpan,
#narrow-by-list dd.decoration ol li .checkSpan,
#narrow-by-list dd.occasion_type ol li .checkSpan,
#narrow-by-list dd.classification ol li .checkSpan,
#narrow-by-list dd.styles ol li .checkSpan,
#narrow-by-list dd.heel_type ol li .checkSpan,
#narrow-by-list dd.actual_heel_height ol li .checkSpan,
#narrow-by-list dd.size ol li .checkSpan,
#narrow-by-list dd.platform_height ol li .checkSpan,
#narrow-by-list dd.size ol li .checkSpan,
#narrow-by-list dd.outsole_material ol li .checkSpan,
#narrow-by-list dd.body_shape ol li .checkSpan,
#narrow-by-list dd.tiers ol li .checkSpan {
    border: 1px solid #b9b9b9;
    display: inline-block;
    height: 10px;
    left: 0;
    margin-right: 8px;
    position: absolute;
    top: 6px;
    width: 10px !important;
}

#narrow-by-list dd.category .checkSpan,
#narrow-by-list dd.price_low_to_high .checkSpan {
    display: none;
}

.block-layered-nav dd.category ol li a,
.block-layered-nav dd.price ol li a,
.block-layered-nav dd.lining_material ol li a,
.block-layered-nav dd.upper_material ol li a,
.block-layered-nav dd.heel_height_range ol li a,
.block-layered-nav dd.decoration ol li a,
.block-layered-nav dd.occasion_type ol li a,
.block-layered-nav dd.classification ol li a,
.block-layered-nav dd.styles ol li a,
.block-layered-nav dd.heel_type ol li a,
.block-layered-nav dd.actual_heel_height ol li a,
.block-layered-nav dd.size ol li a,
.block-layered-nav dd.platform_height ol li a,
.block-layered-nav dd.outsole_material ol li a,
.block-layered-nav dd.size ol li a,
.block-layered-nav dd.body_shape ol li a,
.block-layered-nav dd.size ol li a,
.block-layered-nav dd.tiers ol li a {
    clear: both;
    color: #333;
    padding-left: 20px;
}

.block-layered-nav dd.category ol li a {
    padding: 0;
}

.block-layered-nav dd.category ol li a:hover .checkSpan,
.block-layered-nav dd.price ol li a:hover .checkSpan,
.block-layered-nav dd.lining_material ol li a:hover .checkSpan,
.block-layered-nav dd.upper_material ol li a:hover .checkSpan,
.block-layered-nav dd.heel_height_range ol li a:hover .checkSpan,
.block-layered-nav dd.decoration ol li a:hover .checkSpan,
.block-layered-nav dd.occasion_type ol li a:hover .checkSpan,
.block-layered-nav dd.classification ol li a:hover .checkSpan,
.block-layered-nav dd.styles ol li a:hover .checkSpan,
.block-layered-nav dd.heel_type ol li a:hover .checkSpan,
.block-layered-nav dd.actual_heel_height ol li a:hover .checkSpan,
.block-layered-nav dd.size ol li a:hover .checkSpan,
.block-layered-nav dd.platform_height ol li a:hover .checkSpan,
.block-layered-nav dd.size ol li a:hover .checkSpan,
.block-layered-nav dd.outsole_material ol li a:hover .checkSpan,
.block-layered-nav dd.body_shape ol li a:hover .checkSpan,
.block-layered-nav dd.tiers ol li a:hover .checkSpan {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -129px -368px;
    background-color: #fd9ed4;
    border-color: #fd9ed4 !important;
}

.block-layered-nav dd ol li a:hover .checkSpan.other {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -129px -368px !important;
    background-color: #fd9ed4 !important;
    border-color: #fd9ed4 !important;
}

.block-layered-nav dd ol li a:hover .checkSpan {
    border-color: #fd9ed4 !important;
}

.block-layered-nav dd.fabric ol li .checkSpan.chiffon {
    background: url(../images/layer/small11.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.satin {
    background: url(../images/layer/small12.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.taffeta {
    background: url(../images/layer/small13.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.elastic_woven_satin {
    background: url(../images/layer/small14.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.tulle {
    background: url(../images/layer/small15.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.lace {
    background: url(../images/layer/small16.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.organza {
    background: url(../images/layer/small17.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.silk_like_satin {
    background: url(../images/layer/small18.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.charmeuse {
    background: url(../images/layer/small126.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.net {
    background: url(../images/layer/small21.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.sequins {
    background: url(../images/layer/small22.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.jersey {
    background: url(../images/layer/small25.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.spandex {
    background: url(../images/layer/small125.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.satin_chiffon {
    background: url(../images/layer/small19.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.stretch_crepe {
    background: url(../images/layer/Stretch_Crepe.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.velvet {
    background: url(../images/layer/Velvet.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.matte_satin {
    background: url(../images/layer/small127.jpg) no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.feather {
    background: url(../images/layer/Feather.jpg) no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.fabric ol li .checkSpan.other,
.block-layered-nav dd.fabric ol li a:hover .checkSpan.other {
    background: url(../images/ombre.png) no-repeat scroll -10px -10px !important;
    background-size: 50px 50px !important;
}

.block-layered-nav dd.fabric ol li .displaySpan.other,
.block-layered-nav dd.neckline ol li .displaySpan.other,
.block-layered-nav dd.embellishment ol li .displaySpan.other,
.block-layered-nav dd.back_style ol li .displaySpan.other {
    background: none !important;
}

.block-layered-nav dd.neckline ol li .checkSpan.strapless {
    background: url(../images/layer/small27.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.sweetheart {
    background: url(../images/layer/small28.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.v_neck {
    background: url(../images/layer/small29.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.one_shoulder {
    background: url(../images/layer/small30.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.straps {
    background: url(../images/layer/small31.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.square {
    background: url(../images/layer/small32.jpg)no-repeat scroll 0 0;
    background-size: 30px 60px;
}

.block-layered-nav dd.neckline ol li .checkSpan.halter {
    background: url(../images/layer/small33.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.spaghetti_straps {
    background: url(../images/layer/small34.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.off_the_shoulder {
    background: url(../images/layer/small35.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.scoop {
    background: url(../images/layer/small36.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.high_neck {
    background: url(../images/layer/small37.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.bateau {
    background: url(../images/layer/small38.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.jewel {
    background: url(../images/layer/small39.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.sheer_neck {
    background: url(../images/layer/small154.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.neckline ol li .checkSpan.checkSpan.other,
.block-layered-nav dd.embellishment ol li .checkSpan.other,
.block-layered-nav dd.back_style ol li .checkSpan.other,
.block-layered-nav dd.neckline ol li a:hover .checkSpan.other,
.block-layered-nav dd.embellishment ol li a:hover .checkSpan.other,
.block-layered-nav dd.back_style li a:hover .checkSpan.other {
    background: url(../images/layer/small40.jpg)no-repeat scroll 0 0 !important;
    background-size: 30px 30px !important;
}

.block-layered-nav dd.sleeve ol li .checkSpan.sleeveless {
    background: url(../images/layer/small44.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.sleeve ol li .checkSpan.short_sleeves {
    background: url(../images/layer/small45.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

/* .block-layered-nav dd.sleeve ol li .checkSpan.1_2_sleeves {
    background: url(../images/layer/small46.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
} */

/* .block-layered-nav dd.sleeve ol li .checkSpan.3_4_sleeves {
    background: url(../images/layer/small47.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
} */

.block-layered-nav dd.sleeve ol li:nth-child(3) span.checkSpan {
    background: url(../images/layer/small46.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.sleeve ol li:nth-child(4) span.checkSpan {
    background: url(../images/layer/small47.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.sleeve ol li .checkSpan.long_sleeves {
    background: url(../images/layer/small48.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.beading {
    background: url(../images/layer/small49.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.ruffles {
    background: url(../images/layer/small50.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.hand_made_flower {
    background: url(../images/layer/small51.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.embroidery {
    background: url(../images/layer/small52.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.applique {
    background: url(../images/layer/small53.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.sequin {
    background: url(../images/layer/small54.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.bowknot {
    background: url(../images/layer/small55.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.crystal {
    background: url(../images/layer/small56.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.sash_ribbon_belt {
    background: url(../images/layer/small57.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.lace {
    background: url(../images/layer/small58.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.rhinestone {
    background: url(../images/layer/small59.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.ruched {
    background: url(../images/layer/small60.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.paillette {
    background: url(../images/layer/small61.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.layers {
    background: url(../images/layer/small62.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.pleats {
    background: url(../images/layer/small63.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.pearls {
    background: url(../images/layer/small64.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.acrylic_jewels {
    background: url(../images/layer/small65.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.embellishment ol li .checkSpan.feathers_fur {
    background: url(../images/layer/small67.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.back_style ol li .checkSpan.zipper {
    background: url(../images/layer/small69.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.back_style ol li .checkSpan.lace_up {
    background: url(../images/layer/small70.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.back_style ol li .checkSpan.backless {
    background: url(../images/layer/small71.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.season ol li .checkSpan.spring {
    background: url(../images/layer/small7.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.season ol li .checkSpan.summer {
    background: url(../images/layer/small8.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.season ol li .checkSpan.fall {
    background: url(../images/layer/small9.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.season ol li .checkSpan.winter {
    background: url(../images/layer/small10.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.waist ol li .checkSpan.empire {
    background: url(../images/layer/small41.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.waist ol li .checkSpan.natural {
    background: url(../images/layer/small42.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd.waist ol li .checkSpan.dropped {
    background: url(../images/layer/small43.jpg)no-repeat scroll 0 0;
    background-size: 30px 30px;
}

.block-layered-nav dd .checkSpan.other {
    background: none !important;
    border: 1px solid #fd9ed4 !important;
}

.block-layered-nav dd .displaySpan.other {
    background: none !important;
}

.checkout-icon {
    background: rgba(0, 0, 0, 0) url("../images/secure-1.png") no-repeat scroll -2px 0;
    float: left;
    display: inline-block;
    height: 20px;
    width: 16px;
}

.onepage-check {
    display: inline-block;
    position: absolute;
    margin-left: -20px;
}

.onepage-check-title {
    font-size: 12px;
    color: #333;
}

.checkout-text-safe {
    color: #999;
    margin-top: 8px;
}

.cart-left .btn-remove {
    width: 16px;
    height: 16px;
    text-align: center;
    background: none;
}

.cart-left .cart-table .row-cart-qty,
.cart-left .cart-table .row-cart-prices {
    padding: 0;
}

.cart-left input.qty {
    text-align: center;
}

.cart-left .cart-table .row-cart-prices td.a-right.last {
    padding: 10px 0;
}

.cart-left .cart-table .row-cart-prices {
    padding-top: 10px !important;
}

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

.cms-kontakt-oss-html .buttons-set p.required {
    margin: 0 0 10px;
    text-align: left;
}

.cms-kontakt-oss-html .buttons-set button.button {
    float: left;
}

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

.category-products .block-layered-colors-filter-nav {
    display: block;
    clear: both;
    overflow: hidden;
    margin-top: 12px;
}

.category-products .block-layered-colors-filter-nav li {
    width: 28px;
    height: 22px;
    float: left;
    text-indent: -9999px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.category-products .block-layered-colors-filter-nav li a i {
    display: block;
    width: 28px;
    height: 22px;
    border: 1px solid #eee;
    border-radius: 20px;
}

.category-products .block-layered-colors-filter-nav li a i.White {
    background: #fff;
}

.category-products {
    clear: both;
}

.category-products .block-layered-colors-filter-nav li a i.Multi.Colors {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -3px -6px/36px auto;
    border-color: transparent !important;
}

.category-products .block-layered-colors-filter-nav li a i.Other {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -3px -6px/36px auto;
    border-color: transparent !important;
}

.category-products .products-grid li.item .color-chart-box {
    width: auto;
    clear: both;
    overflow: hidden;
    margin-top: 8px;
}

.category-products .products-grid li.item .color-chart-box .pis-color-a {
    width: 17px;
    height: 13px;
    padding-right: 4px;
}

.category-products .products-grid li.item .color-chart-box .pis-color span {
    width: 15px;
    height: 13px;
    border-radius: 10px;
}

.category-products .products-grid li.item .color-chart-box .pis-color>dt {
    width: 17px;
}

.category-products .products-grid li.item .color-chart-box .pis-color dt:hover {
    border: none;
    width: 17px;
}

.promotion-top {
    margin-bottom: 16px;
}

.promotion-list {
    background: #efeae6 none repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.snow-prom {
    color: #000;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
}

#banner-prom {
    height: 40px;
    overflow: hidden;
    position: relative;
}

.direction-prom li a {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-size: 160px auto;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    width: 9px;
    z-index: 10;
}

.direction-prom li .prev {
    background-position: -111px -20px;
    left: 140px;
}

.direction-prom li .next {
    background-position: -128px -20px;
    right: 140px;
}

.header-container.sticky-fixed {
    position: fixed;
    top: 0;
}

.header-right {
    display: inline-block;
    margin-top: 25px;
    height: 45px;
    float: right;
}

.header-right .top-select {
    float: left;
    position: relative;
    text-align: center;
    width: 50px;
    padding: 0 5px;
}

.header-right .block-content {
    float: left;
    position: relative;
    border-bottom: 0;
    z-index: 2000;
    display: block;
}

.header-right .block-content dl {
    height: 45px;
}

.header-right .mini-cart .block-content {}

.header-right .block-content dt {
    cursor: pointer;
    float: left;
    font-family: Chronicle-Display-Roman;
    font-size: 13px;
    height: 40px;
    width: 50px;
    padding-top: 5px;
}

.header-right .block-content label {
    display: none;
}

.header-right .block-content dd {
    background-color: #fff;
    display: none;
    left: -125px;
    line-height: 24px;
    padding: 20px 10px;
    position: absolute;
    top: 45px;
    border-top: 0;
    width: 125px;
    z-index: 9;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    font-family: 'MuliSemiBold'
}

.header-right .block-content dl:hover dd {
    display: block;
}

.header-right .block-content dd.support-duo {
    left: -5px;
}

.header-right .top-select .top-select-title>span {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -97px -51px / 200px auto;
    display: block;
    height: 22px;
    margin: 0 auto;
    text-align: center;
    width: 25px;
}

.header-right .top-select .top-select-title a>span {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -122px -51px / 200px auto;
    display: block;
    height: 22px;
    margin: 0 auto;
    text-align: center;
    width: 25px;
}

.header-right .top-select .wishlist_name.top-select-title a>span {
    background-position: -146px -51px;
}

.header-right .block-content dd.user-panel {
    width: 272px;
}

.user-panel.top-select-more>p {
    font-size: 14px;
    margin: 10px auto 0;
    width: 160px;
}

.user-panel.top-select-more>p a {
    text-decoration: underline;
}

.header-right .block-content dd.wishlist-panel {
    width: 272px;
    left: auto;
    right: -40px;
    padding: 20px;
}

.wishlist-panel.top-select-more>p {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    height: 30px;
    margin-bottom: 12px;
    font-family: 'Muli';
}

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

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


.header-right .top-wishlist .mini-products-list li .price-box .old-price {
    display: none;
}

.header-right .top-wishlist .mini-products-list li .price-box .special-price {
    padding-left: 0;
}

.block-layered-nav .count-num {
    margin-left: 3px;
    position: relative;
}

.block-layered-nav .shown_color .count-num,
.block-layered-nav .hemline_train .count-num,
.block-layered-nav .silhouette .count-num {
    display: none;
}

.product-img-box .share-link {
    width: calc(100% - 132px);
    height: 35px;
    float: right;
    text-align: center;
}

.product-img-box .share-link .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 10px;
    vertical-align: top;
}

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

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

.product-img-box .share-link .twitter-like {
    background-position: -484px -283px;
}

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

.product-img-box .share-link .g-like {
    background-position: -526px -283px;
    display: none;
}

.product-img-box .share-link .pin-it-share span,
.product-img-box .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;
}

.also-title,
.views-title,
.product-catalog-views-related .block-title {
    /* color: #000;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px; */
    
    padding: 20px 0;
    font-family: 'MuliBold';
    font-size: 24px;
    text-transform: capitalize;
    text-align: left;
}

.product-img img {
    width: 100%;
}

.swiper-related,
.swiper-best,
.swiper-recently {
    position: relative;
    overflow: hidden;
}

.other-info {
    position: relative;
    width: 100%;
    font-family: 'MuliBold';
}

.review_tab_header {
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
}

.review_tab_header h3 {
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: 22px;
    padding-bottom: 15px;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
}

.review_tab_header h3.active {
    color: #000;
    border-bottom: 2px solid #000;
    display: inline-block;
}

.simple_content {
    display: none;
}

.simple_content.active {
    display: block;
}

.ask-question {
    border-bottom: 1px solid #e0e0e0;
    padding: 50px 24px;
    overflow: hidden;
}

.question-items {
    float: left;
    text-align: center;
    margin-right: 130px;
    cursor: pointer;
}

.question-items a {
    width: 48px;
    height: 48px;
    display: inline-block;

}

.question-items p {
    line-height: 19px;
    margin-top: 16px;
    font-family: 'MuliBold';
    cursor: pointer;
}

.question-items.live p,
.question-items.ask p {
    color: #fd9ed4;
}

.question-items .faq-chat-icon {
    background: url(../images/chat.png) no-repeat;
    background-size: 48px;
}

.question-items.live .faq-chat-icon {
    background: url(../images/chat1.png) no-repeat;
    background-size: 48px;
}

.question-items .faq-form-icon {
    background: url(../images/question.png) no-repeat;
    background-size: 48px;
}

.question-items.ask .faq-form-icon {
    background: url(../images/question1.png) no-repeat;
    background-size: 48px;
}

.product-style-gallry {
    display: flex;
    margin-bottom: 30px;
}

.reviews-average {
    width: 30%;
}

.box-every-reviews {
    position: relative;
    width: 70%;
}

.customer-header {
    display: none;
}

.every-slick {
    margin: 0 27px;
    overflow: hidden;
}

.reviews-average .ratings {
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    align-items: center;
    width: 100%;
}

.overall-title {
    font-family: 'MuliBold';
    font-size: 16px;
}

.reviews-average .ratings-title {
    font-size: 32px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-family: 'Muli';
}

.reviews-average .ratings .rating-box {
    width: 131px;
    height: 26px;
    background: url(../images/big-star2.png)repeat-x 0 0;
    background-size: 26px;
    margin-right: 20px;
}

.reviews-average .ratings .rating-box .rating {
    height: 26px;
    background: url(../images/big-star1.png)repeat-x 0 0;
    background-size: 26px;
}

.reviews-average .amount {
    display: block;
    font-size: 14px;
    font-family: 'Muli';
    padding-top: 6px;
    color: #888;
}

.reviews-average .write-review,
.no-review .write-review {
    background: #fd9ed4;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 7px 15px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
}

.no-review {
    text-align: center;
    width: 100%;
}

.reviews-average .ratings .rating-box {
    width: 131px;
    height: 26px;
    background: url(../images/big-star2.png)repeat-x 0 0;
    background-size: 26px;
    margin-right: 20px;
}

.reviews-average .ratings .rating-box .rating {
    height: 26px;
    background: url(../images/big-star1.png)repeat-x 0 0;
    background-size: 26px;
}

.reviews-average .ratings .amount {
    font-size: 14px;
    font-family: 'Muli';
    padding-top: 6px;
}

.tabs-reviews .title-name {
    display: inline-block;
    float: left;
    font-size: 14px;
    line-height: 1;
    margin-right: 10px;
}

.review-list-cust {
    border-top: 1px solid #ddd;
    padding: 20px 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;
    font-family: 'Muli';
}

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

.review-list-cust p {
    font-size: 13px;
    font-weight: normal;
    font-family: 'MuliSemiBold';
    color: #000;
    text-transform: capitalize;
}

.review-list-cust .name-first {
    width: 45px;
    height: 45px;
    text-transform: uppercase;
    font-family: 'MuliBold';
    font-size: 16px;
    text-align: center;
    float: left;
    margin-right: 20px;
    position: relative;
    line-height: 45px;
    background: #fd9ed4;
    color: #fff;
    border-radius: 50%;
}

.review-list-cust .name-first span {
    position: absolute;
    left: 31px;
    top: 28px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.review-list-cust .name-first span:before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: url(../images/save.png)no-repeat center;
    background-size: 13px;
    position: absolute;
    top: -1px;
    right: -1px;
}

.name-rating {
    display: inline-block;
    float: left;
}

.reveiw-customer-time {
    float: left;
    margin-left: 30px;
}

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

.catalog-product-view .review-detail-content {
    float: left;
    display: inline-block;
    width: calc(100% - 200px);
}

.review-list-cust .review-thumbnail-images {
    cursor: pointer;
    display: inline-block;
    height: 180px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    float: right;
}

.review-list-cust .review-thumbnail-images img {
    width: 129px;
    height: 172px;
    border: 1px solid #ccc;
    float: left;
}

.goods_num_box {
    display: flex;
    align-items: center;
    width: 140px;
    margin: 0 auto;
    border: 1px solid #ccc;
    overflow: hidden;
}

.qty-wrapper .fl {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    text-align: center;
    width: 45px;
    float: left;
    padding: 15px 0;
    box-sizing: border-box;
}

.add-to-cart .qty {
    height: 46px;
    width: 50px !important;
    font-size: 18px;
    padding: 0;
    border: 0;
    float: left;
    font-family: Chronicle-Display-Roman, Arial;
    color: #000;
    text-align: center;
}

.continue-shop {
    float: left;
    width: 50%;
    margin-top: 10px;
}

.continue-shop em {
    background: rgba(0, 0, 0, 0) url(../images/shop-bag.png) no-repeat scroll 0 2px;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.continue-shop button.button {
    font-size: 14px;
    color: #b5b5b5;
}

#shopping-cart-totals-table>tbody tr {
    float: none;
}

.cart-right .totals button.btn-checkout span {
    padding: 3px 40px;
    border-radius: 22px;
    font-weight: normal;
    width: 200px;
}

.cart-right .totals button.btn-checkout span em {
    display: inline-block;
    height: 30px;
    width: 30px;
    background: rgba(0, 0, 0, 0) url(../images/check-card.png) no-repeat scroll 0 4px / 24px auto;
}

.checkout-onepage-success .sub-title {
    color: #000000;
    font-size: 14px;
    line-height: 12px;
    margin: 0 0 5px;
    font-weight: normal;
}

.checkout-onepage-success p {
    margin: 0;
}

.checkout-onepage-success .page-title h1,
.checkout-onepage-failure .page-title h1 {
    font-size: 14px;
    text-align: center;
    margin: 20px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Chronicle-Display-Roman;
    color: #c0a76f;
}

.checkout-onepage-success p.your-order-notice {
    margin-top: 25px;
}

.checkout-onepage-success p.your-order-click a,
.checkout-onepage-failure p.fail-shop a {
    font-size: 13px;
    color: #c0a76f;
}

.checkout-onepage-success p.your-order-click,
.checkout-onepage-failure p.fail-shop {
    margin-bottom: 25px;
}

.checkout-onepage-success p,
.checkout-onepage-success h2,
.checkout-onepage-failure p {
    text-align: center;
}

.checkout-onepage-failure p.fail-order {
    margin-bottom: 10px;
}

.checkout-onepage-success .buttons-set button.button span {
    font: 16px/36px Chronicle-Display-Roman;
    border-radius: 20px;
    height: 36px;
    padding: 0 15px;
}

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

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

p.pay-method::before {
    content: "· ";
    font-size: 36px;
    top: 7px;
    position: relative;
}

p.pay-method img {
    vertical-align: middle;
    margin-left: 10px;
}

.cms-size-chart-html .help-right h3 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}

.size-chart-inch,
.size_chart_div {
    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,
.size_chart_div th,
.size_chart_div td {
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 0;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    font-family: Chronicle-Display-Roman;
    text-align: center;
}

.size-chart-inch th,
.size_chart_div th {
    width: 12%;
    background-color: #ddd;
}

.page-title.search-index-title {
    display: none;
}


/*Track Your Order*/
.sales-view {
    background: #f7f7f7;
    border: 1px solid #e4e4e4;
    padding: 12px 15px;
    margin: 0 0 8px;
    font-size: 13px;
}

.sales-view .page-title h1 {
    font-size: 13px;
}

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

.review-list-more {
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    text-align: center;
    border-radius: 15px;
    font-size: 16px;
    font-family: Chronicle-Display-Roman, Arial;
    text-transform: uppercase;
    width: 180px;
    margin: 10px auto 40px;
    cursor: pointer;
}

.review-list-cust.description-hidden {
    display: none;
}

@media screen and (max-width: 1260px) {
    .products-grid li.item {
        width: 33.33% !important;
    }
}

.catalog-category-view .category_img {
    padding: 0 6px;
}

.catalog-category-view .category_img img {
    width: 100%;
}

.guide-content h2 {
    font-size: 27px;
    font-family: OpenSans;
}

.panel-default h3,
.cms-everything-you-need-to-know-being-a-prom-queen-html .page-title,
.cms-how-to-choose-the-best-prom-dress-html .page-title,
.cms-the-secret-to-looking-glamorous-at-the-prom-party-html .page-title,
.cms-10-tips-to-look-stunning-for-the-prom-event-html .page-title,
.cms-how-to-choose-prom-dresses-for-short-or-petite-girls-html .page-title,
.cms-how-to-choose-the-best-colors-in-prom-dresses-for-this-graduation-season-html .page-title,
.cms-how-to-storage-your-prom-dress-html .page-title {
    font-size: 21px;
    font-weight: 300;
    margin: 20px 0;
    font-style: normal;
}

.panel-default p,
.article-description p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.panel-default .article-img img {
    float: right;
    vertical-align: middle;
    padding: 10px;
    width: 590px;
}

.panel-default .article-img {
    float: right;
}

.panel-default .customer3,
.panel-default .customer4,
.panel-default .customer7 {
    height: 220px;
    overflow: hidden;
}

.panel-default {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.article-panel {
    overflow: hidden;
}

.panel-list {
    background-color: rgb(250, 250, 250);
}

.panel-list p {
    position: relative;
    direction: ltr;
    color: rgb(17, 17, 17);
    font-size: 16px;
    letter-spacing: 1px;
    font-family: Times New Roman;
}

.article-buttons {
    margin: 1em 10px;
}

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

.article-buttons .article-right a {
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background: #000;
    font-size: 14px;
    display: inline-block;
}

.mfp-reviewGallery .owl-nav button {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 70px;
    opacity: 0.7;
    transform: translate(0, -50%);
}

.mfp-reviewGallery .owl-nav .owl-next {
    left: auto;
    right: 0;
}

.mfp-reviewGallery .owl-nav button span {
    background: #fff !important;
    width: 30px;
    height: 45px;
    display: block;
    line-height: 30px;
    border-radius: 5px;
    font-size: 50px;
    ;
}

.mfp-reviewGallery .owl-nav button span:hover {
    color: #000;
}

.mfp-reviewGallery .owl-nav button.disabled {
    display: none;
}

.modal_ask,
.modal_ask_list {
    width: 800px;
    /* height: 600px; */
    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: 10px 30px;
}

.modal_ask_head:after,
.modal_ask_container:after,
.modal-clear:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.modal_ask_head {
    padding: 20px 0;
}

.modal_ask_head h2 {
    font-size: 20px;
}

.ask_close {
    font-size: 18px;
    padding: 0px 20px;
    cursor: pointer;
}

.ask_close svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
    color: #000;
}

.modal_left {
    float: left;
}

.modal_right {
    float: right;
}

.modal_ask_pic img {
    width: 230px;
    margin-top: 30px;
}

.modal_ask_form {
    margin-left: 40px;
}

.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: 400px;
    background: #fd9ed4;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
    border: 0;
    margin: 18px 0 0px;
    float: none;
}

.modal_ask_form .comment_form button.button span {
    background: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'MuliSemiBold';
    cursor: pointer;
}

.modal_ask_form .comment_form button:hover {
    opacity: .6
}

.modal_ask_form .comment_form .button-hover:hover {
    opacity: 1
}

.modal_ask_form .comment_form .button-hover:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent transparent #bd7d85;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1
}

.modal_ask_form .comment_form .button-hover:after {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    border-style: solid;
    border-width: 0;
    border-color: transparent #bd7d85 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1
}

.modal_ask_form .comment_form .button-hover {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    cursor: pointer
}

.modal_ask_form .comment_form .button-hover:hover:after,
.modal_ask_form .comment_form .button-hover:hover:before {
    border-width: 40px 600px
}

/* 按钮样式 */
.faq-content {
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 23px;
    line-height: 17px;
    font-family: 'Muli';
    color: #121313;
    font-size: 14px;
}

.faq-item-nick {
    font-family: 'MuliBold';
    margin-bottom: 10px;
}

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

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

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

.faq-reply-answer {
    display: inline-block;
    font-family: 'MuliBold';
    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: 'MuliBold';
    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;
    font-family: 'MuliSemiBold';
}

.product-color-title {
    display: none;
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10000;
    font-family: 'Muli';
    text-transform: capitalize;
    font-size: 12px;
    padding: 5px 12px;
    background: rgba(255, 255, 255, 0.8);
    color: #121313;
    border-radius: 5px;
}

.selling_point {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 40px;
    padding: 10px 10px 3px;
    margin-top: 15px;
    margin-bottom: 5px;
    background-color: #fbedf5;
    line-height: 20px;
}

.line_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: 'Muli';
    font-size: 12px;
}

.selling_point_item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 7px;
}

.selling_point_item span {
    display: inline-block;
    margin-left: 4px;
}

.dress-list img,
.dress-list1 img,
.dress-list2 img,
.dress-list3 img {
    width: 100%;
}

.banner-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-family: 'MuliSemiBold';
}

.banner-name {
    font-size: 18px;
}

.banner-shop {
    color: #f00;
    font-size: 14px;
}

.dress-list {
    padding-bottom: 30px;
}

.dress-list1 a,
.dress-list2 a,
.dress-list3 a {
    display: block;
    padding: 0 15px;

}

.dress-list2,
.dress-list3 {
    display: flex;
}

.mix-match-box {
    padding: 30px 20px;
    background: #ffeaf7;
    text-align: center;
    font-family: 'MuliSemiBold';
    margin-bottom: 30px;
}

.mix-text {
    max-width: 70%;
    margin: 0 auto 20px;
    font-size: 16px;
}

.mix-text h3 {
    color: #f00;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
}

.color-block {
    display: flex;
    justify-content: center;
}

.color-block span {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin: 10px;
    border-radius: 50%;
}

.color-block p {
    text-decoration: underline;
    text-transform: capitalize;
    font-size: 16px;
    font-family: 'Muli';
}

.triggerBtn {
    z-index: 99;
    text-align: center;
    background-color: hsla(0, 0%, 100%, .8);
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0;
    opacity: .8;
    position: absolute;
    color: #000;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    -webkit-box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%), 0 1px 4px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 5%), 0 1px 4px 0 rgb(0 0 0 / 5%);
    display: none;
    bottom: 20px;
    font-family: 'MuliSemiBold';
}

.swiper-related li:hover .triggerBtn {
    display: block;
}

/*模态框*/
.modal {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.modal.modal-open {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}

.modal-overlay {
    background-color: rgba(51, 51, 51, .55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.modal-open .modal-overlay {
    z-index: 999;
}

.modal_product {
    height: 640px;
    width: 900px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

/*模态框内容*/
.modal-content {
    display: flex;
    position: relative;
    padding: 40px 25px;
}

.gallery-top {
    width: 450px;
    overflow: hidden;
    position: relative;
}

.modal-pooplur {
    width: 420px;
    margin-left: 30px;
}

.modal-header {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    z-index: 1002;
    cursor: pointer;
}

.info-name {
    font-family: 'Muli';
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.info-price {
    font-size: 24px;
    font-family: 'MuliSemiBold';
    margin-bottom: 20px;
}

.info-qty {
    display: flex;
    align-items: center;
    font-family: 'Muli';
    margin-top: 20px;
}

.qty-info .qty {
    width: 70px;
    border: 1px solid #000;
    text-align: left;
    padding-left: 15px;
    height: 36px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url(../images/tag.png) no-repeat scroll 48px -335px;
    font-family: 'MuliSemiBold';
    margin-left: 15px;
}

.info-color,
.info-size {
    font-size: 14px;
    font-family: 'OpenSans-Semibold';
    line-height: 46px;
}

.info-submit {
    margin-top: 30px;
}

.info-submit .btn-cart {
    width: 334px;
}

.info-color select {

    display: none;
}

.swiper-slide img {
    width: 100%;
}

.measure_maternity_standard_class td {
    width: 33.333%;
    padding: 0 5px;
}

.measure_maternity_dresses_class td {
    width: 25%;
    padding: 0 5px;
}

.category-tilbehor .col-left {
    display: none;
}

.extra_length_box {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 200px;
}

.extra_help {
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 1) url(../images/help.png) no-repeat center;
    background-size: 26px;
    cursor: pointer;
}

.extra_text {
    z-index: 999;
    background: #fff;
    text-align: left;
    position: absolute;
    width: 220px;
    right: -35px;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    padding: 4px 8px 2px 6px;
    font-size: 11px;
    font-weight: 400;
    color: #7d7d7d;
    line-height: 16px;
    display: none;
    margin-top: 6px;
    font-family: 'MuliSemiBold';
}

.extra_length_box:hover .extra_text {
    display: block;
}

.extra_text:before {
    position: absolute;
    left: 29px;
    content: "";
    top: -13px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #cdcdcd;
}

.extra_text:after {
    position: absolute;
    left: 30px;
    content: "";
    top: -10px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #fff
}

.product-options dt span.Color:before,
.product-options dt .Sash_color:before,
.product-options dt .Top_color:before,
.product-options dt .Bottom_color:before,
.product-options dt .Applique_color:before,
.product-options dt .Lining_color:before,
.product-options dt .Inkpad_color:before,
.product-options dt .Left_color:before,
.product-options dt .Middle_color:before,
.product-options dt .Right_color:before {
    content: ":";
    display: inline-block;
    padding: 0 3px;
    color: #000;
    font-family: 'MuliBold';
}

#product-options-wrapper .product-custom-option-top_color,
#product-options-wrapper .product-custom-option-bottom_color,
#product-options-wrapper .product-custom-option-sash_color,
#product-options-wrapper .product-custom-option-lining_color,
#product-options-wrapper .product-custom-option-applique_color,
#product-options-wrapper .product-custom-option-left_color,
#product-options-wrapper .product-custom-option-middle_color,
#product-options-wrapper .product-custom-option-right_color,
#product-options-wrapper .product-custom-option-inkpad_color {
    display: none;
}

#product-options-wrapper .top_color-chart-box:after,
#product-options-wrapper .bottom_color-chart-box:after,
#product-options-wrapper .sash_color-chart-box:after,
#product-options-wrapper .lining_color-chart-box:after,
#product-options-wrapper .applique_color-chart-box:after,
#product-options-wrapper .left_color-chart-box:after,
#product-options-wrapper .middle_color-chart-box:after,
#product-options-wrapper .right_color-chart-box:after,
#product-options-wrapper .inkpad_color-chart-box:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.tabs-shoes .box-description .std {
    overflow: auto;
}

.box-description .std img {
    width: 100%;
}

.tabs-shoes .box-description .std img {
    width: auto;
}

.custom-size-terms-tpl {
    margin-top: 10px;
    border: 1;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 12px;
    padding: 10px;
    font-family: 'Muli';
    font-size: 12px;
    color: #999;
}

#checkBox-id {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

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

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

/* pc端去除产品详情页尺码选择：EUR46 和 EUR44 +8,00 € */
/* .product-options dd select option[as="us16-uk20-eur46"], 
.product-options dd select option[as="us14w-uk18-eur44"],  */
.product-options dd select option[as="us16-au/uk20-eur46"],
.product-options dd select option[as="us14w-au/uk18-eur44"],
.product-options dd select option[as="uk20-us16-eur46"],
.product-options dd select option[as="uk18-us14w-eur44"] {
    display: none;
}

.add_load {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 22px;
    margin-top: 12px;
}

.info-submit .add_load {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.add_load div {
    position: absolute;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0)
}

.add_load div:first-child {
    left: 2px;
    -webkit-animation: LoadingButton_lds-ellipsis1__yayvq .6s infinite;
    animation: LoadingButton_lds-ellipsis1__yayvq .6s infinite
}

.add_load div:nth-child(2) {
    left: 2px
}

.add_load div:nth-child(2),
.add_load div:nth-child(3) {
    -webkit-animation: LoadingButton_lds-ellipsis2__yTqUS .6s infinite;
    animation: LoadingButton_lds-ellipsis2__yTqUS .6s infinite
}

.add_load div:nth-child(3) {
    left: 10px
}

.add_load div:nth-child(4) {
    left: 18px;
    -webkit-animation: LoadingButton_lds-ellipsis3__X6u2F .6s infinite;
    animation: LoadingButton_lds-ellipsis3__X6u2F .6s infinite
}

@-webkit-keyframes LoadingButton_lds-ellipsis1__yayvq {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes LoadingButton_lds-ellipsis1__yayvq {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes LoadingButton_lds-ellipsis3__X6u2F {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes LoadingButton_lds-ellipsis3__X6u2F {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@-webkit-keyframes LoadingButton_lds-ellipsis2__yTqUS {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(8px)
    }
}

@keyframes LoadingButton_lds-ellipsis2__yTqUS {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(8px)
    }
}

.cms-contactez-nous-html .form-list label, 
.contacts-index-index .form-list label {
    color: #666;
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
    top: 0;
}

/* #region 底部交易方式图标 */
.accept_icon {
    display: flex;
    flex-wrap: wrap;
    gap: 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;
}
/* #endregion 底部交易方式图标 */

/* #region 个人页面 */
.account-main .main-container {
    background: #f6f6f6;
}

.account-main .main {
    padding-top: 40px;
}

.account-main .col-left {
    background: #fff;
    width: 260px;
    margin-bottom: 40px;
}

.block-account {
    font-family: 'MuliSemiBold';
}

.block-account li a {
    font-size: 14px;
    padding: 15px 0 15px 20px;
    display: flex;
    align-items: center;
}

.block-account li a:hover,
.block-account li.current a {
    background: #eee;
}

.block-account li a em {
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.Kontooversikt a em {
    background: url(../images/customer/account-dashboard.svg)no-repeat;
    background-size: 20px;
}

.Mine_bestillinger em {
    background: url(../images/customer/order.svg)no-repeat;
    background-size: 20px;
}

.Min_ønskeliste em {
    background: url(../images/customer/wishlist.svg)no-repeat;
    background-size: 20px;
}

.Kontoinformasjon em {
    background: url(../images/customer/account_info.svg)no-repeat;
    background-size: 20px;
}

.Nyhetsbrev em {
    background: url(../images/customer/newsletter.svg)no-repeat;
    background-size: 20px;
}

.Adressebok em {
    background: url(../images/customer/address.svg)no-repeat;
    background-size: 20px;
}

.Mine_produktomtaler em {
    background: url(../images/customer/reviews.svg)no-repeat;
    background-size: 20px;
}

.log_out em {
    background: url(../images/customer/Log_Out.svg)no-repeat;
    background-size: 20px;
}

.account-main .sale-account {
    padding: 20px;
    box-sizing: border-box;
}

.account-main .col-main {
    background: #fff;
    width: calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    padding: 12px 25px 25px;
    box-sizing: border-box;
}

.my-account .page-title h1 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'MuliBold';
    padding: 0px 0 12px;
    margin: 0;
}
/* #endregion 个人页面 */

/* 去掉原价格 */
.list-text .price-box .old-price {
    display: none;
}

/* #region 购物车 */
.checkout-cart-index .page-title h1 {
    font-size: 24px;
    font-family: 'MuliBold';
    text-transform: capitalize;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.cart {
    position: relative;
    display: flex;
    padding-bottom: 20px;
}

.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 th {
    font-size: 16px;
    font-weight: normal;
    font-family: 'MuliBold';
    text-transform: capitalize;
    background: none;
    border-right: medium none;
    padding: 0 10px;
}
.cart_detail_text {
    position: absolute;
    width: 20px;
    text-align: center;
    height: 16px;
}
.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;
}

.edit_detail {
    display: flex;
    color: #999;
    font-family: 'MuliSemiBold';
    font-size: 12px;
    align-items: center;
    padding-top: 12px;
    position: absolute;
    bottom: 10px;
}

.edit_detail .cart_edit {
    padding-left: 6px;
    border-left: 1px solid #999;
    margin-left: 6px;
    color: #999;
}

.delect_confirm {
    width: 420px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'MuliBold';
    padding: 25px 0;
}

.delect_message-box {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

.delect_message_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    display: none;
}

.delect_message_close svg {
    vertical-align: top;
}

.delect_message_content {
    padding: 10px 27px 20px;
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.delect_message_btns {
    padding: 5px 15px 0;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.delect_yes {
    background: #fff;
    border: 1px solid #e0e0e7;
    color: #888;
    font-size: 14px;
    height: 36px;
    margin: 0 8px;
    width: 100px;
    line-height: 36px;
}

.delect_no {
    border-color: #333;
    background-color: #fd9ed4;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    margin: 0 8px;
    width: 100px;
    line-height: 36px;
}

.delect_modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 998;
}

.cart-item-qty .goods_num_box {
    border: none;
    width: 72px;
    border-radius: 0;
}

.cart-item-qty .qty-wrapper .fl, .cart-item-qty .goods_num {
    width: 24px;
    height: 24px;
    border: 1px solid #eee;
    padding: 0;
}

.choice-number svg {
    margin-top: 6px;
}

.cart-item-qty .goods_num {
    border-left: none;
    border-right: 0;
    box-sizing: border-box;
    text-align: center;
    font-family: 'MuliSemiBold';
    font-size: 12px;
    background: none;
}

.cart-item-total .cart-price .price {
    color: #fd9ed4;
    font-size: 22px;
    font-family: 'Chronicle-Display-Roman';
}

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

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

.cart .shipping {
    display: none;
}

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

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

.cart .totals .checkout-types li {
    margin-top: 15px;
}

.cart .totals .checkout-types button.btn-checkout {
    width: 100%;
}

.we_accept {
    border-bottom: 1px solid #ddd;
    padding: 20px 10px 15px;
}

.coupon_label, .we_accept_label {
    font-family: 'MuliBold';
    font-size: 20px;
    margin-bottom: 10px;
}
/* #endregion 购物车 */

/* #region wishlist */
.my-wishlist .data-table {
    border: none;
}

.my-wishlist tbody {
    display: flex;
    flex-wrap: wrap;
}

.my-wishlist .data-table tr {
    width: 25%;
    padding: 0 7px;
    box-sizing: border-box;
    border: none;
}

.my-wishlist .data-table td {
    border: none;
    padding: 0;
}

.my-wishlist .product-name {
    font-size: 13px;
    font-family: 'Muli';
    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: 5px 0 5px;
}

.my-wishlist .other-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.my-wishlist .other-info .price-box {
    margin: 0;
}

.my-wishlist .special-price .price {
    color: #fd9ed4;
}

.my-wishlist .price-box .old-price {
    display: none;
}

.my-wishlist .btn-remove {
    display: flex;
    align-items: center;
    text-indent: 0;
    background: none;
    width: auto;
    height: auto;
}
/* #endregion wishlist */

/* #region 购物车推荐商品 */
.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;
    font-family: 'Muli';
    flex-shrink: 0;
    padding: 10px 12px;
}

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

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

.cart-section {
    position: absolute;
    display: flex;
    width: 100%;
    margin: 0;
    font-family: 'Muli';
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    opacity: 0;
}

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

.cart-section .other-info {
    padding: 10px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.cart-section .old-price,
.swiper-recently .old-price {
    display: none;
}

/* #endregion 购物车推荐商品 */

/* accessories分类列表 */
.list-rate-review .ratings {
    clear: both;
    float: none;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    margin: 0;
}

/* #region 购物车修改弹窗 */
.modal_bms {
    bottom: 0;
    left: 0;
    min-width: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.modal_bms.modal-open {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
}

.modal-content {
    height: 670px;
    width: 900px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.modal_product {
    display: flex;
    position: relative;
    padding: 35px 25px;
}

.modal-pooplur {
    width: 420px;
    margin-left: 30px;
    position: relative;
    height: 600px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.triggerBtn_btn .pis-box-img {
    bottom: auto;
}

.btn-cart {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'MuliBold';
    background: #fd9ed4;
    display: block;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.info-submit .btn-cart {
    width: 100%;
    border: none;
    border-radius: 0;
}
/* #endregion 购物车修改弹窗 */

.back-header {
    display: none;
}

/* #region 购物车为空 */
.cart-empty {
    padding: 20px 0 30px;
    text-align: center;
    font-family: 'MuliBold';
}

.empty_img img {
    width: 380px;
}

.cart-empty .empty_title {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'MuliBold';
    margin-bottom: 20px;
}

.ui-btn-corner-all {
    padding: 15px;
    background: #fd9ed4;
    color: #fff;
    display: inline-block;
    width: 230px;
    margin-bottom: 40px;
}
/* #endregion 购物车为空 */

.category-description {
    display: none;
}

/* #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;
    z-index: 2147483640;
}

.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: 30px;
    align-items: end;
}

#accept_agree_accept {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 27px;
    text-align: center;
    color: #fff;
    font-family: 'MuliSemiBold';
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}

#accept_agree_close {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 27px;
    text-align: center;
    font-family: "NexaBold";
    color: #f5f5f575;
    font-family: 'MuliSemiBold';
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 2px;
}

/* #endregion cookie-æŽ¥å—_åŒæ„end */

/* #region cookie_notice */
.cookie_notice {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12222;
    width: 40%;
    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: 365px;
    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;
}

.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 {
    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: #fd9ed4;
    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 */
