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

/* Reset ================================================================================= */
/* PoppinsRegular */
@font-face{
    font-family:'PoppinsRegular';
    src: url('../font/PoppinsRegular/PoppinsRegular.eot');
    src: url('../font/PoppinsRegular/PoppinsRegular?#iefix') format('embedded-opentype'),
        url('../font/PoppinsRegular/PoppinsRegular.woff') format('woff'),
        url('../font/PoppinsRegular/PoppinsRegular.ttf') format('truetype'),
        url('../font/PoppinsRegular/PoppinsRegular.svg#PoppinsRegular') format('svg');
}
@font-face {font-family: Roboto-Regular;src: url('../font/Roboto-Regular.woff') format('woff');font-display: swap;}
@font-face {font-family: Roboto-Bold;   src: url('../font/Roboto-Bold.woff') format('woff');font-display: swap;}
@font-face {font-family: Roboto-Medium; src: url('../font/Roboto-Medium.woff')  format('woff');font-display: swap;}

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

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

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


:focus        { outline:0; }


/* Headings */
h1, h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; }
h4            { font-size:14px; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
/* Content */

strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/
.hide         { display:none !important }

/* Lists */
ul,ol         { list-style:none; }
dl,ul,dd,li,ol,div{margin:0;padding:0;}
/* Tools */
.hidden       { display: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-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */
/* Layout ================================================================================ */
.wrapper {
	min-width:996px;
    
	}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main{
	max-width: 1425px;
    margin: 0 auto; 
	padding: 0 30px;
	min-height:600px; 
	text-align:left;
}
.cms-home .main{max-width: 100%;padding: 0;}
.col-main{
	float:right;
	width:calc(100% - 268px);
	width: -moz-calc(100% - 268px);
	width: -webkit-calc(100% - 268px);
}
/* Base Columns */
/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }


/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }
/* Content Columns */
.col2-set .col-1 { float:left; width:45%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }
.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }
.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
.account-left-nav{width:200px;border:1px #ebebeb solid;background-color:#fff;margin-bottom:10px;float:left;display:none;}
.account-left-nav .login-bg{background-color:#fafafa;margin:1px;padding:10px 12px;}
.account-left-nav .login-bg h3{font-size:12px;color:#000;font-weight:normal;}
.account-left-nav .login-bg .ul-help{margin-top:10px;}
.account-left-nav .ul-help li{color:#000;padding-left:8px;margin-bottom:6px;background:url(../images/login-li.gif) no-repeat left 6px;}
.account-left-nav .ul-help .ul-help-sub{margin-top:10px;}
.account-left-nav .ul-help li a{text-decoration:underline;}
.account-left-nav .ul-help li a:hover{color:#c4156e;}
.account-right-centont{width:764px;margin:0 auto;}
.col2-set .col-2.registered-users{}
.col2-set .col-2.registered-users .form-list li{width:260px;float:left;}
.col2-set .col-2.registered-users .form-list{width:520px;overflow:hidden;float:left;}
.col2-set .col-2.registered-users .login-forgot{width:210px;float:left;}
.col2-set .col-2.registered-users .login-forgot li{overflow:hidden;padding-bottom:8px;}
.col2-set .col-2.registered-users .login-forgot button{width:74px;height:23px;background:url(../images/login-in.gif) no-repeat;}
.col2-set .col-2.registered-users .login-forgot span{border:0;background:none;text-indent:999px;}

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

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px 'PoppinsRegular'; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */

button.disabled span { border-color:#bbb !important; background:#bbb !important; }
.my-account button.button span{height:21px;border:0 none;background:url(../images/creat-submit.jpg) 0 0 no-repeat;padding:0 0 0 8px;}
.my-account button.button span span{height:21px;border:0 none;background:url(../images/creat-submit.jpg) 100% 0 no-repeat;padding:0 12px 0 4px;color:#fff;font:bold 12px/21px 'PoppinsRegular';}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {line-height:22px;font-weight:normal;top:23px;float:left;}
.form-list label.required em { float:right; font-style:normal; color:#c4156e; position:absolute; top:0; right:-10px; }
.form-list li.control label { float:none;font-weight:normal;font-size:12px; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; width:290px;float:right; }
.contacts-index-index .form-list .input-box,.cms-contact-us-html .form-list .input-box { display:block; clear:both; width:260px;float:left; }
.cms-contact-us-html .form-list .field { float:left; width:275px; }

.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }
.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }
.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }
.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }
.buttons-set p.required { margin:0 0 10px; }
.my-account .back-link a{color:#4daca9;text-decoration:underline;}
.buttons-set button.button { float:right; margin-left:5px; }
.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }
/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0 5px; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; width:200px;}
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }
.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
/* BreadCrumbs */
.breadcrumbs {
	font-size:14px;
    margin: 15px 0;
    overflow: hidden;
}
.breadcrumbs li {
    color: #6D6D6E;
    float: left;
    position: relative;
}
.breadcrumbs li.home {
    color: #6D6D6E;
    float: left;
    z-index: 6;
}
.breadcrumbs li.home span{background:#fff;margin-left:0;color:#333333;font-family:'PoppinsRegular';font-size:11px;}
.customer-account-login .col1-layout .breadcrumbs li.home a::after{content:"Home";}
.customer-account-login .col1-layout .breadcrumbs li.home  span{background: url(../images/viewico.gif) -22px -493px no-repeat;
    display: inline-block;
    height:12px;
    width:5px;margin:3px 0 0 4px;}
.breadcrumbs li.crumb2 {
    z-index: 5;
}
.breadcrumbs li.crumb3 {
    z-index: 4;
}
.breadcrumbs li.crumb4 {
    z-index: 3;
}
.breadcrumbs li.home a {
    color: #6D6D6E;
    padding: 0 0 0 8px;
    text-decoration: none;
	display:inline-block;
	float:left;
}
.breadcrumbs li span{display:inline-block;float:left;padding:0 5px;}
.breadcrumbs li a {
    color: #a1a1a1;
    display: inline-block;
    float: left;
    text-decoration: none;
}
.breadcrumbs li h1{    color: #6D6D6E;
    float: left;
    position: relative;font-size:11px;}
.breadcrumbs li a i {
    background: url(../images/viewico.gif) -22px -493px no-repeat;
    display: inline-block;
    height:12px;
    width:12px;
}
.breadcrumbs li a:hover {
    text-decoration:none;
}
.breadcrumbs li.last a {
    background: none repeat scroll 0 0 #7A7A7A;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    padding: 0 10px 0 26px;
    text-decoration: none;
}
.col1-layout .breadcrumbs li.last a{ background:#fff;
    color: #b1b1b1;
    display: inline-block;
    float: left;
    padding: 0 10px 0 0px;
    text-decoration: none;
}
.breadcrumbs li a,.breadcrumbs li a i,.breadcrumbs li span{*display:inline;}
.breadcrumbs li.last a i {
    background: url("../images/b.png") no-repeat scroll -75px -651px transparent;
}
.breadcrumbs li.last a:hover {
    text-decoration: underline;
}
.breadcrumbs li.last a:hover i {
    background: url("../images/b.png") no-repeat scroll -75px -651px transparent;
}
.breadcrumbs .font01 {
    font-size: 12px;
    padding-left: 12px;
}
/* Page Heading */
.page-title {
    margin: 0 0 10px;
    overflow: hidden;
    /*width: 975px;*/
	float:right;
	width:calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
}
.page-title.search-index-title , .sales-order-history .page-title , .customer-account-edit .page-title  ,.customer-account-index  .page-title ,.sales-billing-agreement-index  .page-title , .sales-recurring-profile-index  .page-title , .review-customer-index .page-title, .tag-customer-index .page-title , .wishlist-index-index  .page-title, .oauth-customer-token-index  .page-title, .newsletter-manage-index  .page-title, .downloadable-customer-products .page-title, .customer-address-form .page-title , .checkout-onepage-success  .page-title , .customer-address-index .page-title{width:100%;margin-left:0px;}

.page-title h1,
.page-title > h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons h1, .title-buttons > h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: left;
}
.subtitle, .sub-title {
    clear: both;
    color: #e25203;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 15px 0 0;
}

.catalogsearch-result-index .page-title.search-index-title {display:none;}
.my-account .page-title{
	float: none;width: 100%;
	margin-top: 10px;
}
.my-account .page-title h1, .my-account .page-title > h2 {
	border-bottom: 1px solid #ddd;
	color: #333;
	font-family: 'PoppinsRegular';
	font-size: 18px;
	text-align: left;
	width: 100%;
	height: 45px;
	font-weight: 600;
	line-height: 45px;
}
.block-account li a{
	font-size: 16px;
    padding: 15px 0 15px 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.block-account li a:hover,.block-account li.current a{background: #eee;}

.block-account li a em{width:20px;height:20px;margin-right:12px;display: inline-block;}
.My_Account em{background:url(../images/iconfont/my_account.svg)no-repeat;background-size:20px;}
.My_Orders em{background:url(../images/iconfont/order.svg)no-repeat;background-size:20px;}
.My_Wishlist em{background:url(../images/iconfont/wishlist.svg)no-repeat;background-size:20px;}
.Account_Information em{background:url(../images/iconfont/account_info.svg)no-repeat;background-size:20px;}
.Newsletter em{background:url(../images/iconfont/newsletter.svg)no-repeat;background-size:20px;}
.Address em{background:url(../images/iconfont/address.svg)no-repeat;background-size:20px;}
.My_Reviews em{background:url(../images/iconfont/reviews.svg)no-repeat;background-size:20px;}
.My_Coupons em{background:url(../images/iconfont/coupon.svg)no-repeat;background-size:20px;}
.log_out em{background:url(../images/iconfont/Log_Out.svg)no-repeat;background-size:20px;}

/* Pager */
.limiter > label {
    color: #000;
    font-family:'PoppinsRegular';
    font-size: 11px;
}
.sort-by{position:relative;}
.sort-link a {
    border-bottom: 1px solid #d4e0dc;
    border-top: 1px solid #d4e0dc;
    color: #918696;
    display: block;
    float: left;
    font-size: 13px;
    height: 20px;
    line-height: 18px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
}
.sort-link a:hover{background:#f2dde5;border-color:#f2dde5;text-decoration:none;}
.sort-link a::after {
    background: #d4e0dc none repeat scroll 0 0;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 15%;
    width: 1px;
}
.sort-link a.on + a::after {
    display: none;
}
.sort-link a:first-child {
    border-bottom-left-radius: 10px;
    border-left: 1px solid #d4e0dc;
    border-top-left-radius: 10px;
}
.sort-link a:first-child::after {
    display: none;
}
.sort-link a:last-child {
    border-bottom-right-radius: 10px;
    border-right: 1px solid #d4e0dc;
    border-top-right-radius: 10px;
}
.sort-link a.on {
    background-color: #ff008a;
    border-color: #ff008a;
    color: #fff;
    font-weight: bold;
}
.sort-link a.on::after {
    display: none;
}

.sort-by > label {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
	line-height:39px;
}
.sort-link a:nth-child(2) {
    padding: 0 22px 0 15px;
}
.sort-icon{position:absolute;right:125px;}
.pager .amount {   float: left; margin:0;  color: #666666;display:none;
    line-height: 21px;
    margin-right: 6px; }
.toolbar-bottom	.pager .amount { display: inline-block; }
#customer-reviews .pager .amount {float:left;}
.pager .limiter { float:left;display:inline-block; color: #666666;margin-left:274px; display:none;}
.toolbar-bottom .pager .limiter,.toolbar .pager .limiter{}
.pager .limiter a{padding:2px 5px;color:#000;border:1px solid #cfd0cf;display:inline-block;height:16px;line-height:16px;float:left;margin-right:4px;}
.pager .limiter a:hover{background-color:#4daca9;color:#fff;text-decoration:none;}
.pager .limiter a.selected{background-color:#ddd;color:#000;}
.pager .pages {display:inline-block;float:right; color:#666;padding-top:2px;}
.pager .pages strong{font-family:'PoppinsRegular';font-size:11px;color:#000;font-weight:normal;}
.pager .pages ol { display:inline-block; }
.pager .pages li {display:inline-block;float:left;margin-right:4px;}
.pager .pages a{padding:3px 8px;color:#918696;border:1px solid #d4e0dc;display:inline-block;height:14px;line-height:14px;}
.pager .pages strong,.pager .limiter .tems-per{display:inline-block;line-height:22px;float:left;padding-right:5px;}
.pager .pages .current {background:#52b6b436;color:#000;padding:0;border:1px solid #ddd;width:28px;height:28px;line-height:28px;display:inline-block;}
.pager .pages strong,.pager .limiter .tems-per,.pager .pages a,.pager .amount,.pager .pages li,.pager .limiter a,.pager .pages ol,.pager .pages{*display:inline;}
.pager .pages a:hover{background-color:#52b6b436;}
/* Sorter */
.sorter { font-size:11px; /*background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;*/ padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
/* Toolbar */

.toolbar .pager .sort-by{float:right;}
.toolbar-bottom .toolbar .pager .sort-by { display:none;}
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}
.category-products .toolbar .pager{border-top:none;}
/* Data Table */
.data-table { width:100%;}

.data-table td.last,
.data-table th.last { /*border-right:0;*/ }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }
.data-table thead th { font-weight:bold; border-right:1px solid #ddd; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { /*background:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee;*/ background:#eee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { /*background:url(../images/bkg_tfoot.gif) 0 0 repeat-x;*/ background:#eee;}
.data-table tfoot tr { background-color:#dee5e8; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }
#shopping-cart-table {
    border: 0 none;position:relative;
	border-bottom:1px solid #ddd;
}
#shopping-cart-table th {
    background: #fff none repeat scroll 0 0;
    border-right: medium none;
}
#shopping-cart-table td {
    background: #fff none repeat scroll 0 0;border: 0 none;
}
#shopping-cart-table > tfoot{
    border-bottom: medium none;
}
#shopping-cart-table > tfoot  tr{
    background: #fff none repeat scroll 0 0;
}

#shopping-cart-table .cart-price {
    font-size: 12px;
    text-align: left;
    width: 100%;
	text-transform:uppercase;
}
#shopping-cart-table .row-cart-prices > table {
    width: 275px;
}
#shopping-cart-table > tbody tr:nth-child(1) .a-center {
    border-top: medium none;
}
tbody tr .a-center .odd {
    padding-top: 80px;border-bottom:none;
}
tbody tr .a-center .odd tr td:nth-child(1) {
    left: -60px;
    position: absolute;
}
.row-cart-prices {
    padding-top: 65px !important;
    position: relative;
}
#shopping-cart-table .a-right.last .cart-price .price {
    color: #000;
	font-size:18px;
}
.cart-left .cart-price .price{font-size:18px;color:#000;}
.cart-price .price{color:#52b6b4;}

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box > h2 { font-weight:bold; font-size:13px; }
.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }
/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }
/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }
/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ul.disc { margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
    margin: 0 0 1em;
    padding: 0;
}
.std ul {
    list-style: outside none none;
}
.std ol {
    list-style: outside none none;
}
.std ul ul { list-style-type:circle; }
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
    margin: 0.5em 0;
}
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b, .std strong { font-weight:bold; }
.std i, .std em { font-style:italic; }

/* Misc */
.links li {
    display: inline;
}
.links li.first {
    padding-left: 0 !important;
}
.links li.last {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    padding-right: 0 !important;
}
.link-cart {
    color:#52b6b4 !important;
    font-weight: bold;
}
.link-reorder {
    color: #000;
    font-weight: normal;
}
.link-compare {
    font-weight: bold;
}
.link-print {
    color: #ff008a;
    font-weight: bold;
}
.link-rss {
    background: rgba(0, 0, 0, 0) url("../images/i_rss.gif") no-repeat scroll 0 2px;
    line-height: 14px;
    padding-left: 18px;
    white-space: nowrap;
}
.btn-previous {
    background: rgba(0, 0, 0, 0) url("../images/btn_previous.gif") no-repeat scroll 0 0;
    display: block;
    font-size: 0;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 11px;
}
.btn-edit {
    background: rgba(0, 0, 0, 0) url("../images/btn_edit.gif") no-repeat scroll 0 0;
    display: none;
    font-size: 0;
    height: 11px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 11px;
}
.btn-remove  { display:block; width:9px; height:9px; font-size:0; line-height:0;  overflow:hidden; }
.btn-remove2 { display:block; width:100%; height:30px; font-size:13px; line-height:30px; overflow:hidden; text-decoration: underline;}
.my-account a:hover {
    color: #4daca9;
}
.cards-list dt {
    margin: 5px 0 0;
}
.cards-list .offset {
    padding: 2px 0 2px 20px;
}
.separator {
    margin: 0 3px;
}
.row-cart-qty.last{text-align:right;}
.row-cart-qty.last a:hover{color:#ff008a;}

.divider {
    background: rgba(0, 0, 0, 0) url("../images/bkg_divider1.gif") repeat-x scroll 0 50%;
    clear: both;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 10px 0;
    overflow: hidden;
    text-indent: -999em;
}
/* Global site notices */
.global-site-notice {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffff90 none repeat scroll 0 0;
    border-color: #cfcfcf;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}
.global-site-notice .notice-inner {
    background: rgba(0, 0, 0, 0) url("../images/i_notice.gif") no-repeat scroll 20px 25px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
    width: 860px;
}
.global-site-notice .notice-inner p {
    border: 1px dotted #cccc73;
    margin: 0;
    padding: 10px;
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}
/* Cookie Notice */
.notice-cookie { }
/* Noscript Notice */
.noscript {}
/* Demo Notice */
.demo-notice {
    background: #d75f07 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 6px 10px;
    text-align: center;
}
.demo-notice .notice-inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}
.demo-notice .notice-inner p {
    border: 0 none;
    padding: 0;
}
/* ======================================================================================= */
/* Header ================================================================================ */
.header-wrapper{
	box-shadow: 1px 2px 5px #ccc;
}
.header-centont{
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    clear: both;
    padding:20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

 .header-left{
	display:flex;
 }
 .header-right{
	position: relative;
	display: flex;
    justify-content: flex-end;
    align-items: center;
 }
.header-center {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.header-centont:after,.header-left:after,.header-right:after,.header-center:after{
	content: "";
	clear: both;
	display: none;
}

@media screen and (max-width:1005px){
  #search_mini_form{
     display: none;
  }
}

.header-container {width:100%;margin:0 auto;position:relative;background:#fff;height:180px;}
.header-fixed {
	position: fixed;
    right: 0;
    left: 0;
    top: 0;
	z-index:999;
	background:#fff;
	min-width:996px;
}
.header {
    text-align: left;
}
.top-logo{
	width: 100%;
	text-align:center;
}
.header .logo {
	padding:0;
	display:inline-block;
	width:280px;
}
.header .logo img{width:100%;}

#search_mini_form {
   display: none;
   padding-right:12px;position: relative;
}
.form-search{position:relative;}
.header .form-search label {
    float: left;
    height: 21px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 24px;
}
.header .form-search input.focus {
	border-bottom:1px solid #000;
}
.header .form-search button.ready {
    display: block !important;
}
.header .form-search .search-icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -67px -118px;
    display: inline-block;
    height: 32px;
    left: 0;
    position: absolute;
    width: 20px;
}

.header .form-search input.input-text { 
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    background: #f2f2f2;
    padding-left: 40px;
    border: none;
}


.header .form-search:hover input.input-text{
	border-color:#b3b3b3;
}
.header .form-search button.button {
    cursor: pointer;
    height: 35px;
    position: absolute;
    left: 0px;
    top:0;
    width: 35px;
}
.header .form-search button.button span {
	border: 0 none;
    width: 35px;
    height: 35px;
    background: url(../images/iconfont/sousuo.svg) center center;
	background-repeat:no-repeat;
	background-size:23px;
    padding: 0px;
}
.search-show {
    width: 35px;
    height: 35px;
    display: inline-block;
	background: url(../images/iconfont/sousuo.svg) no-repeat center center;
    background-size: 23px;
}
.search-show-close {
    background: url(../images/search-close.png) no-repeat center center;
    background-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9929;
    display: block;
    width: 35px;
    height: 35px;
}
.search-list-info{
	display:none;
	width: 400px;
    background: #fff;
    word-break: break-word;
    position: absolute;
    height: auto;
    max-height: 590px;
    overflow: auto;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    top: 40px;
    z-index: 1000;
    right: 0;
	padding: 0 20px 20px;
}

.search-list-info  .hot-search {
    text-align: left;
    padding: 15px 0 0;
    font-size: 18px;
}
.hot-search-words{display:flex;flex-wrap:wrap;}
.hot-search-words .search-word {
    margin: 12px 12px 0 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    background: #f2f2f2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	border-radius: 4px;
}
.hot-search-words .search-word a{display:flex;padding:8px 8px 4px;}
.search-word .is-hot {
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-right: 5px;
    background: url(../images/fire.png);
    background-size: cover;
}
.header .form-search .search-autocomplete { z-index:999; left:0px !important; top:56px !important;}
.header .form-search .search-autocomplete ul { border:1px solid #333; background-color:#f9f5f0;height:300px;overflow-y:scroll;}
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.cms-index-index .col-main .std{display:none;}
.cms-index-index .col-main .home-cart{overflow:hidden;}
.home-cart{font-family:'PoppinsRegular';}
.home-cart .new-title{text-align:center;background:url(../images/hxf_line.gif) center repeat-x;height:33px;line-height:30px;font-size:12px;}
.home-cart .new-title strong{background-color:#fff;font-size:12px;line-height:30px;}
.about_anas p{font-size:12px;color:#888;}
.home-cart .home-new-list{overflow:hidden;}
.home-cart .idx-cat{width:320px;float:left;}
.home-cart .idx-cat.center{margin:0 18px;}
.header .links li {    color: #555555;float: left; position:relative;}
.header .links a {
    color: #666;
    font-size: 12px;
    line-height:30px;
    margin:0 10px;}
.header .links a:hover{text-decoration:none;}
.header .links .last a{ padding-left:25px;
    display: block;
    height: 30px;
	color:#666;text-align:left; background:rgba(0, 0, 0, 0) url(../images/like-ico.png) no-repeat scroll 0 0;}
.header .links .first a{color:#ff008a;}
.header .links .log-in--register {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -65px -85px;
    height: 30px;
    left: -10px;
    margin: 10px 0 0 -15px;
    position: absolute;
    width: 30px;
}
.account-links a {
    display: block;
}
/********** < Navigation */
.nav-container {
    width: 100%;
    margin: 0 auto;
	position: relative;
}
.nav-container #custommenu{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
	margin: 0 20px;
	text-align:center;
	z-index:1;
}
.menu{display:inline-block;}

.parentMenu > h2{
    font-weight: normal;
	margin: 0;
}
.parentMenu > h2 a{
	font-size: 14px;
	padding: 0 15px;

	display: inline-block;
	position:relative;
	text-transform:uppercase;
	letter-spacing:0.5px;
	white-space: nowrap;
	line-height: 43px;
	font-family:Roboto-Regular;
	border-bottom: 2px solid transparent;
}
.parentMenu > h2 a:hover{
	border-bottom: 2px solid #52b6b4;
}

.menu-info {
    background: #fff;
    color: #000000;
    display: none;
    position: absolute;
    text-align: left;
    top: 45px;
    z-index: 99999 !important;
    box-shadow: 1px 1px 5px #ccc;
    left: 0;
    width: 100%;
}
.menu-info .colum{padding:30px;display:flex;justify-content: center;}
.parentMenu-right .menu-info a {
	font-family: 'Roboto-Regular';
    padding: 5px 0;
    display: block;
    text-transform: capitalize;
}
.parentMenu-right .menu-info a span.menu-img-title{padding-top:5px;}
.parentMenu-right .menu-info a span{
	text-transform: uppercase;
    font-family: Roboto-Bold;
}
.menu-info .menu-button{
	display:block;
	text-align: center;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
}
.parentMenu-right .menu-info a.nav_white{
	font-weight:600;
    padding: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
	font-size:16px;
	border-bottom:1px solid #000;
	}
.parentMenu-right:hover .menu-info { display: block;}
.parentMenu-right .menu-info a:hover{color:#52b6b4;text-decoration:none;}
.nav-container .menu-info ul{vertical-align:top;padding-right:40px;}
.nav-container .menu-info ul:last-child{padding:0;}
/* ======================================================================================= */
/* Sidebar =============================================================================== */

.block-compare .block-title strong span{font-size:16px;}
.block .block-title a {
    text-decoration: none !important;
}
.block .block-subtitle {
    color: #0a263c;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 5px 9px;
}
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#5c5c5c; }
.block .btn-remove,.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; text-decoration:underline;}
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }


.block-related{}
.mini-products-list .product-image {   display: block;
    float: left;}
.mini-products-list .product-details {  }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px 'PoppinsRegular'; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }
/* Block: Related */
.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product {  }
.block-related .product .product-details{float:right; width:100px;}
.catalog-product-view .block-related .product .product-details{width:60px;}

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
/* Block: Poll */
.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }
/* Block: Tags */
.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }
/* Block: Subscribe */
.block-subscribe .block-title{border-bottom:none;padding-top:3px; display: none;}
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text {  
	border: none;
	border-bottom: 2px solid #000;
    display: inline-block;
    height:38px;
    padding:0px 8px;
	width: 100%;
    /* width:calc(100% - 150px);
    width: -moz-calc(100% - 150px);
    width: -webkit-calc(100% - 150px); */
	max-width:485.27px;
	background:#fff;
	color: #000;
}
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button {
    cursor: pointer;
    overflow: visible;
    padding:0px 5px;
    height:38px;line-height:38px;
	color:#fff;
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
	/* width:110px; */
	float:none;
	position: absolute;
	right: 0;
}
.block-subscribe .actions button.button span { background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #333333;
    font-family:'PoppinsRegular';
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: right;
}
/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }
/* Block: Login */
.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }
/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */
/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.product-ads-subnav { border-bottom:1px solid #e1e1e1; padding-bottom:30px;}
.category-description h1{
	color: #000000;
    display: block;
    font-family:'PoppinsRegular';
	font-style:italic;
    font-size: 22px;
	text-align:center;
    text-transform: capitalize;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 11px;
	margin: 6px 0 10px;
}
.category-description p{color:#999;margin:0;}
.category-products {}

/* View Type: Grid */

.products-grid .product-name a:hover{color:#4daca9;text-decoration:none;}
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto;   clear: both; margin-top:10px;}
.col1-layout .products-grid { width:790px; margin:0 auto; }
.catalog-category-view .price-box .price-label,.catalogsearch-result-index .price-box .price-label{display:none;}
.cate-show {
    overflow: hidden;
    margin-top: 5px;
    background: #f5f5f5;
    padding: 25px;
}
.swiper-tag .swiper-slide {
	padding-right: 10px;
	box-sizing: border-box;
	width: auto!important;
}
.swiper-tag .swiper-slide a {
	display: block;
	padding: 7px 12px 4px;
	background: #fff;
	text-transform: capitalize;
}
.swiper-tag .swiper-slide a:hover{
background:#52b6b4;color:#fff;}
.cate-show .cate-small {
    float: left;
    width: 580px;
}
.cate-show .cate-small .small-item {
    float: left;
    margin-bottom: 5px;
    margin-right: 6px;
}
.cate-show .cate-big {
    float: right;
}
.col-main .wedding-show .cate-small{width:560px;}
.product-ads-subnav a{width:187px;display:block;float:left;height:20px;line-height:20px;font-size:12px;background:#6D5959;color:#fff;text-align:center;}
.product-ads-subnav a:hover{background:#927676;text-decoration:none;}
/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */
/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }
.ratings { font-size:13px; line-height:1.25;    margin: 0 0 5px;  float: left;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; float:left; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings .rating-box { float:left; margin-right:3px;  }
.ratings .amount {float:left;}
.ratings-table th,.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }
/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }
.availability-only {
    background: rgba(0, 0, 0, 0) url("../images/i_availability_only.gif") no-repeat scroll 0 50%;
    line-height: 16px;
    margin: 10px 0 7px;
    padding-left: 15px;
}
.availability-only span,.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a {
    background: rgba(0, 0, 0, 0) url("../images/i_availability_only_arrow.gif") no-repeat scroll 100% 0;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }
.availability-only-details { margin:0 0 7px; }
.availability-only-details th {
    background: #d2d6d9 none repeat scroll 0 0;
    font-size: 10px;
    padding: 0 8px;
}
.availability-only-details td {
    background: #ebf0f3 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }
/* Email to a Friend */
.email-friend { margin:0; }
/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }
/********** < Product Prices */
.price { white-space:nowrap !important; }
.price-box { margin:5px 0; }
/* Regular price */
.regular-price .price,.special-price .price{
     font-weight:bold; 
	 color:#B73030;
	font-size:15px;
}
/* Old price */
.old-price { margin:0; }
.old-price .price-label {
    color: #999;
    white-space: nowrap;
	display:none;
}
.old-price .price {
    color: #999;
    font-weight: normal;
    text-decoration: line-through;
}
/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }
/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }
/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }
/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }
/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }
/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }
/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }
/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }
/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
.price-box-bundle { padding:0 0 10px; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */
/* Tier Prices */
.product-pricing, .tier-prices {
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
    margin: 10px 0 5px;
    padding: 10px;
}
.tier-prices li {
    background: rgba(0, 0, 0, 0) url("../images/i_tier.gif") no-repeat scroll 0 3px;
    line-height: 1.4;
    padding: 2px 0 2px 10px;
}
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }
.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }
/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }
/* Add to Cart */
.add-to-cart label { float: left;margin-right: 5px;font-weight: bold;color: #333;font-size: 15px;padding-top: 5px;margin-left:4px;}
.add-to-cart button.button {
    float: left;
}
.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}
.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}
.product-view .add-to-cart .paypal-logo {
    margin: 0;
}
.product-options-bottom .buy-now  a:hover{text-decoration:none;}

.qty-wrapper .fl {
    cursor: pointer;
    display: inline-block;
    height: 42px;
    text-align: center;
    width: 45px;
    float: left;
	padding: 13px 0;
    box-sizing: border-box;
}
.add-to-cart .qty {
	height: 42px;
    width: 48px!important;
    font-size: 18px;
    padding: 0;
    border: 0;
    float: left;
    color: #000;
    text-align: center;
}
.catalog-product-view .add-to-cart .goods_num_box{
    margin: 0 auto;
    width: 140px;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 5px;
	float: left;
}

.product-qty{display:inline-block;float:left;}
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.product-options-bottom .add-to-cart select.qty option{text-align:center!important;}
img {
    border: 0 none;
    vertical-align: top;
}
a {
    color: #000;
    text-decoration: none;
}
:focus {
    outline: 0 none;
}
h1 {
    font-size: 20px;
    font-weight: normal;
}
h3 {
    font-size: 16px;
    font-weight: bold;
}
h4 {
    font-size: 14px;
    font-weight: bold;
}
h5 {
    font-size: 12px;
    font-weight: bold;
}
h6 {
    font-size: 11px;
    font-weight: bold;
}
fieldset {
    border: 0 none;
}
legend {
    display: none;
}
table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

strong {
    font-weight: bold;
}
address {
    font-style: normal;
    line-height: 1.35;
}
cite {
    font-style: normal;
}
q, blockquote {
    quotes: none;
}
q::before, q::after {
    content: "";
}
small, big {
    font-size: 1em;
}
ul, ol {
    list-style: outside none none;
}
dl, ul, dd, li, ol, div {
    margin: 0;
    padding: 0;
}
.hidden {
    border: 0 none !important;
    display: block !important;
    font-size: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    width: 0 !important;
}
.nobr {
    white-space: nowrap !important;
}
.wrap {
    white-space: normal !important;
}
.a-left {
    text-align: left !important;
}
.a-center {
    text-align: center !important;
}
.a-right {
    text-align: right !important;
}
.v-top {
    vertical-align: top;
}
.v-middle {
    vertical-align: middle;
}
.f-left, .left {
    float: left !important;
}
.f-right, .right {
    float: right !important;
}
.f-none {
    float: none !important;
}
.f-fix {
    float: left;
    width: 100%;
}
.no-display {
    display: none;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.no-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}


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

.col-left {
    float: left;
    width: 238px;
}

.col-right {
    float: right;
    width: 200px;
}
.col1-layout .col-main {
    float: none;
    width: auto;
}
.col3-layout .col-main {
    margin-left: 17px;
    width: 475px;
}
.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}
.col3-layout .col-wrapper .col-main {
    float: right;
}
.col2-set .col-1 {
    float: left;
    width: 45%;
}
.col2-set .col-2 {
    float: right;
    width: 48.5%;
}
.col2-set .col-narrow {
    width: 32%;
}
.col2-set .col-wide {
    width: 65%;
}
.col3-set .col-1 {
    float: left;
    width: 32%;
}
.col3-set .col-2 {
    float: left;
    margin-left: 2%;
    width: 32%;
}
.col3-set .col-3 {
    float: right;
    width: 32%;
}
.col4-set .col-1 {
    float: left;
    width: 23.5%;
}
.col4-set .col-2 {
    float: left;
    margin: 0 2%;
    width: 23.5%;
}
.col4-set .col-3 {
    float: left;
    width: 23.5%;
}
.col4-set .col-4 {
    float: right;
    width: 23.5%;
}
.account-left-nav {
    background-color: #fff;
    border: 1px solid #ebebeb;
    display: none;
    float: left;
    margin-bottom: 10px;
    width: 200px;
}
.account-left-nav .login-bg {
    background-color: #fafafa;
    margin: 1px;
    padding: 10px 12px;
}
.account-left-nav .login-bg h3 {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
.account-left-nav .login-bg .ul-help {
    margin-top: 10px;
}
.account-left-nav .ul-help li {
    background: rgba(0, 0, 0, 0) url("../images/login-li.gif") no-repeat scroll left 6px;
    color: #000;
    margin-bottom: 6px;
    padding-left: 8px;
}
.account-left-nav .ul-help .ul-help-sub {
    margin-top: 10px;
}
.account-left-nav .ul-help li a {
    text-decoration: underline;
}
.account-left-nav .ul-help li a:hover {
    color: #c4156e;
}
.account-right-centont {
    margin: 0 auto;
    width: 764px;
}

input, select, textarea, button {
    color: #2f2f2f;
    font: 14px/15px 'PoppinsRegular';
    vertical-align: middle;
}
input.input-text, select, textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b6b6b6;
}
input.input-text, textarea {
    padding: 2px;
}
select {
    padding: 1px;
}
select option {
    padding-right: 10px;
}
select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}
select.multiselect option:last-child {
    border-bottom: 0 none;
}
textarea {
    overflow: auto;
}
input.radio {
    margin-right: 3px;
}
input.checkbox {
    margin-right: 3px;
}
input.qty {
    width: 2.5em !important;
}
button.button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
button.button {
}
button.button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}
button.button span {
    background:#000000 none repeat scroll 0 0;
    border: 1px solid #000000;
    color: #fff;
    display: block;
	line-height: 28px;
    padding: 0 8px;
    text-align: center;
    white-space: nowrap;
}
button.button span span {
    border: 0 none;
    padding: 0;
}
button.disabled span {
    background: #bbb none repeat scroll 0 0 !important;
    border-color: #bbb !important;
}
.my-account button.button span {
    background:#000000;
    border: 0 none;
    height: 30px;
    padding:0;
	border-radius:16px;
}
.my-account button.button span span {
    background:#000000;
    border: 0 none;
    color: #fff;
    font: normal 16px/30px 'PoppinsRegular';
    height: 30px;
    padding: 0 40px;
}
button.btn-checkout{
    background: #000000;
    border: 0 none;
    color: #fff;
    font: 400 18px/35px 'PoppinsRegular';
    height: 36px;
    padding: 0;
	border-radius:20px;
	width:200px;color:#fff;
}
button.btn-checkout span {  border-radius: 20px;}

.totals button.btn-checkout span em{background:rgba(0, 0, 0, 0) url("../images/check-card.png") no-repeat scroll 0 4px / 24px auto;display: inline-block;height: 30px;width: 30px;}

button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}
p.control input.checkbox, p.control input.radio {
    margin-right: 6px;
}
.form-list li {
    margin: 0 0 8px;
}
.contacts-index-index .form-list label,
.cms-contact-us-html .form-list label {
    color: #666;
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
	top:0;
}
.form-list label.required em {
    color: #c4156e;
    float: right;
    font-style: normal;
    position: absolute;
    right: -10px;
    top: 0;
}

.form-list li.control label {
    float: none;
    font-size: 12px;
    font-weight: normal;
}
.form-list li.control input.radio, .form-list li.control input.checkbox {
    margin-right: 6px;
}
.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}
.form-list .field {
    float: left;
    width: 385px;
}

.form-list textarea {
    height: 10em;
    width: 254px;
}
.form-list select {
    width: 260px;margin-left:28px;
}
.form-list li.wide .input-box {
    width: 535px;
}
.form-list li.wide input.input-text {
    width: 529px;
}
.form-list li.wide textarea {
    width: 529px;
}
.form-list li.wide select {
    width: 535px;
}
.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}
.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}
.form-list .input-range input.input-text {
    width: 74px;
}
.form-list-narrow li {
    margin-bottom: 0;
}
.form-list-narrow li .input-box {
    margin-bottom: 6px;
}
.form-list-narrow li.wide .input-box {
    width: 260px;
}
.form-list-narrow li.wide input.input-text, .form-list-narrow li.wide textarea {
    width: 254px;
}
.form-list-narrow li.wide select {
    width: 260px;
}
.form-list .customer-name-prefix .input-box, .form-list .customer-name-suffix .input-box, .form-list .customer-name-prefix-suffix .input-box, .form-list .customer-name-prefix-middlename .input-box, .form-list .customer-name-middlename-suffix .input-box, .form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}
.form-list .name-prefix {
    width: 65px;
}
.form-list .name-prefix select {
    width: 55px;
}
.form-list .name-prefix input.input-text {
    width: 49px;
}
.form-list .name-suffix {
    width: 65px;
}
.form-list .name-suffix select {
    width: 55px;
}
.form-list .name-suffix input.input-text {
    width: 49px;
}
.form-list .name-middlename {
    width: 70px;
}
.form-list .name-middlename input.input-text {
    width: 49px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname, .form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}
.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix-suffix .name-firstname input.input-text, .form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-name-prefix .name-firstname, .form-list .customer-name-middlename .name-firstname {
    width: 210px;
}
.form-list .customer-name-suffix .name-lastname, .form-list .customer-name-middlename .name-firstname, .form-list .customer-name-middlename-suffix .name-firstname, .form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}
.form-list .customer-name-prefix .name-firstname input.input-text, .form-list .customer-name-suffix .name-lastname input.input-text, .form-list .customer-name-middlename .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-firstname input.input-text, .form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}
.form-list .customer-dob .dob-month, .form-list .customer-dob .dob-day, .form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}
.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}
.form-list .customer-dob label {
    color: #888;
    font-size: 10px;
    font-weight: normal;
}
.form-list .customer-dob .dob-day, .form-list .customer-dob .dob-month {
    width: 60px;
}
.form-list .customer-dob .dob-day input.input-text, .form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}
.form-list .customer-dob .dob-year {
    width: 140px;
}
.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set .back-link {
    margin: 0;
	clear:both;padding-top:20px;padding-left:10px;
}
.my-account .back-link a {
    color:#52b6b4;
    text-decoration: underline;
}

.buttons-set-order {
    margin: 10px 0 0;
}
.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}
.fieldset-write-form .validation-advice{display:none;}
.validation-advice {
    background: rgba(0, 0, 0, 0) url("../images/validation_advice_bg.gif") no-repeat scroll 2px 0;
    clear: both;
    color: #eb340a;
    font-size: 11px;
    font-weight: bold;
    line-height: 13px;
    margin: 3px 0 0 5px;
    min-height: 13px;
    padding-left: 17px;
    width: 200px;
}
.validation-failed {
    background: #faebe7 none repeat scroll 0 0 !important;
    border: 1px dashed #eb340a !important;
}
.validation-passed {}

.v-fix {
    float: left;
}
.v-fix .validation-advice {
    display: block;
    margin-right: -12em;
    position: relative;
    width: 12em;
}
.success {
    color: #3d6611;
    font-weight: bold;
}
.error {
    color: #df280a;
    font-weight: bold;
}
.notice {
    color: #e26703;
}
.messages, .messages ul {
    list-style: outside none none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.messages {
    overflow: hidden;
    width: 100%;
}
.messages li {
    margin: 0 0 10px !important;
}
.messages li li {
    margin: 0 0 3px !important;
}
.error-msg, .success-msg, .note-msg, .notice-msg {
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-size: 11px !important;
    font-weight: bold !important;
    min-height: 24px !important;
    padding: 8px 8px 8px 32px !important;
}
.error-msg {
    background-color: #faebe7;
    background-image: url("../images/i_msg-error.gif");
    border-color: #f16048;
    color: #df280a;
}
.success-msg {
    background-color: #eff5ea;
    background-image: url("../images/i_msg-success.gif");
    border-color: #446423;
    color: #3d6611;
}
.note-msg, .notice-msg {
    background-color: #fafaec;
    background-image: url("../images/i_msg-note.gif");
    border-color: #fcd344;
    color: #3d6611;
	width:50%;
	/* float:right; */
	margin-right:8px;
}

.catalog-category-view .breadcrumbs ,.catalogsearch-result-index .breadcrumbs{position:absolute;left:6px;top:14px;}
.category-full-colors-bridesmaid-dresses .breadcrumbs{top:60px;}
.breadcrumbs li {
    color: #6d6d6e;
    float: left;
    position: relative;
}
.breadcrumbs li.home {
    color: #6d6d6e;
    float: left;
    z-index: 6;
}
.breadcrumbs li.crumb2 {
    z-index: 5;
}
.breadcrumbs li.crumb3 {
    z-index: 4;
}
.breadcrumbs li.crumb4 {
    z-index: 3;
}
.breadcrumbs li.home a {
    color: #6d6d6e;
    display: inline-block;
    float: left;
    padding: 0;
    text-decoration: none;
}
.breadcrumbs li.home span {
    background: #fff none repeat scroll 0 0;
    color: #333333;
    font-family: 'PoppinsRegular';
    font-size: 14px;
    margin-left: 0;
}
.breadcrumbs li span {
    display: inline-block;
    float: left;
    padding: 0 5px 0 0;
}
.breadcrumbs li a, .breadcrumbs li a i, .breadcrumbs li span {
}
.breadcrumbs li.last a i {
    background: transparent url("../images/b.png") no-repeat scroll -75px -651px;
}
.breadcrumbs li.last a:hover i {
    background: transparent url("../images/b.png") no-repeat scroll -75px -651px;
}
.breadcrumbs .font01 {
    font-size: 12px;
    padding-left: 12px;
}

.pager {
    text-align: center;
	padding: 0px 40px;
}
.pager .amount {
    color: #666666;
    display: block;
    float: right;
	height:37px;
    line-height:37px;
    margin: 0 12px 0 0;
	text-transform:uppercase;
}
.toolbar .pager .amount ,.toolbar .pager .pages , .toolbar .pager .ratingushere ,.toolbar-bottom .toolbar .pager .amount{display:none;}
.toolbar-bottom .pager .amount {
    display: inline-block;
}
.toolbar-bottom .toolbar .pager .pages{display:block;float:none;}

#customer-reviews .pager .amount {
    float: left;
}
.pager .limiter {
    color: #666666;
    display: none;
    float: left;
    margin-left: 274px;
}
.toolbar-bottom .pager .limiter, .toolbar .pager .limiter {
}
.pager .limiter a {
    border: 1px solid #cfd0cf;
    color: #000;
    display: inline-block;
    float: left;
    height: 16px;
    line-height: 16px;
    margin-right: 4px;
    padding: 2px 5px;
}
.pager .limiter a:hover {
    background-color: #4daca9;
    color: #fff;
    text-decoration: none;
}
.pager .limiter a.selected {
    background-color: #ddd;
    color: #000;
}
.pager .pages {
    color: #666;
    display: inline-block;
    float: right;
    height:37px;
	padding-top:0;
}
.pager .pages strong {
    color: #000;
    font-family:'PoppinsRegular';
    font-size: 11px;
    font-weight: normal;
}
.pager .pages ol {
    display: inline-block;
}
.pager .pages li {
    display: inline-block;
    float: left;
    margin-right:6px;
	border:1px solid #ddd;
	width:28px;
    height:28px;
    line-height:28px;
}
.pager .pages a {
    color: #333;
    display: inline-block;
	width:28px;
    height:28px;
    line-height:28px;
    padding:0;
	text-transform:uppercase;
	border:none;
	font-size:14px;
}
.pager .pages a.first.i-first,.pager .pages a.last.i-last{text-decoration:underline;}
.pager .pages strong, .pager .limiter .tems-per {
    display: inline-block;
    float: left;
    line-height: 22px;
    padding-right: 5px;
}

.sorter {
    border-top: 1px solid #e2e2e2;
    font-size: 11px;
    padding: 3px 8px;
}
.sorter .view-mode {
    float: left;
    margin: 0;
}



.sorter .link-feed {
}
.toolbar {
    clear: both;
    width:100%;
	padding: 13px 0;
}


.category-products .sort-by select{
	-moz-appearance:none;
	appearance:none;
	-webkit-appearance:none; 
    border: 1px solid #ddd;
    height: 39px;
    width: 200px;
    margin-left: 15px;
	padding-left: 10px;
    font-size: 15px;
	vertical-align:top;
}
.category-products .sort-by:after{
	content: "";
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: rotate(45deg);
}
.toolbar-bottom .toolbar .pager .sort-by {
    display: none;
}
.data-table {
    width: 100%;
}


.data-table tr.last th, .data-table tr.last td {
    border-bottom: 0 none !important;
}
.data-table th,.data-table td {
    padding: 8px;
}
.data-table thead th {
    border-right: 1px solid #ddd;
    color: #0a263c;
    font-weight: bold;
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
}
.data-table thead th.wrap {
    white-space: normal;
}
.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

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

.info-box {
    background: #fff url("../images/bkg_block-title.gif") repeat-x scroll 0 0;
    border: 1px solid #d0cbc1;
    margin: 0 0 15px;
    padding: 12px 15px;
}
.info-box > h2 {
    font-size: 13px;
    font-weight: bold;
}
.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}
.info-table td {
    padding: 2px 0;
}
tr.summary-total {
    cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
    background: rgba(0, 0, 0, 0) url("../images/bkg_collapse.gif") no-repeat scroll 0 5px;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    text-align: right;
}
tr.show-details .summary-collapse {
    background-position: 0 -52px;
}
tr.show-details td {
}
tr.summary-details td {
    background-color: #dae1e4;
    color: #626465;
    font-size: 11px;
}
tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
    font-style: italic;
}
.cart-tax-info {
    display: block;
}
.cart-tax-info, .cart-tax-info .cart-price {
    padding-right: 20px;
}
.cart-tax-total {
    background: rgba(0, 0, 0, 0) url("../images/bkg_collapse.gif") no-repeat scroll 100% 5px;
    cursor: pointer;
    display: block;
    padding-right: 20px;
}
.cart-tax-info .price, .cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}
.cart-tax-total-expanded {
    background-position: 100% -52px;
}

.cms-index-index .col-main .std {
    display: none;
}
.cms-index-index .col-main .home-cart {
    overflow: hidden;
}
.home-cart {
    font-family:'PoppinsRegular';
}
.home-cart .new-title {
    background: rgba(0, 0, 0, 0) url("../images/hxf_line.gif") repeat-x scroll center center;
    font-size: 12px;
    height: 33px;
    line-height: 30px;
    text-align: center;
}
.home-cart .new-title strong {
    background-color: #fff;
    font-size: 12px;
    line-height: 30px;
}
.about_anas p {
    color: #888;
    font-size: 12px;
}
.home-cart .home-new-list {
    overflow: hidden;
}
.home-cart .idx-cat {
    float: left;
    width: 320px;
}
.home-cart .idx-cat.center {
    margin: 0 18px;
}
.header .links li {
    color: #555555;
    float: left;
}
.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}
.header-container .top-container a {
    color: #ebbc58;
    font-size: 12px;
}


.mini-products-list .product-image {
    display: block;
    float: left;
}
.mini-products-list .product-details {
}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

/* Block: Account */
.block-account .block-title {
    background:none;
    border: 0 none;
    height: 45px;
	line-height: 45px;
	border-bottom:1px solid #ddd;
	margin-top: 10px;
}
.block-account .block-title strong span{color:#000;font-size:14px;font-weight:normal;}
.block-account .block-title strong {
    color: #000;
    font-size: 13px;
}

.block-account .block-content {
    background: none;
    padding: 10px 10px;
}

.block-account .block-content li.last a {
    border-bottom: 0 none;
}
.block-account .block-content li.current {
    border-bottom:none;
    padding: 3px 0;
	color: #59b6b3;
}
.block-account .block-content li.current.last {
    border-bottom: 0 none;
}
/* Block: Currency Switcher */
.block-currency {
    background: rgba(0, 0, 0, 0) url("../images/bkg_block-currency.gif") no-repeat scroll 0 0;
    border: 0 none;
    height: 51px;
    padding: 7px 12px 10px;
}
.block-currency .block-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0 0 5px;
    padding: 0;
}
.block-currency .block-title strong {
    background: rgba(0, 0, 0, 0) url("../images/i_block-currency.gif") no-repeat scroll 0 50%;
    color: #fff;
    font: bold 13px/21px 'PoppinsRegular';
    padding: 0 0 0 21px;
    text-transform: none;
}
.block-currency .block-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.block-currency .block-content select {
    padding: 0;
    width: 100%;
}
.block-layered-nav {
    border: 0 none;
}
.block-layered-nav .block-title {
    overflow: hidden;
    /* padding: 15px 0; */
    font-size: 18px;
    /* font-family: 'Times'; */
}
.block-layered-nav .block-subtitle {
    color: #333;
    font-weight: normal;
    line-height: 1.35;
    padding: 3px 0;
    text-transform: capitalize;
}
.catalogsearch-result-index .block-layered-nav .block-subtitle{display:none;}
.block-layered-nav .block-content {
}
.nav-by-filter{border-bottom:1px solid #eee;margin-bottom:5px;}
.block-layered-nav dt {
    color: #333;
    cursor: pointer;
    font-family:'PoppinsRegular';
    font-size:18px;
    padding:15px 0;
    text-transform: capitalize;
	display:block;
}
.block-layered-nav .nav-by-filter .xijie-nav {
	background: rgba(0, 0, 0, 0) url(../images/tag.png) repeat scroll -30px -316px;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    margin-top: 10px;
    width: 10px;
    float: right;;
}
.block-layered-nav .nav-by-filter.filter-open  .xijie-nav{
	background-position: -2px -316px;
}


.block-layered-nav dd {
    padding-bottom: 15px;
    overflow: hidden;
}
.block-layered-nav .nav-by-filter.filter-open dd{display:block;}
.block-layered-nav .nav-by-filter dd{display:none;}
.block-layered-nav dd ol li {
    color: #333;
    padding: 3px 0 0;
    position: relative;
}
.block-layered-nav dd ol li a {
    clear: both;
    color: #333;
    padding-left:0;
	font-size:14px;
}
.block-layered-nav dd ol li:hover {
    color:#52b6b4;
}
.block-layered-nav dd ol li:hover a {
    color:#52b6b4!important;
    text-decoration: none;
}
.block-layered-nav dd.last {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.block-layered-nav .currently li {
    background-color: #fefaee;
    border: 1px solid #feb199;
    color: #504531;
    font-family:'PoppinsRegular';
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px;
    padding: 6px 0;
    position: relative;
}
.block-layered-nav .currently .label {
    display: inline-block;
    font-weight: normal;
    padding-left: 5px;
    text-transform: capitalize;
    vertical-align: top;
}
.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}
.block-layered-nav .currently .btn-previous, .block-layered-nav .currently .btn-remove {
    margin: 0;
    position: absolute;
    right: 4px;
    top: 9px;
}
.block-layered-nav .currently .btn-previous {
    right: 17px;
}
.block-layered-nav .actions {
    border-bottom: 1px solid #dee5e8;
    border-width: 1px 0;
    font-size: 11px;
    padding: 0 0 4px 9px;
    text-align: right;
}
.block-layered-nav .actions a {
    color: #887c6d;
    float: none;
}
.customer-account-edit .my-account .fieldset{width:450px;}
.customer-account-edit .my-account .fieldset .control{text-align:left;margin-top:10px;}
.block-cart .block-title {
}
.block-cart .block-title strong {
    background-image: url("../images/i_block-cart.gif");
}
.block-cart .summary {
    background: #fff none repeat scroll 0 0;
    margin: -1px 0 0;
    padding: 2px 8px 8px;
    position: relative;
    z-index: 1;
}
.block-cart .amount {
    margin: 0;
}
.block-cart .amount a {
    font-weight: bold;
}
.block-cart .subtotal {
    background: #fbebd9 none repeat scroll 0 0;
    margin: 5px 0 0;
    padding: 2px 0;
    text-align: center;
}
.block-cart .subtotal .price {
    font-weight: bold;
}
.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}
.block-cart .actions .paypal-logo {
    float: left;
    margin: 3px 0 0;
    text-align: right;
    width: 100%;
}
.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}
.block-wishlist .block-title strong {
    background-image: url("../images/i_block-wishlist.gif");
}
.block-wishlist .actions {
    text-align: right;
}
.block-wishlist .actions a {
    float: none;
}
.block-related .block-title strong {
    background-image: url("../images/i_block-related.gif");
    background-position: 0 1px;
}
.block-related input.checkbox {
    float: left;
}
.block-related .product {
}
.block-related .product .product-details {
    float: right;
    width: 100px;
}
.catalog-product-view .block-related .product .product-details {
    width: 60px;
}

#block-related li {
    clear: both;
    overflow: hidden;
    padding: 5px 0;
}
.block-related .product .product-details .price-box .old-price {
    display: none;
}
.block-related .product .product-details .price-box .special-price .price-label {
    display: none;
}
.block-related .product .product-details .price-box .special-price {
    padding: 0;
}
.block-compare .block-title strong {
    background-image: url("../images/i_block-list.gif");
    background-position: 0 1px;
}
.block-compare button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}
.page-popup .link-print {
    background: rgba(0, 0, 0, 0) url("../images/i_print.gif") no-repeat scroll 0 2px;
    color: #1e7ec8;
    font-weight: bold;
    padding: 2px 0 2px 25px;
}
.compare-table {
    border: 0 none;
}
.compare-table thead tr.first th, .compare-table thead tr.first td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    padding: 0;
}
.compare-table .btn-remove {
    background-image: url("../images/btn_remove2.gif");
    float: right;
    height: 15px;
    width: 72px;
}
.compare-table tbody th {
    background: #d9e5ee url("../images/bkg_th-v.gif") repeat-y scroll 100% 0;
}
.compare-table tbody th, .compare-table tbody td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc -moz-use-text-color -moz-use-text-color #ccc;
    border-image: none;
    border-style: solid none none solid;
    border-width: 1px 0 0 1px;
    padding: 10px;
}
.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}
.compare-table tbody tr.last th, .compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}
.compare-table tr.add-to-row td {
    background: #fffada none repeat scroll 0 0;
    text-align: center;
}
.compare-table tr.first td {
    text-align: center;
}
.compare-table tr.first td .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.compare-table tr.first td .product-name a {
    color: #203548;
}
.compare-table tr.first td .ratings {
    margin: 0 auto;
    width: 69px;
}
.compare-table tr.first td p, .compare-table tr.add-to-row td p {
    margin: 0;
}
.block-viewed .block-title strong {
    background-image: url("../images/i_block-viewed.gif");
}
.block-compared .block-title strong {
    background-image: url("../images/i_block-list.gif");
    background-position: 0 1px;
}
.block-poll .block-title strong {
    background-image: url("../images/i_block-poll.gif");
}
.block-poll .block-subtitle {
    font-size: 12px;
}
.block-poll label {
    color: #777;
    font-weight: bold;
}
.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}
.block-poll .label {
    display: block;
    margin-left: 18px;
}
.block-poll li {
    padding: 3px 9px;
}
.block-poll .actions {
    margin: 5px 0 0;
}
.block-poll button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}
.block-poll .answer {
    font-weight: bold;
}
.block-poll .votes {
    float: right;
    margin-left: 10px;
}
.block-tags .block-content .tags-list {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 12px;
}
.block-tags .block-content a {
    color: #1b2d3b;
}
.block-tags .actions {
    text-align: right;
}
.block-tags .actions a {
    float: none;
}
.block.block-subscribe {
	height: 100%;
	text-align:left;
	padding-bottom: 10px;
}
.block-subscribe h3{
	margin-bottom:10px;
	font-size:14px;
	text-transform: uppercase;
	color: #5c5c5c;
	letter-spacing: 0.5px;
}
.block-subscribe p{
	margin-bottom:15px;
}
.block-subscribe .block-content {
    padding: 0;
}
.block-subscribe .actions {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 3px 0 0;
    padding: 0;
    text-align: left;
}
.block-subscribe .actions button.button span {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    font-family:'PoppinsRegular';
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: right;
}
.block-subscribe .actions {
    height: 42px;
    width:100%;position:relative;
	text-align:center;
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}
.block-reorder .product-name {
    margin-left: 20px;
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}
.block-banner {
    border: 0 none;
}
.block-banner .block-content {
    padding: 0;
    text-align: center;
}
.block-login .block-title strong {
    background-image: url("../images/i_ma-info.gif");
}
.block-login .block-content {
    padding: 5px 10px;
}
.block-login label {
    color: #666;
    font-weight: bold;
}
.block-login input.input-text {
    display: block;
    margin: 3px 0;
    width: 167px;
}
.block-login .actions {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 3px 0 0;
    padding: 0;
}
.block-login .actions button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.sidebar .paypal-logo a {
    float: none;
}
.category-title {
    border: 0 none;
    margin: 0 0 7px;
}
.category-image {
    margin: 0 0 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.category-image img {
}
.product-ads-subnav {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 30px;
}
.category-description h1 {
    border-bottom: 1px solid #e1e1e1;
    color: #000000;
    display: block;
    font-family:'PoppinsRegular';
    font-size: 22px;
    font-style: italic;
    margin: 6px 0 10px;
    padding-bottom: 11px;
    text-align: center;
    text-transform: capitalize;
	display:none;
}
.category-description p {
    color: #999;
    margin: 0;
}
.category-name {
    text-align: left;
    padding: 25px 10px 10px;
}
.category-name span{display: block;font-size: 14px;}
.category-name span.pro-name{
	display: inline-block;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
    line-height: 1.2;
	font-size: 26px;
	margin-bottom: 15px;
	font-family: 'Times';
}
.products-grid {
    position: relative;
}

.products-grid .item {
    display: block;
    float: left;
    position: relative;
    width:20%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0 10px;
	margin-bottom: 15px;
}
.item-text{text-align:left;margin:15px 0;  position: relative;}
.item-text .product-name{
	margin-bottom:10px;
	line-height:1.2;
}
.size-catalog span{
	display:inline-block;
	font-size:14px;
	padding:2px 10px;
	margin:0 3px 8px;
	border:1px solid #000;
}
.size-catalog span:hover{
	color:#52b6b4;
	border:1px solid #52b6b4;
}
.products-grid .product-image {
    overflow: hidden;
    position: relative;
	display: block;
}
.products-grid .product-image .imglists:nth-child(2), .products-grid .item-img:hover .product-image .imglists:nth-child(1) {
    display: none;
}
.products-grid .item-img:hover .product-image .imglists:nth-child(2){display:block;}

.products-grid .product-image img {
    width: 100%;
    height: auto;
}
.products-grid .product-name a {
    clear: both;
    color: #5c5c5c;
    display: block;
    font-size: 14px;
    letter-spacing: 0px;
}
/* .products-grid .product-name a:hover {
    color:#52b6b4;
    text-decoration: none;
} */
/* .products-grid .price-box {
    margin: 5px 0;
    overflow: hidden;

} */

.products-grid .availability {
    line-height: 21px;
}
.products-grid .actions {
    bottom: 12px;
    position: absolute;
}
.col2-left-layout .products-grid, .col2-right-layout .products-grid {
    clear: both;
    margin: 0px auto 0;
}
.col1-layout .products-grid {
    margin: 0 auto;
    width: 790px;
}
.catalog-category-view .price-box .price-label, .catalogsearch-result-index .price-box .price-label, .tag-product-list .price-box .price-label {
    display: none;
}
.price-box .old-price, .price-box .special-price {
    display: inline;
}


.cate-show .cate-big {
    float: right;
}
.col-main .wedding-show .cate-small {
    width: 560px;
}
.product-ads-subnav a {
    background: #6d5959 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 187px;
}
.product-ads-subnav a:hover {
    background: #927676 none repeat scroll 0 0;
    text-decoration: none;
}
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}
.products-list li.item.last {
    border-bottom: 0 none;
}
.products-list .product-image {
    float: left;
    height: 135px;
    margin: 0 0 10px;
    width: 135px;
}
.products-list .product-shop {
    margin-left: 150px;
}
.products-list .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.products-list .product-name a {
    color: #203548;
}
.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}
.products-list .availability {
    float: left;
    margin: 3px 0 0;
}
.products-list .desc {
    clear: both;
    line-height: 1.35;
    margin: 0 0 15px;
    padding: 6px 0 0;
}
.products-list .desc .link-learn {
    font-size: 11px;
}
.products-list .add-to-links {
    clear: both;
}
.products-list .add-to-links li {
    display: inline;
}
.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}
.no-rating {
    margin: 0;
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}
.ratings .rating-links {
    float: left;
    margin: 0;
}
.ratings .rating-links .separator {
    margin: 0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
    background: rgba(0, 0, 0, 0) url("../images/banner/bkg_rating.png") repeat-x scroll 0 0/19px;
    font-size: 0;
    height: 15px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 95px;
}
.catalog-category-view .list-rate-review .rating-box{background: none;}
.rating-box .rating {
    background: rgba(0, 0, 0, 0) url("../images/banner/bkg_rating.png") repeat-x scroll 0 -189px/19px;
    float: left;
    height: 15px;
}
.ratings .rating-box {
    float: left;
    margin-right: 3px;
}
.ratings .amount {
    float: left;
}
.ratings-table th, .ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}
.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}
.products-grid .ratings {
    clear: both;
    float: none;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content:center;
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
}

/* Add to Links + Add to Cart */
.add-to-box { margin:15px 0; }
.add-to-box .add-to-cart{margin-bottom:15px;}
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }
.product-view { clear:both; margin-top:10px;}
.product-essential {padding-bottom:5px;}
.product-essential > h2 { font:bold 13px/1.35 'PoppinsRegular'; }
.product-collateral {padding:0; clear:both;}
.product-collateral > h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0; }
.shipping-return{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-top:20px;
}
.shipping-item,.return-item{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shipping-item {
    margin-right: 60px;
}
.shipping-return span{
	display:inline-block;
	
}
.product-ship,.product-ship a{
	margin:0 8px;
	font-size: 12px;
    color: #666;
}
.product-summury{margin-top:5px;}
.product-summury h2{margin:0;padding-top:15px;cursor:pointer;font-style: normal;font-weight: 600;}
.product-summury h2:after {
	content: " ";
    display: inline-block;
 	width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, 0) url(../images/tag.png) repeat scroll -30px -716px;
 	margin-top: 4px;
 	float:right;
}
.product-summury h2.list-on:after{
	 background-position: -1px -716px;
}
.product-summury .tabs-content{display:none;padding:20px 0 20px 15px;}
.product-summury .tabs-content .data-table th,.product-summury .tabs-content .data-table td{
	padding: 5px 8px 5px 0;
    text-align: left;
    float: left;
    font-weight: 300;
}
.product-summury .tabs-content .data-table th:after{
	content:":";
}
.product-summury  .box-description .size-title{
	padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    background-color: white;
	margin-top: -33px;
    float: right;
    margin-right: 10px;
    font-size: 16px;

}
.product-summury  .box-description table{
	width:100%;
	font-size: 14px;
	margin:0 auto;
}
.product-summury .size-box{overflow:auto;}
.product-summury  .box-description table th {
    font-weight: 400;
    text-align: center;
    padding: 5px;
}
.product-summury  .box-description table th  strong{font-weight:300;}
.product-summury .box-description table td {
    border: 1px solid #52b6b4;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.tabs-reviews.tabs-content{padding-top:20px;}
.tabs-description h2{margin-top:15px;margin-bottom:10px;display:none;}
.tabs-description p{margin-bottom:0;}
/* Product Images */
.product-img-box { float:left; position:relative;width:50%; padding-right:25px;box-sizing:border-box;}
.product-img-box .product-image { margin:0; }
.product-img-box .product-image-zoom {     position: relative;
    width: calc(100% - 130px);
    height: auto;
	float:right;
}

.product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-img-box .zoom #track { position:relative; height:18px; }
.product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-img-box .more-views > h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-img-box .more-views ul {position:absolute;z-index:1;}

.product-img-box .more-views li.active a .arrow{border-style: solid;
    border-width: 4px;
    height: 0;
    position: absolute;
    width: 0;border-color: transparent transparent transparent #52b6b4;
    right: -2px;
    top: 40px;}
.product-img-box .more-views li{
    width: 110px;
    height: 164px;
    border: 1px solid #fff;
    display: block;
    overflow: hidden;
	position: relative;
}
.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/video-btn.png)no-repeat;
    background-size: 60px;
    background-position: -7px -3px;
}
.product-view .product-img-box .more-views li.active {
    border: 3px solid #ccc;
	height:168px;
}
.product-img-box .more-views li:hover{display: block;}
.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
/* Product Shop */
.product-view .product-shop {
	float:right;
	width:50%;
	padding-left:25px;
	box-sizing:border-box;
}
.pls{position:absolute; top:99999px; left:999999px;}

.col1-layout .product-view .product-shop .ratings .rating-box{display:block;}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name{margin-bottom:5px;}
.product-view .product-shop .product-name span { margin:0; padding:0;font-size:35px;line-height:1;}
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }

.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:14px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
/* Product Options */
.product-options { position:relative;clear:both;}
.product-options dt { 
	margin:7px 0;font-weight:normal;clear:both;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sizeGuide a{
    color: #666;
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
	text-decoration: underline;
}
.sizeGuide a:before{
	content: "";
	width:24px;
	height: 24px;
	display: inline-block;
	background: url(../images/iconfont/default-size.svg) no-repeat center;
	background-size: 24px;
	vertical-align: middle;
	margin-right: 3px;
}
.product-options dl .input-box {width: 280px;}
.product-options dt:nth-child(5),.product-options dd:nth-child(6){display:none;}
.product-options dt label,.availabillity,.product-summury h2 {
	color: #000;
    display: block;
    font-size: 16px;
}
.product-summury .std {
    overflow: auto;
}
.product-options dt label.required em { color:#eb340a; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd {display:inline-block; width:100%;position:relative;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:86%; }
#product-options-wrapper  dd input.input-text{ width:64%; }
.product-options dd input.datetime-picker { width:250px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:222px; height:30px;resize:none;padding-left:10px; }
.product-options dd select{ width:236px;height:36px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll 213px -335px;padding-left:10px;}
.product-options dd select.product-custom-option-size{display:none;}
.size-chart-box a{display:inline-block;float:left;margin-right:10px;}
.size-chart-box dt{
	display:inline-block;
	padding:2px 10px;
	border:1px solid #eee;
	border-radius: 50px;
    min-width: 35px;
    height: 35px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
}
.size-chart-box .on dt,.size-chart-box .on dt:hover{
	border-color:#000;
}
.size-chart-box dt:hover{border:1px solid #aaa;}
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; width:56px; float:left; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; display:none; }
.product-options-bottom { background-color:#fefefe; padding:0;   }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart {
	margin-top: 10px;
    border-top: 1px solid #000;
    padding: 20px 0;
    border-bottom: 1px solid #000;}
.availabillity{margin-bottom:15px;}
.availabillity .variant-store{
	color: #000;
}
.product-shop .product-options-bottom { }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.option_total > dt {
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
	padding-top:3px;
}
.option_total dh {
    color: #da3439;
    font-size: 21px;
    font-weight: bold;
    margin-left: 10px;
}
.option_total {
    padding-bottom: 8px;
}
/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
/* Block: Description */
.product-view .box-description {    margin-bottom: 5px;}
/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }
/* Block: Upsell */
.product-view .box-up-sell > h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; /*border:1px solid #e5dcc3;*/ }
.product-view .box-up-sell .products-grid td { width:25%; /*border-right:1px solid #ddd; border-bottom:1px solid #e5dcc3;*/ padding:5px 0px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td {/* border-bottom:0;*/ }
.product-view .box-up-sell .products-grid td.last {/* border-right:0; */}
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { /*border-right:0; */}
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#f3ab1a; background:#ffc952;color:#000;  }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 0px; font-size:11px; }
/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */
/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#3f3f3e; }
.home-new-list .product-name a{color:#888;display:block;padding:0 5px;line-height:15px;height:30px;overflow:hidden;}

/* Product Tags */
.catalogsearch-term-popular .page-title{width:100%;}
.catalogsearch-term-popular .page-title h1{text-align:center;margin:15px;font-style:italic;}
.tags-list { display:inline-block; font-size:14px; border:1px solid #e2e2e2;clear:both;width:100%;}
.tags-list li { display:block; margin:0 4px 0 0; width:24%;float:left;}
.tags-list li a { color:#333;font-family:'PoppinsRegular';font-size:14px !important; padding:10px 10px 10px 35px;display:block;text-transform: capitalize;}
.tags-list li a:hover{color:#ff7ea5;text-decoration:underline;}
/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */
/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 5px; width:100%;}
.cart .page-title h1 { margin:10px 0 0;font-size:24px;font-family:'PoppinsRegular';height:60px;line-height:60px;color:#333;text-transform:uppercase;width:100%;text-align:left;}
/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; margin-top:10px}
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 120px 0 0; line-height:1.0; font-size:11px; }
/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:30px 10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#fff ; background:#fff ;color:#333;font-size:13px;font-family:'PoppinsRegular';text-transform:uppercase;text-decoration:underline; }
.cart-table .btn-update,
.cart-table .btn-empty { float:left; }
.cart-table .btn-update { margin-left:0px; }
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:612px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }
.cart .crosssell { border:1px solid #cec3b6; background:#f8f8f8; padding:12px 15px; display:none;}
.cart .crosssell > h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:100px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; height:32px;overflow:hidden;}
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { /*background:#f7f7f7; padding:12px 15px; margin:50px 0 18px; */margin-bottom:20px;}
.cart .discount > h2,
.cart .shipping > h2 { font:13px/16px 'PoppinsRegular'; padding:0 21px 0 0 ; color:#333; text-transform:uppercase; height:17px;width:140px; margin:10px;}
.cart .discount button span{color:#fff;height:32px;line-height:32px;font-size:12px;font-weight:bold;}
.cart .shipping button span {border-color:#000 ; background:#000 ;color:#fff;height:23px;line-height:23px;font-size:12px;font-weight:bold; }
.cart .discount .buttons-set{border: 0; text-align: left;float: left;display: inline-block;clear:none;margin:0;padding:0;}
.cart .shipping .buttons-set { position:absolute; border:0; right:0;bottom:28px; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.cart .discount .input-box { margin:0px 0 0 10px; width:267px;display:inline-block;float:left; }
.cart .discount input.input-text { width: 254px;height: 28px;border: 1px solid #c0a76f;padding-left: 10px }
.cart .shipping > h2 { background-image:url(../images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
/* Shopping Cart Totals */
.cart .totals { width:50%;float:right;}
.cart .totals table { margin:7px 20px 0 0px;font-size:20px;float:right;}
.cart .totals td { padding:10px 0px 1px 7px; font-size:16px;}
#shopping-cart-totals-table > tbody tr th{padding-top:10px;}
.cart .totals td .price { padding-left: 75px;font-weight:bold;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:16px; }
.cart .totals tfoot td .price {color: #c0a76f;padding-left: 57px;font-size:20px;}
.cart .totals .checkout-types { font-size:13px; padding:8px 0px 0px; text-align:right; clear:both;}
.cart .totals .checkout-types li { clear:both; margin:10px 0; }
#shopping-cart-totals-table > tbody {
    display: block;
    float: right;
    margin-bottom: 15px;
}
#shopping-cart-totals-table > tbody tr{float:none;}
#shopping-cart-totals-table tr {
    float: right;
}
/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; float:left; padding-right:10px;}
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:170px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:15px; left:0px; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */
/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods .v-fix{width:120px;margin-right:10px;}
.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }
.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }
.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px;text-indent: -99999px;display: inline-block;width: 35px; height: 35px;vertical-align: middle;background:rgba(0, 0, 0, 0) url("../images/onepage-card.png") no-repeat scroll 0 0;}
/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999;bottom:0;}
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }
/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
/* Checkout Agreements */
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content {padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }
.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }
/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set > h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set > h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set > h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box > h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */
/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }
.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }
.opc { position:relative; }
.opc li.section {}
.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px 'PoppinsRegular'; color:#999; }
.opc .step-title > h2 { float:left; margin:0; font:bold 13px/16px 'PoppinsRegular'; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
.opc .allow .step-title { background:#ddd; border:1px solid #aaa; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#ccc; border-color:#999; color:#888; }
.opc .allow .step-title > h2 { color:#888; }
/*.opc .allow .step-title a { display:block; }*/
.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#900; border-color:#b00; color:#fff; }
.opc .active .step-title > h2 { color:#900; }
/*.opc .active .step-title a { display:none; }*/
.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }
#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }
.multiple-checkout > h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout > h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }
.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set > h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box > h2 { color:#e26703; }
.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }
/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */
/* Account Login/Create Pages ============================================================ */
.account-box{display:none;}
.account-box.active{display:block;}
.account-area{width:600px;margin:0 auto;padding:100px 80px;}
.account-change{padding:20px 0;overflow:hidden;}
.account-change h2{
	display:inline-block;
	float:left;
	text-align:center;
	width:50%;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 22px;
	text-transform:uppercase;
	font-weight:600;
}
.account-change h2.active,.account-change h2:hover{color:#52b6b4;}
.account-change h2 span{cursor: pointer;position: relative;}
.account-change h2.active span:after{
	content: '';
    border-bottom: 2px solid #52b6b4;
    height: 2px;
    background: #52b6b4;
    left: 15px;
    right: 15px;
    color: #52b6b4;
    position: absolute;
    bottom: -7px;
}
.account-box .form-list label.required{
	position:relative;
	float:none;
	top:0;
}
.account-box .form-list li,.name-firstname{margin-bottom:20px;}
.account-box .form-list .input-box,.account-box .form-list .input-box input,.account-box .form-list .field{
	width:100%;
	float:none;
}
.account-box .form-list .input-box input{height:40px;padding:0 5px;}
.customer-account-forgotpassword .page-title h2.legend{
	font-size:24px;
    padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
	text-align:center;
}
.account-box .buttons-set{clear:both;margin-top:20px;}

.account-box button.button{float:none;margin:0;width:100%;border-radius:2px;}
.account-box button.button span{height:40px;line-height:40px;width:100%;text-align:center;text-transform:uppercase;font-size:16px;border:none;}
.account-box  .buttons-set p {
    font-size: 16px;
	text-transform:capitalize;
	margin-top:20px;
	margin-bottom:10px;
	position:relative;
	text-align:center;
	
}
.account-box  .buttons-set p span{
	background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
    position: relative;
}
.account-box  .buttons-set p:before {
    content: '';
    height: 1px;
    background: #e1e1e1;
    position: absolute;
    top: 10px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
}
.account-box .form-list label.required em{display:none;}
.forgotpassword {
   text-align:right;
}
.forgotpassword a{text-decoration:underline;}
.forgotpassword:hover a{color:#52b6b4;}
#form-validate .form-list label{margin-top:5px;}
.customer-account-changeforgotten .fieldset {
    width: 830px;
    margin: 0 auto;
}
.customer-account-changeforgotten .form-list label{
	top:0;
	margin:5px 0;
}
.customer-account-changeforgotten .form-list .field{
	margin:0 15px;
}
.customer-account-changeforgotten  .form-list .input-box  .input-text,.customer-account-changeforgotten  .form-list .input-box{
	width:100%;
	height:30px;
}
.customer-account-changeforgotten .buttons-set button.button{margin:15px;}

.customer-account-forgotpassword .page-title,.customer-account-changeforgotten  .page-title{
	width:100%;
}
.customer-account-forgotpassword #form-validate{
	width:580px;
	display:block;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding-top:20px;
}
.customer-account-forgotpassword #form-validate p,#form-validate .form-list label,#login-form .form-list label{
	font-size:14px;
	text-align:left;
	display:block;
}

.customer-account-forgotpassword #form-validate .form-list label.required em,.customer-account-changeforgotten #form-validate .form-list label.required em{
	position:relative;
	float:left;
	right:2px;
}
.customer-account-forgotpassword #form-validate .form-list .input-box {
    clear: both;
    display: block;
    float: right;
    width: 440px;
}
.customer-account-forgotpassword #form-validate .form-list .input-box  input.input-text{
	width:425px;
	padding:5px;
}
.customer-account-forgotpassword #form-validate button.button span, .customer-account-changeforgotten button.button span{
	font-size:20px;
	padding:6px 25px;
	border-radius:5px;
}

.logout-page{
	width:500px;
	margin:50px auto 0;
	clear:both;
    overflow:hidden;
}
.logout-page .page-title,.logout-page  p{
	width:375px;
	padding-top: 15px;
	margin-bottom:0;
	padding-bottom:10px;
	float:right;
}
.logout-age-img{
	display: block;
    height: 125px;
    width: 125px;
	float:left;
	background-image: url("../images/msg.png");
    background-repeat: no-repeat;
	background-position: 0 -519px;
}
.customer-account-edit .my-account .fieldset .form-list .field{width:450px;}
.customer-account-edit .my-account .fieldset .form-list  input.input-text{padding:6px;width:246px;}
.customer-account-edit  .my-account .page-title h1{height:30px;line-height:30px;padding-left:20px;}
.customer-account-edit .my-account .fieldset .control input,.newsletter-manage-index .my-account .fieldset .control input{float:left;}
.newsletter-manage-index .my-account .fieldset .control input{margin:5px;}
.my-account .buttons-set button.button{float:left;}
.customer-account-edit .my-account  button.button span{height: 30px;border-radius: 18px;}
.customer-account-edit .my-account button.button span span {
    background:#52b6b4;
    border: 0 none;
    color: #fff;
    font: normal 16px/30px 'PoppinsRegular';
    height: 30px;
    padding: 0 40px;
}
.customer-address-form .my-account{padding-left:20px;}
.customer-address-form .form-list{background:#fafafa;border:1px solid #eee;padding:22px 33px 12px 33px;margin-bottom:28px;margin-top:-9px;width:412px;}
.customer-address-form .form-list li.wide input.input-text{width:246px;padding:6px;}
.customer-address-form .form-list li.wide .input-box{width:230px;}
.customer-address-form .form-list li.wide label{top:18px;font-weight:normal;}
.customer-address-form .form-list li .field label{top:25px; font-weight:normal;}
.customer-address-form .form-list li .field input {
    margin-left: 19px;
	width:246px;
	padding:6px;
}
.customer-address-form .form-list select{padding:6px;margin-left:19px;}

.customer-address-form .fieldset .legend{display:inline;background:#fff;color:#333;font-size:13px;padding:2px 5px;margin-left:20px;}
.customer-address-form .fieldset{margin-right:65px;}
/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px 'PoppinsRegular'; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */
/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0;color:#999; }
.dashboard .welcome-msg p strong{font-weight:normal;color:#000;}
.dashboard .col2-set { margin:0 0 15px; }
/* General Box */
.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head > h2 { float:left; margin:0; font-size:14px; font-weight:normal; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; color:#52b6b4; }
.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:14px; font-weight:normal; margin:0; }
/* Block: Recent Orders */
.dashboard .box-recent .box-head > h2 { background-image:url(../images/i_folder-table.gif); padding-left:25px;}
/* Block: Account Information */
.dashboard .box-info .box-head > h2 { }
.dashboard .box-info h4 { font-size:14px; font-weight:normal; text-transform:uppercase; }
/* Block: Reviews */
.dashboard .box-reviews .box-head > h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }
/* Block: Tags */
.dashboard .box-tags .box-head > h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */
/* Address Book */
.addresses-list > h2 { font-weight:bold; font-size:13px; color:#4daca9; text-transform:uppercase; }
.addresses-list h3 { font-weight:normal; font-size:13px;color:#000; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { color:#000;text-decoration:underline; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal;color:#000; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
/* Order View */
.sales-view { background:#f7f7f7; border:1px solid #e4e4e4; padding:12px 15px; margin:0 0 8px;font-size:13px; }
.sales-view .page-title{width:100%;float:none;}
.sales-view .page-title h1{font-size:13px;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
#order-info-tabs .last { font-weight:bold; }
.order-info li { margin:0 3px; }
.order-date { margin:10px 0; }
.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px;display:inline-block;width:49%;height:180px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box; }
.order-info-box > h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
.order-items { width:100%; overflow-x:auto; }
.order-items > h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c;}
.order-items > h2 >a{ text-decoration:underline;}
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }
.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:14px; margin:0 0 7px; }
.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }
/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print > h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print > h2.> h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }
/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:114px; margin:0 0 5px; }
.my-wishlist .product-image img{width:100%;}
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
#wishlist-table .add-to-links { white-space:nowrap; }
/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }
/* My Reviews */
#my-reviews-table td { padding:10px; }
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */
/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading > h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */
/* Footer ================================================================================ */
.footer-container {margin-top:40px; clear:both;border-top:1px solid #ccc;}
.cms-home .footer-container{border: none;}
.footer {max-width: 1425px;margin:0 auto;}
.footer a {text-decoration:none; }
/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */
/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */
.guest-select {width:306px !important;height: 30px !important;
    margin: 3px 0 9px;}
.price-box-list .price-label,.price-box .price-label{display:none;}
.price-box-list .old-price-list .price{text-decoration:line-through;}
.price-box-list .old-price-list, .price-box-list .special-price-list{display:inline-block;}
.price-box-list .special-price-list .price{ color:#ff0000; font-weight:bold;font-size:14px;}
.price-box-list .price,.price-box .price{padding:0 4px;}

.home-new-list .price-box-list .price{padding:0 5px;color:#dc226c;line-height:20px;font-weight:normal;}
.header-link{
   width: 100%;
   height:30px;
   background-color:#f7f7f7;
   border-bottom:1px solid #e4e4e4;
}
.top-currency{text-align:center;position:relative;z-index:3000;}
.top-currency  span {
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 22px;
}
.top-currency .block-content {

	position:relative;
}
.top-currency .more-icon {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -40px 0;
    display: block;
    height: 6px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 12px;
    transform: rotate(0deg);
	-ms-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
    transition: all 0.2s ease 0s;
    -webkit-transition:all 0.2s ease 0s;
    -o-transition:all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
-moz-transition:all 0.2s ease 0s;
    width: 9px;
}
.currency-duo ul{padding-top:2px;}
.currency-duo ul a{display:block;line-height:20px;text-align:left;height:23px;font-size:12px;}
.top-currency dl:hover .currency-duo{display:block;}
.top-currency dd:hover .currency-select {box-shadow:1px 2px 4px #898989;background-color:#fff;color:#4daca9;border:1px solid #cccccc;border-bottom:0 none;}
.currency-duo  ul  a:hover{background:#f7f7f7;}
.top-currency .block-content:hover .more-icon{transform: rotate(180deg);-ms-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-o-transform:rotate(180deg);}
.currency-duo .triangle{left: 50%;
    margin-left: -7px;
position: absolute;}
.bord_tri{ border-color: transparent transparent #ccc;
    border-style: solid;
    border-width: 0 7px 7px;
    display: inline-block;
    height: 0;
    top: -7px;
    width: 0;}
.bg_tri{ border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 7px 7px;
    display: inline-block;
    height: 0;
    top: -6px;
    width: 0;}
.rightline{ background-color: #ccc;
    display: block;
    height: 10px;
    right: 0;
    overflow: hidden;
    position: absolute;
    top: 11px;
    width: 1px;}
/* cart */
.mini-cart {
    float:right;
	position:relative;
	padding-left:12px;
}
.mini-cart .cart-links{
	display: block;
    position: relative;
	height: 35px;
    width: 35px;
    background: rgba(0, 0, 0, 0) url(../images/Bag.png) no-repeat center center;
	background-size:18px;
}
.mini-cart .hidden-cart {
	display: none;
	position: absolute;
	right:-1px;
	top:35px;
	width: 262px;
	text-align: left;
	background: #fff;
	z-index: 9;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
}
.mini-cart .head-title{padding-left:40px; line-height: 15px; color:#000;text-align:left;}
.head-title .header-shop{font-family:'PoppinsRegular';font-size:12PX;color:#2f2f2f; font-weight:bold;}

.head-title a:hover{text-decoration:none;}
.hidden-cart .cart-outer{float:left;}
.mini-cart .hidden-cart .cart-inner {padding: 20px;float:left;}
.hidden-cart.no-item-cart .cart-outer,.mini-cart .hidden-cart.no-item-cart .cart-inner{float:none;}
.mini-cart .hidden-cart .cart-inner > p ,.wishlist-panel  > p,.top-links .user-panel.user-account > p {border-bottom: 1px solid #ddd;font-size: 14px;margin-bottom:12px;text-align:center;padding-bottom:10px;}
.mini-cart .hidden-cart .cart-inner .no-cart-button,.top-links .logout-account {background:#000000;border-radius: 16px;font-size: 14px;height: 30px;line-height: 30px;text-align:center;font-weight:bold;}
.mini-cart .hidden-cart .cart-inner .no-cart-button a,.top-links .logout-account a{color:#fff;display:block;}
.mini-cart .hidden-cart .product-image {float: left;}
.mini-cart .hidden-cart .product-details {float: left; width: 138px;padding-left:10px;}
.mini-cart.over .hidden-cart{display:block; }
.hidden-cart .checkout-btn {background:#000000;border-radius:17px;color:#fff;display:block;width:220px;height:30px;line-height:30px;text-align:center;padding:0;}
.mini-cart .checkout-btn span{font-size:14px;color:#fff;font-weight:bold;display:block;}
.cart-inner #cart-sidebar{clear:both; border-bottom:1px dashed #ddd;margin-bottom:5px;float:left;}
.cart-inner #cart-sidebar li{clear:both;margin-bottom:10px;float:left;}
.cart-inner #cart-sidebar .btn-remove{float:right;margin-left:10px;}
.cart-inner #cart-sidebar .product-name{height:35px;overflow:hidden;line-height:16px;}
.cart-inner .actions{overflow:hidden;float:right;font-size:14px;text-align:right;}
/* listhome */
.tab-highlight{clear:both;}
.bmproducts-featured{width:100%; float:left; clear:both; margin-top:5px;}
.tab-highlight .head_bg{background:url(../images/tlt-underline.png) no-repeat left bottom; height:40px;}
.tab-highlight .head_bg h3{font:26px/30px 'PoppinsRegular'; color:#c4010a;}
.bmproducts-featured .products-tab li.item{width:183px; float:left;margin-right:10px;border:4px solid #f5f5f5;margin-bottom:10px;}
.bmproducts-featured .products-tab li.last{margin-right:0px;}
.bmproducts-featured .products-tab li.item:hover{border:4px solid #dedede}
.tab-other-info .product-name{height:30px;overflow:hidden;}
.about_anas{clear:both;overflow:hidden;}
/*hot deal*/
.hot-deals{margin-top:20px;}
.hot-deals .block-title{margin-bottom:10px;}
.hot-deals .sidelist li{clear:both; padding:5px 0; border-bottom:1px dotted #CCCCCC; overflow:hidden;}
.hot-deals .hotDeal-np{float:right; width:calc(100% - 100px);}
.catalog-product-view .hot-deals .hotDeal-np{width:60px;}
.hot-deals .hotDeal-np .price-box-list .old-price-list{display:none;}
/*why buy from us*/
#whyBuyFromUs {color: #666666; font: 11px/16px 'PoppinsRegular'; margin: 0 auto 27px; width: 994px; margin-top:10px; overflow:hidden;}
#whyBuyFromUs > h2 {background-image: url("../images/foot-top-bg.png"); background-repeat: no-repeat;color: #B6810C; font: 20px/59px 'PoppinsRegular'; height: 59px; text-align: center;}
#whyBuyFromUs .secure, #whyBuyFromUs .easyOrders {width: 252px;}
#whyBuyFromUs dl {float:left; margin: 30px 0 3px; padding-left: 48px; position: relative;}
#whyBuyFromUs dl span, .help_body dl {}
#whyBuyFromUs .freeDelivery, #whyBuyFromUs .freeJoin, #whyBuyFromUs .freeShipping, #whyBuyFromUs .bestMerchandise {margin-left: 25px; width: 268px;}
#whyBuyFromUs dt {color: #555555; font-size: 12px; font-weight: bold; line-height: 12px; padding-bottom: 6px; }
#whyBuyFromUs dl span { height: 35px; left: 0; position: absolute; top: 0; width: 40px;}
#whyBuyFromUs .easyOrders {background:url(../images/easyOrders-1.jpg) no-repeat;}
#whyBuyFromUs .bestMerchandise {background:url(../images/bestMerchandise-2.jpg) no-repeat}
#whyBuyFromUs .freeShipping{background:url(../images/freeShipping-3.jpg) no-repeat}
#whyBuyFromUs .secure{ background:url(../images/secure-4.jpg) no-repeat}
#whyBuyFromUs .freeJoin { background:url(../images/freeJoin-5.jpg) no-repeat}
#whyBuyFromUs .freeDelivery {background:url(../images/freeDelivery-6.jpg) no-repeat}
.clear {clear: both; overflow: hidden;}
/** footer links **/
.footer-help{border-bottom:1px solid #ddd;clear:both;width:100%;float:left;padding:10px 0;}
.footer-help .footer-title{fonr-size:14px;font-weight:bold;}
.footer-help ul{width:176px;float:left;margin-right:16px;}
.footer-help ul li{clear:both;width:100%;}
.footer-help ul li a{color:#666666; font-size:11px;}
.payment-img{text-align:center;border-top:1px solid #fff;clear:both; padding:10px 0;}
.footer-help ul.joinlinks{width:240px;margin-right:0;}
/** view tab **/
/** view tab **/
.tabs-anchor{height:30px;}
.tabs-anchor ul li{ float:left;padding-right:15px;font-size: 11px; height: 25px;line-height: 25px;    text-transform: capitalize;}
.tabs-anchor ul li a{color:#333;}
#tabs-detail{}
#tabs-detail ul.subsection_tabs {
    border-bottom: 1px solid #ddd;
    clear: both;
    height:36px;
    line-height: 25px;
    list-style: none outside none;
    margin: 0;
}
#tabs-detail ul.subsection_tabs li {
    float: left;
    text-align: center;
}
#tabs-detail ul.subsection_tabs li a {
     color:#232323;
    display: block;
	font-family:'PoppinsRegular';
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
	padding:6px 10px ;text-transform:uppercase;
}
#tabs-detail ul.subsection_tabs li a.active {color:#232323; display: block;font-family:'PoppinsRegular';font-size: 14px;height: 23px;line-height: 23px;text-decoration: none;border:1px solid #d3d3d3 ;border-bottom:1px solid #fff;text-transform: capitalize; background:#fff;font-weight:bold;text-transform:uppercase;}
#tabs-detail div.tabs-content{
	border:1px solid #ddd;
	border-top:none;
	margin-bottom:10px;
	font:12px/17px 'PoppinsRegular';
	padding:10px;
	overflow:hidden;
	clear:both;
}
#tabs-detail01 ul.subsection_tabs {
    border-bottom: 1px solid #ddd;
    clear: both;
    height: 25px;
    line-height: 25px;
    list-style: none outside none;
    margin: 0;

}
#tabs-detail01 ul.subsection_tabs li {
    float: left;
    margin-right:10px;
    text-align: center;
}
#tabs-detail01 ul.subsection_tabs li a.active {
    background:#7A7A7A;
    color: #fff;
    height: 24px;
    line-height: 24px;
	  font-weight: bold;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
}
#tabs-detail01 ul.subsection_tabs li a {

    color: #666;
    display: block;
    font-size: 100%;
    height: 23px;
    line-height: 23px;
    text-decoration: none;
	padding:1px 15px;
	  font-weight: bold;
 border:1px solid #D4D4D4 ;
 border-bottom:none;

    text-transform: uppercase;
}
#tabs-detail01 div.tabs-content{
	border:1px solid #ddd;
	border-top:none;
	margin-bottom:10px;
	font:12px/17px 'PoppinsRegular';
	padding:1em 1.4em;
	overflow:hidden;
	clear:both;
}
.chart-style, .chart-style tr, .chart-style td {border: 2px solid #fff;}
.chart-style td{background:#f2f1f1;}
.chart-style tr:nth-child(1),.chart-style td:nth-child(1){background:#e2e2e2;}
#how-to-measure {padding: 10px 20px;}
#how-to-measure td {padding: 5px;}
.measure_maternity_dresses_class td, .measure_maternity_standard_class td {color: #525252;}
#how-to-measure td {vertical-align: top;}
#how-to-measure td {padding: 5px;}
.measure_maternity_dresses_class td h4, .measure_maternity_standard_class td h4 {color: #282828;}
.measure_maternity_standard_class img {display: block; padding-bottom: 5px;width: 139px;}
fieldset, img { border: 0 none;}
.measure_maternity_dresses_class img { display: block; padding-bottom: 5px; width: 149px;}
.gallery-detail ul li{margin-bottom:10px; text-align:center;}



.list_save_off{  
	background:#B73030;
    color: #FFFFFF;
    font-weight: normal;
    left:8px;
    position: absolute;
    top: 0px;
    z-index: 6;
	padding: 3px 5px;
}
.list_save_off > span {
    display: inline-block;
    font:500 14px/26px 'PoppinsRegular';
	letter-spacing:1px;
}
/*pro view dress detail*/
.home-product .product-list li{
	width:25%;
	float:left;
	padding: 0 10px;
    margin-bottom: 20px;
	box-sizing:border-box;
}

.snow img,.index-caption img,.index-grid img,.home-product .product-list li img{width:100%;}
.home-product .product-list .pro-info{margin-top:15px;text-align:center;}
.home-product .product-list .price-box-list{margin:5px 0;}
.home-product  .product-list {overflow: hidden;}
.home-product .view-all{text-align:center;margin:25px 0 0;}
.home-product .view-all a {
    display: inline-block;
    letter-spacing: 9px;
    color: #ffffff;
    letter-spacing: normal;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 80px;
    background-color: rgba(0, 0, 0, 1);
}
#tpl2-weddingDress-dressesDetails { overflow: hidden;}
#tpl2-weddingDress-dressesDetails img { display: block;}
#tpl2-weddingDress-dressesDetails ul { margin:0 auto; width: auto;}
.clearfix { margin-bottom: 0;}
#tpl2-weddingDress-dressesDetails ul li span {
    display: block;
    font-size: 22px;
}
#tpl2-weddingDress-dressesDetails li p {
    color: #333;
    font-family:'PoppinsRegular';
    font-size: 14px;
    height: auto;
    margin-top: 10px;
}
#tpl2-weddingDress-dressesDetails ul li {background: none; float: left; margin: 9px 0; padding: 0 20px 9px; position: relative; width: 45%;}
#tpl2-weddingDress-dressesDetails li img { border: 1px solid #AEAEAE;border-radius:10px;padding:5px;}
#tpl2-weddingDress-fAQ li p { color: #375C79; margin: 0; }
#tpl2-weddingDress-dressesDetails li em { background-color: #FFFFFF; bottom: -1px; display: block; height: 18px; margin-left: -21px; position: absolute; width: 1px;}
.product-shop .add-to-cart a:hover.btn-cart2{cursor:pointer ;  background: url("../images/secure_btn.gif") no-repeat scroll left -48px transparent;    text-indent: -9999px;}
.product-shop .add-to-cart a.btn-cart2{   
	background: url("../images/secure_btn.gif") no-repeat scroll left top transparent;
    border: 0 none;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    width: 190px;
	     text-indent: -9999px;
	 margin:10px 0 0;
	 float:left;cursor:pointer;
 }
.product-shop .add-to-cart a.btn-cart{ 
    background: #000000;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    display: block;
    padding: 0;
    text-transform: uppercase;
    float: left;
    margin-left: 20px;
    border-radius: 18px;
	width:180px;
	}
.prev_or_next{line-height:25px;clear:both;}
.navPrev{float:left;}
.navNext{float:right}
#scroll-top {
    background: url("../images/back_to_top.gif") no-repeat scroll 0 0 transparent;
    bottom: 20px;
    cursor: pointer;
    height: 42px;
    position: fixed;
    right: 80px;
    width: 42px;
    z-index: 500;
}
/*inch cm*/
.divShowSizeVals {background: #EFEFEF; margin-top: 10px; overflow: hidden; padding: 8px;  background: none repeat scroll 0 0 #FFFFFF;margin-bottom:10px;
    border: 1px solid #E3E3E3;
    border-bottom: 1px solid #A4A4A4;
    border-right: 1px solid #A4A4A4;
    color: #303030;
    font-size: 11px;
    line-height: 19px;
    padding: 6px 12px;
	clear:both;
	overflow:hidden;}
#sizeUnitTitleLeft { float: left; padding-right: 15px; width: 46%;}
#sizeUnitTitleRight {float: left; width: 47%;}
.sizeUnitTitle { border-bottom: 1px dotted #444444; color: #52b6b4;  font-size: 12px; font-weight: 700;}
.sizeUnitContents div { color: #555555; font-size: 11px; line-height: 20px; padding-left: 5px;}
.sizeUnitContents div font { padding-right: 5px;}
.hot-deals .product-img{display:block;float:left;}
.shipping-view{color: #666; font: 11px/140% 'PoppinsRegular'; border: 1px solid #F8DBB5; padding: 10px;background:#F7F3EF;}
.product-shop .email-friend{float:left;margin-right:8px;}
.product-shop .ratings{
    float: left;
    padding: 11px 0;
	line-height:1.4;
}

.product-shop .ratings .rating-links a, .no-rating a{color:#900;}
.form-alt li{height:30px;margin:5px 0;}
.required em{color:#d00;}
/*more view*/
.more-views{float:left;width:80px;}
.arrival-date{margin-bottom: 3px;font-size: 12px;font-family: 'PoppinsRegular';}
.arrival-date .arrival-order{color:#666;font-size:12px;margin-bottom:0;line-height:23px;}
.shipping-info-time{padding:12px 0 5px;display:block;}
.made-to-order p{color:#666;margin-bottom:0;line-height:18px;font-size:14px;}
/************************cloud-zoom-gallery-left start*******************************/
.lof-slidecontent, .lof-slidecontent a {
	color:#000;
}
.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
}
.lof-slidecontent{height: 710px;overflow: hidden;position: relative; width: 110px}
.lof-navigator {left: 0 !important;}
.lof-next,.lof-previous{
	height: 25px;
    width: 25px;
    cursor: pointer;
    z-index: 10;
    margin: 0 auto;
	position:relative;
}
.lof-next:after,.lof-previous:after{
	content: "";
    width: 16px;
    height: 16px;
    border-bottom: 1px solid #52b6b4;
    border-right: 1px solid #52b6b4;
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 7px;
    transform: rotate(-135deg);
}
.lof-previous:after{
	transform: rotate(45deg);
	right: 4px;
    top: 2px;
}
ul.lof-navigator li{cursor:hand;cursor:pointer;list-style:none;padding:0;margin:0;overflow:hidden;}
.lof-navigator-outer {
    height: 660px;
    overflow: hidden;
    position: relative;
    width: 110px;}
.lof-navigator li h3{color:#FFF;font-size:100%;padding:15px 0 0 !important;margin:0;}
.lof-navigator li div{background:url(../images/transparent_bg.png);color:#FFF;height:100%;position:relative;margin-left:15px;padding-left:15px;border-top:1px solid #E1E1E1;}
.lof-navigator li.active div{color:#FFF;}
.lof-navigator li img{width:100%;}
.lof-navigator li.active h3{color:#FFF;}
/************************cloud-zoom-gallery-left end*******************************/
#bookmark_btn {
    background: none repeat scroll 0 0 #5F5F5F;
    border: 1px solid #D9D9D9;
    display: block;
    float: left;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin: 2px 7px 0 0;
    overflow: hidden;
    padding: 0 5px 0 0;
}
#bookmark_btn i {
    background: url("../images/site_bg.gif") no-repeat scroll left -1013px transparent;
    border-right: 1px solid #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 20px;
    margin-right: 5px;
    width: 19px;
}
#bookmark_btn a {
    color: #FFFFFF;
}
.info_block{
    margin: 10px auto;
	height:68px;
    overflow: hidden;
    text-align: center;
    width: 996px;
}
.info_block .info_right {
    width: 378px;
	float: left;
}
.info_block strong {
    color: #333333;
    font-size: 18px;
}
.info_block .info_left01 {
    width:356px;
	float: left !important;
}
.web_clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}
/*start banner*/
.nav { width:960px; margin:0 auto; }
.nav a { display:inline-block; height:40px; padding:0 20px; }
.nav a:hover { background-color:rgba(49,35,24,0.4); }

.article { width:960px; padding-bottom:100px; margin:0 auto;text-align:left; }
.article-list h1,.article-list > h2 { margin-bottom:20px; font-size:36px; color:#fff; text-shadow:-1px -1px 0 #312318; }
.article-list img { display:block; margin-top:10px; }
.table { width:100%; border-collapse:collapse; border-spacing:0; background-color:rgba(49,35,24,0.7); color:#fff;text-shadow:-1px -1px 0 #312318; }
.table .thead { background-color:rgba(49,35,24,0.7); }
.table td { padding:5px 10px; border:1px solid #312318; }
.table .para { background-color:rgba(49,35,24,0.5); }
.control{text-align:right;}
.tabs{ position:relative; }
.tabs .control {height:18px;text-align:center;overflow:hidden;margin:0;background:#f5f1f0;}
.account-create .control {width:auto; height:20px;background:#fff;text-align:left;padding-top:4px;padding-left:520px;padding-right:0;}
.control a{ display:inline-block; width:10px; height:10px;margin-top:4px;background:url(../images/slidebtn.gif) -28px 0; }
.control .now{background-position: -15px 0;text-decoration:none; }
.tab_con{height:325px;overflow:hidden;}
.tab_con img{ display:block; }
.tabs .prev,.tabs .next { position:absolute; bottom:4px; width:10px;height:10px; background-color:rgba(49,35,24,0.5);}
.tabs .prev {background:url(../images/slidebtn.gif) 0 0; left:466px;}
.tabs .next{background:url(../images/slidebtn.gif) -41px 0; right:466px;}
.down { padding:10px 50px; border:1px solid #337aba; font-size:36px; color:#fff;background-color:#458aca;
background-image:-webkit-linear-gradient(top,#639ed3,#458aca);
background-image:-moz-linear-gradient(top,#639ed3,#458aca);
background-image:-ms-linear-gradient(top,#639ed3,#458aca);
background-image:-o-linear-gradient(top,#639ed3,#458aca);
background-image:linear-gradient(top,#639ed3,#458aca);
-webkit-border-radius:3px;
   -moz-border-radius:3px;
    -ms-border-radius:3px;
     -o-border-radius:3px;
        border-radius:3px;
-webkit-box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
   -moz-box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
    -ms-box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
     -o-box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
        box-shadow:0 1px 2px #d1d1d1,0 1px 1px #99bfe2 inset;
-webkit-text-shadow:-1px -1px 0 #337aba;
   -moz-text-shadow:-1px -1px 0 #337aba;
    -ms-text-shadow:-1px -1px 0 #337aba;
     -o-text-shadow:-1px -1px 0 #337aba;
        text-shadow:-1px -1px 0 #337aba;
}
/*end banner*/

/*start footer-links*/

.md_ftlink {
    float: right;
}
.foot-copy {
    float: left;
    margin-top: 15px;
}
.foot-share {
    height: 30px;
    overflow: hidden;
    padding: 20px 0;border-bottom:1px solid #e4e4e4;
}

.copyright-adress {
    display: block;
    text-align: center;
	font-size: 13px;
    letter-spacing: 1px;
    color: #5c5c5c;
}
.share-title {
    color: #333;
    font: italic 16px/30px 'PoppinsRegular';margin-bottom:15px;margin-top:10px;display:block;
}
.footer-links{padding:30px;overflow:hidden;text-align:left;}
.footer-links ul li.zs_tit{text-transform:uppercase;margin-bottom:10px;font-size:16px;}
.footer-links ul{width:25%;float:left;}
.footer-links li a {text-transform: capitalize; font-weight: bold; font-size: 13px; color: #5c5c5c;}

.footer-links .links_04 li a{height:50px;width:50px;display:inline-block;margin:0 5px;}
.footer-links .links_04 li a.foot_af {background:url(../images/facebook.svg)no-repeat;background-size:50px;}
.footer-links .links_04 li a.foot_ai {background:url(../images/ins.svg)no-repeat;background-size:50px;}
.footer-links .links_04 li a.foot_ap{background:url(../images/pin.svg)no-repeat;background-size:50px;}

.footer-copy {
    color: #000;
    font: 12px/24px 'PoppinsRegular';
    padding-top:30px; text-align:center;clear:both;
}
/*end footer-links*/

.fb_like_button,.fblike_num,.list_fb.f_left{line-height:20px;display:inline-block;float:left;}
.list-views{float: right;font-size: 11px;line-height: 1.25; margin: 3px 0; color: #666666;display:inline-block;}
.fb_like_button,.fblike_num,.list_fb.f_left,.list-views{*display:inline;}
.fblike_num span{display:block;background: url("../images/fb_numbg.gif") no-repeat scroll left top transparent;border-right: 1px solid #CCCCCC;line-height: 18px;padding: 0 4px 0 7px;}
.home-cart .old-price-list{display:none;}
/*  related-list  */
.related-list{clear:both;}
.slider-box{position:relative;}
.slider-box .item_main{width:140px;float:left;}
.slider-box  .product-name{padding-top:10px;line-height:15px;height:30px;overflow:hidden;}
.slider-box  .slider-wrapper{width:706px;height:256px;float:left;overflow-x:auto;overflow-y:hidden;}
.slider-box  .item_equal{width:150px;float:left;}
.slider-box .product-details-imgage{width:140px;}
.slider-box .slider-wrapper li.item{width:136px;padding-left:4px;float:left;}
.slider-box .slider-wrapper li.item_and{float:left;}
.slider-box .slider-wrappe .item_and{padding:0 5px;}
.slider-box .product-details-price{overflow:hidden;padding-top:5px;}
.slider-box .price-box{overflow:hidden;margin:0;}
.slider-box .old-price .price-label,.slider-box .special-price .price-label{display:none;}
.slider-box  .price-box .special-price{display:block;padding-left:0;}
.slider-box .special-price .price{font-size:14px;}
.slider-box .product-details-wishlist .link-wishlist{display:block;padding-left:16px;}
.slider-box .item_and_label{display:block;width:20px;height:20px;text-indent:-9999px;background:url(../images/slider-box-sum.png) 0 0 no-repeat;margin-top:90px;}
.slider-box .item_equal .eq{width:23px;height:15px;text-indent:-9999px;float:left;background:url(../images/slider-box-sum.png) -27px -3px no-repeat;margin-top:90px;}
.slider-box .item_equal .eq-details{width:116px;float:left;margin-top:30px;padding-left:10px;}
.slider-box .eq-details .tt{font-size:14px;font-weight:bold;text-align:center;line-height:50px;height:50px;color:#333;}
.slider-box  .eq-details .tm{font-size:11px;text-align:left;height:25px;line-height:25px;color:#333;margin-bottom:0;}
.slider-box .eq-details .tm .m{color:#cc0000;}
.slider-box .eq-details .ts{font-size:11px;text-align:left;height:25px;line-height:25px;}
.slider-wrapper .product-details-related-checkbox{width:16px;float:left;}
.slider-box select{width:133px;}
.slider-box input[type="text"]{width:126px;}
.slider-box textarea{width:126px;height:4em;}
.slider-box  .product-details-options-submit{margin-top:5px;}
.slider-wrapper .product-details-options dt{clear:both;}
.product-details-options .input-box-size-guide dl{width:140px;float:left;}
.product-details-options .input-box-size-guide .image-guide img{width:250px;cursor:pointer;}
.product-details-options .input-box-size-guide .image-guide{width:250px;float:left;margin-top:-78px;position:relative;}
.product-details-options .input-box-size-guide .image-guide span{display:block;background:url(../images/sumimg-ico.png) 0 0 no-repeat;background-size:20px 27px;position:absolute;text-indent:-9999px;width:20px;height:27px;bottom:0;right:0px;cursor:pointer;}
/*  礼服  */
.product-options dl .input-box{width:100%;}
.product-shop .product-options .input-box-size-guide{position:relative;left:0px;}
.product-shop .product-options .input-box-size-guide dl{width:260px;}
.product-shop .product-options .input-box-size-guide dt{width:140px;display:inline-block;float:left;}
.product-shop .product-options .input-box-size-guide dt label{font-size:12px;}
.product-shop .product-options .input-box-size-guide dd{width:115px;padding:16px 0 0 5px;margin:0;}
.product-shop .product-options .input-box-size-guide .input-box input[type="text"]{width:85px;}
.product-shop .product-options .input-box-size-guide .image-guide{position:absolute;top:22px;left:280px;}
.product-shop .product-options .input-box-size-guide .image-guide img{width:160px;cursor:pointer;}
.product-shop .product-options .input-box-size-guide .input-box{width:120px;}
.product-shop .product-options .input-box-size-guide .image-guide span{display:block;background:url(../images/icon_dress.png) 0 -57px no-repeat;position:absolute;text-indent:-9999px;width:27px;height:27px;bottom:0;right:0;cursor:pointer;}
.product-shop .product-options .input-box-size-guide .image-guide span:hover{background:url(../images/icon_dress.png) 0 -84px no-repeat;}
/*  夹克  */
.product-shop .product-options .input-box-jacket-guide{position:relative;clear:both;}
.product-shop .product-options .input-box-jacket-guide dl{width:260px;}
.product-shop .product-options .input-box-jacket-guide dt{width:146px;}
.product-shop .product-options .input-box-jacket-guide dd{width:115px;padding:14px 0 0 5px;margin:0;}
.product-shop .product-options .input-box-jacket-guide .input-box input[type="text"]{width:56px;}
.product-shop .product-options .input-box-jacket-guide .input-box{width:120px;}
.product-shop .product-options .input-box-jacket-guide .image-guide{position:absolute;top:58px;left:260px;}
.product-shop .product-options .input-box-jacket-guide .image-guide img{width:160px;cursor:pointer;}
.product-shop .product-options .input-box-jacket-guide .image-guide span{display:block;background:url(../images/icon_dress.png) 0 -57px no-repeat;position:absolute;text-indent:-9999px;width:27px;height:27px;bottom:0;right:0;cursor:pointer;}
.product-shop .product-options .input-box-jacket-guide .image-guide span:hover{background:url(../images/icon_dress.png) 0 -84px no-repeat;}
/*  related-list  */
/*  catalog related list  */
.catalog-related-list{overflow:hidden;clear:both;}
.catalog-related-list .product-catalog-views-related{margin:0;}
.catalog-related-list .block-title{color:#900;font-size:14px;border-bottom:2px solid #900;padding-left:0;margin-top:10px;}
.catalog-related-list .side-list li{width:132px;padding:0 17px;float:left;margin-top:15px;}
.catalog-related-list .price-box .special-price{padding-left:0;}
.catalog-related-list .old-price .price{font-weight:normal;font-size:11px;}
.catalog-related-list .special-price .price{font-size:14px;}
.catalog-related-list .price-box .price-label{display:none;}
.catalog-related-list .price-box .old-price,.catalog-related-list .price-box .special-price{display:block;}
.catalog-related-list .price-box .special-price{padding:0;}
.catalog-related-list .price-box{margin:5px 0 0 0; }
.catalog-related-list .other-info .red{text-transform:capitalize;color:#f96b07;font-size:11px;}
/*  catalog related list  */
/* new add line 2014-5-5 by ado */
.product-catalog-views-recommend .block-title,.related-list .related-title{color:#b1915e;font-size:14px;padding:6px 2px;text-align:center;background:#f2f2f2;font-weight:normal;border:0 none;}
.product-catalog-views-recommend .side-list-recommend li{width:180px;float:left;padding:0 5px;margin-bottom:20px}
.product-catalog-views-recommend .side-list-recommend .product-name{height:32px;overflow:hidden; display:none;}
.product-catalog-views-recommend .side-list-recommend .price-label{display:none;}
.product-catalog-views-recommend .side-list-recommend .price-box{margin:1px 0; text-align:center;}
.product-catalog-views-recommend .side-list-recommend .red{display:block;text-transform:uppercase;color:#FF0074;height:20px;line-height:20px;font-size:12px;font-weight:bold;display:none;}
.product-catalog-views-related .side-list li{width:125px;float:left;margin:20px 16px 0 0px;}
.product-catalog-views-related .side-list li.last{margin-right:0;}
.product-catalog-views-related .side-list .product-name{height:32px;overflow:hidden;display:none;}
.product-catalog-views-related .side-list .price-label{display:none;}
.product-catalog-views-related .side-list .price-box{margin:2px 0 0; text-align:center;}
.product-catalog-views-related .side-list .red{display:block;text-transform:uppercase;color:#FF0074;height:20px;line-height:20px;font-size:12px;font-weight:bold; display:none;}
.product-options-bottom .social-share{float:left;margin-top:7px;margin-left:5px;}
.product-catalog-views-related .block-content {
    position: relative;
    max-width: 1266px;
    width: calc(100% - 60px);
    width: calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    margin: 0 auto;
    overflow: hidden;
}
.product-catalog-views-related .other-info, .product-catalog-views-recommend .other-info{display:none;}
/* new add line 2014-5-5 by ado */
/*水平滚动样式*/
.block.product-catalog-views-recommend{position:relative;clear:both;}
.box-collateral.box-additional  span {
    display: block;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    text-transform: uppercase;
	font-family:'PoppinsRegular';
	display:none;
}
.slider-btn{background: transparent url("../images/bg_direction_nav2.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height:32px;
    overflow: hidden;
    position: absolute;
    top:49%;
    width:25px;
text-indent: -9999px;color:#fff;}
.slider-next{background-position:0px 0px;left:0px; }
.slider-prev{background-position:-30px 0px;right:0px; }
.block-content-recommend{height: 270px;position: relative;max-width:1266px;width:calc(100% - 60px);
	width:calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
margin:0 auto;overflow:hidden;}
.block-content-recommend ul{position: absolute;height: 100%;}
/*    product-views-about    */
.product-views-about{float: right;width: 164px;position: relative;z-index: 3;height: 654px;overflow: hidden;}
.product-views-about .block-title{font-size: 14px;color: #111111;text-transform:uppercase;}
.product-views-about .side-list-about{position:absolute;z-index:100;top:18px;left:0;}
.product-views-about .products-grid-about{width:72px;float:left;padding:5px;}
.product-views-about .lof-previous46,.product-views-about .lof-next46{width:15px;height:15px;font-size:14px; position: absolute;bottom:0;z-index:100;color:#000;cursor:pointer;}
.product-views-about .lof-previous46{right:20px;}
.product-views-about .lof-next46{right:0;}
.product-views-about .btn{position: absolute;bottom: 0;width:114px;height: 15px;right: 40px;text-align:right;}
.product-views-about .btn span{width:5px;height:5px;margin-left:5px;background:#ff0000;display:inline-block;*zoom:1;*display:inline;}
.product-views-about .price-info{padding:5px 0;text-align:center;color:#a09c9c;}
/*    product-views-about    */
.prod-info-time {font-size: 14px;}
.prod-info-time h3{margin:20px 0 15px;text-transform:uppercase;font-size:14px;}
.prod-info-time em {display: inline-block;width: 16px;height: 19px;vertical-align: middle;}
.prod-info-time em.icon-world {background:url(../images/world.png)no-repeat;background-size:16px;}
.prod-info-time em.icon-fly{background:url(../images/fly.png)no-repeat;background-size:14px;}
.prod-info-time em.icon-safe{background:url(../images/safe.png)no-repeat;background-size:16px;}
.tabs-anchor  li::before {
    color: #c0c0c0;
    content: "|";
    font-weight: normal;
    margin-right: 15px;
}
.tabs-anchor li:first-child::before {
    content: none;
}
/*    page color chart    */
.cms-page-view .color-chart-title,.cms-page-view .color-chart-content {font-size: 12px;font-family: 'PoppinsRegular';line-height: 50px;text-transform: capitalize; }
.cms-page-view dl.color-chart-content dt,.cms-page-view dl.color-chart-content dd {float: left;}
.cms-page-view dl.color-chart-content dt {width: 180px;height: 180px;text-align: center;}
.cms-page-view dl.color-chart-content dt img {display: block;width: 157px;height: 157px;padding:5px;border: 1px solid #cccccc;}
.cms-page-view dd.color-chart-focus {position: relative;margin-left: 30px;}
.cms-page-view dd.color-chart-focus div {background-color: #ffffff;cursor: pointer;width: 36px;height: 36px;position: absolute;}
.cms-page-view .std dl dd{margin:0;}
.cms-page-view .std dd{padding:0;}
.cms-page-view #color-chart-block{margin-left:30px;}
/*    page color chart    */
.category_info {position:relative;z-index:10;display:none;}
.category_subnav{position: absolute;z-index: 100;width: 240px;top: 185px;left: 355px;text-align: justify;}
.category_subnav a{display: block;width: 100px;line-height: 24px;text-align: right;border: 1px solid #1C898E;margin: 0 5px 5px;padding-right: 8px;float: left;}
.idx-prod , .idx-prod2{margin:80px auto 0;position:relative;z-index:100;width:100%;max-width:1366px;padding: 0 20px;box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.index_middle_title {
    font-size:43px;
    font-weight: normal;
	margin:80px auto;    
	line-height: 100%;
    text-transform: uppercase;
}
/* new banner  */
.snow {
    margin:30px auto 0;width:100%;
}
.home-title{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #323232;
}
.home-title h4{
	font-weight: 400;
	margin-bottom: 0;
	font-family: 'Times';
    font-style: italic;
	font-size:18pt;
}
.home-title h2{
	font-weight: 400;
	font-size:32px;
}
.index-grid{overflow:hidden;}
.index-grid>div{width:50%;position: relative;float:left;}
.index-grid .index-list1,.index-grid .index-list3{
    padding-right: 15px;  
}
.index-grid .index-list2,.index-grid .index-list4{
	padding-left:15px;
}
.index-grid .index-list1,.index-grid .index-list2{
	padding-bottom: 30px;
}
.index-grid >div a{display:block;position:relative;}
.index-grid >div a p{
	position:absolute;
    bottom: 23%;
    width: 100%;
	text-align:center;
}
.index-grid >div a span{
	background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: 400;
	text-transform:uppercase;
}
#banner {
    float: left;
    position: relative;
  overflow:hidden;
width:100%;
}
.bannerList ul li a img{width:100%;}
.SnumList {
    border: 0 none;
    bottom: 20px;
    left: 50%;
    position: absolute;
}
.SnumList li {
    float: left;margin:0 5px;
}
.SnumList span {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    height: 10px;
    vertical-align: middle;
    width: 10px;
}
.SnumList span.on {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 4px solid #fff;
}
.direction-nav li a{ background-image: url("../images/bg_direction_nav.png");
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 93px;
    margin: -46px 0 0;
    position: absolute;
    text-indent: -9999px;
    top:49%;
    width: 40px;
    z-index: 10;}
.direction-nav li .prev{left:0;background-position:0 0;}
.direction-nav li  .next{right:0;background-position: -53px 0;}
.snow .small_banner {
    height: 235px;
    overflow: hidden;
    width: 310px;
	margin-bottom:10px;
	float:right;
}
.snow .small_banner a {
    display: block;
    height: 100%;
    transform: translateX(0px);
	-ms-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
    transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
-webkit-transition: all 0.5s ease 0s;
-o-transition: all 0.5s ease 0s;
    width: 100%;
}
.snow .small_banner a:hover {
    transform: translateX(-10px);
	-ms-transform:translateX(-10px);
-moz-transform:translateX(-10px);
-webkit-transform:translateX(-10px);
-o-transform:translateX(-10px);
}
.product-catalog-views-recommend .block-title {
    background: none;
    color: #000;
	font-size: 22px;
    padding: 0;
    height: 51px;
    line-height: 51px;
}
.mb15 {
    margin: 15px 0 0;
}
.b_imgList {
    overflow: hidden;
    width:100%; margin:0 auto;max-width: 1366px;
    padding: 0 20px;
    box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.b_imgList .ul_b_imgList_wrap {
    width:100%;
}
.b_imgList .ul_b_imgList_wrap li{
    width:32%;
	float:left;
}
.b_imgList .ul_b_imgList_wrap li.trends_2{margin:0 2%;}
.b_imgList .ul_b_imgList_wrap li img{width:100%;}
.b_imgList .ul_b_imgList_wrap p{font-size:20px;line-height:100%;text-align:center;margin:20px 0;}
.b_imgList .trendbg {
    background: rgba(0, 0, 0, 0) none no-repeat scroll center center;
    height: 300px;
    width: 503px;
}
.b_imgList .trendbg .trend {
    height: 190px;
    overflow: hidden;
    padding: 110px 36px 0;
    width: 430px;
}
.b_imgList .trendbg .trend ul {
    width: 468px;
}
.b_imgList .trendbg .trend ul li {
    border: 1px solid #000;
    float: left;
    height: 30px;
    margin-bottom: 23px;
    margin-right: 38px;
    width: 194px;
}
.b_imgList .trendbg .trend ul li a {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 1px;
    text-align: center;
    text-decoration: none;
    width: 192px;
}
.b_imgList .trendbg .trend ul li a:hover{color:#ff008a;}
.cart .shipping {
    display: none;
}
.products-grid .favorite #favorite-category{
    float: right;
    height: 27px;
    position: relative;
    width: 60px;
	line-height:25px;
}
.favorite:hover .favorite-icon{background-position:-24px 1px;}
.favorite  #favorite-category:hover{text-decoration:none;}
.favorite-icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll 1px 1px/545px auto;
    float: left;
    height: 22px;
    width: 25px;
	margin-top:1px;
}
.actGotop  a:hover{text-decoration:none;}
.actGotop  a {
    background:#000;
    color: #fff;
    display: block;
    font-size:45px;
    height: 45px;
    line-height:48px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
}
.actGotop {
    bottom: 100px;
    height: 45px;
    position: fixed;
    right: 10px;
    width: 45px;
    z-index: 999;
	display:none;
}
.block.block-list.block-compare {
    display: none;
}
.fb-sep {
    border-bottom: 1px solid #ccc;
    height: 10px;
    margin: 10px auto;
    overflow: visible;
    width: 98%;
}
.fb-sep > span {
    background-color: #fff;
    margin-left: 50px;
    margin-top: 20px;
}



.pr10 {
    float: left;
    margin-right: 10px;
}

.category-products .favorite {
    position: absolute;
    right: 0px;
    top: 38px;
   
}
.category-products .icon-love{
    position: absolute;
    right: 5px;
    top: 25px;
}

.contact-us {
    float: right;
}
.contact-us  a {
    font-size: 12px;
    line-height: 27px;
    height:25px;
	color:#adadad;
	padding:0 5px;
}
.contact-us  a:hover{border-bottom:3px solid #f76793;color:#fff;text-decoration:none;}


.mfp-goods a{position:absolute;}
.mfp-share{position:absolute;width:105px!important;/*left:35px!important;*/}
.share-icon {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
	text-indent:-9999px;
	margin-left:5px;
}
.googleplus-share-icon {
    background: rgba(0, 0, 0, 0) url("../images/new_g+.jpg") no-repeat scroll 0 0;
}

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

.cate_alpha_share {
   top: 4px;
    color: #4c5253;
    margin-right: 5px;
    position: relative;
}
.breadcrumb_share {
    float: right;
    width: 780px;
}
#narrow-by-list dd .checkSpan{
    border: 1px solid #aaa;
    display: inline-block;
    height: 15px;
    margin-right: 8px;
    vertical-align: middle;
    width: 15px;
	}
.pis-color-a, .pis-color-pic {
    color: black;
    float: left;
    height: 36px;
    position: relative;
    width: 36px;
	margin-right:9px;margin-bottom:9px;
	/*text-indent:-9999px;*/
}
.pis-color span,.pis-color img {
	display: block;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.pis-color > dt {
    width: 36px;
    padding: 0;
    border: 1px solid #eee;
    height: 36px;
    border-radius: 50%;
	margin:0;
}
.pis-color.on > dt,.pis-color.on > dt:hover{
	border-color:#000;
}
.pis-color > dt:hover{ border: 1px solid #aaa;}
.color-chart-box {
    display: block;
    width: 100%;
}
.blue,.Blue {
    background-color: #8acdfa!important;

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

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

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

}
.white,.White{background-color:#fff;}
 .black, .Black,.BLACK {
    background-color: #000!important;

}

 .ivory ,.Ivory {
    background-color: #f9f9f1!important;
}
 .light_sky_blue,.light-sky-blue,.light.sky.blue,.Light.Sky.Blue {
    background-color: #cbecfd!important;

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

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

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

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

}
 .royal_blue,.royal-blue,.royal.blue,.Royal.Blue {
    background-color: #0166ff!important;

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

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

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

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

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

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

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

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

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

}
 .Sage,.sage {
    background-color: #8ea292!important;

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

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

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

}
 .brown,.Brown {
    background-color: #ad583b !important;

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

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

}
.merlot,.Merlot{
	background-color:#681d29;
}
.Rust,.rust{
	background-color:#58251d;
}
.Cream,.cream{
	background-color:#d3b7ab;
}
.Navy,.navy,.NAVY{
	background-color:#000080;
}
.TEAL,.Teal,.teal{
	background-color:teal;
}
.olive,.Olive{
	background-color: #808000;
}
.mustard_,.Mustard,.mustard{
	background-color: #d4ad84;
}
.mauve,.Mauve{
	background-color:#df9588;
}
 .other {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -209px -385px!important;

}

.show.as{background:rgba(0, 0, 0, 0) url("../images/colorlumps.png") no-repeat scroll -518px -10px!important;}
 .multi-colors {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -209px -385px!important;
}
.cms-index-index .header_promotion_container {
    display: none;
}

.rating-question{
	display: inline-block;
    overflow: hidden;
	vertical-align:middle;
	margin-left: 10px;
}
.pro-style-gallery {
    color: #4c5253;
    font-size: 11px;
    margin-top: 11px;
	clear:both;
}
.pro-style-gallery #detail {
    color: #fb5058;
    padding-left: 15px;
}
.prod-price-pos {
    position: relative;
    overflow: hidden;
	display: flex;
    align-items: center;
}
.prod-price-pos .price-box {
	margin-right:10px;
	display: flex;

	align-items: center;
}
.prod-price-pos .regular-price .price,.prod-price-pos .special-price .price {
	font-family:'Times';
	font-size:26px;
	padding:0;
}
.prod-price-pos .old-price .price{
	font-size: 13px;
	margin-top: 5px;
	display: inline-block;
	padding: 0 0 0 10px;
}
.prod-price-pos .timelist span,.saleoff {
    display: block;
    background-color: #e70c0c;
    color: #fff;
    font-size: 13px;
    padding: 4px 8px 1px;
    line-height: 1;
}
.icon-shopping-cart{background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -400px 0;
    display: inline-block;
    height: 100%;
    vertical-align: text-top;margin-left:-18px;
width: 28px;}
.buy-now {
	overflow:hidden;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.buy-fav .favorite {
    float: left;
    margin-top: 14px;
	margin-left:20px;
}
.buy-fav .favorite a {background: #fff none repeat scroll 0 0;
    border: 1px solid #e4e4e4;
    display: inline-block;
    font: 14px/40px 'PoppinsRegular';
    height: 38px;
    margin: 0 5px 5px 20px;
    padding: 0 25px 0 35px;color:#333;border-radius:5px;
}
#favCount {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -424px -369px;
    display: none;
    font-family:'PoppinsRegular';
    height: 30px;
    line-height: 30px;
    position: relative;
    vertical-align: top;
    width: 47px;
}
#favCount span {
    color: #333;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    text-align: center;
    white-space: nowrap;
    width: 49px;
}
.made-to-order_img_pos {
    float:right;
	display:inline-block;
}
.buy-fav {
    position: relative;
}

.page-title.cart-title {
    height: 30px;
    margin-top: 50px;
    text-align: center;
}
.cart-empty.cart-button {
    text-align: center;
	width:600px;
	margin:80px auto;
	padding-left:230px;position:relative;
}
.cart-empty.cart-button  h1{font:italic 700 18px/40px 'PoppinsRegular';margin-bottom:10px;}
.cart-empty.cart-button p{line-height:40px; font-size:14px;text-align:left;letter-spacing:.8px;}
.cart-empty.cart-button p span{color:#c0a76f;}
.cart-empty.cart-button .msgImg{background:url("../images/msg.png") no-repeat 0 -80px;height: 160px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 200px;}
.cart-empty.cart-button a {
    background:#000000 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
padding: 3px 25px;width:188px;}
.help-left {
    float: left;
    margin-bottom: 10px;
    width: 210px;position:relative;margin-top:15px;
}
.help-right {
    float: right;
    margin-bottom: 10px;
    /*width: 975px;*/
	font-size:14px!important;
	width:calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: -webkit-calc(100% - 230px);
	max-width:1099px;
}
.help-right a {
    color: #f76793;
}
.help-right a:hover {
    color: #ff7ea5;
}
.help-menu h2 {
     background: #fff none repeat scroll 0 0;
    font-family:'PoppinsRegular';
    font-size: 16px !important;
    font-style: italic;
    font-weight: normal;
    left: 80px;
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    top: -14px;
}
.help-menu h2, .help-menu h3 {
	font-size:15px;
}
.help-menu ul {
    padding: 10px 5px 5px 10px;
}
.help-menu li {
    margin: 10px 0;
	list-style:none;
}
.help-menu {
    border: 1px solid #e4e4e4;
}

.help-menu a {
    color: #666;font-size:14px;
}
.help-menu a:hover {
    color: #f76793;
}
.help-menu .cur {
    color: #f76793;
    font-weight: bold;
}
.cms-about-us-html .page-title h1, .cms-terms-and-conditions-html .page-title h1 , .cms-our-guarantee-html .page-title h1, .cms-privacy-policy-html .page-title h1, .sales-guest-form .page-title h1, .cms-terms-and-conditions-html .page-title h1, .cms-faqs-html .page-title h1, .cms-contact-us-html .page-title h1, .cms-delivery-guide-html .page-title h1, .cms-return-policy-html .page-title h1, .cms-size-chart-html .page-title h1, .cms-attention-care-html .page-title h1, .cms-how-to-choose-html .page-title h1, .cms-measurement-guide-html .page-title h1, .cms-colour-chart-html .page-title h1{
    float: right;
    font: italic 18px/40px 'PoppinsRegular';
    text-align: left;
   /* width: 975px;*/
   width:100%;
}
.sales-guest-form .page-title h1{text-align:center;width:750px;float:left;}
.sales-guest-form .form-alt {
    margin: 0 auto;
    width: 510px;
}
.user-gallery-title {
   line-height: 40px;
    padding-bottom: 5px;
	overflow:hidden;
	width:1200px;margin:20px auto 0;
	text-align:center;
}
.cms-home .user-gallery-title ,.cms-home .user-gallery-viewport{display:none;}
.user-gallery-title a{color: #333;font-weight:normal;
    font-family:'PoppinsRegular';
    font-size: 26px;
    font-style: italic;}
.user-gallery-title a:hover{color:#c0a76f;}

.user-gallery-title p {
    color: #4c5253;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 7px;
    padding-top: 20px;
}
.user-gallery-title .title {
    background: #fff none repeat scroll 0 0;
    font-family:'PoppinsRegular';
    font-size: 22px;
    padding: 0 10px;
    position: relative;
    top: 6px!important;
}
.user-gallery-title .discount {
    font-family:'PoppinsRegular';
    font-size: 13px;
}
.user-gallery-title .title-hr {
    background: #f4eff5 none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
}
.user-photo-title a {
    color: #666;
    float: right;
    font: 14px/18px 'PoppinsRegular';
    margin-top: 5px;
}
.user-gallery-viewport {
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1200px;
	height:300px;
    margin-top:0;
	}
.user-gallery-viewport .upload-wrap {
    float: left;
    left: 50%;
    position: relative;display:none;
}
.user-gallery-viewport .upload-box, .user-gallery-viewport .view-box {
    float: left;
    left: -50%;
    min-width: 170px;
    padding-top: 32px;
    position: relative;
}
.user-gallery-viewport .view-box {
    padding-left: 20px;
}
.user-gallery-viewport .user-images-container {
    margin-left: 0px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1140px;
	height:300px;
}
.user-gallery-viewport .user-gallery-list {
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1140px;
	margin:0 auto;
	height:300px;
}
.user-gallery-list {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.user-gallery-viewport .user-gallery-list li {
    background: #fff none repeat scroll 0 0;
    float: left;
    width: 216px;
	padding:5px;
	border:1px solid #fff;
}
.user-gallery-viewport .user-gallery-list li:hover {
    border: 1px solid #c0a76f;
}
.user-gallery-viewport .user-gallery-list li .review-thumbnail-images {
    cursor: pointer;
    height: 288px;
    overflow: hidden;
    position: relative;
    width: 216px;
}
 .user-gallery-viewport .review-thumbnail-images img{
    height: 288px;
    width: 216px;
}
.user-gallery-viewport .user-gallery-list li .review-thumbnail-images  .border-c {
    height: 256px;
    left: 0;
    position: absolute;
    top: 0;
    width: 176px;
}
.user-gallery-viewport .user-gallery-list li .review-thumbnail-images  .hover {
    background-color: #333;
    bottom: -40px;
    color: #fff;
    font-size: 12px;
    height: 28px;
    left: 0;
    line-height: 14px;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    width: 95px;
}
.user-gallery-viewport-list {
    margin:0 auto;
    width:1140px;
	overflow:hidden;
}
.user-gallery-viewport .user-photos-next, .user-gallery-viewport .user-photos-prev {
   width: 35px;height: 35px;background: url('../images/tag.png') no-repeat;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 134px;
	text-indent:-9999px;
}
.user-gallery-viewport .user-photos-next {
    background-position: -95px -308px;
    right:-10px!important;
}
.user-gallery-viewport .user-photos-next:hover {
    background-position: -95px -345px;
}
.user-gallery-viewport .user-photos-prev {
   background-position: -56px -308px;
    left:-10px!important;
}
.user-gallery-viewport .user-photos-prev:hover {
    background-position: -56px -345px;
}
.user-photos-pop-images .modal-header {
    border-bottom: 1px solid #eee;
    padding: 9px 15px;
}
.user-photos-pop-images.fade {
    top: -25%;
    transition: opacity 0.3s linear 0s, top 0.3s ease-out 0s;
}
.user-photos-pop-images .modal-header, .user-photos-pop-images .modal-footer {
    display: none;
}
.category_img img{width:960px;}
.color-chart-value {
    position:absolute;
	top:0;
	display: none;
}
.style-gallery-details {
    color: #f76793;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
}
.style-gallery-details:hover{text-decoration:none;}
.style-gallery-category {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 1200px;
}
.list-name {
    border-bottom: 1px solid #ddd;
    font-size: 0;
    margin-bottom: 5px;
    text-align: center;
}
.list-name a {
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #4c5253;
    display: inline-block;
    font-family:'PoppinsRegular';
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
	margin:0 2px;
}
.list-name a:hover {
    background-color: #333;
    color: #fff;
	text-decoration:none;
}
.list-name #va {
    border-left: 1px solid #ddd;
}
.list-name #va.on {
    border-left: medium none;
}
.list-name .on {
    background-color: #333;
    border-left: medium none;
    border-right: 1px solid #333;
    color: #fff;
}
.reviews-group-item{border: 2px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    float: left;
    margin: 0 5px 5px;
    width: 285px;
}
li#review-loading{width: 50px;
    margin: 10px auto;
    clear: both;}
.reviews-group-item:hover{box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.review-one{position: relative;
    z-index: 3;}
.review-one-two{color: #333333;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    position: relative;height:54px;
    z-index: 1;}
.review-one-two .name-date{float: left;
    margin-left: 15px;
    margin-top: 3px;}
.review-one-two .review-likes{float: right;
    margin-right: 15px;
    position: relative;}
.review-one-two .name-date-name{color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;}
.review-one-two .name-date-time{font-size: 13px;}
.gallery-like {
    float: right;
    margin-right: 15px;
    position: relative;
}
.like-count {
    color: #4c5253;
    font-size: 13px;
    font-weight: bold;
    height: 10px;
    margin-top: 26px;
    position: absolute;
    text-align: center;
    width: 36px;
    z-index: 1;
}
.like-count:hover {
    cursor: pointer;
}
.review-one-two .review-likes {
    background: rgba(0, 0, 0, 0) url("../images/style_gallery_like.png") no-repeat scroll 0 0;
    float: right;
    height: 46px;
    position: relative;
width: 36px;line-height:63px;text-align:center;font-size:12px;cursor:pointer;}
.gallery-like  {
    background-position: 0 0;
}
.review-one-two .review-likes.on {
    background-position: -44px 0;
	color:#fff;
}
.color_chart {
    position: absolute;
    left:58px;
    text-decoration: underline;
    top:-27px;
}
.size_chart{position: absolute;
    left:58px;
    text-decoration: underline;
    top:-22px;
	display:none;
	}
.color_chart  a,.size_chart a{color:#6e6e6e;font-size:13px;}
.size_chart {
    text-decoration: underline;
}
.input-box-size-guide .required {
    display: block!important;
}
.catalog-product-view #customer-reviews .write-review {
    background: #ff008a none repeat scroll 0 0;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 6px 5px 8px;
    text-align: center;
	text-transform:none;
}
#customer-reviews > span {
    border-bottom: 1px solid #ddd;
    color: #4c5253;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.catalog-product-view #customer-reviews .write-review:hover{background: #ff7ea5;text-decoration:none;}
.catalog-product-view #customer-reviews .write-review  span {
    color: #fff;
    font-size: 13px;
    height: 30px;
    line-height: 34px;
    padding: 10px;
}
.catalog-product-view #customer-reviews .review-thumbnail-images img {
    width:90px;
	height:120px;border: 1px solid #ccc;float:left;margin-right:10px;
}
.catalog-product-view #customer-reviews .review-thumbnail-images{cursor:pointer;
    display: inline-block;
    height: 125px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
	margin-top:10px;
}
#reviewimageuploaddiv img{width:40px; height:40px;}
.narrow-by-list-more.on,.narrow-by-list-more{ cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 2px 0; margin-top:5px;}
.narrow-by-list-more.on:hover .more_less_icon {
    background-position: -251px -93px;
}
.narrow-by-list-more.on .more_less_icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -276px -93px;
    display: inline-block;
    height: 10px;
    left: 4px;
    overflow: hidden;
    position: relative;
    width: 10px;
}
.narrow-by-list-more .more_less_icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -276px -93px;
    display: inline-block;
    height: 10px;
    left: 4px;
    overflow: hidden;
    position: relative;
    width: 10px;
}
.narrow-by-list-more .more_less_icon {background-position:-300px -92px;}
.narrow-by-list-more:hover .more_less_icon {
    background-position: -251px -107px;
}
.narrow-by-list-more .more_text {
    color: #4c5253;
    padding-left: 12px;
}
.narrow-by-list-more:hover .more_text{color: #f76793;}
.back_to_prod a {
    background: rgba(0, 0, 0, 0) url("../images/icons_2.png") no-repeat scroll -36px -69px;
    color: #666666;
    display: inline-block;
    font-family:'PoppinsRegular';
    padding-left: 15px;
	height: 30px;
    line-height: 30px;
	font-size:14px;
}
.back_to_prod a:hover {
    color: #f76793;
    text-decoration: underline;
}
.p404-text {
    border: 1px solid #ccc;
    margin-top: 10px;
    padding: 50px 0;
    text-align: center;
}
.p404-title {
    height: 150px;
    margin: 0 auto;
    width: 568px;
}
.p404-title h2 {
    color: #666;
    font-family:'PoppinsRegular';
    font-size: 16px;
    margin: 20px 0;
    text-transform: uppercase;
}
.p404-title p {
    color: #666;
    padding: 10px 0;
}
.sorry-err {
    color: #4c5253;
    margin: 10px 0;
}
.p404-main {
    margin: 0 auto;
    width: 439px;
}
.p404-main p + p a {
    color: #f76793;
}
.p404-back {
    clear: both;
    color: #666;
    font-family:'PoppinsRegular';
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}
.p404-back a {
    color: #666;
}
.bt-1-new {
    background: #f76793 none repeat scroll 0 0;
    border: 1px solid #f76793;
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    text-transform: capitalize;
	padding:6px 10px;
	border-radius:15px;
}
.bt-1-new:hover {
    background-color: #ff7ea5;
	text-decoration:none;
}
#FAQ-Box { font-size:14px; font-family:'PoppinsRegular';}
#FAQ-Box dl {  padding:10px 0 2px 0;}
#FAQ-Box dl:nth-child(even) { background-color:#f8f8f8; }
#FAQ-Box dl dt { position:relative; margin-bottom:8px; position:relative; display:inline-block; padding:0 10px 0 26px; font-size:14px; }
#FAQ-Box dl dd { position:relative; padding:0 10px 0 26px; }
#FAQ-Box dl dd p { margin-bottom:8px;}
#FAQ-Box dl dt .FaqNum { margin:0 4px 0 0;}
#FAQ-Box dl dt .FaqTheQ { position:absolute; left:10px;}
#FAQ-Box dl dd .FaqTheA { position:absolute; left:10px;}
.HelpContent #MainWrapper p {margin: 0 0 8px;}
.P10 {padding: 10px !important;}
#UseMaterialsTable th, #UseMaterialsTable td { padding:4px; border-bottom:1px solid #fff; }
#UseMaterialsTable th { font-weight:normal; text-align:right; white-space:nowrap;  background-color:#f6f6f6; border-right:1px solid #fff; }
#UseMaterialsTable td { background-color:#f9f9f9;}
#FAQ-Box .btn-more,
#FAQ-Box .btn-less { float:right; }
.product-collateral #FaqsTab .nav-tabs{margin:10px 0;}
#FaqsTab .nav-tabs{ border:none; text-align:center; width:1008px; }
#FaqsTab .nav-tabs  li	{ margin-right:5px; float:none; display:inline-block; width:24px; height:24px; }
#FaqsTab .nav-tabs li  a  { margin:0; padding:0; background-color:#f6f6f6; height:24px; line-height:24px; border:1px solid #ddd; border-radius:0; text-decoration:none !important;display:block; }
#FaqsTab .nav-tabs  li.active  a,
#FaqsTab .nav-tabs  li.active  a:hover,
#FaqsTab .nav-tabs  li.active  a:focus { margin:0;  background-color:#333; background-image:linear-gradient(to bottom, #333, #333); color:#fff;}
#FaqsTab .tab-content	{ min-height:200px; border:none; }
.p404-text a:hover{text-decoration:none;}
.catalog-product-view .review-form-right-tips{display:none;}
.tab-content  .tab-pane {
    display: none;
}
.tab-content  .active {
    display: block;
}
.MRed, .MRed a, .MRed, .MRed a {
    color: #ff0066 !important;
	font-style:unset!important;
}
.stylecontent {
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px 23px;
}
.stylecontent p {
    text-align: left;
}
.stylecontent .Apple {
    line-height: 25px;
	clear:both;
}
.stylecontent .Apple h3{padding-top:10px;}
.stylecontent .Apple dl {
    border: 0 none;
    float: left;
    margin-top: 15px;
    width: auto;
}
#stylecontent div h3 {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}
.stylecontent .Apple p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}
.stylecontent .Apple strong {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}
.stylecontent .Apple dl dt {
    border: 0 none;
    float: left;
}
.stylecontent .Apple dl dd {
    float: right;
    width: 725px;
}
.stylecontent .Apple dd li {
    float: left;
    margin: 10px 0 0 8px;
    padding: 0;
}
.stylecontent .Apple dd li img {
    border: 0 none;
	width:171px;
	height:255px;
}
.idx-prod3 {
    margin-top: 10px;
}
.product-shop #customer-reviews dl{margin-top:0;}
.product-catalog-views-related .block-title{
    background: none;
    color: #000;
    font-size: 22px;
    padding: 0;
    height: 51px;
    line-height: 51px;
	font-weight: normal;
    border: 0 none;
	text-align: center;
}
.product-catalog-views-related{
	position: relative;
    clear: both;margin-top: 30px;
}
.product-catalog-views-related .block-content .side-list li{
	width: 180px;
    float: left;
    padding: 0 5px;
    margin-bottom: 20px;
}
.product-catalog-views-related .block-content .side-list li img{width:100%;}
.product-catalog-views-recommend {  margin-top: 30px;}
.product-img-box .shipping-info-time {
    clear: both;
    padding: 5px 0 5px 90px;
    width: 390px;
}
.catalog-product-view .mfp-goods{display:none;}

.hotDeal-np .product-name {
    display: block;
    overflow: hidden;
}
.category_subnav.color {
    left: 320px;
    top: 160px;
    width: 360px;
}
.category_subnav.color a{border:1px solid #fff;text-align:center;color:#ffffff;font-size:13px;margin:0 5px 10px;width:70px;padding:0;}
.color1{background:#0c8acf;}
.color2{background:#ff6fb5;}
.color3{background:#bb1237;}
.color4{background:#139f40;}
.color5{background:#afafaf ;}
.color6{background:#9a23bf ;}
.color7{background:#fee765 ;color:#000!important;}
.color8{background:black;}
.user-gallery-viewport .buyer-show-cover {
    background: rgba(0, 0, 0, 0) url("../images/awesome.jpg") no-repeat scroll left top;left:2px;
    display: block;
    height: 225px;
    position: absolute;
    width: 295px;
}

.reviews_bottom {
    margin: 0 auto;
    max-width: 1366px;
	min-width:1100px;
	width:auto;
}
.reviews_bottom .buyer_show{
	padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.discount-form {
    position: relative;
}
.discount-form > label {
    display: block;
    font-size: 12px;
    margin: 10px;
    text-transform: uppercase;
}
.nav-image {
    margin-left: 12px;
}
.customer-reviews-title {
    border-bottom: 1px solid #e4e4e4;
    margin: 65px auto 35px;
    position: relative;
    width: 1200px;
}
.customer-reviews-title > p {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 20px;
    left: 465px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -6px;
}
.page-null{padding: 50px 0;
    text-align: center;}
.page-null p {
    text-align: center;
    font: italic 18px/1.8em 'PoppinsRegular';
    padding: 30px 5% 40px;
}
.page-null a{background:#000000 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 12px;
    text-transform: uppercase;
    width: 500px;}
.pis-box-img {
		position: absolute;
		z-index: 1004;
		height: 185px;
		width: 120px;
		bottom: 36px;
		overflow: hidden;
		background: #ececec;
		display: none;
}
 .pis-box-img img{
    	border-radius:0;
		height: 154px;
		width: 108px;
		margin:5px auto;
}
.pis-box-img p{
	bottom: 0;
    color: #333;
    font: 500 13px/26px 'PoppinsRegular';
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}
.pis-color-a:hover .pis-box-img {display: block!important; }
.category-shawls-wraps #product-options-wrapper .color-chart-box .pis-color > dt{width:28px;}
.category-shawls-wraps #product-options-wrapper dt {padding: 0; width: 135px;float:left;}
.category-shawls-wraps #product-options-wrapper dt:nth-child(1){float:none;}
.category-shawls-wraps #product-options-wrapper dt:nth-child(1) label{padding-top:8px;}
.category-shawls-wraps #product-options-wrapper dd:nth-child(2){/*width:635px;*/width:100%;}
.category-shawls-wraps #product-options-wrapper dd {padding: 16px 5px 0;width: 450px;}
.category-shawls-wraps #product-options-wrapper dt label { display: block;padding: 18px 5px 2px 0; width: 130px;}
.category-shawls-wraps #product-options-wrapper dd.last { padding: 16px 5px 0;}
.category-shawls-wraps #product-options-wrapper dd input.input-text{height:25px;padding-left:10px;}
.category-shawls-wraps .add-to-cart label {padding-top:10px;}
.category-shawls-wraps .add-to-cart .qty { margin-left: 62px; margin-top: 6px;}
.category-shawls-wraps .product-options dd textarea{height:40px;width:163px;}
.category-shawls-wraps .option_total dh { margin-left: 73px;}
.category-shawls-wraps .product-options-bottom .add-to-cart{margin-top:12px;}
.ratingushere { float: right;height:37px;line-height:37px;}
.ratingusimage { float: left; margin-right: 5px;margin-top:5px;}
.rating_more { float: left; margin-right: 15px;}
.rating_more > div { float: left;}
.rating_count {margin-left: 8px;}
.catalogsearch-result-index .page-title > h1 { font-size: 18px;height: 30px;line-height: 30px;}
/*global footer img*/

.footer-copy{
	/* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:center; */
}
.footer-copy:after,.cart-right:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pay-img{float: left;}
.pay-img img{max-width:370px;}
.copyright-adress{float: right;}
.copyright-adress a.dmca-badge {
	display: block;
	float: left;
	margin-left: 8px;
	margin-top: 5px;
}
.sales-guest-form .form-alt li .input-box button.button {
    width: 130px;
}
.sales-guest-form .form-alt li .input-box button.button span {
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}

.btn-remove {
    background: rgba(0, 0, 0, 0) url(../images/missico_bg.gif) no-repeat scroll -160px -228px;
    display: block;
    font-size: 0;
    height: 9px;
    line-height: 0;
    overflow: hidden;
    width: 9px;
}


.top-currency dt {
    cursor: pointer;
    float: left;
    height: 35px;
    width: auto;
    position: relative;
    padding: 0 10px;
    line-height: 35px;
}
.top-currency dt::after{
    content: " ";
    margin-left: 6px;
    position: relative;
    margin-top: 13px;
    transform: rotate(0deg);
    transition: all 0.2s ease 0s;
    float: right;
    border-left: 5px solid #f9f6f4;
    border-right: 5px solid #f9f6f4;
    border-top: 6px dashed #444;
    display: inline-block;
    height: 0;
    vertical-align: top;
    width: 0;
}
.top-currency:hover dt::after{
     transform: rotate(180deg);
}

.top-language {
    float: left;
    position: relative;
    z-index: 3000;
	margin-right: 15px;
}
.top-language span {
    float: left;
    font-size: 12px;
	display:inline-block;
	padding-right:5px;
}
.top-language  img {
    vertical-align: middle;
}
.top-language .block-content{
    float:left;
	position:relative;
}
.top-language .more-icon {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -40px 0;
    display: block;
    height: 6px;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 12px;
    transform: rotate(0deg);
	-ms-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
    transition: all 0.2s ease 0s;
	-moz-transition:all 0.2s ease 0s;
-webkit-transition:all 0.2s ease 0s;
-o-transition:all 0.2s ease 0s;
    width: 9px;
}
.header-left .block-content dd{
    background-color: #fff;
    display: none;
    left: -1px;
    line-height: 24px;
    padding: 5px 10px;
    position: absolute;
    top:35px;
	border-top:0;
    width: 80px;
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	color:#5c5c5c;
}
.header-left .top-language .block-content dd{width: 160px;}
.top-language dt{
	cursor: pointer;   
	height: 35px;
    width: auto;
    position: relative;
    padding: 0 10px;
    line-height: 35px;
}
.top-language dl:hover .language-duo{
    display: block;
}
.top-language dd:hover .currency-select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #cccccc #cccccc -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    box-shadow: 1px 2px 4px #898989;
    color: #4daca9;
}
.language-duo ul a:hover,.supoort-duo ul a:hover  {
    background: #f7f7f7 none repeat scroll 0 0;
}
.top-language .block-content:hover .more-icon {
    transform: rotate(180deg);
	-ms-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-o-transform:rotate(180deg);
}
.language-duo .triangle {
    left: 50%;
    margin-left: -7px;
    position: absolute;
}
.order-info-box .box-title > h2{font-family:'PoppinsRegular';padding:8px 0;}
.order-details .data-table .odd,.data-table tbody.odd tr{background:#fff!important;}
.order-details  .data-table tfoot td{padding:7px 10px;font-size:12px;}
.order-comments .sub-title{color:#52b6b4;}
.order-details .data-table tfoot tr{background:#f7f7f7;}
/*new*/
.links li.first {
	display:none;
}
.top-links, .wish {
    display: inline-block;
	position:relative;
	padding-left:10px;
} 
.top-links > a,.wish a{
	display: block;
	width:35px;
    height: 35px;
    line-height: 35px;
	cursor:pointer;
    position:relative;
	color:#5c5c5c;
}
.top-links > a{
	background: rgba(0, 0, 0, 0) url(../images/iconfont/wode1.svg) no-repeat center center;
	background-size: 25px;
}

.user-panel {
    display: none;
	background-color: #fff;
    right: -10px;
    line-height: 24px;
    padding: 20px 10px;
    position: absolute;
    top: 35px;
    border-top: 0;
    width: 240px;
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	text-align:center;
	z-index:10;
}
.top-links:hover .user-panel{display:block;}
.user-panel ul a{
	display: block;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    margin-top: 12px;
}
.user-panel .account-sign a {
    background: #52b6b4;
    border-radius: 8px;
    margin: 0 10px;
}
.user-panel > p {
    font-size: 14px;
    margin: 10px auto 0;
    width: 160px;
}
.wish em, .cart_num_total{
	position: absolute;
    right: 10px;
	top: 12px;
    line-height: 15px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    color: #000;
	font-family:Open Sans;
}
.cart_num_total_new{
    background: #B73030;
    color: #fff;
    font-weight: 400;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 5px;
}

p.xy {
    display: block;
    font-size: 12px;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
p.xy  em{width:20px;height:20px;display:inline-block;background:url(../images/secure.png)no-repeat scroll 0 0;vertical-align:middle;}
.product-view .favorite a {
    display: inline-block;
	color:#000;
}
.product-view .favorite a .wishlist-icon-cart {
    background:rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -146px -51px / 200px auto;
    display:none;
    height: 22px;
    width: 25px;
	margin:7px auto 0;
}
.product-view .favorite a .wishlist-icon-cart:hover {
    background:rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -56px -51px / 200px auto;
}
.product-shop .product-options dt label.required em {
    display: none;
}
.product-shop .product-options dt label.required::after {
    color: #df280a;
    content: " *";
    font-family:'PoppinsRegular';
    font-size: 12px;
    font-weight: normal;
	display:none;
}

.checkout-icon {
	 background: rgba(0, 0, 0, 0) url("../images/secure-1.png") no-repeat scroll -2px 0;
    float: left;
    display: inline-block;
    height: 20px;
    width: 16px;
}
.onepage-check {
    display: inline-block;
    position: absolute;
	margin-left:-20px;
}
.onepage-check-title{font-size:12px;color:#333;}
.checkout-text-safe{color:#999;margin-top:8px;}
.cart-left .btn-remove {font-size:14px;height:30px;line-height:30px;width:100%;float:right;color:#848484;margin-bottom:10px;background:none;}
.cart-left input.qty{text-align:center;}
.cart-left .cart-table .row-cart-prices  td.a-right.last{padding:10px 0;}
.cart-left .cart-table .row-cart-prices{padding-top:10px!important;}
.cms-contact-us-html .buttons-set{margin:10px 0;padding-bottom:20px;border:none;border-bottom:1px solid #666;}
.cms-contact-us-html .buttons-set p.required{margin:0 0 10px;text-align:left;}
.cms-contact-us-html .buttons-set button.button{
	float:left;
	height: 38px;
	background: #52b6b4;
}
.cms-contact-us-html .buttons-set button.button span{height:36px;font-size:16px;line-height:36px;padding:0 30px;}
.cms-shipping-delivery-html td{text-align: center;padding: 7px 5px;vertical-align: middle;}
.tag-product-list .col-main{width:1200px;}
.tag-product-list .page-title{width:1200px;height:30px;line-height:30px;}
.tag-product-list .page-title h1{font-size:11px;color:#a1a1a1;}
.tag-product-list .col-left.sidebar,.tag-product-list .toolbar {display: none;}
.tag-product-list .products-grid li.last{margin:0 0px 10px 0px;}
.product-shop .product-options .input-box-jacket-guide .image-guide{top:10px;}
.category-products .block-layered-colors-filter-nav {display: block;clear: both;overflow: hidden;margin-top: 12px;}
.category-products .block-layered-colors-filter-nav li {width: 28px;height: 22px;float: left;text-indent: -9999px;margin-right:8px;margin-bottom:10px;}
.category-products .block-layered-colors-filter-nav li a i{display:block;width: 28px;height:22px;border:1px solid #eee;border-radius:20px;}
.category-products .block-layered-colors-filter-nav li a i.White{background:#fff;}
.category-products {clear: both;}
.category-products .block-layered-colors-filter-nav li a i.Multi.Colors {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -3px -6px/36px auto;
    border-color: transparent !important;
}
.category-products .block-layered-colors-filter-nav li a i.Other {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -3px -6px/36px auto;
    border-color: transparent !important;
}
.category-products .products-grid li.item .color-chart-box{width:auto;clear: both;overflow: hidden;margin-top: 8px;}
.category-products .products-grid li.item .color-chart-box .pis-color-a{width:17px;height:13px;padding-right:4px;}
.category-products .products-grid li.item .color-chart-box .pis-color span{width:15px;height:13px;border-radius:10px;}
.category-products .products-grid li.item .color-chart-box  .pis-color > dt{width:17px;}
.category-products .products-grid li.item .color-chart-box  .pis-color  dt:hover{border:none;width:17px;}
.promotion-top{margin-bottom:16px;}
.promotion-list {
    background: #efeae6 none repeat scroll 0 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.snow-prom {
    margin: 0 auto;
    text-align: center;
    width: 1200px;
	color: #000;
    font-size: 14px;
}
#banner-prom{position:relative;height:40px;overflow:hidden;}
.direction-prom  li a {
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
	background-size:160px auto;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    text-indent: -9999px;
    top:10px;
    width: 9px;
    z-index: 10;
}
.direction-prom  li .prev { background-position: -111px -20px;left: 140px;}
.direction-prom li .next {background-position: -128px -20px;right: 140px;}
.header-right .top-select .wishlist_name.top-select-title a  > span{background-position:-146px -51px; }
.wishlist-panel.top-select-more > p {border-bottom: 1px solid #ddd;font-size: 14px;height: 30px;margin-bottom: 12px;}

.count-num {display: inline-block;color:#999;display:none;}
.count-num.count-top {margin-left:3px;position: relative;}
.product-img-box .favorite { position: absolute;right: 32px;top: 12px;z-index: 3000;}
.product-img-box .share-link {
	clear:both;height:35px;margin-left:130px;
	display: -webkit-flex;
	display: -ms-flex;
	    display: flex;
	    justify-content: center;
}
.product-img-box .share-link .share-fav{width:32px;height:32px;display:inline-block;background:rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll 0 0;text-indent:-9999px;margin:0 10px;float:left;}
.product-img-box .share-link .fb-like{background-position:-400px -283px;}
.product-img-box .share-link  .tumb-like{background-position:-442px -283px;}
.product-img-box .share-link  .twitter-like{background-position:-484px -283px;}
.product-img-box .share-link  .pin-it-share{background:#fff;}
.product-img-box .share-link  .g-like{background-position:-526px -283px;}
.product-img-box .share-link .pin-it-share span,.product-img-box .share-link .pin-it-share a.pin-it-button{background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -568px -283px!important; border: 0 none!important; border-radius: 0!important;display: block!important; height: 32px!important;width: 32px!important;box-shadow:none!important;text-indent:-9999px!important;}
.tabs-description .box-collateral .data-table{border:0;padding:20px 0px 10px;display:block;}
.tabs-description .box-collateral .data-table .odd,.tabs-description .box-collateral .data-table .even{background:none;border:none;width:370px;float:left;margin-bottom:15px;padding-left:30px;}
.tabs-description .box-collateral .data-table tbody th,.tabs-description .box-collateral .data-table tbody td{border:none;font-size:14px;letter-spacing:.8px;}
.tabs-description .box-collateral .data-table tbody th{width:110px;border-right:1px solid #ddd;}
.tabs-description .box-collateral .data-table tbody td{width:227px;}
.reviews-average, .reviews-average .average-left {
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
    align-items: center;
}
.rating-number{
    font-size: 32px;
    display: inline-block;
    float: left;
    margin-right: 20px
}
.reviews-average .ratings .rating-box {
    width: 131px;
    height: 26px;
    background: url(../images/big-star2.png)repeat-x 0 0;
    background-size: 26px;
    margin-right: 20px;
}
.reviews-average .ratings .rating-box .rating {
    height: 26px;
    background: url(../images/big-star1.png)repeat-x 0 0;
    background-size: 26px;
}
.reviews-average .amount{ 
   font-size: 14px;
    padding-top: 6px;}
.reviews-average .write-review {
    background: #000000;
    color: #fff;
    font-size: 16px;
    margin-left: 60px;
    text-align: center;
    padding: 7px 15px;
    border-radius: 5px;
}
.reviews-average .write-review:before {
    content: "";
    width: 22px;
    height: 14px;
    display: inline-block;
    float: left;
    background: url(../images/edit.png)no-repeat;
    margin-top: 6px;
	filter: invert(1);
}
.review-list-cust {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    font-family: 'Muli';
}
.review-list-cust dt {
    width: 330px;
}
.review-list-cust .name-first {
    width: 45px;
    height: 45px;
    text-transform: uppercase;
    font-family: 'MuliBold';
    font-size: 16px;
    text-align: center;
    float: left;
    margin-right: 20px;
    position: relative;
    line-height: 45px;
    background:#B73030;
    color: #fff;
    border-radius: 50%;
}
.review-list-cust .name-first span {
    position: absolute;
    left: 31px;
    top: 28px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 13px;
    height: 13px;
}
.review-list-cust .name-first span:before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: url(../images/save.png)no-repeat center;
    background-size: 13px;
    position: absolute;
    top: -1px;
    right: -1px;
}
.name-rating {
    display: inline-block;
    float: left;
}
.review-list-cust p {
    font-size: 13px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
}
.review-list-cust .name-cust span {
    color: #7db904;
    font-weight: 300;
    padding-left: 10px;
}
.date-cust{
	display:none;
}
.review-list-cust > dd {
    width: calc(100% - 330px);
}
.catalog-product-view .review-detail-content {
    float: left;
    display: inline-block;
    width: calc(100% - 200px);
}
.catalog-product-view .review-thumbnail-images {
    cursor: pointer;
    display: inline-block;
    height: 180px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    float: right;
}
.catalog-product-view .review-thumbnail-images img {
    width: 129px;
    height: 172px;
    border: 1px solid #ccc;
    float: left;
}
.views-related .block-title,.product-recently .block-title,.index_middle_title{font-size:22px;font-family:'PoppinsRegular';height:50px;line-height:50px;margin-bottom:25px;margin-top:30px;text-transform: uppercase;text-align:center;border-bottom:1px solid #000;}
.views-related .slick-slider,.product-recently .slick-slider,.top-best-prod-list .slick-slider,.product-related .slick-slider{padding:0;margin-left:-10px;margin-right:-10px;}
.products-grid .list-rate-review {margin-top: 10px;}
.footer-links-center ul.links_02 li a:hover{text-decoration:none;}
.cart #shopping-cart-table thead { border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;}
.cart #shopping-cart-table thead  th{padding:10px 8px;font-size:16px;font-weight:normal;font-family:'PoppinsRegular';text-transform:uppercase;}
.cart #shopping-cart-table tbody tr{border-bottom:1px dotted #ccc;}
.cart #shopping-cart-table tbody tr td.a-right{text-align:center!important;}
.cart #shopping-cart-table .item-options dt{font-style:Microsoft YaHei;font-weight:normal;font-size:14px;font-style:normal;width:130px;}
.cart #shopping-cart-table .item-options  dd{font-style:Microsoft YaHei;font-size:14px;}
.continue-shop {float: left;width: 50%;margin-top:10px;}
.continue-shop em{background:rgba(0, 0, 0, 0) url("../images/shop-bag.png") no-repeat scroll 0 2px;display: inline-block;height: 20px;width: 20px;}
.continue-shop .btn-continue{font-size:14px;color:#b5b5b5;}
.coupon-set{width:384px;float:right;}

.header-right .block-content dd.user-panel .messages{display:none;filter: invert(1);}
.cart-left ,.cart-right{clear: both;}
.cart .qty-wrapper .fl {
    height: 24px;
    line-height: 30px;
    width: 30px;
    font-size: 24px;
    padding: 0;
}
.qty-wrapper .qty.goods_num {height: 25px;width:50px!important;font-size:18px;padding:0;border:0;float:left;font-family:'PoppinsRegular';color:#000;}
.goods_num_box{margin: 0 auto;width: 110px;}
#shopping-cart-totals-table > tbody tr td:nth-child(2){color:#52b6b4;font-size:20px;}

.category-full-colors-bridesmaid-dresses .shown_color,.category-full-colors-bridesmaid-dresses .block-layered-nav dt:nth-child(3){display:none;}
.wishlist-index-index .price-box .old-price,.wishlist-index-index .price-box .special-price{display:block;padding-left:0;}
.cart .checkout-types .paypal-logo a{width:200px;height:36px;line-height:36px;display:inline-block;background:#ffc439;border-radius:22px;padding:3px 40px;font-size:15px;text-align:center;color:#fff;}
.cart .checkout-types .paypal-logo a span { display: inline-block; width: 82px; background: url(../images/paypal-btn.png)no-repeat scroll 0 9px; background-size: 80px; margin-left: 10px;}
.measure_maternity_standard_class td{width:33.333%;padding:0 5px;}
.measure_maternity_dresses_class td{width:25%;padding:0 5px;}
.size-chart-inch {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
}
.size-chart-inch th, .size-chart-inch td {
    border-left: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 0;
    font-size: 11px;
    font-weight: normal;
    color: #333;
    font-family:'PoppinsRegular';
	text-align:center;
}
.size-chart-inch th {
    width: 12%;
    background-color: #ddd;
}
.cms-size-chart-html .help-right h3{font-size:16px;height:30px;line-height:30px;margin:10px 0;}
.cancellation_table {
    border-collapse: collapse;
    border: 0;
    color: #222;
    font-size: 14px;
}
.cancellation_table tr, .cancellation_table td {
    border: 0;
}
.cancellation_table td {
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
	vertical-align:middle;
}
.cancellation_table tr:nth-child(1) td,.cancellation_table tr:nth-child(2) td {
    background: #f7f7f7;
    font-size: 16px;
    font-weight: bold;
}
.cancellation_table tr:nth-child(2) td {
    font-size: 14px;
}
.customer-account-login .col-2.registered-users li#captcha-input-box-user_create .input-box.captcha, .customer-account-create .col-2.registered-users li#captcha-input-box-user_create .input-box.captcha{
	top: -6px!important;
    position: relative!important;
    left:-1px!important;
}
.customer-account-login .account-create li#captcha-input-box-user_create .input-box.captcha, .customer-account-create .account-create  li#captcha-input-box-user_create .input-box.captcha{
	top: -6px!important;
    position: relative!important;
    left: -166px!important;
}
.customer-account-login .account-create li#captcha-input-box-user_login .input-box.captcha, .customer-account-create .account-create  li#captcha-input-box-user_login .input-box.captcha{
	top: -6px!important;
    position: relative!important;
    left: -112px!important;
}
.customer-account-login .col-2.registered-users li#captcha-input-box-user_login .input-box.captcha, .customer-account-create .col-2.registered-users li#captcha-input-box-user_login .input-box.captcha{
	top: -6px!important;
    position: relative!important;
    left: -1px!important;
}
.customer-account-login .account-create li#captcha-input-box-user_create .input-box.captcha, .customer-account-create .account-create  li#captcha-input-box-user_create .input-box.captcha{
	top: -6px!important;
    position: relative!important;
    left: -113px!important;
}
.col-2.registered-users div#captcha-image-box-user_create,.col-2.registered-users div#captcha-image-box-user_login{margin-left:119px!important;}
.col-2.registered-users div#captcha-image-box-user_create,.col-2.registered-users div#captcha-image-box-user_login{margin-left:181px!important;}

li#captcha-input-box-user_create,li#captcha-input-box-user_login{height:80px!important;}
.customer-account-login  li#captcha-input-box-user_create label.required ,.customer-account-login  li#captcha-input-box-user_login label.required{
	/*width:105px!important;*/
}
#product-tabs-box .faqstabs-content .faq-list{margin:20px 0;display:block;font-size:14px;width:50%;float:left;padding:0 30px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
#product-tabs-box .faqstabs-content .faq-list:first-child{border-right:1px solid #ddd;}
#product-tabs-box .faqstabs-content .faq-list dt{position:relative;display:block;padding:5px 15px;cursor:pointer;}
#product-tabs-box .faqstabs-content .faq-list dt::after{
	content: " ";
    width: 18px;
    height: 16px;
    display: block;
    position: absolute;
    background: url(../images/sort-ag.png) no-repeat;
    transform: rotate(-90deg);
	-ms-transform:rotate(-90deg);
-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
-o-transform:rotate(-90deg);
    left: -2px;
    top: 7px;
}
#product-tabs-box .faqstabs-content .faq-list dt.on::after{
    transform: rotate(0deg);
	-ms-transform:rotate(0deg);
-moz-transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-o-transform:rotate(0deg);
}
#product-tabs-box .faqstabs-content .faq-list h4{font-size:16px;letter-spacing:1px;margin-bottom:10px;}
#product-tabs-box .faqstabs-content .faq-list dd{display:block;display:none;padding:7px 22px;}

.description-img{padding:0 30px;}
.description-img img{width:100%;}
.order-step .step{font-size:14px;text-align:center;float:left;width:25%;padding:.5%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.order-step .step h4{text-align:center;margin-bottom:5px;}
.order-step .step .step-img{position:relative;}
.order-step .step .step-img img{width:50px;height:50px;background:#fff;display:block;margin:5px auto;}
.order-step .step .step-img .line{width:100%;display:block;position:absolute;left:50%;margin-left:25px;border:2px solid #ddd;z-index:-99;top:49%;}
.order-step .step .step-img .line-color{display:block;position:absolute;left:50%;margin-left:20px;border:2px solid #333;z-index:-9;top:49%;}
.order-step .step-text{clear:both;width:100%;text-align:center;padding:5px 0;}
#cloud-zoom-big{top:-20px!important;}
.order-additional.order-comments,.pv-iwd-modal-header button.close{display:none;}
@media screen and (max-width:1260px){
	.products-grid li.item{width:33.33%!important;}
	.lof-slidecontent{height: 525px!important;}
	.lof-navigator-outer {height: 475px!important;}
	.product-img-box .product-image .video {
	        height: 533px!important;
	    }
}
.products-grid .products-stock{position:absolute;left:6px;top:5px;background:rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -562px -72px;color:#fff;height:64px;width:64px;text-align:left;line-height:20px;font-size:13px;padding-left:2px;}
.review-list-more {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    text-align: center;
    border-radius: 15px;
    font-size: 16px;
    font-family: 'PoppinsRegular';
    text-transform: uppercase;
    width: 180px;
    margin: 20px auto 0;
}
.review-list-cust.description-hidden {
    display: none;
}
.view-recently{
	margin: 0 auto;width:100%;
    position: relative;
	padding: 0;
    clear: both;
}
.product-recently{
    position: relative;
    width: 100%;
    z-index: 90;
    margin-bottom: 30px;
    clear: both;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product-recently .recently-off,.viewed-inner .other-info{margin-top:10px;}
.product-recently .recently-off .product-name,.viewed-inner .other-info .product-name{line-height:1.2;}
.product-recently .recently-off .regular-price .price ,.viewed-inner .other-info .regular-price .price,.product-recently .recently-off .special-price .price ,.viewed-inner .other-info .special-price .price{
	font-style:italic;
	color:#B73030;
	font-family:'Times';
}
.color-catalog{display:none;}
.color-catalog span{
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 6px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 0px 1px #eee;
    cursor: pointer;}
.viewed-inner img{width:100%;}
.viewed-inner {
    margin: 0 10px;
}
.measure_wrap .num_tip{display: inline-block;width: 20px;height: 20px;background: #231f20; border-radius: 50%;color: #fff;font-style: normal; line-height: 20px; text-align: center; margin-right: 5px; margin-top: 20px;}
.measure_wrap .measure_img{width:20%;}
.measure_wrap .measure_img img{width:100%;}
.measure_wrap .measure_con{width:78%;margin-left:2%;}
.whole-sale table{
	width:600px;
}
.table-wrapper table{width:100%;}
.table-wrapper table td{
    border: 1px solid #dcdcdc;
    text-align: center;
    padding: 5px;
	vertical-align:middle;
	}

/* reset some style */

.wish a{background: url(../images/wishlist.svg) no-repeat center center; background-size: 23px;}
.mini-cart .cart-links {background: url(../images/basket.svg) no-repeat center center;  background-size: 23px;}
.wish em {
    background: #B73030;
    color: #fff;
    font-weight: 400;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 5px;
}


.flag-in {height: 11px;width: 16px;background-image: url(../images/currencylast.png); float: left; margin-top: 3px;margin-right: 10px;}
.flag-AUD {background-position: 0 -99px;}
.flag-GBP{background-position: 0 -220px;}
.flag-CAD{background-position: 0 66px;}
.flag-EUR{background-position: 0 55px;}
.flag-NZD{background-position: 0 -297px;}
.flag-USD{background-position: 0 209px;}
.flag-DKK{background-position: 0 -275px}
.flag-NOK{background-position: 0 -363px}
.flag-SEK{background-position: 0 -253px}
.flag-CHF{background-position: 0 -319px}
.currency-duo ul li label{margin-left: 10px;}


/* body section */
.snow{margin: 0 auto 0;}
.index-caption {
    display: flex;
    width: 68%;
    margin: 0 16%;
}
.index-caption a{    display: block;
    width: 30.333%;
    margin: 0 1.5%;
    text-align: center;}
.index-caption img {
    width: 100%;
    /* padding: 13px;
    height: 100%; */
}
.index-caption a  span{
    font-size: 16px;
    border-bottom: 1px solid #000;
    line-height: 40px;
}
.hot-link{ width: 72%; margin: 0 14%;display: flex;justify-content: space-around;}
.hot-link a{ padding-bottom: 3px;font-size: 16px!important; line-height: 28px!important;display: inline; border-bottom-width: 1px;       border-bottom-style: solid;/*font-family: "Neutraface",sans-serif;*/letter-spacing: 0!important;vertical-align: 5px;}
.hot-link a:hover{border-bottom-color: #ffe000;  box-shadow: 0 2px 0 0 #ffe000;}
.home-title h3 { font-weight: 600;font-size: 32px;}
.index-grid .index-list1,.index-grid .index-list2,.index-grid .index-list3{padding:0;}
.index-grid{    display: flex;width: 72%;margin: 30px auto;justify-content: space-around;}
.index-grid>div {width: 30%;position: relative;float: left;}
.index-grid h4{font-size: 24px; letter-spacing: 0.5px;line-height: 29px;margin-top: 0;margin-bottom: 0;}
.padding-bottom-a {padding-bottom: 1vw;}
.padding-top-a {padding-top: 1vw;}
.text-center { text-align: center;}
.fabric__font--gibson {font-family: "Gibson","Helvetica","Arial",sans-serif !important; font-weight: 400 !important;font-style: normal !important;}
.index-grid >div .cms-link{font-size: 13px; letter-spacing: 0.5px;color: #3c3c3c;font-weight: 400;text-align: center;  display: block;margin: -5px auto;text-decoration: underline;}
/* footer section */
.footer{max-width:100%;}

.footer-links strong {font-size: 14px;letter-spacing: 1.5px; color: #5c5c5c;}
.smaller-footer{max-width: 1200px;margin: 0 auto;}

.block-subscribe .actions button:before{
	content: "";
	display: block;
	background: url(../images/iconfont/email-streamline.png) no-repeat center center;
	background-size: 25px;
	width: 25px;
	height: 25px;
}

.as_foot_payment {
    position: relative;
    left: 7px;
    width: 188px;
    height: 26px;
    overflow: hidden;
    background: url(../images/paypalcard.png) no-repeat;
}
.as_foot_payment2 {
    position: relative;
    margin-top: 10px;
    left: 7px;
    width: 188px;
    height: 26px;
    overflow: hidden;
    background: url(../images/paypalcard.png) no-repeat -190px 0px;
}

.header .top_notification img{
    width: 100%;
}

.footer-links .links_04 li a {width: 40px;}

.hot-link a:hover {
    border-bottom-color: #52b6b4;
    box-shadow: 0 2px 0 0 #52b6b4;
}

/* home page over */

/* Category pages  start*/
.pager .limiter{
    display: block;

}
.toolbar .pager .pages{
    /* display: block; */
}
.category-products .sort-by select{margin-left: 8px;}
.pager .limiter {margin-left: 15px; display:none;}
.pager .limiter select{height: 39px;}
.limiter > label {font-size: 15px;}
.item-text .product-name{height: 34px;overflow: hidden;}
.show-change{float: left; position: relative;left: 55px; top: 2px; width: 50px; height: 50px;}
.show-change .show-three{
    display: none;
    background: url(../images/imgsmer.png) no-repeat;
    width: 35px;
    height: 40px;
    position: absolute;
    background-position-x: -43px;
}
.show-change .show-four {
    /* display: none; */
    background: url(../images/imgsmer.png) no-repeat;
    width: 35px;
    height: 40px;
    position: absolute;
}
.products-grid.active-demo li.item{
    width: 33.3%;
}
.products-grid.active-demo1 li.item{
    width: 25%;
}
.toolbar-bottom .pager .show-change{
    display: none;
}

.category-products .sort-by:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 12px;
}

.price-box-list .special-price-list .price {
    color: #B73030;
}

.products-grid .price-box {
    margin: -5px 0;
    overflow: hidden;
}
/* product section */
.product-view .product-shop .product-name span{
    font-size: 23px;

}

.availabillity .variant-quantity {
    font-style: normal;
}
.product-recently .recently-off .special-price .price{
    color:#B73030 ;
}
.product-recently .block-title{
    text-align: center;
}
/*  settlement page */
#shopping-cart-totals-table > tbody tr td:nth-child(2) {
    color: #B73030;
}


.availabillity{
    font-style: normal;
}

.text-show .text-line:hover{
    border-bottom: 1px solid darksalmon;
}

.show-table .text-show {
    position: absolute;
}
.products-grid .item:hover {
 box-shadow: 1px 1px 5px #ccc;
}

.custom-review-form-left:after,.featured-types:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	zoom: 1;
}

/* starts */

.cms-home .slick-slider{padding: 0;}
.adv-en{
	position: fixed;
	top: 38%;
	right: 0;
	z-index: 9999;
	display: block;
}
@media screen and (min-width: 0px) and (max-width: 1200px){
	.adv-en {
		display: none !important;
	}
} 

.container{
	padding: 0 60px;
    box-sizing: border-box;
	margin:0 auto;overflow:hidden;
}

.swiper-Text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 25px;
    letter-spacing: 5px;
}
.swiper-shop {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    color: #000;
    font-size: 20px;
    margin-top: 15px;
}
.promoBanner {
    background: #52b6b4;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    letter-spacing: 1px;
}
.headline{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: row;
    margin: 0 auto;
	    width: 70%;
}
.headline a{
	color:#fff;
}
.promoBanner h4{
    font-size: 36px;
    letter-spacing: 6px;
    color: #fff;
    line-height: 1;
	padding-right:50px;
}
.promoBanner h4 span{
	font-size:66px;
}
.headline-sale {
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
	letter-spacing: 0px;
	align-items: center;
}
.headline-sale p {
    padding-right: 15px;
}
.headline-sale p.shopLink {
    font-size: 14px;
    padding: 0;
    text-decoration: underline;
    letter-spacing: 1px;
}
.shopLink a{
	font-size: 13px;
    text-decoration: underline;
	color:#fff;
}
.style-title{margin: 40px 0 30px;position: relative;}
.style-title h2{font-size: 28px;text-align: center;font-weight: bold;}
.style-title a.more{
	position: absolute;
	right: 0;
	top: 8px;
	z-index: 2;
}
.style-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.style-flex a{
    display: flex;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.style-flex a img{width: 100%;}

.flash-sale {
    padding: 40px 0;
    background: #eee;
    margin-top: 40px;
}
.flash-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:0 40px 20px;
}
.flash-title h2 {
    font-size: 28px;
    font-weight: 600;
}
.time-end {
    display: flex;
    align-items: center;
    font-size: 28px;
    justify-content: space-between;
    font-weight: 600;
}
#slim-banner-time {
    padding: 0 10px;
    text-align: center;
    font-size: 32px;
}
.slim_countdown span{
	display:inline-block;
	width:50px;
	background: #31353c;
    color: #fff;
	border-radius: 5px;
	margin:0 3px;
	}
.slide-inner{padding:8px;background:#fff;}
.swiper-box{position: relative;}
.swiper-respon {
    margin: 0 40px;
    overflow: hidden;
}
.swiper-respon .swiper-button{
	width:44px;
	height:44px;
	border-radius:50%;
	transform: translate(0,-50%);
}
.swiper-respon .swiper-button-prev{
	left:20px;
}
.swiper-respon .swiper-button-next {
    right: 20px;
}
.other-info .pro-name,.recently-off .pro-name,.other-info .product-name{
	display:none;
	text-overflow: ellipsis;
	overflow: hidden;
    white-space: nowrap;
}
.other-info{margin:5px 0;text-align:left;}
.sale-text {
    background: #dc2626;
    color: #fff;
    padding: 5px 5px 2px;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 1;
}
.swiper-respon .sale-text{top:18px;left:8px;}
.shop-by {
    display: flex;
    flex-wrap: wrap;
	padding-top:20px;
	margin-left: -12px;
    margin-right: -12px;
}
.shop-by a{
	display: block;
	position:relative;
}
.shop-by-text {
	position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background: rgba(255,255,255,0.8);
    width: 100%;
    padding: 25px 0;
    color: #474747;
}
.shop-by-pro img,.featured-types img,.swiper-slide img,.feture-item img{
	width:100%;
}
.shop-by-pro {
    margin-top: 24px;
    width: 50%;
    padding: 0 12px;
}

.view-all{
	display: inline-block;
    background: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}
.new-product {
    text-align: center;
	margin-left: -10px;
    margin-right: -10px;
}
.feture-respons {
    display: flex;
    flex-wrap: wrap;
}
.feture-item {
    width: 20%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
	position: relative;
}
.featured-types a{
	display:block;
	position:relative;
}
.shop-by:after,.hot-catalog:after,.home-title:after,.chic-menu:after,.catalog-product-view .add-to-cart .goods_num_box:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	/* zoom: 1; */
}

.cms-home .hot-catalog .slick-slider{padding: 0 30px;}
.home-product .slick-prev,.home-product .slick-next{
	top: 40%;
	margin-top: 0;
}

.why-chic{
	padding-top: 60px;
	background-color: #f5f5f5;
	text-align: center;
	margin-top: 50px;
}
.why-chic h3{
	margin-bottom: 60px;
	margin-top: 0;
	padding: 0 60px;
	color: #000;
	font-size: 40px;
	font-family: 'Times';
	font-weight: 400;
	text-transform: lowercase;
	line-height: 1.2em;
}
.chic-menu{
	max-width: 1425px;
    margin: 0 auto;
    padding: 0 30px;
}
.chic-menu li{
	position: relative;
	float: left;
	width: 16.66667%;
	margin-bottom: 35px;
	padding: 0 30px;
	font-size: 15px;
	font-weight: 100;
	letter-spacing: .82px;
	box-sizing: border-box;
}
.chic-menu li .img{    
	display: block;
    min-height: 82px;
    text-align: center;
}
.chic-menu li .img:before{
	content: '';
	display: inline-block;
	position: relative;
	height: 50px;
}
.chic-menu li .img.global_curves:before {
    background-image: url(../images/iconfont/sprite.png);
    background-position: -153px -60px;
    width: 48px;
}
.chic-menu li .img.endless_sel:before {
    background-image: url(../images/iconfont/sprite.png);
    background-position: -60px -66px;
    width: 49px;
}
.chic-menu li .img.cut_for_curves:before {
    background-image: url(../images/iconfont/sprite.png);
    background-position: 0 -126px;
    width: 32px;
}
.chic-menu li .img.fit_guar:before {
    background-image: url(../images/iconfont/sprite.png);
    background-position: 0 -66px;
    width: 50px;
}
.chic-menu li .img.free_ship:before {
    background-image: url(../images/iconfont/sprite.png);
    background-position: -87px 0;
    width: 56px;
}
.chic-menu li .img.happy_retuns:before {
    background-image: url(../images/iconfont/sprite.png);
    background-position: -153px 0;
    width: 48px;
}
.chic-menu li p {
    width: 100%;
    margin-top: 25px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .02em;
    line-height: 1.6;
	opacity: 0;
}
.chic-menu li p:before {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    margin: 0 auto 15px;
    background-color: #000;
	opacity: 0;
}
.chic-menu li:hover p,.chic-menu li:hover p:before{opacity: 1;}

.catalog-category-view .breadcrumbs,.catalogsearch-result-index .breadcrumbs{position: relative;display: none;}
.catalog-category-view .main, .catalogsearch-result-index .main{position: relative;padding: 0 30px;max-width:100%;}
.catalogsearch-result-index .category-products{padding-top: 65px;}
.toolbar{
	height: 65px;
	position: absolute;
	left: 0px;
}
.toolbar-bottom .toolbar{
	position: relative;
}
.filter-show{
	float: left;
	padding:8px 40px 0px 0;
	font-size: 15px;
	text-transform: uppercase;
}
.filter-show svg.icon{
	width: 23px;
	height: 23px;
	vertical-align: middle;
	fill: currentColor;
	overflow: hidden;
}
.toolbar-bottom .filter-show,.catalog-category-view .col-left .block-title{display: none;}
.catalog-category-view .main_show .col-left,.catalogsearch-result-index  .main_show .col-left{
	float: none;
	position: absolute;
	left: 0;
	opacity: 0;
	width: 0;
	overflow: hidden;
}
.catalog-category-view .col-left,.catalogsearch-result-index .col-left{	opacity: 1;transition: all 0.35s;}
.catalog-category-view .col-main,.catalogsearch-result-index .col-main{	transition: all 0.35s;}
.catalog-category-view .main_show .col-main,.catalogsearch-result-index .main_show .col-main{
	float: none;
	width: 100%;
}

.catalog-category-view .col-left,.catalog-category-view .category-products,.catalogsearch-result-index .col-left,.catalogsearch-result-index .category-products{
	padding-top: 65px;
}
.add-to-cart .favorite{float: left;margin-left: 20px;}
.favorite a svg.icon-aixin{
	width: 36px;
	height: 36px;
	vertical-align: middle;
	fill: currentColor;
	overflow: hidden;
	color: #000;
}
.favorite a:hover svg.icon-aixin{
	color: #bd142e;
}
.favorite a i{
	display: inline-block;
	background: url(../images/wishlist.svg) no-repeat center center;
	background-size: 30px;
	height: 30px;
	width: 30px;
}
.favorite a:hover i{
	display: inline-block;
	background: url(../images/wishlist.svg) no-repeat center center;
	background-size: 23px;
}

/*  */
.guide_content{
	font-size:16px;
	text-align:left;
}
.guide_content h5{
	text-align: center;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding:20px 0;
}
.tabs-ul{
	margin-bottom:25px; 
    overflow: hidden;
	}
.tabs-ul li {
    float: left;
    padding: 5px 20px;
    font-size: 16px;
    border: 1px solid #ddd;
    color: #000;
    text-transform: uppercase;
    cursor: pointer;
}
.tabs-ul li.active {
    background: #000;
    color: #fff;
}
.tabs_content .tabs_list {
    display: none;
}
.tabs_content .tabs_list.active {
    display: block;
}
.tabs_content .tabs_list h4, .tabs_content .tabs_list .h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: center;
}
.tabs_content .size_guide {
    width: 100%;
    margin: 0 auto;
}
.tabs_content .table-wrapper {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.tabs_content .size_guide table {
    text-align: center;
    color: #000;
    font-size: 14px;
    line-height: 3;
    font-weight: 300;
    border-collapse: collapse;
    border-spacing: 0;
    text-transform: uppercase;
    cursor: pointer;
    min-width: 500px;
    overflow: auto;
}
.tabs_content .size_guide table tr:first-child{
    background: #eee;
}

/*  */

.free_ship {
    font-size: 15px;
    font-weight: 600;
    color: #f00;
    text-align: right;
    clear: both;
}
.sale-model {
	position: fixed;
	width: 140px;
	height: 324px;
    background:#000000;
	right: -140px;
	bottom: 30%;
	margin-top: -250px;
	z-index: 198;
	transition: all .6s;
	border-radius: 0;
	text-transform: uppercase;
}
.sale-model.sale-show {
	right: 0;
	z-index: 1001;
}
.sale-insert-class {
	position: absolute;
	width: 38px;
	left: -38px;
	top: 0;
	margin-top: 0;
	background: #000000;
	color: #fff;
	height: 100%;
	cursor: pointer;
}
.js-text {
	font-size: 20px;
	display: block;
	transform: rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	width:324px;
	top: 100%;
	position: absolute;
	text-transform: capitalize;
	left: 7px;
	letter-spacing: 2px;
	text-transform: capitalize;
	text-align: center;
}
#js-bottom {
	font-size: 16px;
	display: inline-block;
	position: relative;
	left: 4px;
	bottom: 1px;
	transition: all .6s;
}
#js-bottom:before{
	content: "";
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 12px dashed #fff;
	display: inline-block;
	height: 0;
	margin-left: 7px;
	vertical-align: top;
	width: 0;
	margin-top: 8px;
}
.sale-show #js-bottom:before{
	transform: rotate(-180deg);
}
.insert-text{
	width:140px;
	height: 100%;
	text-align: center;
}
.insert-pc img{width:100%;}

/* 211230 */
.oflow{overflow: hidden;}
.mask_black{
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
}
.mask_sizeGuide,.mask-relate_sizeGuide{
	width: 660px;
	height: 480px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 10000;
	margin-top: -240px;
	margin-left: -325px;
	background-color: #fff;
	display: none;
}
.mask_content{
	background: rgb(255, 255, 255);
	display: flex;
	flex-direction: column;
}
.mask_header{
	display: flex;
	flex-shrink: 0;
	padding: 10px 0px;
	text-align: center;
	border-bottom: 1px solid #e3e3e3;
}
.mask_header h4{
	color: rgb(22, 20, 20);
	flex: 1 1 0%;
	font-size: 18px;
	padding-left: 30px;
	font-weight: 300;
}
.mask_header svg{
	cursor: pointer;
	font-size: 20px;
	margin-right: 8px;
	margin-top: 5px;
	width: 30px;
}
.icon{
	overflow: hidden;
	text-align: center;
	line-height: 1em;
	width: 1em;
	height: 1em;
	fill: currentColor;
}
.mask_container {
    flex: 1 1 0%;
    overflow-y: auto;
    position: relative;
    padding: 10px;
}
.QnUvh {
    overflow: hidden;
    padding: 15px 15px;
	height: 400px;
}
.QnUvh .country-size-wrapper {
    height: 100%;
}
.panel-switch,.relate__panel-switch{
    margin-bottom: 15px;
    text-align: center;
}
.panel-switch span,.relate__panel-switch span{
    color: rgb(153, 153, 153);
    cursor: pointer;
    font-family: FuturaLT-Book, FuturaLT;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 0px 15px;
}
.panel-switch .btn-active,.relate__panel-switch .btn-active{
    color: rgb(17, 17, 17);
    text-decoration: underline;
}
.panel-switch-tab,.relate__panel-switch-tab{
	height: calc(100% - 44px);
	padding: 0px 5px;
	overflow-y: auto;
}
.how_to_measure img{
	width: 100%;
}
.panel-switch-tab .tabs-sizes,.relate__panel-switch-tab .tabs-sizes{display: none;}
.panel-switch-tab .tabs-ul,.relate__panel-switch-tab  .tabs-ul{margin-bottom: 10px;}
.panel-switch-tab .tabs_content .size_guide table,.relate__panel-switch-tab .tabs_content .size_guide table{line-height: 2.5;}

.also-title{
	font-size: 22px;
    color: #333;
    position: relative;
    border-top: 1px solid #ccc;
    text-align: center;
    text-transform: capitalize;
}
.also-title span{
	position: relative;
	padding: 0 10px;
	background: #fff;
	top: -16px;
}
.cart-product ul{
	text-align:center;
}
.cart-product ul li{
	display:inline-block;
	padding:0 25px 20px;
	font-size:16px;
	cursor:pointer;
}
.cart-product ul li.active{
	font-weight:600;
	text-decoration: underline;
}
.cart-tab-product {
    position: relative;
}
.cart-section{
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    z-index: 0;
}
.cart-section.active {
    opacity: 1;
    position: relative;
    z-index: 1;
}
.cart-section .view-inner{padding:0 10px;text-align:center;}
.view-inner img{width:100%;}
.cart-section .regular-price .price{font-size:14px;}
.featured-types ul{
    display: flex;
    flex-wrap: wrap;
	}
.featured-types ul li{
	width: 25%;
    padding: 10px;
}

/* cart======20210813============================ */
.cart-shipping-area {
    overflow: hidden;
    width: 100%;
	margin-bottom: 20px;
}
.shipping-messaging{
	padding: 15px 40px;
    text-align: center;
	background-color: #fff7e2;
    color: #bb531c;
	display:flex;
}
.shipping-messaging-progress-bar {
    border-radius: 10px;
    height: 6px;
    overflow: hidden;
    width: 100%;
	margin-top:7px;
}
.shipping-messaging-progress-bar--in-progress {
    background-color: rgba(187,83,28,.2);
}
.shipping-messaging-progress-bar__indicator {
    border-radius: 10px;
    display: block;
    height: 100%;
    transition: all .25s ease-out;
    width: 0;
}
.shipping-messaging-progress-bar--in-progress .shipping-messaging-progress-bar__indicator {
    background-color: #bb531c;
}
.shipping-messaging-progress-bar--success .shipping-messaging-progress-bar__indicator {
    background-color: #2e832c;
}
.shipping-messaging--success {
    background-color: rgba(46,131,44,.05);
    color: #2e832c;
}
.shipping-messaging__content {
    margin: 0 auto;
    max-width: 402px;
}
.shipping-messaging__message {
    letter-spacing: 1px;
    margin: 0;
    text-transform: uppercase;
	font-weight: bold;
}
.shipping-messaging__link {
	display:block;
	color: inherit;
	letter-spacing: .3px;
	text-decoration: underline;
	text-transform: none;
	font-weight: bold;
	color: #bb531c !important;
}
/* cart======20210813============================ */
.cart-product{
	clear: both;
	margin-top: 20px;
}
.add_load {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 22px;
	margin-top:7px;
}
.add_load div {
    position: absolute;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
    animation-timing-function: cubic-bezier(0,1,1,0)
}

.add_load div:first-child {
    left: 2px;
    -webkit-animation: LoadingButton_lds-ellipsis1__yayvq .6s infinite;
    animation: LoadingButton_lds-ellipsis1__yayvq .6s infinite
}

.add_load div:nth-child(2) {
    left: 2px
}

.add_load div:nth-child(2),.add_load div:nth-child(3) {
    -webkit-animation: LoadingButton_lds-ellipsis2__yTqUS .6s infinite;
    animation: LoadingButton_lds-ellipsis2__yTqUS .6s infinite
}

.add_load div:nth-child(3) {
    left: 10px
}

.add_load div:nth-child(4) {
    left: 18px;
    -webkit-animation: LoadingButton_lds-ellipsis3__X6u2F .6s infinite;
    animation: LoadingButton_lds-ellipsis3__X6u2F .6s infinite
}
@-webkit-keyframes LoadingButton_lds-ellipsis1__yayvq {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes LoadingButton_lds-ellipsis1__yayvq {
    0% {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@-webkit-keyframes LoadingButton_lds-ellipsis3__X6u2F {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@keyframes LoadingButton_lds-ellipsis3__X6u2F {
    0% {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

@-webkit-keyframes LoadingButton_lds-ellipsis2__yTqUS {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(8px)
    }
}

@keyframes LoadingButton_lds-ellipsis2__yTqUS {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(8px)
    }
}
/****email_tip_box8****/
ul.email_tip_box{
    width: 100%;
    color: #333;
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    box-sizing: border-box;
    max-height: 280px;
    overflow: auto;
}
ul.email_tip_box li.autoli{ 

	height:30px;
	display:block;
	list-style-type:none;
	text-align:left;
	cursor:pointer;
	font-size:14px;
	line-height:30px;
	padding-left:15px;
	padding-right:15px;
	overflow:hidden;
	margin:0;
	text-overflow:ellipsis; 
	text-transform:initial;
	background:#fff;
}
ul.email_tip_box li.autoli.lihover{

	background-color:#eee;
}

.showli { 
    display:block;
}
/****email_tip_box end****/
.sub_message{
	color: #3baf64;
	background-color: rgba(59,175,100,.1);
	border: 1px solid rgba(59,175,100,.16);
	padding: 5px 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sub_message a{
	width: auto !important;
    height: auto !important;
}

/* sale 2330704 */
.mark-saleCode{
	width: 100%;
	height: 100%;
	background: #00000085;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9001;
	display: none;
}
.saleCode{
    position: fixed;
    z-index: 9000;
    top: 50%;
    right: -96px;
    transform: rotate(270deg);
    background: #52b6b4;
    padding: 5px 42px 5px 15px;
    color: #fff;
    /* display: none; */
    font-size: 16px;
    font-weight: 600;
	    letter-spacing: 1px;
	    font-family: sans-serif;
    cursor: pointer;
    text-transform: uppercase;
}
#triangleUp {
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid white;
	margin: 7px 7px;
	position: absolute;
}
.closeSaleCode {display: inline-block;padding: 0 5px;}
.closeSaleCode svg {
	width: 18px;
}
.saleCode-main{
	position: fixed;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	z-index: 9010;
	background-color: #fff;
	    -webkit-transition: -webkit-transform .3s;
	    transition: -webkit-transform .3s;
	    transition: transform .3s;
	    transition: transform .3s,-webkit-transform .3s;
	    -webkit-overflow-scrolling: touch;
	display: none;
}
.saleCode-main.block,.mark-saleCode.block{display: block;}
.sale-popup{
	display: flex;
	height: 520px;
}
.sale-popup_left{width: 390px;}
.sale-popup_right{
	width: 500px;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
}
.sale-popup_wrapper{
	width: 400px;
	text-align: center;
}
.sale-popup_wrapper .title{
	font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
    font-style: italic;
    color: #52b6b4;
    line-height: 1.5;}
.sale-popup_wrapper .content{
	font-size: 15px;
    margin-top: 6px;
    font-family: sans-serif;
    color: #52b6b4;
    font-style: italic;
    font-weight: 600;}
.sale-popup_wrapper .email-text{
	width: 100%;
	height: 42px;
	margin-top: 15px;
	border:1px solid #ddd;
	font-size: 16px;
	text-align: center;
}
.sale_sign {
    padding: 6px;
    background: #52b6b4;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    display: inline-block;
    margin-top: 40px;
    border-radius: 10px;
    width: 320px;
}
.close_sale {
    border: 1px solid #52b6b4;
    margin-top: 30px;
    color: #52b6b4;
    display: inline-block;
    padding: 6px;
    width: 320px;
    box-sizing: border-box;
    border-radius: 10px;
	    cursor: pointer;
}
.sale-popup_wrapper .email-text.fail{border-color: #f00;}
.sale-popup_wrapper .btn-salecode{
	display: block;
	background-color: #000;
	color: #fff;
	border: none;
	width: 100%;
	height: 42px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 15px;
}
#sale_error{color: #f00;font-size: 13px;text-align: left;}
.closeSalePopup{
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9100;
}
.sale-popup_wrapper img{width: 100%;}
.checkout-cart-index .saleCode{display: none;}
/* sale 2330704 end */

.coupon-msg-title {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;

}
.coupon-msg-item {
    display: flex;
    flex-wrap: wrap;
}
.coupon-info {
	width: calc(50% - 20px);
    box-shadow: 0 0 6px #ddd;
    padding: 15px 10px;
    border-left: 4px solid #B73030;
    margin-right: 20px;
    margin-bottom: 20px;	
}
.coupon-info-off {
    font-size: 26px;
    font-weight: 600;
}
.coupon-info-text {
    font-size: 18px;
    margin: 10px 0;
}
.coupon-info-button {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-weight: 600;
	font-size: 16px;
}
a.coupon-info-use {
    display: block;
    padding: 5px 20px 0;
    background: #B73030;
    border-radius: 15px;
    font-size: 14px;
	color: #fff;
}
a.coupon-info-use:hover{color: #fff;}
/*********cookie setting**********/
.cookie-accept_agree{
	position: fixed;
    padding: 15px 50px 15px 20px;
    color: #000;
    font-size: 12px;
    left: 0;
    bottom: 0;
	width: 100% ;
    background: rgba(0,0,0,0.8);
    z-index: 12220;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
.accrpt_con {
    width: 65%;
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 17px;
}
.accrpt_con a{
	text-decoration:underline;
	color:#fff;
}
 #accept_agree_accept {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 27px;
    text-align: center;
    color: #221816;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: Roboto-Bold, Roboto;
    font-weight: 600;
    background: #FFFFFF;
    border-radius: 14px;
}
 #accept_agree_close {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 27px;
    margin-left: 48px;
    text-align: center;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-family: Roboto-Bold, Roboto;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 14px;
}
.cookie_notice {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12222;
    width: 50%;
    height: 60%;
    background: #fff;
    max-width: 800px;
}
.cookie_mask{
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    z-index: 12221
}
.close_cookie_setting {
    text-align: right;
    margin: 12px 12px 0;
}
.cookie_terms {
    padding: 10px 40px 20px;
	    color: #000;
}
.cookie_terms h2{
	font-size: 24px;
    text-align: center;
    font-weight: 600;
	margin-bottom: 10px;
}
.cookie_terms_button {
    text-align: center;
    margin-top: 20px;
}
.cookie_terms_agree {

    display: inline-block;
    padding: 10px 60px 5px;
    background: #000;
    color: #fff;
    font-size: 15px;
	cursor: pointer;
}
.cookie_terms_vertical {
    height: 365px;
    overflow: auto;
    padding: 10px 15px;
    border: 1px solid #ddd;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cookie_terms_list {
    display: flex;

}
.input-box-show {
    display: flex;

    margin-right: 5px;
}
.cookie_terms_list {
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;

    
}
.checked-cookie {
	width: 14px;
    height: 14px;
    border: 1px solid #bbb;
    display: flex;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    align-items: center;
	margin-top: 3px;
}
.checked-cookie svg {
    width: 12px;
    height: 12px;
	display:none;
}
.checked.checked-cookie svg{display:block;}
.cookie_terms_list h5{
	font-size:15px;
}
.agree-modal-content-text {
    line-height: 1.2;
}
.cookie_bottom {
    font-size: 14px;
    text-transform: capitalize;
    gap: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.footer-copy {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
/*********cookie setting end**********/
/******231201--product ajax add****/
.item-img{position: relative;}
.proCart {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 65%;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 70%;
    background-color: #fff;
    color: #262626;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    visibility: hidden;
    z-index: 99;
    opacity: .7;
    text-transform: uppercase;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
}
.proCart:hover{opacity: 1;}
.products-grid .item-img:hover .proCart, .item-img:hover .proCart{
	visibility: visible;
}

.add_mask{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .45);
    width: 100%;
    z-index: 1002;
}
.load_wait{width:64px;
	height:64px;
	background:url(../images/loading_wait.gif);
	background-size:64px;
	position:fixed;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index:1003;
}
#add_to_cart_related {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
    z-index: 1003;
}
.product-options-related{
    padding: 30px 20px 0;
    position: relative;
	background: #fff;
	width: 900px;
	height: 600px;
}
.related-close{
    position: absolute;
    right: 0;
    top: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
	font-size: 24px;
}
.related_ajax_box {
    display: flex;
    gap: 30px;
	align-items: flex-start;
}
.gallery-top {
    width: 340px;
    overflow: hidden;
    position: relative;
}
.gallery-top .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.gallery-top .swiper-pagination{
	position: relative;
    bottom: 0!important;
    margin-top: 20px;
    text-align: left;
}
.gallery-top .swiper-pagination-bullet{
	height: 4px;
    width: 40px;
    border-radius: 0;
    margin-bottom: 10px!important;
}
.related-info {
    width: calc(100% - 370px);
    height: 540px;
    overflow: auto;
    margin-bottom: 100px;
	text-align: left;
	padding-right: 10px;
}
.related-info-name{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.related-info-price{
	display: flex;
	gap: 15px;
	align-items: center;
}
.related-info-price .special_price{
	font-weight: bold;
	color: #B73030;
	font-size: 24px;
}
.related-info-price .old_price{
	color: #999;
	font-size: 15px;
	text-decoration: line-through;
}

.related__shipping-delivery .shipping-delivery-discount,.related-info .pis-box-img{display: none;}
.related__shipping-return{
	background-color: #f2f2f2;
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.related__shipping-return .shipping-return{
	margin: 0;
	gap: 10px;
	font-size: 20px;
}
.related__shipping-delivery .table-wrapper{margin-top: 10px;}
.related-info-detail {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
}
.qty-add_related {
    display: flex;
    align-items: center;
	gap: 15px;
	margin: 15px 0;
}
.qty-add_related label{
	float:left;
	color: #000000;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
	line-height:38px;
}
.qty-add_related .goods_num_box{
	width: 112px;
	font-size: 16px;
	padding: 0;
	color: #000;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
}
.qty-add_related .qty { 
    border: none;
    text-align: center;
    height: 38px;
    float: left;
    font-size: 16px;
    padding: 0;
}
.qty-add_related .choice-number{
	width:35px;height:38px;
	position:relative;
	float:left;
}
.num-fl:before,.num-fr:before{
	content:"";
	width:12px;
	height:2px;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background:#000;
}
.num-fr:after{
	content:"";
	width:2px;
	height:12px;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	background:#000;
}
.info-submit {
	width: 100%;
}
.info-submit .btn-cart{
	margin:0;
    background: #000000;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    border: none;
}

.ajax_bottom {
    display: flex;
    justify-content: space-around;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 20px 30px;
    border-top: 1px solid #ddd;
}
.related-info::-webkit-scrollbar-track,.fieldset-write-form::-webkit-scrollbar-track,#easycheckout-review-info::-webkit-scrollbar-track{
    border-radius: 10px
}

.related-info::-webkit-scrollbar,.fieldset-write-form::-webkit-scrollbar,#easycheckout-review-info::-webkit-scrollbar{
    width: 5px;
	height:100%;
	background:#eee;
}

.related-info::-webkit-scrollbar-thumb,.fieldset-write-form::-webkit-scrollbar-thumb,#easycheckout-review-info::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.5);
    background: #dcdcdc
}

.related-info::-webkit-scrollbar-corner,.fieldset-write-form::-webkit-scrollbar-corner,#easycheckout-review-info::-webkit-scrollbar-corner{
    background-color: transparent
}

/*******231201--product ajax add end****/
.cms-home .header-wrapper{box-shadow: none;}
.advertise-flex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.advertise-flex a{
	background-color: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(25% - 4px);
	padding: 20px;
}
.advertise-flex a img{width: 25px;margin-right: 5px;}
/**********评论分页************/
div#pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.page-item ,#pagination .next,#pagination .previous{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.page-item.active{
	background-color: #B73030;
    color: #fff;
    border-radius: 50%;
}
#pagination .next,#pagination .previous{opacity:0.6;font-size:20px;}
#pagination .next.next-click,#pagination .previous.prev-click{
	opacity:1
}

.coupon-list .index_middle_title{
	border-bottom: none;
	text-align: left;
}
.coupon-list .view-inner {
    padding: 0 10px;
    text-align: center;
}
.coupon-list .slick-slider{padding: 0 40px;}
.coupon-list .slick-prev, .coupon-list .slick-next{ background-size: 8px;}

