@font-face {
    font-family: "Helvetica";
    src: url("../font/font/Helvetica.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url("../font/font/Helvetica Bold.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/font/Poppins_regular_v21.woff);
    font-style: normal;
}

@font-face {
    font-family: 'Poppins2';
    src: url(../font/font/Poppins_regular_v22.woff2);
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/font/Poppins_600_v21.woff);
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url(../font/font/Poppins_700_v21.woff);
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('../font/font/Libre Baskerville_regular_v14.woff');
    font-style: normal;
}

@font-face {
    font-family: 'Libre Baskerville';
    src: url('../font/font/Libre Baskerville_700_v14.woff');
    font-weight: 700;
    font-style: normal;
}


:root {
    --title-font: "Calibri", "sans-serif";
    --title-font-weight: 400;
    --title-font-style: normal;
    --title-letter-spacing: 0em;
    --title-font-size: 30px;
    --title-line-height: 1.2;
    --title-text-transform: unset;
    --body-font: "Calibri", "sans-serif";
    --body-font-weight: 400;
    --body-bold-font-weight: 700;
    --body-font-style: normal;
    --body-letter-spacing: 0em;
    --body-font-size: 14px;
    --body-line-height: 1.6;
    --color-page-background: 255, 255, 255;
    --color-text: 0, 0, 0;
    --color-light-text: 104, 104, 104;
    --color-sale: 0, 0, 0;
    --color-discount: 238, 71, 0;
    --color-entry-line: 221, 221, 221;
    --color-button-background: 221, 140, 50;
    --color-button-text: 255, 255, 255;
    --color-button-secondary-background: 221, 140, 50;
    --color-button-secondary-text: 255, 255, 255;
    --color-button-secondary-border: 0, 0, 0;
    --color-discount-tag-background: 211, 180, 136;
    --color-discount-tag-text: 255, 255, 255;
    --color-cart-dot: 221, 140, 50;
    --color-cart-dot-text: 255, 255, 255;
    --color-image-background: 244, 247, 251;
    --color-image-loading-background: 244, 247, 251;
    --color-mask: 0, 0, 0;
    --color-scheme-1-bg: 243, 247, 250;
    --color-scheme-1-text: 0, 0, 0;
    --color-scheme-2-bg: 255, 255, 255;
    --color-scheme-2-text: 0, 0, 0;
    --color-scheme-3-bg: 244, 247, 251;
    --color-scheme-3-text: 0, 0, 0;
    --color-header-background: 255, 255, 255;
    --color-header-text: 0, 0, 0;
    --color-header-pc-searchbar-border: 221, 221, 221;
    --color-header-pc-searchbar-text: 0, 0, 0;
    --color-header-pc-searchbar-bg: 255, 255, 255;
    --color-announcement-bar-background: 247, 234, 217;
    --color-announcement-bar-text: 0, 0, 0;
    --color-footer-text: 255, 255, 255;
    --color-footer-border: 255, 255, 255;
    --color-footer-background: 0, 0, 0;
    --page-width: 1760px;
    --section-vertical-gap: 0px;
    --grid-horizontal-space: 20px;
    --grid-vertical-space: 20px;
    --grid-mobile-horizontal-space: 10px;
    --grid-mobile-vertical-space: 10px;
    --btn-border-thickness: 0px;
    --btn-border-opacity: 100%;
    --btn-border-radius: 0px;
    --btn-border-radius-outset: 0px;
    --btn-shadow-opacity: 0%;
    --btn-shadow-offset-x: 0px;
    --btn-shadow-offset-y: 0px;
    --btn-shadow-blur: 0px;
    --sku-selector-border-thickness: 1px;
    --sku-selector-border-opacity: 20%;
    --sku-selector-border-radius: 0px;
    --sku-selector-border-radius-outset: 0px;
    --input-border-thickness: 1px;
    --input-border-opacity: 20%;
    --input-border-radius: 0px;
    --input-border-radius-outset: 0px;
    --input-shadow-opacity: 0%;
    --input-shadow-offset-x: 0px;
    --input-shadow-offset-y: 0px;
    --input-shadow-blur: 0px;
    --card-border-thickness: 0px;
    --card-border-opacity: 10%;
    --card-border-radius: 0px;
    --card-border-radius-outset: 0px;
    --card-shadow-opacity: 0%;
    --card-shadow-offset-x: 0px;
    --card-shadow-offset-y: 0px;
    --card-shadow-blur: 0px;
    --product-card-border-thickness: 0px;
    --product-card-border-opacity: 10%;
    --product-card-border-radius: 0px;
    --product-card-border-radius-outset: 0px;
    --product-card-shadow-opacity: 0%;
    --product-card-shadow-offset-x: 0px;
    --product-card-shadow-offset-y: 0px;
    --product-card-shadow-blur: 0px;
    --product-card-content-align: center;
    --collection-card-border-thickness: 0px;
    --collection-card-border-opacity: 10%;
    --collection-card-border-radius: 0px;
    --collection-card-border-radius-outset: 0px;
    --collection-card-shadow-opacity: 0%;
    --collection-card-shadow-offset-x: 0px;
    --collection-card-shadow-offset-y: 0px;
    --collection-card-shadow-blur: 0px;
    --blog-card-border-thickness: 0px;
    --blog-card-border-opacity: 10%;
    --blog-card-border-radius: 0px;
    --blog-card-border-radius-outset: 0px;
    --blog-card-shadow-opacity: 0%;
    --blog-card-shadow-offset-x: 0px;
    --blog-card-shadow-offset-y: 0px;
    --blog-card-shadow-blur: 0px;
    --content-border-thickness: 0px;
    --content-border-opacity: 0%;
    --content-border-radius: 12px;
    --content-border-radius-outset: 12px;
    --content-shadow-opacity: 0%;
    --content-shadow-offset-x: 0px;
    --content-shadow-offset-y: 0px;
    --content-shadow-blur: 0px;
    --media-border-thickness: 0px;
    --media-border-opacity: 0%;
    --media-border-radius: 0px;
    --media-border-radius-outset: 0px;
    --media-shadow-opacity: 0%;
    --media-shadow-offset-x: 0px;
    --media-shadow-offset-left: 0px;
    --media-shadow-offset-right: 0px;
    --media-shadow-offset-y: 0px;
    --media-shadow-offset-top: 0px;
    --media-shadow-offset-bottom: 0px;
    --media-shadow-blur: 0px;
    --menu-modal-border-thickness: 1px;
    --menu-modal-border-opacity: 10%;
    --menu-modal-border-radius: 0px;
    --menu-modal-border-radius-outset: 0px;
    --menu-modal-shadow-opacity: 0%;
    --menu-modal-shadow-offset-x: 0px;
    --menu-modal-shadow-offset-y: 4px;
    --menu-modal-shadow-blur: 5px;
    --drawer-border-thickness: 1px;
    --drawer-border-opacity: 10%;
    --drawer-shadow-opacity: 0%;
    --drawer-shadow-offset-x: 0px;
    --drawer-shadow-offset-y: 4px;
    --drawer-shadow-blur: 5px;
    --product-discount-radius: 4px;
    --swatch-background-default-image: url(https://img-va.myshopline.com/image/store/1704341201261/09fc10a478d94af5a2e238fa4058cdbc.png);
    --swatch-size: 18px;
    --page-padding: 30px;
    --title1-font-size: calc(var(--title-font-size) * 2.333333);
    --title2-font-size: calc(var(--title-font-size) * 1.666667);
    --title3-font-size: calc(var(--title-font-size) * 1.2);
    --title4-font-size: calc(var(--title-font-size) * 1);
    --title5-font-size: calc(var(--title-font-size) * 0.833333);
    --title6-font-size: calc(var(--title-font-size) * 0.666667);
    --body1-font-size: calc(var(--body-font-size) * 1.571429);
    --body2-font-size: calc(var(--body-font-size) * 1.285714);
    --body3-font-size: calc(var(--body-font-size) * 1.142857);
    --body4-font-size: calc(var(--body-font-size) * 1);
    --body5-font-size: calc(var(--body-font-size) * 0.928571);
    --body6-font-size: calc(var(--body-font-size) * 0.857143);
    --menu-hover-color: #dd8c32;
}

body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    font-size: calc(var(--body-font-size) * 0.75);
    letter-spacing: calc(var(--body-letter-spacing) / 1000);
    line-height: var(--body-line-height);
    font-family: var(--body-font);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight);
}

.body1 {
    font-family: var(--body-font);
    font-style: var(--body-font-style);
    font-weight: var(--body-font-weight, 400);
    letter-spacing: var(--body-letter-spacing);
    line-height: var(--body-line-height);
    word-break: break-word;
    font-size: var(--body4-font-size);
}

.page-width {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
    max-width: calc(var(--page-padding) * 2 + var(--page-width));
    width: 100%;
}

body, html {
    background-color: rgba(var(--color-page-background));
    color: rgba(var(--color-text));
}

.button, .shopline-element-buy-now {
    display: inline-flex;
    font-family: var(--body-font);
    font-weight: var(--body-bold-font-weight);
    line-height: var(--body-line-height);
    letter-spacing: var(--body-letter-spacing);
    color: rgb(var(--color-button-text));
    text-align: center;
    white-space: normal;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: rgb(var(--color-button-background));
    transition: opacity 0.15s ease-in-out;
    padding: calc(var(--btn-border-thickness) + 9px) calc(var(--btn-border-thickness) + 18px);
    position: relative;
    border-radius: var(--btn-border-radius-outset);
    font-size: 14px;
    border: none;
    --border-opacity: calc(100% - var(--btn-border-opacity));
    --alpha-button-background: 1;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

#product_tabs_description_contents ul, #product_tabs_description_contents ol {
    list-style: disc;
    margin-left: 20px
}

.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important
}

.nobr {
    white-space: nowrap !important
}

.wrap {
    white-space: normal !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-bg {
    background: none !important
}

.clear {
    clear: both !important
}

a:hover {
    text-decoration: underline
}

.product-options dt label, .add-to-cart label, #nav > li > ul > li.parent > a, .blocklist li.parent > a {
    color: #333
}

.page {
    text-align: left;
    position: relative;
    left: 0;
    transition: left .3s;
    background-color: #fff;
    padding: 0
}

.main {
    min-height: 350px
}

.header, .slideshow, .slideshow-holder-internal, .main, .header {
    position: relative
}

.cms-index-index .main {
    margin-top: 0;
    margin-bottom: 0
}

.addresses-list .item p a, .addresses-list li.empty p {
    color: #eb2771
}

.page-title {
    width: 100%;
    overflow: hidden;
    margin: 0 0 16px;
    border-bottom: 1px solid #ecdcdc
}

.my-account .page-title .button {
    background: #f39;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 12px
}

.my-account .page-title .button span > span {
    font-size: inherit !important
}

.pager .amount {
    float: left
}

.pager .amount strong {
    color: #8e8a8a
}

.pager .limiter, .pages {
    float: right;
    height: 42px;
    line-height: 42px
}

.pages strong {
    font-weight: normal;
    margin-right: 3px
}

.pages ol {
    display: inline
}

.pages .current {
    color: #000;
    padding: 1px 7px 1px 6px
}

.pages li {
    display: inline-block;
    font-weight: bold
}

.pages a.previous {
    background: url(../image/prev-page.png) no-repeat left top
}

.pages a.previous {
    text-indent: -9999px;
    padding-left: 10px;
    padding-right: 10px
}

.data-table {
    width: 100%;
    font-size: 11px;
    margin-bottom: 10px
}

.data-table tr.even {
    background-color: #fefefe
}

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

.data-table th a {
    color: #fff
}

.data-table td {
    padding: 8px 15px;
    font-size: 14px;
    color: #000
}

.data-table thead tr {
    border-bottom: 1px #ececec solid
}

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

.cart .cart-table-wrap .checkOut-con tfoot {
    border-bottom: 0
}

.data-table tbody th {
    padding: 3px 8px;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    white-space: normal
}

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

.buttons-set .back-link {
    margin-top: 10px;
    float: left
}

.data-table thead th {
    font-weight: 600;
    padding: 15px 10px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 14px;
    text-transform: uppercase
}

.data-table tbody.odd tr {
    background-color: #fff
}

.data-table tbody.even tr {
    background-color: #fcfcfc
}

.data-table tbody.odd tr td, .data-table tbody.even tr td {
    background-image: none
}

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

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

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

.info-box {
    margin: 0 0 15px
}

.info-box h2 {
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 0 0 8px
}

.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 .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../image/bkg_collapse.gif) 0 4px no-repeat;
    cursor: pointer
}

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

tr.summary-details td {
    background-color: #dae1e4;
    color: #626465
}

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

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

.std .subtitle {
    padding: 0
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px
}

.std dl dt {
    font-weight: bold
}

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

.header-container {
    margin: 0
}

.header .header-right {
    float: right
}

.header .header-left {
    float: left
}

.header .header-center {
    float: left
}

.header .welcome-msg {
    color: #b3a487;
    line-height: 10px;
    margin: 12px 0 11px;
    display: inline-block
}

.header .form-language {
    position: relative;
    float: left
}

.header .form-language {
    padding-left: 6px
}

.form-search {
    float: right;
    margin: 2px 0 2px;
    border: 1px #ececec solid;
    background: #fff
}

.form-search label {
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 0 5px 0 0
}

.form-search input.input-text {
    float: left;
    border: 0;
    width: 235px;
    background: 0;
    padding: 4px 0 4px 8px;
    margin: 0;
    color: #999
}

.form-search input.input-text:active {
    float: left;
    width: 197px;
    border-right: 0;
    padding: 5px;
    color: #888
}

.form-search button.button:hover {
    background: 0
}

.form-search button.button span {
    background: none;
    display: block;
    text-align: center;
    height: 26px;
    line-height: 28px;
    overflow: hidden;
    position: relative;
    padding-left: 4px
}

.form-search button.button .fa-search:before {
    margin-left: 6px;
    font-size: 20px;
}

.form-search button.button:hover span {
    color: #000
}

.search-autocomplete {
    text-align: left;
    padding: 5px 13px;
    border: 5px #ccc solid;
    border-top: 1px #ccc dotted;
    background: #fff;
    margin-top: 2px;
    z-index: 1
}

.search-autocomplete > ul > li {
    cursor: pointer
}

.search-autocomplete span.amount {
    float: right
}


.footer-last {
    font-size: 11px;
    line-height: 20px
}

.footer-last a {
    color: #333
}

.footer-last li {
    display: inline;
    background: url(../image/bkg_pipe1.gif) 100% 50% no-repeat;
    padding: 0 5px 0 0;
    margin: 0 3px 0 0
}

.footer-last li.last {
    background: 0
}

.footer-container {
    width: 1440px;
    text-align: left
}

.footer-menu-container {
    padding: 10px 0
}

ul.home-callout li a {
    font-size: 14px;
    color: #302c2c;
    display: inline
}

ul.home-callout li a span {
    font-family: OpenSans, Arial, Helvetica, sans-serif, SimSun
}

body.cms-index-index .footer-menu-container {
    border-top: 0
}

.footer-container h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #111
}

.footer-container .footer-list {
    line-height: 25px
}

.footer-container .footer-column {
    padding-right: 0;
    padding-left: 0
}

.footer-container .footer-list li a:hover {
    text-decoration: underline !important;
}

.footer-container .follow-us a {
    color: #666;
    font-size: 25px;
    line-height: 50px;
    margin: 0 6px
}

.footer-container .form-subscribe button.button > span > span {
    font: normal 12px/26px Tahoma, Verdana, Arial, sans-serif;
    border-left: 1px #ececec solid;
    color: #0d0d0d;
    text-transform: uppercase
}

.footer-container .form-subscribe button.button:hover > span {
    color: #999
}

.footer-container .form-subscribe input.input-text {
    width: 73%;
    border: 0;
    padding: 4px 0 4px 8px
}

.footer-container .form-subscribe button.button {
    width: 20%;
    float: right
}

.footer-container .form-subscribe input.input-text:focus {
    border: 0
}

ul.home-callout {
    height: 40px;
    padding: 5px 0;
    border-top: #ececec 1px solid;
    border-bottom: #ececec 1px solid;
    text-align: center;
    font-size: 13px
}

ul.home-callout li {
    display: inline-block;
    margin: 5px 24px
}

ul.home-callout li a:before {
    position: relative;
    right: 9px;
    color: #00a3e0
}

ul.home-callout li a.promotions, ul.home-callout li a.support, ul.home-callout li a.top-seller {
    position: relative;
    padding-left: 28px
}

#message {
    font-size: 12px;
    display: block;
    display: none;
    z-index: 999;
    position: fixed;
    bottom: 90px;
    margin-top: -35px;
    right: 14px;
    margin-left: -70px;
    color: #cdcab9;
    background: #444;
}

#message a {
    display: block;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 29px;
}


.slider-container {
    text-align: center
}

.slider-container .strike-through {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px
}

.slider-container .strike-through:before, .slider-container .strike-through:after {
    content: "";
    display: block;
    position: relative;
    top: 12px;
    border-top: #ececec 1px solid
}

.slider-container h5 {
    font-size: 18px;
    color: #6f6666;
    font-weight: 100;
    margin: 10px;
    display: table-cell;
    padding: 0 15px;
    width: 1px;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase
}

.product-slider {
    position: relative
}

.product-slider .last {
    border-bottom: 0
}

.product-slider .slide {
    float: left;
    width: 228px;
    position: initial;
    min-height: 0;
    padding-right: 0;
    padding-left: 0
}

.product-slider .slide.last {
    margin: 0 0 3px 0
}

.product-slider .product-image {
    display: block;
    padding: 5px 5px 0;
    text-align: center
}

.product-slider .product-image img {
    width: 212px;
    height: 282px;
    clear: both;
    display: block;
    margin: auto
}

.product-slider .first .product-image {
    border-top: 0
}

.product-slider .last .product-image {
    border-right: 0
}

.product-slider .price-box p {
    display: inline;
    margin-right: 5px
}

.product-slider .product-name {
    font-size: 12px;
    margin: 0 0 12px 0
}

.product-slider .price-box {
    margin: 5px 0 0;
    text-align: center
}

.product-slider .price-label {
    display: none
}

.product-slider .price {
    font-size: 13px !important
}

.product-slider .availability {
    line-height: 21px
}

.product-slider .actions {
    bottom: 20px;
    padding: 5px 5px 10px 5px
}

.product-slider .new-description {
    padding: 0 15px 10px;
    text-align: center
}

.product-slider .new-description .labels-container {
    min-height: 18px
}

.product-slider .new-description .labels-container .product_label {
    font-size: 14px
}

.product-slider .new-description h3 {
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: capitalize
}

.product-slider .amount {
    display: none
}

.product-slider .ratings {
    float: right;
    margin: 8px 0 0 167px;
    position: absolute
}

.category-products li.item .gallery-display .gallery-display-overlay {
    display: none;
    position: absolute;
    bottom: 35px;
    margin-left: -65px;
    z-index: 100;
    background: #fff;
    width: 162px;
    padding: 2px;
    border: 1px #ccc solid;
    -webkit-box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.6);
    -moz-box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.6);
    box-shadow: 1px 1px 6px rgba(50, 50, 50, 0.6)
}

.category-products li.item .gallery-display .gallery-display-overlay:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 68px;
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #fff
}

.category-products li.item .gallery-display .gallery-display-overlay:before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 67px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ccc
}

.category-products li.item .gallery-display .gallery-display-overlay .gallery-thumb {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 2px
}

.category-products li.item button.button, .category-products li.item .availability span, .category-products li.item a.btn-cart {
    text-transform: uppercase;
    font-size: 11px
}

.category-products li.item img.hover-main-image {
    position: relative;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.category-products li.item:hover img.hover-main-image {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0
}

.category-products li.item img.hover-image {
    position: absolute;
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.products-grid.last .item {
    margin-bottom: 0
}

.products-grid .item {
    position: relative
}

.products-grid .first {
    margin-left: 0
}

.products-grid .product-image {
    display: block
}

.products-grid li .moreinfo-labels {
    padding: 0 6px;
    line-height: 11px;
    margin-bottom: 1px;
    text-align: center
}

.products-grid .product-name {
    width: 96%;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.products-grid .product-name a {
    text-transform: capitalize;
    color: #666;
    width: 100%;
    font-weight: bold
}

.products-grid .product-name a:hover {
    color: #999
}

.products-grid .price-box {
    position: relative;
    margin: 9px 0 5px;
    text-align: center;
    line-height: 14px
}

.products-grid .price-box p {
    margin-right: 5px;
    display: inline-block
}

.products-grid .price-label {
    display: none
}

.products-grid li .addto {
    background: #fff;
    background-color: rgba(255, 255, 255, 0.99);
    border: 4px #b3a487 solid;
    border-color: rgba(179, 164, 135, 0.9);
    display: none;
    margin-bottom: 3px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 95px
}

.products-grid li.item a.btn-cart {
    float: left;
    color: #b3a487;
    display: inline-block;
    line-height: 22px;
    height: 22px;
    padding: 0 8px
}

.products-grid .add-to-links {
    text-align: center;
    margin: 0
}

.products-grid .add-to-links li {
    float: right
}

.products-grid .add-to-links li a {
    display: block;
    text-indent: -999px;
    overflow: hidden;
    color: #b3a487
}

.products-grid .add-to-links li a.link-wishlist {
    font: normal normal normal 14px/1 izchic;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.products-grid .add-to-links li a.link-wishlist:before {
    content: "\f004";
    position: absolute;
    top: 4px;
    right: 5px;
    text-indent: 0
}

.products-grid .add-to-links li a:hover {
    color: #f39
}

.products-grid .product_label {
    font-size: 14px
}

.main-container .products-list .product-shop {
    width: 500px
}

.loading-success-wrap {
    position: fixed;
    z-index: 1000;
    top: 40%;
    left: 50%;
    margin: -44px 0 0 -44px;
    width: 88px;
    height: 88px;
    background: rgba(0, 0, 0, .7);
    border-radius: .1rem
}

.loading-success-wrap .icon-success-circle {
    display: block;
    width: 47px;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 47px;
    background: #24ce90;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 50%
}

.loading-success-wrap .icon-success {
    display: block;
    position: absolute;
    left: 11px;
    top: 9px;
    width: 19px;
    height: 26px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(165deg);
    transform: rotate(165deg)
}

.ajax-message {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 50%;
    margin-left: -230px;
    width: 400px;
    display: none;
    background-color: #faf9f7;
    padding: 10px 20px;
    border: 1px solid red;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: red;
    font-size: 14px
}

.ajax-message #ajax-close {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 15px;
    height: 15px;
    border: 0;
    cursor: pointer;
    color: #aaa
}

.ajax-message #ajax-close:hover {
    text-decoration: none
}

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

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

.product-view .product-shop .product-name {
    margin: 0 0 5px;
    color: #090909;
    text-transform: capitalize
}

.product-view .product-shop .product-name h2 {
    margin-bottom: 0
}

.product-view .product-shop .product-name > h1 {
    margin: 8px 0 7px 0;
    font-size: 16px
}

.product-view .product-shop .quanitybox {
    width: 100%;
    float: left;
    margin: 0 0 18px 0
}

.product-view .product-shop .price-box {
    margin: 12px 0 12px 0;
    line-height: 24px
}

.product-view .product-shop .down-time {
    margin: 15px 0 15px 0;
    overflow: hidden
}

.addtocont .price-box .price-dec {
    color: #f39;
    font-weight: 700;
    font-size: 15px !important
}

.product-view .product-shop .countdown-timer .timer-ends {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #666
}

.product-view .product-shop .countdown-timer .timer-ends .fa {
    padding-right: 5px;
    width: 22px;
    text-align: center
}

.addtocont .down-time .time-oPrice {
    font-size: 15px !important
}

.product-view .product-shop .down-time .price-box .old-price .price {
    font-size: 15px !important
}

.product-view .product-shop .price-box:after {
    content: "";
    display: block;
    clear: both
}

.product-view .product-shop .price-box .price-label {
    color: #090909
}

.product-view .product-shop .price-box .price-label {
    display: none
}

.product-view .box-collateral .price-box .special-price .price-label, .product-view .box-collateral .price-box .old-price .price-label {
    display: none
}

.product-view .product-shop .price-box .special-price, .product-view .product-shop .price-box .old-price {
    /*float: left;*/
    margin: 0 10px 0 0
}

.product-view .product-shop .price-box .regular-price .price {
    font-size: 24px
}

.product-view .product-shop .product-code, .product-view .product-shop .availability {
    display: inline-block;
    margin-right: 10px
}

.product-view .product-shop .availability.in-stock span, .product-view .product-shop .product-name h2 a {
    color: #00a3e3
}

.product-view .product-shop .addtocont .product-code strong {
    font-weight: normal;
    color: #090909
}

.product-shop .comments {
    display: inline-block;
    float: none;
    width: auto;
    line-height: normal;
    padding: 0;
    text-align: left
}

.product-shop .comments .star {
    display: inline-block;
    margin-right: 4px
}

.product-shop .comments .star-icon {
    font-size: 12px;
    color: #f39;
    padding: 0 2px
}

.product-view .product-shop .addtocont {
    float: left;
    clear: left;
    line-height: 24px;
    text-transform: capitalize;
    width: 100%
}

.quantity_box_button_up, .quantity_box_button_down {
    margin: 0;
    cursor: pointer;
    float: left;
    background-color: #fff;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 0
}

.quantity_box_button_up:hover, .quantity_box_button_down:hover {
    background-color: #eee
}

.product_label {
    display: inline;
    margin: 0 5px 0 0;
    font-size: 20px;
    color: #00a3e3;
    text-transform: capitalize
}

.product_label.sale, .paypal-express-review .price {
    color: #00a3e3
}

.availability {
    margin: 0
}

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

.product-view .product-shop .availability label {
    display: none
}

.regular-price {
    color: #090909
}

.regular-price .price {
    font-size: 12px;
    color: #333
}

.old-price {
    margin: 0
}

.old-price .price-label {
    font-size: 14px;
    white-space: nowrap
}

.special-price {
    margin: 0
}

.special-price .price-label {
    font-size: 14px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #000
}

.special-price .price {
    font-size: 14px
}

.add-to-cart label {
    float: left;
    line-height: 20px;
    font-size: 14px;
    margin: 8px 2px 0 0
}

.add-to-cart .qty {
    float: left
}

.product-view .product-img-box .main-image {
    display: block
}

.product-view .product-img-box .main-image img {
    width: 420px;
    height: 560px
}

#zoom {
    border: 1px solid #e5e5e5
}

.product-view .product-img-box .more-views {
    width: 420px;
    margin: 10px auto 0;
    position: relative
}

.product-view .product-img-box .more-views span {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    font-size: 33px;
    cursor: pointer
}

.product-view .product-img-box .more-views .prev {
    left: 0;
    width: 4%
}

.product-view .product-img-box .more-views .next {
    position: absolute;
    right: 0;
    width: 4%
}

.product-view .product-img-box .more-views #content {
    margin: auto;
    position: relative
}

#content_list {
    position: absolute;
    height: auto
}

#content {
    width: 92% !important;
    height: 90px !important;
    overflow: hidden
}

.product-view .product-img-box .more-views {
    float: left
}

.more-views {
    width: 85px
}

.more-views {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    margin: auto 0 15px
}

.more-views .slide {
    width: 68px;
    height: 90px
}

.product-view .product-img-box .more-views .slide.last {
    margin-right: 0
}

.product-view .product-img-box .more-views .slide {
    float: left;
    margin: 0 4px
}

.product-view .product-img-box .more-views .slide a {
    float: left;
    width: 68px;
    height: 90px;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    overflow: hidden
}

.product-view .product-media {
    position: relative
}

.product-view a.product-video {
    display: block;
    width: 70px !important;
    height: 70px !important;
    text-indent: -999px;
    overflow: hidden;
    background: url(../image/play-btn.png) no-repeat center;
    border: none !important
}

.product-view .newproduct_grid, .product-view .saleproduct {
    margin-left: 18px
}

.product-view .no-rating {
    margin: 0 0 10px 0
}


.product-options dt {
    padding: 7px 0 0 0;
    font-weight: normal;
    width: 100%
}

.product-options dt:nth-child(3) label {
    margin-right: 5% !important
}


.product-options dt label.required em {
    color: #eb340a;
    font-size: 12px
}

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

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

.product-options dd .qty-disabled {
    background: 0;
    border: 0;
    padding: 3px;
    color: #353535
}

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

#product-options-wrapper dl dd {
    width: 100%;
    display: block
}

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

.product-options dd input.datetime-picker {
    width: 150px
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle
}

.product-options dd textarea {
    width: 98%;
    height: 8em
}

.product-options dd select {
    width: 16em;
    height: 3em
}

select {
    padding: .2em 1.4em .2em .8em;
    vertical-align: middle;
    border: 1px solid #e9e9e9;
    -moz-border-radius: .2em;
    -webkit-border-radius: .2em;
    -ms-border-radius: .2em;
    -o-border-radius: .2em;
    border-radius: .2em;
    box-shadow: inset 0 0 1px #a0a0a0;
    cursor: pointer;
    font-weight: 200
}

select::-ms-expand {
    display: none
}

.product-options dd select option {
    font-size: 1em;
    padding-left: 10px
}

.product-options dd select option[selected] {
    font-weight: bold
}

.product-options dd select option:nth-child(even) {
    background-color: #f5f5f5
}

.product-options dd select:focus {
    box-shadow: 0 0 3px 0 #404040
}

.product-options ul.options-list {
    font-size: 0
}

.product-shop .related_goods span._current, .product-shop .related_goods span:hover {
    background-color: #f39;
    border: 1px solid #F39
}

.product-shop .related_goods {
    position: relative
}

.related_goods label.required {
    display: block;
    margin-bottom: 4px
}

.related_goods p.required {
    position: absolute;
    right: 5px;
    top: 0;
    color: #f39
}

.product-shop .related_goods span {
    width: 34px;
    height: 44px;
    line-height: 44px;
    min-height: 44px;
    min-width: 34px;
    margin: 0 15px 0 0;
    box-sizing: border-box;
    background-color: #ccc;
    padding: 1px !important;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-size: 12px;
    color: #000;
    border: 1px solid #ccc
}

.product-shop .related_goods span a {
    display: block;
    height: 100%;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    margin-left: 0 !important
}

.product-shop .related_goods span a img {
    height: 40px;
    width: 30px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    margin-left: 0 !important;
    background-color: #fff;
    border: 1px solid #fff;
    overflow: hidden;
    display: block
}

.product-options .options-list li {
    width: auto;
    height: 34px;
    line-height: 34px;
    min-height: 34px;
    min-width: 34px;
    margin: 0 15px 5px 0;
    box-sizing: border-box;
    background-color: #ccc;
    padding: 1px !important;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-style: normal;
    font-size: 12px;
    color: #000;
    border: 1px solid #ccc
}

.product-options ul.options-list input.radio {
    opacity: 0;
    position: absolute
}

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

.product-options ul.options-list .label {
    display: block;
    height: 100%;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    margin-left: 0 !important
}

.product-options ul.options-list label {
    display: block;
    height: 100%;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    margin-left: 0 !important;
    background-color: #fff;
    border: 3px solid #fff;
    text-transform: capitalize;
    padding: 0 5px;
}

.product-options #options-81929-list li label {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block
}

.product-options ul.validation-failed {
    padding: 0 7px
}

.product-options p.required {
    position: absolute;
    width: 95px;
    left: 42px;
    top: -26px;
    z-index: 2
}

.product-options p.required i {
    margin-right: 10px
}

.product-options select {
    font-size: 12px;
    color: #000
}

.product-options-bottom {
    margin: 6px 0 0 0;
}

.product-essential {
    position: relative
}

.product-essential .clear.dr-ships {
    height: 30px;
    color: #999;
    margin-bottom: 5px
}

.product-essential .clear.dr-ships > span {
    color: #666
}

.addthis_toolbox {
    height: 30px
}

.buttons-set {
    clear: both;
    margin: 1em 0 0;
    border-top: 1px solid #e4e4e4
}

.buttons-set button.button span {
    width: 100%;
    display: block;
    color: #fff
}

.cart .discount p, .cart .shipping p {
    font-size: 14px;
    line-height: 1.5
}

.form-list label {
    float: left;
    font-size: 14px;
    position: relative;
    z-index: 0;
    left: 5px;
    margin-bottom: 10px
}

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

.form-list .input-box {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    clear: both
}

.form-list select {
    height: 32px;
    background: #fff;
    border: 1px solid #e4e4e4;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}

.fieldset {
    padding-bottom: 30px
}

.form-list .fields .customer-name .field, .form-list .fields .field {
    display: inline-block
}

.my-account .fieldset .form-list input.input-text {
    width: 100%;
    height: 32px
}

.buttons-set > .required {
    text-align: right;
    color: #db0c0c;
    margin: 0 !important;
    padding-top: 16px;
    font-size: 12px;
    font-style: italic
}

.buttons-set button.button {
    float: right;
    margin-top: 10px
}

.buttons-set button.button span > span {
    padding: 12px 22px;
    font-size: 14px
}

.discount .discount-form .buttons-set button.button span > span {
    padding: 10px 0
}

.page-title.title-buttons h1, .page-order .title-buttons a.link-print {
    margin-top: 20px
}


.cart .cart-table-wrap {
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    display: block;
    margin-bottom: 10px
}

.cart-table th {
    padding: 5px 10px
}

.data-table tbody tr .item-product-img img {
    max-width: none;
    width: 78px;
    height: 104px;
    margin-right: 5px
}

.cart-table thead th {
    background-color: transparent;
    text-transform: none
}

.cart .price {
    font-size: 16px;
    font-weight: bold
}

#shopping-cart-table tbody .item-product-quantity {
    width: 140px;
    white-space: nowrap;
    margin-right: 0;
    vertical-align: middle
}

#shopping-cart-table tbody .item-product-quantity input {
    margin-left: 5px;
    width: 35px;
    height: 35px;
    text-align: center
}

#shopping-cart-table tbody .item-product-quantity .input-text.qty {
    float: left
}

.cart-table thead th:nth-child(4) {
    display: none
}

.cart-table td {
    padding: 10px
}

.shop-cart-description{
    width: 500px;
}

.cart-table .product-name {
    margin: 0 0 5px;
    width: 500px;
}

.cart-table .product-name a {
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

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

.cart-table tfoot td {
    padding: 15px
}

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

.data-table button.button > span {
    background: #fff;
    border: 1px solid #ccc;
    color: #777;
    line-height: 38px;
    height: 40px;
    width: 180px;
    display: block
}

.cart-table .btn-remove2 {
    margin-top: 3px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    color: #454141;
    font-size: 20px
}

.cart-empty > p > a {
    color: #00a3e0
}

.cart .discount h2, .cart .shipping h2 {
    margin: 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    display: inline-block
}

.cart .discount .discount-form, .cart .discount .buttons-set, .cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: center
}

.cart .discount, .cart .shipping {
    margin-bottom: 15px
}

.cart .discount h2 span {
    font-family: OpenSans, Arial, Helvetica, sans-serif, SimSun
}

.cart .cart-collaterals h2 {
    padding: 10px 14px;
    width: 100%;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    color: #000;
    display: block;
    position: relative
}

.cart .cart-collaterals .discount .fa-angle-down:before {
    position: absolute;
    top: 10px;
    right: 16px
}

.cart .cart-collaterals .shipping .fa-angle-down:before {
    position: absolute;
    top: 10px;
    right: 11px
}

.cart .discount h2, .cart .shipping h2 {
    cursor: pointer
}

.cart .cart-collaterals h2 + * {
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb
}

.cart .discount h2 + *, .cart .shipping h2 + * {
    display: none
}

.cart .discount .input-box {
    font-size: 13px
}

.discount-form label {
    font-size: 14px
}

.cart .discount input.input-text {
    width: 100%
}

.discount-form input.input-text {
    height: 38px;
    border: 1px solid #ccc;
    padding: 0 20px
}

.cart .discount .buttons-set button.button, .cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
    width: 95%
}

.cart .discount label {
    color: #555
}

.cart .discount .input-box {
    width: auto
}

.cart .shipping p {
    margin: 0 0 3px
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 6px 0 0;
    border-top: 1px solid #efefef
}

.cart .shipping .form-list .input-box {
    width: auto
}

.cart .shipping .form-list input.input-text {
    width: 95%;
    height: 38px
}

.cart .shipping .form-list select {
    width: 100%
}

.cart .totals table {
    float: right;
    margin: 0 0 8px
}

.cart .totals td {
    padding: 0 0 0 15px
}

.cart .totals tfoot th strong, .cart .totals tfoot td strong span {
    font-size: 22px !important;
    font-weight: bold !important
}

.cart .totals tfoot td[colspan="1"] strong {
    font-size: 14px;
    color: #000;
    display: inline-block;
    margin-top: 7px
}

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

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

.cart .totals .checkout-types li .paypal-logo {
    margin: 0
}

.cart .totals .checkout-types li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px
}

.cart .totals .checkout-types li a img {
    height: 100%;
    width: 100%
}

.cart .totals .checkout-types li a:hover {
    text-decoration: underline !important
}

.cart .totals .checkout-types .button {
    width: 100%;
    padding: 12px 0;
    color: #fff;
    opacity: .9;
    font-size: 14px
}

.item-options dt {
    font-size: 12px;
    font-weight: bold;
    float: left;
    margin-right: 12px;
    color: #090909
}

.item-options dd {
    float: left;
    font-size: 12px;
    color: #0e0d0d
}

.item-options dt:nth-child(3) {
    margin-right: 20px;
    clear: both
}

.truncated {
    float: left;
    clear: right;
    margin: 10px 0
}

.truncated .truncated_full_value .item-options dt {
    margin-top: 0
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase
}

.col-left .truncated .show .item-options {
    left: 30px;
    top: 10px
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 10px
}

.main-container .page-title h1 {
    margin: 10px 0
}

.please-wait {
    float: right
}

.please-wait img {
    vertical-align: middle
}

.cvv-what-is-this {
    font-size: 12px;
    cursor: help;
    margin-left: 10px;
    margin-top: 22px;
    display: inline-block
}

#payment_form_ccsave .input-box:before, #form-validate .sel-ck:before, #checkout-step-billing .sel-ck:before, #checkout-step-shipping .sel-ck:before {
    height: 28px;
    top: 2px;
    right: 4px
}

.tool-tip {
    border: 2px solid #ddd;
    border-bottom-color: #666;
    background: #f6f6f6;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 12px;
    height: 12px;
    background: url(../image/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden
}

.tool-tip .tool-tip-content {
    padding: 5px
}

.headerFixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    left: 0
}

.header-top {
    border-bottom: 1px solid #e5e5e5;
    background: #fff
}

.checkout-header {
    overflow: hidden;
    position: relative
}

.checkout-header .nav-bar {
    height: 60px;
    line-height: 60px
}

.shoppingTitle_th {
    float: left;
    width: 50%;
    text-align: center
}

.shoppingTitle_th span {
    font-size: 20px;
    height: 60px;
    vertical-align: top;
    line-height: 60px;
    padding: 0px 8px;
}

.flow li {
    font-size: 16px;
    color: #c7c7c7
}

.flow.shoppingTitle_th .step1 {
    color: #666;
    font-size: 16px
}

.flow.shoppingTitle_th .step2 {
    font-weight: 700;
    color: #000;
    font-size: 16px
}

.container-fluider {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #222;
    margin-right: auto;
    margin-left: auto
}

.container-fluider .nav-bar ul li {
    display: inline-block
}

.checkout-header .width-icon {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle
}

.checkout-header .width-icon img {
    height: 45px;
    margin: 5px 0 15px 0;
    margin-right: 12px
}

.checkout-header .width-icon:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 54px;
    background-color: #ccc;
    vertical-align: middle;
    transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg)
}

.checkout-header-title {
    display: inline-block;
    font-size: 12px;
    color: #83b293;
    margin-left: 12px;
    text-transform: uppercase
}

.checkout-header-title .secure-icon {
    background: #83b293;
    color: #fff;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 5px;
    padding: 3px 6px;
}

.checkout-header .checkout-header-title-r {
    color: #999;
    text-transform: uppercase;
    font-size: 13px
}

.checkout-header .checkout-header-title-r span {
    margin-top: -2px
}

.checkout-header-title-r span {
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 4px solid transparent;
    border-left: 4px solid #999;
    border-bottom: 4px solid transparent;
    vertical-align: middle
}

.opc .buttons-set {
    margin-top: 0;
    padding: 6px 0 10px;
    text-align: center
}

.opc .buttons-set p.required {
    padding: 0 0 10px
}

#checkout-step-login .continue {
    margin-top: 22px
}

.opc .buttons-set.disabled button.button {
    display: none
}

#onepage-guest-register-button {
    margin-top: 27px
}

.opc .buttons-set .please-wait {
    height: 28px;
    line-height: 28px;
    margin: 18px 12px 0 0
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px
}

.opc .ul li {
    margin-bottom: 5px
}

.opc {
    position: relative
}

.registered-users .validation-advice, div[id^="advice-required-entry-shipping"], #advice-validate-email-login-email, #advice-required-entry-login-email {
    position: relative
}

.opc .step-title {
    border: 1px solid #ececec;
    background: #faf9f7;
    padding: 10px 15px 10px;
    text-align: right
}

.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 3px;
    margin: 2px 5px 0 0;
    font: normal 13px/12px arial, helvetica, sans-serif;
    color: #353535
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    font-size: 14px;
    color: #333
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px
}

.opc .allow .step-title h2 {
    color: #555
}

.opc .allow .step-title a {
    display: block;
    font-size: 10px;
    color: #fff
}

#checkout-shipping-method-load .b_title {
    display: inline-block;
    height: 28px;
    line-height: 28px
}

#checkout-shipping-method-load .b_price {
    margin-left: 36px
}

#checkout-shipping-method-load .sp-methods span:last-child {
    width: 10%;
    font-weight: 700;
    display: inline-block;
    text-align: center
}

.opc .active .step-title {
    border: 0;
    padding-bottom: 9px;
    color: #fff;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-style: dotted
}

#checkoutSteps dt label img {
    min-height: 40px;
    margin: 4px 0 10px 0
}

#checkoutSteps dd ul li {
    margin: 10px 0
}

.opc .active .step-title h2 {
    color: #333;
    text-transform: uppercase
}

.opc .active .step-title a {
    display: none
}

.opc .chek-data thead th {
    width: 20%;
    text-align: center
}

.opc .check-data thead th {
    width: 20%;
    text-align: center
}

.opc .step {
    border: 1px solid #ddd;
    border-top: 0;
    padding: 15px 20px;
    position: relative;
    background: white
}

.opc .step .tool-tip {
    right: 30px
}

.checkout-opc {
    margin-top: 20px
}

.checkout-opc img {
    width: 100%
}

#checkout-step-login .col2-set .col-sm-6 {
    width: 50%;
    height: 349px;
    min-height: 349px;
    max-height: 350px
}

#opc-login h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
    text-transform: uppercase
}

#opc-login h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f
}

#opc-shipping_method .buttons-set {
    border-top: 0
}

.contacts-index-index input.input-text, #checkout-payment-method-load .form-list li .input-box .input-text, #checkout-step-billing ul .input-box .input-text, #opc-login .form-list .input-box .input-text, #shipping-new-address-form ul .input-box .input-text {
    width: 100%;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 0;
    height: 32px;
    text-indent: 1em
}

.product-options dd .input-box .validation-advice {
    margin-top: 6px;
    position: static
}

#checkout-step-billing fieldset ul li, .input-box .v-fix:nth-child(2) {
    margin-top: 5px;
    position: relative
}


#opc-login .col2-set .form-list {
    margin-bottom: 15px
}

#checkout-step-login .col2-set .f-left:hover, #checkout-review-submit .buttons-set .f-left:hover, .opc-back-to:hover {
    text-decoration: underline !important
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto
}

.checkout-comments {
    border-left: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
    padding: 20px 20px 0
}

.checkout-comments textarea {
    width: 100%;
    height: 80px;
    margin-top: 10px
}

#opc-review .step {
    padding: 0
}

#opc-review .price {
    font-size: 1.1em
}

#opc-review .item-options {
    margin: 5px 0 0
}

#opc-review .buttons-set {
    border: 0;
    padding: 30px
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 28px
}

#opc-review .buttons-set .please-wait {
    height: 28px;
    line-height: 28px
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0
}

#opc-review tfoot th strong, #opc-review tfoot td strong {
    font-size: 18px;
    font-weight: bold;
    color: #090909
}

#opc-review tfoot td[colspan="3"] strong {
    font-size: 18px;
    font-weight: normal;
    color: gray
}

#checkout-review-table-wrapper .data-table tbody tr {
    border-bottom: 1px solid #e5e5e5
}

#checkout-review-table-wrapper .data-table tbody tr td > .item-content, #checkout-review-table-wrapper .data-table tbody tr td .item-product-img {
    float: left
}

#checkout-review-table-wrapper .data-table thead tr th:first-child {
    width: 70%
}

.account-login .content {
    min-height: 230px
}

.account-login .content h2 {
    text-align: left;
    height: 36px;
    line-height: 2;
    font-size: 36px;
    font-weight: normal;
    color: #000
}

.account-login p.required {
    margin: 0 0 12px 0
}

.window-overlay {
    background: url(../image/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 #888;
    border-bottom-color: #777;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #999;
    -webkit-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 6px #999;
    z-index: 1000
}

.remember-me-popup h3 {
    background: #dedede;
    border-bottom: 1px solid #ccc;
    color: #353535;
    font-size: 14px;
    margin: 0;
    padding: 7px 10px 5px
}

.remember-me-popup .remember-me-popup-head {
    position: relative
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../image/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 9px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em
}

.remember-me-popup .remember-me-popup-body {
    border-top: 1px solid #e6e6e6;
    padding: 10px
}

.remember-me-popup .remember-me-popup-body a, .remember-me-popup .remember-me-popup-body a span {
    display: inline-block;
    height: 28px;
    background: transparent url(../image/bkg_btn.png) 0 0 no-repeat;
    padding: 0 0 0 6px;
    font: bold 11px/25px Tahoma, Verdana, Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #555
}

.remember-me-popup .remember-me-popup-body a span {
    background-position: 100% 0;
    padding: 0 15px 0 9px
}

.dashboard .welcome-msg p {
    margin: 0
}

.dashboard .welcome-msg p.hello strong {
    font-weight: normal
}

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

.page-con-1 {
    margin-top: 10px
}

.addresses-list h2 {
    background: #acacac;
    color: white;
    padding: 5px 15px;
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.25
}

.addresses-list h3 {
    font-size: 12px
}

.addresses-list address {
    background: #eceaea;
    padding-left: 16px;
    margin: 0 0 13px 0
}

.addresses-list p {
    margin: 0
}

.addresses-list a {
    font-weight: bold
}

.addresses-list .separator {
    margin: 0 3px
}

.addresses-list li.item {
    margin: 0 0 12px
}

.addresses-list li.empty p {
    font-weight: bold
}

.page-order .title-buttons h1 {
    float: left;
    margin-bottom: 8px
}

.page-order .title-buttons a.link-print {
    float: right
}

.page-order .page-title .p-span {
    display: block;
    height: 26px
}

.page-order .page-title a.link-print {
    display: block;
    height: 34px;
    color: #f39;
    font-size: 14px
}

.order-date {
    margin: 10px 0
}

.order-info-box {
    margin: 0 0 15px
}

.order-info-box h2 {
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 8px;
    padding-bottom: 7px
}

.order-info-box .box-payment p {
    margin: 0 0 3px
}

.order-info-box .box-payment .box-content strong {
    font-weight: normal
}

.order-info-box .box-payment th {
    padding-right: 7px
}

.order-items {
    width: 100%
}

.order-list .order-items h2 {
    border-bottom: 1px solid #ecdcdc;
    padding-bottom: 7px
}

.order-items h2, .order-items h3 {
    clear: none;
    font-size: 13px;
    padding: 0;
    margin: 0 0 .45em
}

.order-items h3 {
    text-indent: 10px;
    font-size: 12px;
    float: left;
    width: 82%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.order-items .product-name {
    font-weight: bold !important
}

.order-items .link-print {
    font-size: 10px;
    text-transform: uppercase
}

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

.order-items .order-links .link-print {
    font-weight: bold;
    font-size: 11px;
    text-transform: none
}

.order-list .order-items .data-table tbody tr td {
    padding: 8px 8px;
    height: 104px;
    vertical-align: top
}

.order-list .order-items .data-table tbody tr div.left {
    width: 18%
}

.checkout-onepage-failure .order-list .order-items .data-table tbody tr div.left {
    width: 11%
}

.order-list .order-items .data-table tbody tr div.left img {
    width: 78px;
    height: 104px
}

.order-list .order-items .data-table tbody .item-options {
    float: left;
    width: 82%
}

.order-list .order-items .data-table tbody .item-options dt {
    text-indent: 10px
}

.order-list .order-items .data-table tbody .item-options dd {
    padding-left: 0
}

.order-list .buttons-set {
    margin-top: 70px
}

.order-track-tit {
    background-color: #e5e5e5;
    margin-bottom: 25px;
    padding: 0 15px;
    line-height: 30px
}

.track_block .track_from #track_text {
    width: 30%;
    height: 29px;
    border: 1px solid #CCC;
    padding-left: 10px
}

.track_block .track_from #track_button {
    height: 29px;
    width: 7%;
    color: white;
    background: #eb340a;
    border: none;
    border: 1px;
    cursor: pointer
}

.track_block .track_from {
    clear: both;
    height: 30px;
    line-height: 30px
}

table.tracktable th, table.tracktable td {
    text-align: center
}

table.tracktable {
    margin-top: 10px;
    color: #333;
    border-collapse: collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: #CCC;
    border-right-color: #CCC;
    border-bottom-color: #CCC;
    border-left-color: #CCC
}

table.tracktable th {
    background-color: #dedede;
    padding: 4px;
    border: 1px solid #CCC
}

table.tracktable td {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #CCC;
    line-height: 25px
}

.track_block .showloading {
    display: none
}

a.trackorder {
    color: #f39;
    margin-left: 10px
}

.track_tips {
    margin-top: 15px
}

.cms-tracking-order .content {
    height: 0
}

#wishlist-table .last .btn-primary {
    display: block;
    background: #fff;
    color: #444;
    padding: 4px;
    border: 2px solid #d6dcde;
    border-radius: 4px
}

.my-wishlist .data-table tbody tr td:nth-child(3) {
    text-align: center
}

.my-wishlist .data-table td .sku {
    margin: 0;
    line-height: 22px
}

#wishlist-table .in-stock, #wishlist-table .s_sku {
    font-size: 14px
}

#wishlist-table .last .btn-remove2 {
    margin-top: 5px;
    font-size: 20px
}

.my-wishlist .product-image {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 0 5px
}

.my-wishlist .product-image img {
    width: 78px;
    height: 104px
}

.my-wishlist h3 {
    font-size: 15px
}

.my-wishlist .buttons-set {
    border: 0;
    padding: 0
}

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

#wishlist-table tbody tr {
    border-bottom: 1px #ececec solid
}

#wishlist-table .special-price .price {
    color: #000
}

.home-blog-container {
    position: relative;
    text-align: center
}

.home-blog-container .strike-through {
    display: table;
    width: 100%
}

.home-blog-container .strike-through:before, .home-blog-container .strike-through:after {
    content: "";
    display: block;
    position: relative;
    top: 15px;
    border-top: #ececec 1px solid
}

.home-blog-internal {
    margin-top: 15px
}

.home-blog-left {
    text-align: left;
    float: left
}

.home-blog-left, .home-blog-right {
    display: inline-block;
    position: relative
}

.home-blog {
    position: relative;
    display: inline-block;
    text-align: left
}

.home-blog .postWrapper {
    padding: 15px 0;
    clear: both
}

.home-blog .postImage {
    float: left;
    margin: 5px 20px 0 0
}

.home-blog .postTitle {
    margin-bottom: 4px
}

.postTitle h6 {
    color: #333;
    font-size: 16px;
    margin: 0;
    line-height: 1.35;
    font-weight: normal
}

.home-blog .blogReadmore {
    margin-top: 4px;
    font-size: 11px
}

.blog-read-more {
    text-transform: uppercase;
    color: #b3a487;
    padding-right: 20px
}

.home-blog-right {
    text-align: right;
    float: right
}

.postWrapper:after {
    content: "";
    display: block;
    clear: both
}

.postImage {
    float: left
}

.postTags {
    margin: 20px 0
}

.postTags li {
    float: left;
    margin-right: 5px
}

.postTags:after {
    content: "";
    display: block;
    clear: both
}

.postTags li:after {
    content: ","
}

.postTags li.last:after {
    content: "";
    display: none
}

.postSocial {
    margin: 20px 0
}

.blog-post-view .postImage {
    float: right;
    margin: 0 0 0 35px
}

.blog-post-view .postTitle h2 {
    font-size: 45px;
    letter-spacing: -1px;
    line-height: 45px;
    margin: 0
}

.blog-post-view .postDetails span {
    color: #b3a487
}

.blog-post-view .postComments {
    border-bottom: #000 1px dotted;
    display: block;
    margin: 20px 0 10px
}

.blog-post-view .postComments h3 {
    margin: 0
}

.blog-post-view .commentWrapper {
    margin: 15px 0
}

.blog-post-view .commentWrapper .commentDetails {
    margin-bottom: 10px
}

.blog-post-view .commentWrapper h4 {
    margin: 0
}

.blog-post-view .submitComment {
    border-bottom: #000 1px dotted
}

.blog-post-view .pager {
    margin: 10px 0 25px;
    padding: 0
}

.blog-index-list .postTitle h2 {
    margin: 0
}

.blog-index-list .postDetails {
    margin-bottom: 10px;
    display: block
}

.blog-index-list .postTags {
    margin: 10px 0
}

.blog-index-list .blogReadmore {
    display: none
}

.blog-index-list .pager {
    margin: 10px 0;
    padding: 0
}

.blog-cat-view .postImage {
    margin: 0 20px 0 0
}

.blog-cat-view .postTitle h2 {
    margin: 0
}

.blog-cat-view .postDetails {
    margin-bottom: 10px;
    display: block
}

.blog-cat-view .postTags {
    margin: 10px 0
}

.blog-cat-view .blogReadmore {
    display: none
}

.blog-cat-view .postReadmoreComments {
    margin-top: 10px
}

.blog-cat-view .pager {
    margin: 10px 0;
    padding: 0
}

.block-blog h5 {
    border-bottom: #dad9d7 1px dashed
}

.block-blog .menu-recent {
    margin-bottom: 15px
}

#blogPostsWrapper.blogPostsPinterest {
    padding-top: 10px;
    clear: both
}

#blogPostsWrapper.blogPostsPinterest:after {
    content: "";
    display: block;
    clear: both
}

#blogPostsWrapper.blogPostsPinterest .postWrapper {
    float: left;
    width: 277px;
    border: 1px solid #ececec;
    border-radius: 3px;
    padding: 7px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 7px #eee;
    -moz-box-shadow: 0 0 7px #eee;
    box-shadow: 0 0 7px #eee;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1)
}

#blogPostsWrapper.blogPostsPinterest .postImage {
    margin: 0 0 12px
}

#blogPostsWrapper.blogPostsPinterest .postContentWrapper {
    display: block
}

#blogPostsWrapper.blogPostsPinterest .postTitle {
    text-align: center;
    display: block
}

#blogPostsWrapper.blogPostsPinterest .postTitle h2 {
    font-size: 22px
}

#blogPostsWrapper.blogPostsPinterest .postContent {
    color: #999;
    margin: 20px 30px;
    text-align: justify
}

#blogPostsWrapper.blogPostsPinterest .postReadmoreComments {
    margin: 5px 0 0;
    text-align: center
}

#infscr-loading {
    display: none;
    position: absolute !important;
    bottom: -33px;
    width: 100% !important;
    text-align: center !important
}

#infscr-loading img {
    margin: 5px
}

.toolbar.blog-pin-style {
    display: none
}

.form-list li.control label {
    float: none
}

.checkout-onepage-success .col-main a {
    text-decoration: underline !important
}

.paypal-express-review .page-title {
    border: 0;
    margin: 0
}

.paypal-express-review .reviewOrder {
    color: #00a3e0
}

.paypal-express-review .info-set.col-sm-12 {
    margin-top: 15px
}

.paypal-express-review .box-title h3 a {
    color: #484343
}

.paypal-express-review .box-title h3, .paypal-express-review .col-sm-12 h3.legend, .checkout-onepage-failure h3.legend {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    color: #484343;
    font-weight: normal
}

.paypal-express-review .col-sm-12 h3 {
    color: #484343;
    font-weight: normal
}

.paypal-express-review .buttons-set button.button {
    opacity: 1 !important
}

.paypal-express-review .buttons-set {
    border: 0
}

.paypal-express-review .buttons-set button.button span > span {
    padding: 10px 32px;
    font-size: 18px
}

.paypal-express-review .col-sm-6 {
    padding-left: 0
}

.paypal-express-review .box-content {
    margin-top: 4px
}

.paypal-express-review .box-top {
    margin-top: 10px
}

.paypal-express-review .info-left {
    padding-right: 0;
    padding-left: 15px
}

.paypal-express-review .info-right .col-2.col-sm-6, .paypal-express-review .info-right .col-1.col-sm-6 {
    width: 50%
}

.paypal-express-review tbody tr {
    border-bottom: 1px #ececec solid
}

#review-please-wait {
    height: 40px;
    margin-top: 11px;
    line-height: 40px;
    margin-right: 25%
}

.paypal-express-review select {
    height: 38px;
    width: 100%
}

.paypal-express-review .item-product-img, .paypal-express-review .item-content {
    float: left
}

.paypal-express-review .item-content {
    margin-left: 10px
}

.paypal-express-review .input-box:before {
    top: 2px;
    left: 206px;
    height: 32px
}

.paypal-express-review select {
    color: #eb2771
}

.paypal-express-review .required {
    color: #db0c0c
}

.paypal-express-review select option, .paypal-express-review select optgroup {
    color: #333;
    font-size: 16px
}

.paypal-express-review .checkout-opc {
    margin-top: 50px
}

#bannernew {
    width: 1140px;
    padding: 10px 0 10px 0;
    clear: both;
    text-align: center;
    margin: 0 auto
}

#new-banner li span {
    margin-left: 8px
}

#new-banner li {
    border: 1px solid #e5e5e5;
    box-shadow: 2px 1px 3px #a79494;
    margin-right: 6px;
    cursor: pointer;
    float: left;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    width: 375px
}

#new-banner li:nth-child(3) {
    margin-right: 0
}

.buy_btn .addcart {
    height: 48px;
    width: 45%;
    line-height: 48px;
    background-image: none;
    background-color: #f39;
    border: 0;
    text-transform: uppercase;
    user-select: none
}

.buy_btn .add-to-cart {
    float: left;
    clear: both;
    text-align: center;
    background: 0;
    color: #fff;
    position: relative;
    border: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    cursor: pointer
}

.buy_btn span:nth-child(1) {
    margin-right: 15px
}

.buy_btn .addcart:hover {
    color: #fff;
    background-color: #fc5aab
}

.buy_btn span, .buy_btn a {
    float: left;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease 0s
}

.buy_btn .addcart, .buy_btn .addwish {
    margin-bottom: 22px
}

.buy_btn .addwish {
    width: 45%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #e0e0e0;
    text-transform: uppercase;
    font-size: 18px;
    color: #666
}

.buy_btn .addwish i {
    position: relative;
    margin-right: 5px;
    display: inline-block;
    width: 25px;
    height: 27px;
    line-height: 27px
}

.product-accordion {
    border-bottom: 1px #000 dotted;
    margin: 15px 0
}

.product-accordion dt {
    border-top: 1px #000 dotted
}

.product-accordion dt a {
    display: block;
    padding: 7px 0 6px 5px;
    position: relative;
    color: #333
}

.product-accordion dt a i {
    margin-right: 10px;
    font-size: 16px
}

.product-accordion dd {
    display: none;
    padding: 15px 0
}

.product-accordion dd p.tabs_p {
    color: red
}

.product-accordion dd a.tabs_a {
    color: #02bbf2
}

#product_accordion_description_contents, #product_tabs_custom_contents, #product_accordion_size_contents {
    margin-left: 10px
}

#product_tabs_custom_contents p {
    margin: 0
}

.dress_size_chart th {
    background: #000;
    color: #fff;
    padding: 2px 5px;
    border: 1px solid #000;
    text-align: center
}

.dress_size_chart td {
    padding: 2px 5px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #ddd;
    vertical-align: middle
}

.size-tlt, .size-col span {
    text-align: center
}

.size-caption {
    border-bottom: 1px solid #c8c8c8
}

.size-tlt {
    height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px
}

.size-col {
    height: 24px;
    line-height: 24px
}

.sizeLayer li:first-child {
    width: 70px;
    border-left: 0
}

.sizeLayer li {
    float: left;
    width: auto;
    border-left: 1px solid #c8c8c8
}

.size-col span {
    float: left;
    width: 50px
}

.sizeLayer li {
    padding-left: 0;
    list-style: none
}

.rec-tlt {
    text-align: center
}

.rec-window {
    width: 180px;
    height: 528px;
    margin-top: 20px;
    overflow: hidden
}

.rec-list li {
    width: 200px
}

.clearfix:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.rec-list li dl:hover {
    opacity: .6;
    filter: Alpha(Opacity=60)
}

.rec-list li dl {
    display: block;
    position: relative;
    float: left;
    width: 80px;
    height: 132px
}

.rec-list li dl:nth-child(odd) {
    margin-right: 20px
}

.rec-list li dt {
    width: 80px;
    height: 106px;
    overflow: hidden
}

.rec-list li dt a, .rec-list li dt img {
    display: block;
    vertical-align: top
}

.rec-list li dd {
    height: 26px;
    line-height: 26px;
    text-align: center
}

.jolly-price {
    unicode-bidi: bidi-override;
    direction: ltr !important
}

.rec-page {
    text-align: right;
    color: #999;
    margin-top: 10px;
    margin-right: 18px;
    -moz-user-select: none;
    -webkit-user-select: none
}

.rec-page span {
    position: static;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle
}

.recNext em, .recPrev em {
    display: inline-block;
    width: 9px;
    height: 30px;
    line-height: 27px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 26px;
    color: #333
}

.J-goodsrecommend-right {
    width: 190px;
    float: right
}

.J-goodsrecommend .J-flashsale-rightAd {
    display: block;
    margin-bottom: 15px
}

.J-goodsrecommend .J-flashsale-rightAd img {
    width: 100%
}

.box-collateral.box-up-sell {
    padding: 10px 0;
    margin-bottom: 3px;
    margin-top: 10px
}

.product-view .box-up-sell {
    background: white;
    margin-left: auto;
    margin-right: auto;
    color: #333;
    text-align: center
}

.block-related-internal {
    position: relative
}

.product-view .box-up-sell #upsell-product-table {
    margin: 15px 0
}

.mini-products-grid {
    width: 1140px
}

.mini-products-grid li {
    position: relative;
    float: left;
    width: 220px;
    margin-right: 10px
}

.mini-products-grid li:last-child {
    margin-right: 0
}

.mini-products-grid .product-image {
    display: flex;
    margin: 0 0 10px;
    height: 396px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mini-products-grid .product-image img {
    width: 264px;
    clear: both;
    display: block;
    margin: auto
}

.mini-products-grid .moreinformation {
    text-align: center
}

.mini-products-grid .product-name {
    font-size: 13px;
    margin: 0;
    font-weight: normal;
    line-height: 1.55
}

.mini-products-grid .price-box {
    text-align: center;
    margin: 0
}

.mini-products-grid .price-box p {
    display: inline-block
}

.old-price .price {
    color: #999 !important;
    text-decoration: line-through
}

.mini-products-grid .price-box .price {
    font-size: 13px;
    color: #f76b5c
}

.contacts-index-index .col-left.sidebar.col-sm-3, .contacts-index-index .col-main.col-sm-9 {
    float: none;
    width: 100%
}

.contacts-index-index textarea.required-entry {
    width: 100%;
    height: 160px
}

.discount_Promotion {
    background: #f5f5f5
}

.topCartContent .discount_Promotion .con {
    padding-left: 0
}

.discount_Promotion .con {
    padding: 5px 0 5px 15px
}

.discount_Promotion .price {
    font-size: 14px;
    font-weight: normal
}

.discount_Promotion .fa, .discount_Promotion .discount-dec .code {
    color: #f39;
    font-size: 14px;
    font-weight: normal;
    padding-right: 5px;
    width: 22px;
    text-align: center
}

.discount_Promotion article {
    display: inline-block
}

form.jqtransformdone label {
    margin-top: 4px;
    margin-right: 8px;
    display: block;
    float: left
}

form.jqtransformdone div.rowElem {
    clear: both;
    padding: 4px 0
}

.jqTransformInputWrapper {
    background: transparent url(../image/input_text_left.gif) no-repeat left top;
    height: 31px;
    padding: 0;
    float: left
}

.jqTransformSelectWrapper {
    position: relative;
    height: 26px;
    float: left
}

.jqTransformSelectWrapper div span {
    font-size: 15px;
    float: none;
    position: absolute;
    white-space: nowrap;
    padding: 3px 0 0 7px;
    cursor: pointer
}

.jqTransformSelectWrapper a.jqTransformSelectOpen {
    position: absolute;
    right: 0;
    top: 6px;
    width: 20px;
    height: 20px;
    display: inline-block;
    font: normal normal normal 14px/1 izchic;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jqTransformSelectWrapper a.jqTransformSelectOpen:before {
    content: "\f107"
}

.jqTransformSelectWrapper ul {
    width: 100% !important;
    height: 157px !important;
    position: absolute;
    top: 25px;
    left: 0;
    background-color: #FFF;
    border: solid 1px #aca4a4;
    display: none;
    z-index: 10;
    overflow: initial !important
}

.toolbar .jqTransformSelectWrapper {
    margin-left: 5px;
    -webkit-box-shadow: inset 0 0 0 1px #e9e3d9;
    -moz-box-shadow: inset 0 0 0 1px #e9e3d9;
    box-shadow: inset 0 0 0 1px #b4ada2
}

.jqTransformSelectWrapper ul li {
    border-bottom: 1px solid #f2e8e8
}

.jqTransformSelectWrapper ul li:nth-last-child(1) {
    border-bottom: 0
}

.jqTransformSelectWrapper ul a {
    display: block;
    padding: 5px 5px;
    font-size: 14px
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
    text-decoration: underline !important
}

.jqTransformHidden {
    display: none
}

.header-container.type19 .header .select-area {
    position: absolute;
    margin-top: -16px
}

.main-container {
    margin: 0 auto
}

.list-collator {
    padding: 0 !important;
}

.header-container .form-language, .header-container .form-currency {
    display: block;
    float: left;
    margin-right: 8px
}

.header-container.type19 .selectbox {
    height: 30px
}

.header-container.type19 .selectbox .select {
    height: 30px;
    padding: 2px 20px 2px 10px;
    font-weight: 600;
    letter-spacing: .03em
}

.header-container .selectbox .select {
    border-color: transparent;
    text-align: center
}

.header-container.type19 .selectbox .trigger i {
    margin-top: 2px
}

.header-container .selectbox li a {
    color: #777 !important
}

.header-container .selectbox .dropdown {
    border-radius: 3px
}

.header-container .selectbox .dropdown ul {
    background-color: #fff !important
}

.header-container .top-links-container span.split {
    float: left;
    display: block;
    height: 14px;
    width: 1px;
    border-right: 1px solid #ccc;
    margin: 6px 3px 6px 0
}

.header-container .main-nav ul.menu > li.menu-full-width > a, .header-container .main-nav ul.menu > li.menu-item-has-children > a, .header-container .main-nav ul.menu > li.menu-static-width > a {
    padding-right: 30px
}

.selectbox li {
    transition: all .3s
}

.header-container .form-language select, .header-container .form-currency select {
    display: none
}

.header {
    position: relative;
    z-index: 1000;
    text-align: left
}

.select-area .selectbox {
    vertical-align: middle;
    cursor: pointer;
    margin-top: 0;
    z-index: 1;
    text-transform: uppercase;
    height: 26px;
    width: 100%
}

.select-area .selectbox .select {
    width: 100%;
    height: 26px;
    padding: 0 20px 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center
}

.selectbox .select .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px
}

.select-area .selectbox .select .text img {
    vertical-align: text-bottom;
    margin: 6px 6px 0 0;
    display: inline-block;
    width: 21px;
    height: 14px
}

.selectbox .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    font-size: 11px
}

.selectbox .trigger i {
    display: block;
    margin-top: 6px;
    font-size: 12px
}

.selectbox .dropdown {
    top: auto;
    border: 1px solid #ccc;
    border-top: 0
}

.selectbox .dropdown ul {
    top: auto;
    margin: 0;
    padding: 4px 0;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    text-align: left
}

.selectbox ul {
    margin-bottom: 0
}

.selectbox li {
    padding: 5px 12px;
    display: block
}

.selectbox li.selected {
    background-color: #f4f4f4
}

.selectbox li a {
    text-decoration: none;
    display: block;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 13px
}

.selectbox li:hover a, .selectbox li a:hover {
    color: #fff
}

.selectbox li a img {
    margin: 0 6px 4px 0;
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    height: 11px
}

.selectbox.default .select {
    background: #ececec;
    cursor: pointer;
    border: solid #cac9c9 1px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 10px;
    padding: 0 30px 0 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    height: 30px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.027), inset 0 1px 0 rgba(255, 255, 255, 0.69), inset 0 -1px 0 rgba(0, 0, 0, 0.0187), inset 0 16px 15px rgba(255, 255, 255, 0.57);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.027), inset 0 1px 0 rgba(255, 255, 255, 0.69), inset 0 -1px 0 rgba(0, 0, 0, 0.0187), inset 0 16px 15px rgba(255, 255, 255, 0.57);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.027), inset 0 1px 0 rgba(255, 255, 255, 0.69), inset 0 -1px 0 rgba(0, 0, 0, 0.0187), inset 0 16px 15px rgba(255, 255, 255, 0.57);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.027), inset 0 1px 0 rgba(255, 255, 255, 0.69), inset 0 -1px 0 rgba(0, 0, 0, 0.0187), inset 0 16px 15px rgba(255, 255, 255, 0.57)
}

.selectbox.default .trigger .arrow {
    border-top-color: #999;
    margin-left: -4px;
    margin-top: 2px
}

.selectbox.default .trigger:before {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ccc;
    border-left: 4px solid transparent
}

.selectbox.default:hover .select {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.027), inset 0 1px 0 rgba(255, 255, 255, 0.69), inset 0 -1px 0 rgba(0, 0, 0, 0.0187), inset 0 16px 15px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.027), inset 0 1px 0 rgba(255, 255, 255, 0.69), inset 0 -1px 0 rgba(0, 0, 0, 0.0187), inset 0 16px 15px rgba(255, 255, 255, 0.75);
    -o-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.027), inset 0 1px 0 rgba(255, 255, 255, 0.69), inset 0 -1px 0 rgba(0, 0, 0, 0.0187), inset 0 16px 15px rgba(255, 255, 255, 0.75);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.027), inset 0 1px 0 rgba(255, 255, 255, 0.69), inset 0 -1px 0 rgba(0, 0, 0, 0.0187), inset 0 16px 15px rgba(255, 255, 255, 0.75)
}

.selectbox.default .select .text {
    padding: 0 10px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #666;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.59);
    line-height: 28px
}

.selectbox.default:hover .select .text {
    color: #888;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.69)
}

.selectbox.default .trigger {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-bottom-color: #999;
    margin-right: 9px;
    margin-top: 5px
}

.selectbox.default .dropdown ul {
    margin-top: 1px;
    margin-bottom: 1px;
    background: #fafafa
}

.selectbox.default .dropdown ul:before {
    display: none
}

.mobile-nav .s_box {
    background-color: #f0f0f0;
    padding: 10px 0
}

.mobile-nav .s_box .box-right {
    margin-right: 8px
}

.mobile-nav .s_box .box-left {
    margin-left: 8px
}

.mobile-nav .s_box .box-left {
    display: inline-block;
    background-color: #333
}

.mobile-nav .s_box .box-left a {
    color: #fff;
    padding: 5px 10px;
    display: inline-block
}

.mobile-nav .s_box .box-right {
    float: right;
    border: 1px solid #000
}

.mobile-nav .s_box .box-right a {
    color: #4d4d4d;
    padding: 5px 10px;
    display: inline-block
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    padding: 0 !important;
    background: #fff;
    margin: 0 !important
}


body {
    font-size: 14px;
}

* {
    outline: none !important;
    padding: 0;
    margin: 0
}

img {
    max-width: 100%;
    display: block
}


a {
    color: #000;
    text-decoration: none;
    transition: all .3s
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h1 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px
}

h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px
}

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

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

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

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

hr {
    border-color: #f5f5f5
}

form {
    display: inline
}

legend {
    display: none
}

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

caption, th {
    vertical-align: middle;
    text-align: left;
    font-weight: 400
}

p {
    margin: 0 0 15px
}

address {
    text-align: left;
    margin: 0;
    font-style: inherit
}

cite {
    font-style: normal
}

q, blockquote {
    quotes: none
}

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

small, big {
    font-size: 1em
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.right-line {
    position: relative !important
}

.right-line:after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important
}

.right-line:after {
    height: 100% !important;
    width: 1px !important;
    border-right: 1px solid #ccc !important
}

a:visited, a:focus {
    text-decoration: none
}

label {
    margin: 0;
    vertical-align: middle;
    color: #000;
    font-weight: 400
}

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

button.button {
    -webkit-border-fit: lines;
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer
}

button.button span span {
    border: 0;
    padding: 0;
    color: inherit;
    background: transparent;
    line-height: inherit;
    font-size: 18px
}

button.button:hover span {
    opacity: .9;
    filter: alpha(opacity=90)
}

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

.header-container.type19 .header .form-search, .header-container.type19 .selectbox .select {
    background-color: #e6e3df
}

.header-container.type19 .selectbox .select, .header-container.type19 .welcome-msg, .header-container.type19 .top-links ul.links a, .header-container.type19 .top-links-icon, .header-container.type19 .top-links-icon a {
    color: #4a4a4a
}

.header-container.type19 {
    border: 0;
    background-color: #fff;
    position: relative
}

.header-container.type19 .header {
    width: 1440px;
    color: #4a4a4a;
    text-align: center
}

.top_ad {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 45px
}

.top_ad .banner_click img {
    height: 100%
}

.top_ad .fa-close {
    border: 2px #fff solid;
    width: 24px;
    height: 24px;
    line-height: 21px;
    position: absolute;
    font-size: 16px;
    color: #fff;
    top: 50%;
    margin-top: -12px;
    right: 14px;
    cursor: pointer
}

.c-header .container-fluid {
    background-color: #f0f0ed
}

.mar-b-0 {
    margin-bottom: 0 !important
}

.container-fluid {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #222
}

.c-header .left {
    display: table
}

.c-header .switch {
    width: 100%;
    position: relative;
    height: 36px;
    overflow: hidden
}

.c-header .hd-swicth {
    text-transform: uppercase;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    color: #444;
    margin-top: 1px
}

.c-header .hd-swicth .hd-ban-li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    vertical-align: middle
}

.c-header .hd-swicth .hd-ban-li a strong {
    color: #f39
}

.c-header .right {
    text-align: right
}

.c-header .sign {
    display: inline-block;
    position: relative;
    padding: 0 5px;
    height: 36px;
    vertical-align: top;
    z-index: 9999
}

.c-header .dropdown {
    display: none;
    position: absolute;
    top: 36px;
    left: 29px;
    width: auto;
    padding: 10px 7px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background-color: rgba(255, 255, 255, .98);
    white-space: nowrap;
    z-index: 111
}

.c-header .right * {
    text-transform: uppercase;
    text-align: left;
    padding-left: 6px
}

.c-header .right i {
    color: #00a3e0
}

.dropdown, .dropup {
    position: relative
}

.c-header .dropdown a {
    display: block;
    padding: 6px 0;
    line-height: 14px
}

.red_num {
    color: #d10000
}

.c-header .tracking {
    display: inline-block;
    position: relative;
    padding: 0 5px;
    height: 36px;
    vertical-align: top
}

.c-header .present {
    display: block;
    height: 36px;
    line-height: 36px
}

.c-header .online-help {
    padding-right: 0;
    display: inline-block;
    position: relative;
    height: 36px;
    vertical-align: top
}

b, strong {
    font-weight: 700
}

.col-xs-5 {
    position: relative;
    min-height: 1px
}

.col-xs-5 {
    width: 41.66666667%
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

.header-container.type19 .header > .logo {
    margin: 19px 0 15px 0
}

.header-container.type19 .header-main-nav .container a.dspy {
    display: none
}

.header > .logo {
    text-decoration: none !important;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 194px;
    position: relative;
    z-index: 2;
    transition: none
}

.header > .logo > .logo {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%
}

.header .logo strong {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden
}

.clearer:after, .header-container:after, .product-essential: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, .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, .form-list .input-box: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, .box-content:after, .block-content:after, .postDetails:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden
}

.header-container.type19 .search-area {
    position: absolute;
    right: 15px;
    left: auto;
    top: 45%;
    margin-top: -12px;
    vertical-align: middle;
    display: inline-block
}

.header-container.type19 .search-icon {
    display: none;
    color: #4a4a4a
}

a.search-icon {
    display: inline-block;
    width: 25px;
    text-align: center
}

.header-container.type19 #search_mini_form {
    display: inline-block;
    vertical-align: middle
}

.header-container.type19 .form-search {
    border-color: #dbe0e2;
    background-color: #e6e3df;
    min-width: 200px
}

.header-container.type19 .form-search {
    position: relative;
    border-radius: 0 !important;
}

.no-padding {
    padding: 0 !important
}

.form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
    display: none;
    margin: 0;
    vertical-align: middle;
    color: #777;
    font-size: 13px;
    font-weight: 400
}

#search_mini_form .form-search #search {
    height: 30px;
    background-color: transparent;
    line-height: 20px
}

#search_mini_form .form-search button.button {
    width: 35px;
    height: 30px;
    color: #4a4a4a;
    background-color: transparent;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e6e3df
}

#search_mini_form .form-search .search-autocomplete {
    z-index: 999
}

.fixed-nav {
    position: fixed;
    width: 100%;
    z-index: 99999;
    background: #fff
}

.fixed-search {
    position: fixed !important;
    z-index: 995999 !important;
    color: #333
}

.topCartContent #header-items {
    right: 0;
    padding: 15px;
    z-index: 1400;
    width: 400px;
    position: absolute;
    background: #fff;
    box-shadow: 1px 2px 6px #999;
    text-align: center
}

.topCartContent #header-items .btn-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
    text-align: center;
    line-height: 24px;
    float: right;
    clear: right
}

.topCartContent #header-items button.button {
    border: 1px #e0e0e0 solid;
    white-space: nowrap;
    color: #444;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer;
    width: 100%
}

.topCartContent #header-items .btn-checkout span {
    color: #fff;
    font-size: 16px;
    display: block;
    margin-top: 3px
}

.header-container.type19 .mini-cart .mini-products-list li a.btn-remove {
    z-index: 3;
    position: relative;
    top: 70px;
    right: 0;
    background-color: #fff
}

.header-container.type19 .mini-cart .mini-products-list li a.btn-remove:before {
    font-size: 20px
}

.header-container.type19 .mini-cart .totals {
    padding: 15px 30px 25px;
    overflow: hidden
}

.header-container.type19 .mini-cart .totals .label {
    float: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #474747
}

.header-container.type19 .mini-cart .totals .price-total {
    float: right;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #474747
}

.header-container.type19 .mini-cart .qty-price {
    color: #696969
}

.header-container.type19 .mybag-link i {
    padding: 0 8px;
    margin-bottom: 3px
}

.mybag-link i {
    color: #00a3e0
}

.mybag-link {
    display: inline-block;
    border-radius: 5px;
    height: 40px;
    text-align: center
}

.topCartContent {
    background-color: #fff;
    z-index: 100;
    border-radius: 8px 8px 5px 5px;
    height: 100%;
    width: 100%;
}

.breadcrumbs ul {
    padding: 0
}

.breadcrumbs li {
    display: inline;
    vertical-align: top
}

.breadcrumbs li strong {
    font-weight: 400;
}

.breadcrumbs li a {
    vertical-align: middle;
    font-weight: 400;
    color: #4a4a4a;
    font-size: 14px
}

.breadcrumbs li a i {
    font-style: normal
}

.breadcrumbs span.breadcrumbs-split {
    vertical-align: middle;
    font-size: 12px;
    margin: 0 8px
}

.breadcrumbs span.breadcrumbs-split i:nth-child(1) {
    font-size: 14px
}

.top-container > .breadcrumbs {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 13px;
    line-height: 1;
    color: #4a4a4a
}

.breadcrumbs ul li span {
    display: inline-block;
    width: 5px;
    line-height: 16px;
    vertical-align: middle
}

.breadcrumbs li.back {
    float: right;
    position: relative
}

.breadcrumbs li.back .fa:before {
    margin-right: 10px
}

.header-container.sticky-header .header-wrapper {
    position: fixed !important;
    height: 70px;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all
}

.header-container.sticky-header .menu-wrapper .mini-cart .topCartContent {
    top: 40px
}

.pro-left {
    overflow: visible;
    z-index: 10;
    float: left;
    width: 500px;
    position: relative
}

#gallery {
    position: relative;
    float: left;
    width: 460px;
    z-index: 5
}

#gallery .loadding {
    background: url(../image/loading.gif) no-repeat 50% 50%;
    position: relative
}

.handle {
    z-index: 1000;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 140px !important;
    height: 140px !important;
    background: url(../image/zoom_handle_bg.gif) repeat
}

.zoomdiv {
    z-index: 999;
    position: absolute;
    margin-left: 20px;
    top: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background: url(../image/loading.gif) no-repeat 50% 50% #fff;
    border: 1px solid #e5e5e5;
    text-align: center;
    overflow: hidden
}

.zoomdiv img {
    max-width: inherit
}

.productpic {
    position: relative;
    width: 422px;
    height: 562px;
    margin: 0 0 15px 17px;
    overflow: hidden;
    border: 1px solid #e5e5e5
}

.img480 {
    width: 420px;
    height: 560px
}

.img60, .img480 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden
}

.img480 img {
    width: 420px;
    height: 560px
}

.product-big-pic-left, .product-big-pic-right {
    position: absolute
}

.product-big-pic-left {
    left: 0;
    top: 270px;
    cursor: pointer
}

.product-big-pic-right {
    left: 450px;
    top: 270px;
    cursor: pointer
}

.product-big-pic-left, .product-big-pic-right {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    width: 10px;
    font-size: 33px
}

.thumbnail {
    height: 104px;
    clear: both;
    position: relative;
    width: 460px
}

.thumbnail .prev-disabled {
    cursor: default
}

.thumbnail .prev {
    float: left;
    margin: 0 5px 0 0;
    font-size: 33px;
    padding-left: 10px
}


.thumbnail-slide .list-item {
    display: inline;
    float: left;
    cursor: pointer;
    width: 75px;
    height: 100px;
    margin: 0 2px;
    padding: 1px;
    border: 1px solid #e5e5e5;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.thumbnail-slide .hover {
    padding: 1px;
    border: 1px solid #c30
}

.thumbnail-slide .selected {
    padding: 0;
    border: 2px solid #c30;
    box-sizing: content-box;
    -moz-box-sizing: content-box
}

.img60 {
    width: 75px;
    height: 100px
}

.thumbnail-slide .list-item img {
    width: 75px;
    height: 100px
}

.thumbnail .next {
    float: right;
    font-size: 33px
}

.thumbnail .trigger {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 19px;
    height: 100px;
    line-height: 100px
}

.main-container {
    width: 100%;
    padding: 10px 20px 0;
    min-height: 400px;
}

.main {
    text-align: left
}

#loading-mask {
    display: none;
    font-size: 1.1em;
    font-weight: 700;
    position: fixed;
    text-align: center;
    z-index: 20002;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.catalog-product-view .background-overlay {
    background-color: #fff
}

.catalog-product-view #loading_mask_loader {
    display: block
}

#loading_mask_loader {
    display: none
}

i.ajax-loader.large {
    width: 32px;
    height: 32px;
    border-width: 2.5px
}

i.ajax-loader {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #08c;
    border-radius: 20px;
    border-bottom-color: transparent !important
}

#after-loading-success-message {
    display: none;
    font-size: 1.1em;
    position: fixed;
    text-align: center;
    z-index: 20002;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.background-overlay {
    background-color: transparent;
    opacity: .5;
    filter: Alpha(Opacity=50);
    left: 0;
    top: 0
}


.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto
}

.product-view .product-img-box .more-views h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase
}

.product-view .product-img-box .more-views ul {
    margin-left: -9px
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden
}

.product-shop .product-name > span {
    color: #999
}

.product-shop .product-name .list-price {
    padding-top: 12px
}

.product-shop .product-name .price-box {
    margin-top: 12px
}

.product-shop .product-name .price-box .old-price .price-label > span {
    color: red;
    font-size: 20px
}

.product-shop .product-name .price-box .old-price .price {
    color: red;
    font-size: 20px
}

.tier-prices table, .tier-prices table tr, .tier-prices table th, .tier-prices table td {
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-spacing: 1px
}

.tier-prices table {
    width: 100%;
    font-size: 11px
}

.tier-prices table, th {
    font-size: 12px
}

.tier-prices table th {
    background: #f5f5f5
}

.tier-prices table th, .tier-prices table td {
    padding: 3px 3px;
    text-align: center
}

#container2 .last dt > label {
    font-size: 14px;
    float: left;
    width: 100%
}

#container2 .input-box {
    margin: 6px 0;
    display: inline-block;
    z-index: 0
}

#container2 .last .color {
    margin-top: 10px
}

#container2 .add-to-cart {
    height: 50px;
    width: 100%
}

#container2 .add-to-cart .q_input {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -25px
}

#container2 .add-to-cart .q_input input:nth-child(1) {
    background-color: #fff;
    border: 0;
    font-size: 20px
}

#container2 .add-to-cart .q_input input:nth-child(3) {
    background-color: #fff;
    border: 0;
    font-size: 20px
}

.add-to-cart .quanitybox .input-text, .quanitybox .quantity_box_button_down, .quanitybox .quantity_box_button_up {
    text-align: center;
    width: 48px;
    height: 36px;
    color: #111;
    margin-left: 3px;
    border: 1px solid #d3cccc
}

.topCartContent .button-show a, .paypal-express-review .info-right .col-2 .box-title h3, #wishlist-table .in-stock, #wishlist-table .s_sku, .rightpartb_nr dl dd span.price, #opc-review tfoot .price, #my-orders-table tfoot .price, .cart .price, #checkoutSteps dt label a, #checkoutSteps dd ul li a, .checkout-onepage-success .col-main .success_a, #checkout-shipping-method-load .sp-methods span:last-child, .paypal-express-review tfoot tr .price {
    color: #000
}

.topCartContent .price, .rec-list li dd, .special-price .price, .product-options p.required a, #new-banner li span {
    color: var(--main-color)
}

button.btn-cart, .topCartContent #header-items .btn-checkout, .cart .totals .checkout-types .button, .buttons-set button.button {
    background-color: #f39 !important;
    border-color: #f39 !important
}

button.btn-cart {
    float: left;
    clear: both;
    margin: 12px 0 0 0;
    height: 40px;
    text-align: center;
    background: 0;
    color: #fff;
    position: relative;
    width: 50%
}

.add-to-cart button.button span > span {
    font-size: 16px;
    text-transform: uppercase
}

.button.btn-cart:before {
    margin-right: 22px;
    font-size: 18px
}

.add-heartFixed {
    position: fixed !important;
    right: 0 !important;
    left: inherit !important;
    top: inherit !important;
    bottom: 0 !important;
    -webkit-box-shadow: inset 0 0 4px #ebebeb;
    box-shadow: inset 0 0 4px #ebebeb;
    margin: .3rem .34rem !important
}

.btn-cartFixed {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 1;
    -webkit-box-shadow: inset 0 0 4px #ebebeb;
    box-shadow: inset 0 0 4px #ebebeb;
    margin: .3rem .34rem !important
}

#products-grid {
    position: relative
}

#products-grid ul li {
    margin-right: 20px
}

#products-grid ul li:nth-last-child(1) {
    margin-right: 0
}

.category-products .products-grid.columns4 li.item.nth-child-4np1 {
    clear: left
}

.category-products .products-grid.columns4 .item {
    width: 270px;
    float: left;
    margin-bottom: 14px
}

#products-grid .products-grid.columns4 .item-img {
    width: 25%;
    float: left;
    margin-bottom: 14px;
    padding-bottom: 25px !important
}

#products-grid .products-grid.columns4 .item-img:nth-child(odd) {
    padding-right: 5px
}

.products-grid .item-img {
    position: relative
}

.category-products .products-grid li.item .item-area {
    width: 100%;
    position: relative
}

.product-image-area {
    overflow: visible
}

.product-image-area {
    padding: 0;
    border: 0
}

.product-image-area {
    position: relative;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 3px;
    z-index: 0
}

.category-products .products-grid li.item .product-image {
    height: 360px;
    display: flex;
    z-index: 0;
    overflow: hidden;
    border-radius: 3px;
    background: white;
    margin-bottom: 8px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-products li.item .product-image img {
    width: 270px;
    transition: all .3s
}

.box-up-sell.category-products .products-grid li.item .details-area {
    position: relative
}

.filter-products .products:not(.small-list) div.item .details-area, .category-products .products-grid div.item .details-area, .category-products .products-grid li.item .details-area {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px
}

.category-products .products-grid li.item .details-area {
    padding: 10px;
    text-align: center
}

.category-products .products-grid li.item .details-area .product-name {
    padding-right: 30px;
    margin: 0;
    text-align: left
}

.product-name {
    margin: 10px 0;
    font-size: 14px;
}

/* 添加通栏样式 */
.full-width-container {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

/* 添加通栏下拉菜单样式 */
.nav-sublist-dropdown {
    width: 105vw !important;
    left: -17vw !important;
    right: 0 !important;
    max-width: none !important;
}

.category-products .products-grid li.item .details-area .product-name a {
    letter-spacing: .025em;
    color: #4a5157;
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis
}

.price-box {
    text-align: left
}

.regular-price {
    color: #444;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap !important
}

.box-up-sell.category-products .products-grid li.item .details-area .actions {
    margin: 0;
    position: absolute;
    right: 0;
    top: 21px
}

.box-up-sell.category-products .products-grid li.item .details-area .actions a {
    position: static;
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=1);
    border: 0;
    color: #dfdfdf;
    margin: 0;
    margin-top: 2px;
    font-size: 20px
}

.category-products .products-grid li.item .item-area:hover .actions a {
    color: #2a2c30
}

.products-grid .item .item-area:hover .product-image {
    box-shadow: 0 0 21px #000;
    transition: all .3s
}

.item .details-area .actions a.addtowishlist {
    position: relative;
    right: -37px
}

.item .details-area .actions a {
    margin: 10px 1px;
    vertical-align: middle;
    visibility: hidden;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

li.tier-price.tier-1, li.tier-price.tier-2, li.tier-price.tier-3 {
    border-left: 0
}

.account-login .content p {
    text-align: right
}

.account-login .content a.register-link {
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    vertical-align: top;
    color: #f39;
    margin: 0 5px
}

.buttons-set .b-login .button {
    float: none;
    background-color: #f39;
    border: 1px solid transparent;
    width: 100%;
    font-size: 14px;
    height: 38px;
    line-height: 10px
}

.left-con .buttons-set .button:hover, .buttons-set .b-login .button:hover {
    opacity: .6;
    border-color: #f39;
    background-color: #f39
}

.buttons-set .b-login .button span, .left-con .buttons-set .button span {
    color: #fff;
    border: 0 !important;
    font-size: 16px
}

.or-line-through {
    position: relative;
    height: 1rem;
    margin-top: 16px
}

.or-line-through:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    border-top: 1px solid #c1c1c1;
    top: 50%;
    left: 0
}

.or-line-through:after {
    content: "or";
    color: #c1c1c1;
    font-size: 1.2rem;
    bottom: 0;
    margin-bottom: -4px;
    text-align: center;
    padding: 0 1rem;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1.3rem
}

.facebook-goggle .btn-sign-in-fb {
    margin-top: .6rem
}

.facebook-goggle .btn-sign-in-fb, .btn-sign-in-other {
    border: 0
}

.facebook-goggle .btn-sign-in-fb {
    margin-top: 1rem;
    width: 100%;
    height: 2.4375rem;
    color: #fff;
    background: #1d4aa4
}

.facebook-goggle .sign-in-txt {
    position: relative;
    padding-left: 2rem;
    font-size: .9375rem;
    line-height: 2.4375rem
}

.btn-sign-in-other .icon-sign-in-other {
    height: 1.34375rem;
    line-height: 2.4375rem
}

.btn-sign-in-google {
    background: #ca2a21;
    border: 0
}

.btn-sign-in-other {
    margin-bottom: .6rem;
    width: 100%;
    height: 2.4375rem;
    color: #fff
}

.col-main .account-login .box .col2-set .col-2 .buttons-set {
    border-top: 0
}

#messages_product_view .messages {
    margin: 20px 0;
    font-size: 14px;
    color: red;
    border: 1px solid red;
    padding: 5px;
    background-color: #faf9f7;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.validation-advice, .error-msg span {
    color: #f76b5c
}

.account-login .content .form-list .input-box input.input-text, .left-con .fieldset .input-box input.input-text {
    width: 100%;
    height: 32px
}

.col-main .account-login .box {
    margin: 20px auto;
    background: #FFF;
    width: 50%
}

.col-main .account-login .box .a-box {
    padding-bottom: 38px;
    margin-bottom: 22px;
    padding: 0 15px
}

.col2-set .registered-users a.f-right {
    padding: 0 0 16px 0
}

.login-tab {
    padding: 15px 0
}

.login-tab a {
    width: 50%;
    text-align: center;
    display: inline-block;
    font-size: .8125rem;
    color: #000;
    line-height: 2rem
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.col-sm-4 {
    width: 33.33333333%
}

.col-sm-4 {
    float: left
}

.col-sm-6 {
    width: 570px
}

.col-sm-6 {
    float: left
}

.col-sm-9 {
    width: 855px
}

.col-sm-9 {
    float: left
}

.container:before, .container:after {
    display: table;
    content: " "
}

.container:after {
    clear: both
}


.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto
}

.col-sm-3 {
    width: 285px
}

.col-sm-3 {
    float: left
}

.col-sm-2 {
    width: 295px
}

.show {
    display: block !important
}

.col-sm-12, .col-sm-10, .col-sm-2 {
    float: left
}

.col-sm-12 {
    width: 1140px
}

.col-sm-10 {
    width: 520px;
    margin-left: 10px
}

.col-sm-5 {
    width: 475px
}

.col-sm-8, .col-sm-4, .col-xs-12, .col-sm-9, .col-sm-3, .col-lg-9, .col-sm-12, .col-sm-10, .col-sm-2, .col-md-8 {
    position: relative;
    min-height: 1px
}

.col-sm-6, .col-sm-5, .col-lg-3, .col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-sm-5, .col-xs-12, .col-xs-6 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-6 {
    width: 570px
}

.col-md-8 {
    float: left
}

.col-md-8 {
    width: 760px
}

.col-lg-9 {
    float: left
}

.col-lg-9 {
    width: 855px
}

.col-md-4 {
    float: left
}

.col-md-4 {
    width: 380px
}

.col-md-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-sm-8 {
    float: left
}

.col-sm-8 {
    width: 760px
}

.col-main .account-create .a-left-con .fieldset .legend {
    text-align: right
}

.col-main .account-create .a-left-con {
    width: 50%;
    margin: 20px auto;
}

.account-create .form-list .fields .customer-name .field, .account-create .form-list .fields .field {
    width: 100%
}

.a-left-con .left-con .page-title1 h1 {
    text-align: left;
    height: 32px;
    font-size: 36px;
    font-weight: normal;
    color: #333
}

.account-create .fieldset {
    padding-bottom: 0
}

.account-create .buttons-set {
    border-top: 0
}

.fieldset .legend {
    height: auto;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #333
}

.fieldset .legend .J-signIn-link {
    color: #f39;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    vertical-align: top;
    margin: 0 5px
}

.account-create .a-right {
    width: 49%;
    float: right;
    margin-top: 80px
}

.account-create .a-right .one-2 .content-right img {
    background-size: cover;
    width: 100%;
    height: 100%
}

.left-con .buttons-set .button {
    width: 100%;
    float: none;
    border-color: #f39;
    background-color: #f39;
    height: 38px;
    border-radius: 4px
}

.facebook-goggle1 .f-facebook, .facebook-goggle1 .f-goggle {
    width: 45%;
    position: relative
}

.facebook-goggle1 .f-facebook {
    float: left
}

.facebook-goggle1 .f-goggle {
    float: right
}

.facebook-goggle1 .f-facebook .btn-sign-in-other {
    width: 100%;
    height: 2.4375rem;
    color: #fff;
    background: #1d4aa4
}

.col2-left-layout {
    margin-top: 10px
}

#aside .user-home {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block
}

#aside h3 {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase
}

#aside .scroll-list {
    font-size: 14px
}

#aside .scroll-list li {
    padding: 0 12px 0 0
}

#aside .scroll-list li a {
    display: block;
    line-height: 18px;
    margin-bottom: 12px;
    max-height: 32px;
    overflow: hidden;
    padding-left: 15px
}

#aside .category-box {
    margin-bottom: 25px;
    position: relative;
    padding-left: 9px
}

.wish-list-mobile .user-table tfoot {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px #ececec solid
}

.user {
    font-size: 14px
}

.w-tit {
    border-bottom: 1px solid #999;
    margin-bottom: 21px;
    text-align: center
}

.w-tit h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    background-color: #fff;
    position: relative;
    top: 30px
}

.hide-box1-0, .hide-box1-1, .hide-box1-2, .hide-box1-3 {
    overflow: hidden;
    padding-top: 20px
}

.hide-box1-0 li, .hide-box1-1 li, .hide-box1-2 li, .hide-box1-3 li {
    float: left;
    margin-right: 2.077777777%;
    width: 12.2%;
    height: 165px
}

.hide-box1-0 li img, .hide-box1-1 li img, .hide-box1-2 li img, .hide-box1-3 li img {
    border: 1px solid #fafafa;
    background-size: cover;
    width: 104px;
    height: 138px
}

.hide-box1-0 li p, .hide-box1-1 li p, .hide-box1-2 li p, .hide-box1-3 li p {
    text-align: center;
    padding-top: 10px
}

.hide-box1-0 li p b, .hide-box1-1 li p b, .hide-box1-2 li p b, .hide-box1-3 li p b {
    color: #202020;
    font-size: 14px;
    text-align: center
}

.box-current {
    width: 100%;
    height: 30px;
    text-align: center
}

.box-current ul {
    text-align: center
}

.box-current ul li {
    margin-left: 15px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: none repeat scroll 0 0 #e5e5e5;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.box-current ul li.on {
    background-color: #202020
}

.hide {
    display: none
}

.category-products .pager .sort-by {
    margin: 5px 0
}

.category-products .pager .sort-by label, .category-products .pager .limiter label {
    float: left;
    margin-top: 3px
}

.category-products .pager .sort-by label i {
    margin-left: 7px;
    float: right
}

.category-products .pager .sort-by {
    display: inline-block
}

.category-products .pager .sort-by select, .category-products .pager .limiter select {
    margin: 0 0 4px 4px;
    padding-right: 55px;
    height: 20px
}

.pager .sort-by .mobile-sort {
    float: left;
    margin-right: 8px
}

.pages a.next {
    text-indent: -9999px;
    padding-left: 10px;
    padding-right: 10px
}

.pages li:hover a {
    color: #876e48
}

.pages li:hover a, .pages li:hover strong {
    background-position: left center
}

.pages a.next {
    background: url(../image/next-page.png) no-repeat left top
}

.pages li a, .pages li strong {
    padding: 1px 7px 1px 7px;
    height: 18px;
    display: block;
    color: #999;
    line-height: 16px
}

.products-list {
    width: 1200px;
    margin-left: -10px;
    display: table;
    word-spacing: -1em;
    font-size: 0
}

.products-list li {
    width: 25%;
    float: left
}

.breadcrumbs, .jqtransformdone {
    padding: 0 0 10px 0
}

.category-products .toolbar .pager .sort-by a img {
    display: none
}

.moreinfo .price-box .view-wish {
    position: absolute;
    right: 0;
    top: 0
}

.moreinfo .price-box .view-wish .ui-btn-fav-simple {
    display: inline-block;
    position: relative;
    width: auto;
    vertical-align: top
}

.moreinfo .price-box .view-wish .ui-btn-fav-simple a span {
    color: #999
}

.products-pro {
    float: right
}

.products-pro span {
    color: #777;
    font-size: 12px
}

.category-image {
    margin-bottom: 14px
}

.products-grid .theme-item__time {
    position: relative;
    font-size: 12px;
    line-height: 26px;
    margin-top: 2px;
    text-align: center
}

.products-grid .theme-item__time .promotion-only {
    font-size: 16px;
    color: #f39;
    text-transform: capitalize
}

.products-grid .theme-item__countdown {
    margin: 0
}

.products-grid .theme-item__countdown span {
    margin: 0 1px;
    font-weight: bold;
    font-size: 16px;
    color: #f39
}

.products-grid .theme-item__countdown .timeNum {
    padding: 5px 0;
    vertical-align: middle
}

.products-grid .theme-item__countdown em.fa {
    font-size: 20px;
    padding: 5px 5px;
    vertical-align: middle
}

.new-description .iconDiscountB {
    width: 41px;
    top: 6px;
    padding-right: 16px
}

.iconDiscountB {
    width: 36px;
    height: 40px;
    color: #fff;
    text-align: right;
    padding-right: 12px;
    position: absolute;
    line-height: 26px;
    top: 0;
    right: 0;
    font-size: 18px;
    font-family: arial, helvetica, sans-serif;
    text-shadow: 0 -1px 0 #d9d9d9;
    font-weight: 400;
    background: url(../image/off.png) no-repeat
}

.promotion-left {
    margin: 10px 0 7px 0;
    text-transform: capitalize
}

.promotion-left span {
    font-size: 16px
}

.promotion-left span:nth-last-child(1) {
    color: #00a3e3
}

.checkout-onepage-failure .contact_us {
    color: #f39;
    text-decoration: underline !important
}

.col-sw-4 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-sw-4:nth-child(4n+1) {
    clear: both
}

.col-sw-4 {
    width: 25%
}

.col-sw-10 {
    width: 83.33333333%
}

.col-sw-2 {
    width: 50%
}

.col-sw-2, .col-sw-10 {
    float: left
}

.col-sw-2, .col-sw-10 {
    position: relative;
    min-height: 1px
}

.main-nav {
    padding: 2px 0;
    position: relative
}

.main-nav .double-border {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb
}


.main-nav a {
    color: #333;
    text-align: left
}

.main-nav .menu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.main-nav .menu > li {
    display: inline-block;
    padding: 0 22px
}

.main-nav .menu > li > a {
    display: block;
    position: relative;
    padding: 13px 5px;
    text-transform: capitalize;
    font-weight: 400
}

.main-nav .menu > li > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0
}

.main-nav .menu > li > a > span.cat-label {
    position: absolute;
    top: 0;
    right: 16px;
    font: 11px arial, sans-serif;
    text-transform: uppercase;
    padding: 2px 6px
}

.main-nav .menu > li > a > span.cat-label.cat-label-label1 {
    background: #f00;
    color: #fff
}

.main-nav .menu > li .nav-sublist-dropdown {
    display: none;
    z-index: 10000;
    box-sizing: border-box;
    max-width: 100%;
    list-style: none;
    position: absolute;
    top: 62px
}

.main-nav .menu > li .nav-sublist-dropdown.active {
    display: list-item
}

.main-nav .menu > li .nav-sublist-dropdown:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -15px;
    z-index: -1
}

.main-nav .menu > li .nav-sublist-dropdown ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.main-nav .menu > li .nav-sublist-dropdown ul li a > span {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: #000
}

.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label {
    position: absolute;
    font: 10px arial, sans-serif;
    text-transform: uppercase;
    padding: 0 2px;
    top: 2px;
    right: -35px
}

.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1 {
    background: #f00;
    color: #fff
}

.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2 {
    background: #00f;
    color: #fff
}

.main-nav .menu > li .nav-sublist-dropdown ul li .image-item a {
    font-size: 0 !important
}

.main-nav .menu > li .nav-sublist-dropdown ul li .image-item:before {
    display: none
}

.main-nav .menu > li .nav-sublist-dropdown .container {
    max-width: 100vw;
    padding: 0
}

.main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children {
    position: relative
}

.main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children > a:before {
    font: normal normal 16px/20px "FontAwesome";
    content: '\f105';
    width: 15px;
    height: 15px;
    position: absolute;
    right: -3px;
    top: 6px;
    margin-left: 13px
}

.main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
    position: absolute;
    left: 199px;
    top: -6px;
    display: none
}

.main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li {
    background-color: #fff;
    width: 200px
}

.main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist li:last-child a {
    border-bottom: 1px solid #dbdbdb
}

.main-nav .menu > li .nav-sublist-dropdown .container > ul .menu-item-has-children:hover > .nav-sublist {
    display: block
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main-nav .menu > li.menu-static-width .nav-sublist-dropdown {
    padding: 25px 0 30px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #dfdfdf;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.3)
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a {
    display: block;
    padding: 5px;
    border: 0
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li > a.level1 {
    text-transform: uppercase;
    line-height: 1.5
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li {
    background: 0;
    width: auto;
    clear: both
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:before {
    font: normal normal 16px/20px "FontAwesome";
    text-decoration: inherit;
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    float: left;
    margin: 0 10px 0 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li a:hover:before {
    text-decoration: none
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul {
    margin: 3px 0 3px 5px
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li:before {
    line-height: 17px
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul li a {
    padding: 3px;
    font-size: 12px
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul > li .nav-sublist a {
    font-size: 13px
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul .menu-item-has-children > a:before {
    background: 0
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a, .main-nav .menu > li.menu-static-width .nav-sublist-dropdown .container ul .menu-item-has-children .nav-sublist ul li:last-child a {
    border-bottom: 0
}

.main-nav .menu > li:nth-last-child(1) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist, .main-nav .menu > li:nth-last-child(2) .nav-sublist-dropdown .container > ul .menu-item-has-children .nav-sublist {
    left: auto;
    right: 176px
}

.main-nav {
    background-color: transparent;
    font-size: 12px;
    border: 0;
    padding: 0;
    text-align: left
}

.header-container.type19 .header-main-nav .main-nav > .container {
    padding: 0;
    width: 100%
}

.header-container.type19 .main-nav .menu-wrapper {
    background-color: transparent
}

.main-nav .menu-wrapper {
    border-radius: 5px 5px 0 0;
    position: relative
}

.header-container.type19 .main-nav .menu {
    padding-right: 100px
}

.main-nav ul.menu > li.act {
    border-radius: 5px
}

.main-nav ul.menu > li {
    padding: 0;
    border-radius: 5px
}

.main-nav ul.menu > li.menu-full-width, .main-nav ul.menu > li.menu-item-has-children, .main-nav ul.menu > li.menu-full-width.act:hover, .main-nav ul.menu > li.menu-item-has-children.act:hover {
    padding: 0;
    border-radius: 5px 5px 0 0
}

.main-nav ul.menu > li .nav-sublist-dropdown {
    border: 0;
    background-color: #fff;
    border-radius: 0 6px 6px 6px;
    padding: 30px 30px;
    min-width: 160px;
    width: auto;
    border-top: 5px solid #08c
}

.main-nav ul.menu > li.menu-full-width > a, .main-nav ul.menu > li.menu-item-has-children > a {
    padding-right: 30px
}

.main-nav ul.menu > li {
    transition: all .1s;
    margin-right: 3px
}

.main-nav ul.menu > li:first-child {
    margin-right: 0
}

.header-container.type19 .main-nav ul.menu > li > a .fa-angle-down {
    padding-left: 3px
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown {
    border: 0;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    text-align: left;
}

.main-nav .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li a {
    text-decoration: none
}

.main-nav .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li:hover > a {
    background-color: #f4f4f4
}

.main-nav .menu > li .nav-sublist-dropdown .container ul > li:first-child a {
    border: 0
}

.menu img {
    max-width: 100%
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1 {
    font-size: 14px;
    font-weight: 600;
    padding: 0 5px;
    margin-top: 10px
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul li a:before {
    display: none
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist ul li ul {
    margin-left: 10px
}

.main-nav ul.menu > li > a {
    transition: color .1s, background-color .1s
}

.main-nav .menu > li .nav-sublist-dropdown:before {
    top: -2px
}

.main-nav .menu > li .nav-sublist-dropdown .container {
    width: auto
}

.main-nav .menu > li.menu-full-width .nav-sublist-dropdown a {
    color: #777
}

.header-container.type19 .main-nav ul.menu > li > a {
    font-size: 1.2vw;
    padding: 19.5px 15px 18.5px 0;
    margin-right: 10px
}

.header-container.type19.sticky-header .main-nav ul.menu > li > a {
    color: #464646;
    margin-bottom: 5px
}

.header-container.type19 .main-nav ul.menu > li.menu-full-width > a:after, .header-container.type19 .main-nav ul.menu > li.menu-item-has-children > a:after {
    right: 10px
}

.header-container.type19 .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li > a.level1 {
    font-size: 13px;
    font-weight: 700;
    margin-top: 26px;
    margin-bottom: 4px
}

.header-container.type19 .main-nav .menu > li.menu-full-width .nav-sublist-dropdown .container ul > li .nav-sublist a {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase
}

.header-container.type19 .main-nav .menu > li.menu-item-has-children .nav-sublist-dropdown .container ul > li a {
    display: block;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    padding: 0 15px;
    line-height: 35px;
    text-transform: uppercase
}

.main-nav ul.menu > li {
    transition: color .1s, background-color .1s
}

.header-container.type19 .main-nav ul.menu > li.fl-right {
    margin-right: 0;
    margin-left: 3px;
    float: right !important
}

.main-nav .menu > li > a > span.cat-label {
    top: 2px;
    right: 10px;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1
}

.main-nav .menu > li > a > span.cat-label.cat-label-label2:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: -11px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #F76B5C
}

.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1:before, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1:before, .menu.side-menu li > a span.cat-label.cat-label-label1:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-right-color: #0cc485
}

.main-nav .menu > li > a > span.cat-label.cat-label-label1:before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: -6px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-top-color: #0cc485
}

.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2:before, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2:before, .menu.side-menu li > a span.cat-label.cat-label-label2:before {
    content: "";
    position: absolute;
    left: -6px;
    top: 3px;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-right-color: #f39
}

.main-nav ul.menu > li .nav-sublist-dropdown:before {
    content: "";
    height: 6px;
    display: block;
    position: absolute;
    top: -6px;
    left: 0
}

.main-nav .menu > li.menu-item .nav-sublist-dropdown a {
    color: #777
}

.main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label {
    top: 3px;
    right: -35px;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1
}

.main-nav .menu > li > a > span.cat-label.cat-label-label1, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label1, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label1, .menu.side-menu li > a span.cat-label.cat-label-label1 {
    background-color: #0cc485;
    color: #fff
}

.main-nav .menu > li > a > span.cat-label.cat-label-label2, .main-nav .menu > li .nav-sublist-dropdown ul li a > span > span.cat-label.cat-label-label2, div.mobile-nav .sw-mobile-menu li > a span.cat-label.cat-label-label2, .menu.side-menu li > a span.cat-label.cat-label-label2 {
    background-color: var(--menu-hover-color);
    color: #fff
}

.main-nav ul.menu > li.menu-item-has-children {
    margin-bottom: -1px
}

.main-nav ul.menu > li.menu-full-width > a:after, .main-nav ul.menu > li.menu-item-has-children > a:after {
    margin-top: -6.5px
}

.header-container.type19 .header-main-nav div.container .cart-area {
    position: absolute;
    top: 46%;
    margin-top: -18px;
    z-index: 1;
    display: inline-block;
    height: 40px;
    right: 1%;
    text-align: right;
    vertical-align: middle
}

.header-container.type19.sticky-header .menu-wrapper .mini-cart {
    width: auto;
    box-shadow: none;
    margin-top: 6px
}

.header-container.type19 .mini-cart .topCartContent {
    top: 48px;
    box-shadow: 0 3px 8px -2px rgba(0, 0, 0, 0.5)
}

.mybag-link:hover #header-items {
    display: block
}

.topCartContent #header-items {
    right: 0;
    padding: 15px;
    z-index: 1400;
    width: 400px;
    position: absolute;
    color: #999;
    background: #fff;
    box-shadow: 1px 2px 6px #999
}

.topCartContent .block-subtitle {
    text-align: left;
    border-bottom: 0
}

.topCartContent .block-subtitle span {
    color: #666;
    font-size: 12px
}

.topCartContent .mybag-img a img {
    width: 90px;
    height: 90px
}

.topCartContent .mybag-img {
    display: inline-block;
    width: 22%;
    height: 100%;
    text-align: center
}

.nav-container-outer .nav-container-inner li a.product-image img {
    width: 78px;
    height: 104px
}

.topCartContent .product-details {
    width: 76%;
    display: inline-block;
    text-align: left
}

.topCartContent #header-items .btn-remove, .topCartContent #header-items .btn-edit {
    float: right;
    clear: right
}

.topCartContent #header-items .btn-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0;
    text-indent: -999em;
    overflow: hidden;
    text-align: center;
    line-height: 24px
}

.topCartContent .product-details a {
    transition: all 0s !important
}

.header-container.type19 .mini-cart .product-details a {
    font-size: 13px;
    letter-spacing: .005em;
    display: block;
    height: 17px;
    overflow: hidden;
    line-height: 17px;
    color: #000;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.topCartContent #header-items .summary {
    font-size: 14px;
    margin: 5px 0;
    padding: 5px;
    text-transform: uppercase;
    text-align: right;
    clear: both;
    z-index: 1
}

.topCartContent .button-show a, .topCartContent .price {
    font-size: 13px
}

.topCartContent #header-items .btn-checkout {
    float: right
}

.topCartContent #header-items button.button {
    border: 1px #e0e0e0 solid;
    white-space: nowrap;
    color: #444;
    text-align: center;
    margin: 0;
    padding: 10px 20px;
    cursor: pointer
}

.topCartContent #header-items .btn-view {
    float: left
}

.topCartContent #header-items .btn-checkout span {
    color: #fff
}


.header-container.sticky-header .menu-wrapper .mybag-link {
    position: relative;
    line-height: 1;
    display: inline-block;
    border-radius: 5px;
    height: 40px;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    max-width: 120px;
    background-color: transparent;
    top: auto
}

.header-container.type19 .mybag-link .cart-info {
    display: inline-block;
    padding: 2px 0 0;
    color: #00a3e0
}

.header-container.type19 .mybag-link i {
    font-size: 22px;
    padding: 0 8px;
    margin-bottom: 3px
}

.header-container.type19 .top-links .top-select:first-child .selectbox .select {
    padding-left: 0
}

.header-container.type19 .top-links .top-select .selectbox .select .text {
    font-weight: 600;
    letter-spacing: .025em
}

.header-container.type19 .compare-link > a {
    font-weight: 600;
    letter-spacing: .025em
}

.mybag-link i {
    color: #00a3e0;
    font-size: 27px;
    display: inline;
    vertical-align: middle
}

.mybag-link:hover {
    color: #fff;
    text-decoration: none
}

.mybag-link .cart-info {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 3px
}

.mybag-link span {
    display: block;
    font-size: 12px;
    font-weight: 600
}

.mybag-link .cart-qty {
    font-size: 14px
}

.mybag-link {
    line-height: 1;
    display: inline-block;
    color: #4a4a4a;
    border-radius: 5px;
    height: 40px;
    padding: 5px 3px;
    text-transform: uppercase;
    text-align: center;
    max-width: 120px
}

.topCartContent .cart-header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 8px 8px 5px 5px;
    color: #777;
    z-index: 1;
    padding: 0 0 15px;
}

.topCartContent .cart-footer {
    background: white;
    position: sticky;
    bottom: 0;
    padding: 15px 0;
}

.header-container.sticky-header .header-wrapper {
    position: fixed !important;
    height: 70px;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 7px 0 !important;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all
}

.header-container.type19.sticky-header .header-wrapper {
    background-color: #fff
}

.header-container.type19.sticky-header .header-wrapper .main-nav.container {
    margin: 0 auto;
    background-color: transparent
}

.header-container.type19.sticky-header .main-nav {
    padding-right: 0
}

.header-container.type19.sticky-header .header-wrapper .main-nav.container .menu-wrapper {
    background-color: transparent
}

.sticky-logo {
    float: left;
    margin-right: 20px
}

.sticky-logo .logo {
    margin: 0 !important
}

.sticky-logo strong {
    display: none
}

.sticky-logo img {
    max-height: 50px
}

.header-container.sticky-header .main-nav .menu {
    border: 0;
    height: auto
}

.header-container.sticky-header .menu-wrapper .mini-cart {
    position: absolute;
    right: 0;
    left: auto;
    margin: 0;
    background-color: transparent;
    border: 0
}

.header-container.type19.sticky-header .menu-wrapper .mybag-link i {
    font-size: 25px;
    line-height: 30px
}

.header-container.type19.sticky-header .menu-wrapper .mybag-link .cart-info {
    position: relative;
    display: inline-block;
    width: auto;
    top: auto;
    padding: 0;
    margin: 0;
    color: #00a3e0
}

.header-container.type19 .mybag-link .cart-qty, .header-container.type19.sticky-header .menu-wrapper .mybag-link .cart-qty {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-right: 5px !important
}

.header-container.type19 .mybag-link span, .header-container.type19.sticky-header .menu-wrapper .mybag-link span {
    display: inline-block;
    font-size: 13px;
    font-weight: 700
}

.header-container.sticky-header .menu-wrapper .mybag-link span {
    display: none
}

.header-container.sticky-header .menu-wrapper .mini-cart .topCartContent {
    top: 54px
}

.mini-cart .cart-empty {
    margin: 20px;
    text-align: center
}

.header-main-nav {
    /*box-shadow: 0 9px 21px -14px #ccc;*/
    width: 100%;
    background: white;
}

.header-main-nav.sticky {
    position: fixed;
    z-index: 999;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #E5EAEF;
    -webkit-border-radius: 4px;
}


::-webkit-scrollbar-thumb {
    background: #BDC2C7;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #666;
}

button, input, textarea {
    border: none;
    resize: none;
    outline: 0;
    background: 0 0;
    font-size: 14px;
}

:root {
    --atom-size: 8px;
    --screen-max: 1360px;
    --main-color: #000000;
    --main-color-8: rgba(253, 196, 82, 0.8);
    --main-color-4: rgba(253, 196, 82, 0.4);
    --sub-color: #FDE7BB;
    --aid-color: #A5B9BA;
    --bg-color: #FFFFFF;
    --bg-color-8: rgba(255, 255, 255, 0.8);
    --bg-color-4: rgba(255, 255, 255, 0.4);
    --grey-color: #F8F9FB;
    --grey-dark-color: #ECEFF4;
    --hover1-color: rgba(255, 201, 194, 80%);
    --hover2-color: #FDF3DF;
    --error-color: #EF5C61;
    --tag-1-bg: #F7B7B9;
    --tag-1-font: #8C1F23;
    --tag-2-bg: var(--sub-color);
    --tag-2-font: #96501E;
    --favourite-full: var(--tag-1-bg);
    --font-color-dark: #333;
    --font-color-grey: #666666;
    --font-color-light: #999999;
    --font-color-white: #ffffff;
    --font-color-sub: #C99834;
    --font-size-xxl: 32px;
    --font-size-xl: 24px;
    --font-size-l: 20px;
    --font-size-m: 16px;
    --font-size-s: 14px;
    --font-size-xs: 12px;
    --space-xxl: calc(var(--atom-size) * 8);
    --space-xl: calc(var(--atom-size) * 5);
    --space-l: calc(var(--atom-size) * 4);
    --space-m: calc(var(--atom-size) * 3);
    --space-s: calc(var(--atom-size) * 2);
    --space-xs: calc(var(--atom-size) * 1);
    --radius-l: 8px;
    --radius-m: 4px;
    --radius-s: 2px;
    --shadow-light: 0px 4px 16px 0px rgba(0, 0, 0, 0.04);
    --shadow-normal: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    --shadow-dark: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
    --shadow-dark-s: 0px 2px 4px 0px rgba(0, 0, 0, 0.16);
    --border-white: #FFFFFF 1px solid;
    --border-light: #EEEEEE 1px solid;
    --border-grey: #CCCCCC 1px solid;
    --border-dark: #000000 1px solid;
    --border-main: var(--gradient-color-right) 1px solid;
    --border-error: var(--error-color) 1px solid;
    --gradient-color-left: #FDC452;
    --gradient-color-right: #FDE7BB;
    --gradient-color-center: #FAEED7;
    --select-height: 46px;
    --select-height-mini: 30px;
    --background-theme-color: linear-gradient(135deg, #FDC452 0%, #FDE7BB 100%);
    --loading-size: 40px;
    --loading-color: #ccc;
    --theme-color:#ff9600;
}

/* ===== 新增的抽屉样式 ===== */
.cart-drawer {
    position: fixed;
    top: 0;
    right: -400px; /* 初始隐藏在右侧外部 */
    width: 380px;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    transition: right 0.3s ease;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
}

.cart-drawer.active {
    right: 0; /* 激活时滑入可视区域 */
}

.cart-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 2;
    cursor: default;
}

.cart-drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 100%;
}

.close-cart {
    top: 0;
    left: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.el-message .el-message-icon--success {
    color: var(--el-message-text-color)
}

.popup-ad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-ad > .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

.popup-ad > .popup-ad-box {
    display: flex;
    position: relative;
}

.popup-ad > .popup-ad-box > .popup-ad-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: .5rem;
    cursor: pointer;
}

.popup-ad > .popup-ad-box > .popup-ad-left {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 45px 53px 35px;
    text-align: center;
}

.popup-ad > .popup-ad-box > .popup-ad-left .title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 .75rem;
}

.popup-ad > .popup-ad-box > .popup-ad-left .title .blue {
    --tw-text-opacity: 1;
    color: rgb(45 93 159 / var(--tw-text-opacity, 1));
}

.popup-ad > .popup-ad-box > .popup-ad-left .desc {
    font-weight: 500;
    margin: 0 0 .75rem;
    display: flex;
    justify-content: center;
    text-align: left;
    line-height: 1.6;
    font-size: 1.3em;
}

.popup-ad > .popup-ad-box > .popup-ad-left .desc i {

}

.popup-ad > .popup-ad-box > .popup-ad-left .form {
    text-align: left;
    flex: 1;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form label {
    display: flex;
    flex-direction: column;

}

.popup-ad > .popup-ad-box > .popup-ad-left .form label > i {
    margin: 0 0 .75rem;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form label > input {
    box-sizing: border-box;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    --tw-text-opacity: 1;
    color: rgb(45 45 45 / var(--tw-text-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 0;
    --tw-border-opacity: 1;
    border: 2px solid rgb(213 213 213 / var(--tw-border-opacity, 1));
    padding: .75rem 1rem;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form.error label > input {
    --tw-border-opacity: 1;
    border-color: rgb(178 0 0 / var(--tw-border-opacity, 1));
}

.popup-ad > .popup-ad-box > .popup-ad-left .form label > input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(45 93 159 / var(--tw-border-opacity, 1));
}


.popup-ad > .popup-ad-box > .popup-ad-left .form .error-msg {
    opacity: 0;
    color: #D0000B;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form.error .error-msg {
    opacity: 1;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form button {
    position: relative;
    background-color: #5d84d3;
    border: .1em solid transparent;
    border-radius: .2em;
    cursor: pointer;
    color: #fff;
    fill: #fff;
    margin-top: .5em;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}

.popup-ad > .popup-ad-box > .popup-ad-left .code-box {
    padding-top: 1.5em;
    display: none;
}

.popup-ad > .popup-ad-box > .popup-ad-left .code-box > div:first-child {
    font-size: 1.8em;
}

.popup-ad > .popup-ad-box > .popup-ad-left .code-box > .code-text {
    font-size: 1.5em;
    color: rgb(45 93 159);
    padding: .5em;
}


:root {
    --el-color-info-light-9: rgb(243.9, 244.2, 244.8);
    --el-border-color-lighter: #ebeef5;
    --el-text-color-secondary: #909399;
    --el-text-color-placeholder: #a8abb2;
    --el-border-radius-base: 4px;
    --el-border-width: 1px;
    --el-border-style: solid;
    --el-transition-duration: .3s;
    --el-color-error-light-9: rgb(254, 240.3, 240.3);
    --el-color-error-light-8: rgb(253, 225.6, 225.6);
    --el-color-error: #f56c6c;;
    --el-color-success: #67c23a;
    --el-color-success-light-8: rgb(224.6, 242.8, 215.6);
    --el-color-success-light-9: rgb(239.8, 248.9, 235.3);
}

.el-message {
    --el-message-bg-color: var(--el-color-info-light-9);
    --el-message-border-color: var(--el-border-color-lighter);
    --el-message-padding: 11px 15px;
    --el-message-close-size: 16px;
    --el-message-close-icon-color: var(--el-text-color-placeholder);
    --el-message-close-hover-color: var(--el-text-color-secondary);
    align-items: center;
    background-color: var(--el-message-bg-color);
    border-color: var(--el-message-border-color);
    border-radius: var(--el-border-radius-base);
    border-style: var(--el-border-style);
    border-width: var(--el-border-width);
    box-sizing: border-box;
    display: flex;
    gap: 8px;
    left: 50%;
    max-width: calc(100% - 32px);
    padding: var(--el-message-padding);
    position: fixed;
    top: 20px;
    transform: translate(-50%);
    transition: opacity var(--el-transition-duration), transform .4s, top .4s;
    width: -moz-fit-content;
    width: fit-content;
}

.el-message p {
    margin: 0;
}

.el-message--error {
    --el-message-bg-color: var(--el-color-error-light-9);
    --el-message-border-color: var(--el-color-error-light-8);
    --el-message-text-color: var(--el-color-error);
}

.el-message--success {
    --el-message-bg-color: var(--el-color-success-light-9);
    --el-message-border-color: var(--el-color-success-light-8);
    --el-message-text-color: var(--el-color-success);
}

.el-icon {
    --color: inherit;
    align-items: center;
    display: inline-flex;
    height: 1em;
    justify-content: center;
    line-height: 1em;
    position: relative;
    width: 1em;
    fill: currentColor;
    color: var(--color);
    font-size: inherit;
}

.el-message .el-message-icon--error {
    color: var(--el-message-text-color);
}

.el-message .el-message-icon--success {
    color: var(--el-message-text-color)
}

.popup-ad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-ad > .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
}

.popup-ad > .popup-ad-box {
    display: flex;
    position: relative;
}

.popup-ad > .popup-ad-box > .popup-ad-close {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    padding: .5rem;
    cursor: pointer;
}

.popup-ad > .popup-ad-box > .popup-ad-left {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 45px 53px 35px;
    text-align: center;
}

.popup-ad > .popup-ad-box > .popup-ad-left .title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    margin: 0 0 .75rem;
}

.popup-ad > .popup-ad-box > .popup-ad-left .title .blue {
    --tw-text-opacity: 1;
    color: rgb(45 93 159 / var(--tw-text-opacity, 1));
}

.popup-ad > .popup-ad-box > .popup-ad-left .desc {
    font-weight: 500;
    margin: 0 0 .75rem;
    display: flex;
    justify-content: center;
    text-align: left;
    line-height: 1.6;
    font-size: 1.3em;
}

.popup-ad > .popup-ad-box > .popup-ad-left .desc i {

}

.popup-ad > .popup-ad-box > .popup-ad-left .form {
    text-align: left;
    flex: 1;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form label {
    display: flex;
    flex-direction: column;

}

.popup-ad > .popup-ad-box > .popup-ad-left .form label > i {
    margin: 0 0 .75rem;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form label > input {
    box-sizing: border-box;
    font-family: inherit;
    font-feature-settings: inherit;
    font-size: 100%;
    font-variation-settings: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    --tw-text-opacity: 1;
    color: rgb(45 45 45 / var(--tw-text-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    border-radius: 0;
    --tw-border-opacity: 1;
    border: 2px solid rgb(213 213 213 / var(--tw-border-opacity, 1));
    padding: .75rem 1rem;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form.error label > input {
    --tw-border-opacity: 1;
    border-color: rgb(178 0 0 / var(--tw-border-opacity, 1));
}

.popup-ad > .popup-ad-box > .popup-ad-left .form label > input:focus {
    --tw-border-opacity: 1;
    border-color: rgb(45 93 159 / var(--tw-border-opacity, 1));
}


.popup-ad > .popup-ad-box > .popup-ad-left .form .error-msg {
    opacity: 0;
    color: #D0000B;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form.error .error-msg {
    opacity: 1;
}

.popup-ad > .popup-ad-box > .popup-ad-left .form button {
    position: relative;
    background-color: #5d84d3;
    border: .1em solid transparent;
    border-radius: .2em;
    cursor: pointer;
    color: #fff;
    fill: #fff;
    margin-top: .5em;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
}

.popup-ad > .popup-ad-box > .popup-ad-left .code-box {
    padding-top: 1.5em;
    display: none;
}

.popup-ad > .popup-ad-box > .popup-ad-left .code-box > div:first-child {
    font-size: 1.8em;
}

.popup-ad > .popup-ad-box > .popup-ad-left .code-box > .code-text {
    font-size: 1.5em;
    color: rgb(45 93 159);
    padding: .5em;
}

.flex {
    display: flex
}

.flex.flex-column {
    flex-direction: column
}

.flex.flex-center {
    justify-content: center;
    align-items: center
}

.flex.flex-center-x {
    justify-content: center
}

.flex.flex-center-y {
    align-items: center
}

.flex.flex-between {
    justify-content: space-between
}

.flex.flex-end {
    justify-content: flex-end
}

.flex-1 {
    flex: 1;
}

.gap-1 {
    gap: .5em;
}

.gap-2 {
    gap: 1em;
}

.gap-3 {
    gap: 1.5em;
}

.gap-4 {
    gap: 2em;
}

svg {
    fill: currentColor;
}

.field .input-box input{
    border: 1px solid #ccc;
    padding: 5px;
}