﻿/**
 * 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 ================================================================================= */
* { margin:0; padding:0; word-break: keep-all; }

body          {font-size:15px; line-height:150%; font-family:'KarlaRegular'; color:#000; background:#fff; text-align:left; margin:0;}

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

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

:focus        { outline:0; }


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

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */

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

/* Lists */
ul,ol         { list-style:none; }
dl,ul,dd,li,ol,div{margin:0;padding:0;}
/* Tools */
.hidden       { display: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 ================================================================================ */
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main { max-width:1366px; margin:0 auto; min-height:400px; text-align:left;margin-bottom:10px;padding:0 15px; }
.container {
	max-width:1366px;
    margin:0 auto;
    overflow:hidden;
	padding:0 15px;
}
.cms-home .container{
	max-width:1500px;
	padding:0;
}
.cms-home .main{max-width:100%;width:100%;padding:0;}
/* 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:#ff2886;}
.account-right-centont{width:764px;margin:0 auto;}

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px 'KarlaRegular'; 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.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #f3ab1a; background:#ffc952; padding:0 8px; font:11px/19px 'KarlaRegular'; text-align:center; white-space:nowrap; color:#000; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
button.btn-checkout span { height:40px; border:0; background:url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font: 16px/40px 'KarlaRegular'; color:#000; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.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;font-size:16px;}
.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 li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px;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; }
.cms-contact-us-html .form-list .input-box input{width:100%;}
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
.account-create .form-list .fields .input-box{margin-right:0;}
.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

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

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

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

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

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

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

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

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

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

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

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }
.buttons-set p.required { margin:0 0 10px; }
.my-account .back-link a{color:#d32c81;text-decoration:underline;}
.buttons-set 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; }


.customer-account-login .col1-layout .breadcrumbs li.home a::after{content:"Startseite";}
.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 span{display:inline-block;float:left;padding:0 5px;}
.breadcrumbs li a {
    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;
}
.breadcrumbs li:last-child a {
    font-weight: 700;
}
.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 {
    background: none repeat scroll 0 0 #7A7A7A;
    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 { width:100%; overflow:hidden; /*border-bottom:1px solid #ccc;*/ margin:0 0 10px; }
.page-title h1,
.page-title > h2 { margin:0; font-size:20px; color:#0a263c; }
.my-account .page-title h1,
.my-account .page-title > h2 {font-size:11px;font-family:'KarlaRegular';padding-bottom:6px;width:100%;color:#333;border-bottom:1px solid #eee;text-align:left;margin-bottom:5px;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons > h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

/* Pager */
.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:#ff2886;border-color:#ff2886;text-decoration:none;}
.sort-link a::after {
    background: #d4e0dc none repeat scroll 0 0;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 15%;
    width: 1px;
}
.sort-link a.on + a::after {
    display: none;
}
.sort-link a:first-child {
    border-bottom-left-radius: 10px;
    border-left: 1px solid #d4e0dc;
    border-top-left-radius: 10px;
}
.sort-link a:first-child::after {
    display: none;
}
.sort-link a:last-child {
    border-bottom-right-radius: 10px;
    border-right: 1px solid #d4e0dc;
    border-top-right-radius: 10px;
}
.sort-link a.on {
    background-color: #ff008a;
    border-color: #ff008a;
    color: #fff;
    font-weight: bold;
}
.sort-link a.on::after {
    display: none;
}
.sort-by > label {
    color: #000;
    font-size: 11px;
    font-weight: normal;
}
.sort-link a:nth-child(2) {
    padding: 0 22px 0 15px;
}
.sort-icon{position:absolute;right:125px;}
.toolbar-bottom	.pager .amount { display: inline-block; }
#customer-reviews .pager .amount {float:left;}
.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.selected{background-color:#ddd;color:#000;}
.pager .pages {display:inline-block;float:left; color:#fd9ed4;}
.pager .pages strong{font-family:'KarlaRegular';font-size:11px;color:#000;font-weight:normal;}
.pager .pages strong,.pager .limiter .tems-per{display:inline-block;line-height:22px;float:left;padding-right:5px;}
.pager .pages .current {color:#fff;background:#fd9ed4;padding: 6px 16px;border-radius: 26px;}
.toolbar-top .page-list,.toolbar-top .pre-next{float:right;display:none;}
/* Sorter */
.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; }
.sorter .link-feed {}

.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}
.category-products .toolbar .pager{border-top:none;}
/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { /*background:#f8f7f5 */ background:#fff;}
.data-table .even { background:#f8f8f8; }

.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: 2px solid #eee;
}
#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;
    vertical-align: middle;
}
}
#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;
	font-weight:bold;
}
.cart-left .cart-price .price{font-size:18px;color:#000;}
.cart-price .price{color:#FF7EA5;}
.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

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

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

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size: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 ol.ol { }
.std ul.disc { margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:none; }
.std ol { list-style:none; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

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

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

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

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

/* Noscript Notice */
.noscript {}

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

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container {  }
.header {text-align:right;}
.header-centont{
	width:100%;margin:0 auto;position:relative; z-index:2000;clear:both;
}
.wellcome-top{overflow:hidden;position:absolute;top:5px;right:15px;}
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:700px; padding:18px 0px 10px 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search {
	float: left;
    position: relative;
    width:100%;}
.header .freeship{
width:156px;
float: left;
padding-top: 32px;
margin-right: 20px;}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text {     
background: #FFFFFF;
    border: none;
    color: #999;
    float: left;
    height:48px;
	line-height:48px;
    padding: 0;
    text-indent: 10px;
    width:100%;
    border: 1px solid #e1e1e1;
    border-radius:8px;
}
.header .form-search input.focus{ border-color:#4d5152;}
.header .form-search button.ready{display:block!important;}
.header .form-search .search-icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -67px -118px;
    display: inline-block;
    left:0;
	position:absolute;
    height: 32px;
    width: 20px;
}
.header .form-search button.button {
    cursor: pointer;
	z-index: 2;
    position: absolute;
    right:-1px;
    top: 0px;
    border: solid 1px black;
    padding:7px 38px;
    background-color: black;
    border-radius: 6px;	
}
.header .form-search .search-icon2{ background-position: -114px -118px;}
.header .form-search button.button span {
	background: transparent url(../images/search.jpg) no-repeat;
	display:block;
	border:0;
	padding:0;
	width:33px;
	height:33px;
}
.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; }
.header .form-language { float:left;width:70px; padding:0px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:left; margin:0 0 6px;position:relative;}
.header .live-help{float:left;position:relative;z-index:4000;margin-left:10px;font-size:15px;}
.live-title{height:34px;line-height:34px;text-transform: capitalize;}
.header .live-help .live-ico:hover{text-decoration:none;}
.header .live-help:hover .live-box{display:block;}
.header .live-help .tag_c{float: left;background:url(../images/CHAT.png) 10px 0 no-repeat;height: 12px; margin: 11px 0 0;overflow: hidden;width:26px;background-size:14px;border-left:1px solid #fd9ed4;margin-right:5px;}
.cms-index-index .col-main .std{display:none;}
.cms-index-index .col-main .home-cart{overflow:hidden;}
.home-cart{font-family:'NunitoSans';}
.home-cart .new-title{text-align:center;background:url(../images/hxf_line.gif) center repeat-x;height:33px;line-height:30px;font-size:12px;}
.home-cart .new-title strong{background-color:#fff;font-size:12px;line-height:30px;}
.about_anas p{font-size:12px;color:#888;}
.home-cart .home-new-list{overflow:hidden;}
.home-cart .idx-cat{width:320px;float:left;}
.home-cart .idx-cat.center{margin:0 18px;}
.header .links li {    color: #555555;float: left; position:relative;}
.header .links a {
    color: #666;
    font-size: 12px;
    line-height:30px;
    margin:0 10px;}
.header .links a:hover{text-decoration:none;}
.header .links .last a{ padding-left:25px;
    display: block;
    height: 30px;
	color:#666;text-align:left; background:rgba(0, 0, 0, 0) url(../images/like-ico.png) no-repeat scroll 0 0;}
.header .links .first a{color:#ff008a;}	
.header .links .log-in--register {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -65px -85px;
    height: 30px;
    left: -10px;
    margin: 10px 0 0 -15px;
    position: absolute;
    width: 30px;
}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:12px; color:#ebbc58; }

/********** < Navigation */

#nav { width:984px; margin:0 auto; padding:5px 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { }
#nav li:hover a, #nav li.active a {color:#fff; background:url(../images/nav-hover.jpg) repeat-x;}
#nav a { float:left; padding:5px 12px 6px 8px; color:#fff; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#fff; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
#nav li:hover ul li a, #nav li.active ul li a{background:none;}
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */

.block .block-content {}
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#000; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {padding:6px 9px; text-align:right; }
.block .actions a { float:left; text-decoration:underline;}
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd {  }
.block li.even {  }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }

/* Mini Products List */
.block-related{}


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

/* Block: Account */
.block-account .block-title { padding:3px 0px; }
.block-account .block-title strong { font-size:13px; color:#000; }
.block-account .block-title { border:0 none;height:25px;background:url(../images/assess-tit.jpg) repeat-x left top;padding-left:16px;padding-top:8px;margin-bottom:0;}
.block-account .block-content { padding:7px 0px 7px; }
.block-account .block-content {padding:7px 10px;background:#fafafa; }
.block-account .block-content li a { display:block; border-bottom:1px solid #eee; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#f76793; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0;}
.block-account .block-content li.current strong{color:#000;font-size:16px;}
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 16px/21px 'NunitoSans'; 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-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }

.block-related .product {  }
.block-related .product .product-details{float:right; width:100px;}
.catalog-product-view .block-related .product .product-details{width:60px;}
#block-related  li{
	border-bottom: 1px dotted #CCCCCC;
    clear: both;
    overflow: hidden;
    padding: 5px 0;}
.block-related .product .product-details .price-box .old-price{display:none;}
.block-related .product .product-details .price-box .special-price .price-label{display:none;}
.block-related .product .product-details .price-box .special-price {padding:0;}

/* Block: Compare Products */
.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }



/* Block: 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: 'KarlaRegular';
	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 {position:relative; margin: 0 0 10px;
    padding: 0 0 10px;}
.products-grid.last { border-bottom:0; }

.products-grid li .product-image .buyit_now {display:none;background-color:#fff;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	width:244px;
	margin:0 1px;
    height: 50px;
    left:0;
    position: absolute;
    bottom:0;
    z-index: 3;
	text-align:center;
	line-height:50px;
	font-size:14px;
	color:#333;
}
.products-grid li:hover .product-image .buyit_now{
	display: block;
}
.products-grid li.last{margin-right:0;}
.products-grid .product-name {font-weight:normal; line-height:15px; height:30px; overflow:hidden;padding:0 5px;margin:5px 0 0;}
.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; }
.price-box .old-price .price-label, .price-box  .special-price .price-label{
   font-family:'KarlaRegular';
 color:#686767;text-transform:uppercase;}
.catalog-category-view .price-box .price-label,.catalogsearch-result-index .price-box .price-label{display:none;}
.price-box .old-price, .price-box  .special-price{display:inline;}

.cate-show {
    overflow: hidden;
    margin-top: 5px;
}
.cate-show .cate-small {
    float: left;
    width: 580px;
}
.cate-show .cate-small .small-item {
    float: left;
    margin-bottom: 5px;
    margin-right: 6px;
}
.cate-show .cate-big {
    float: right;
}
.col-main .wedding-show .cate-small{width:560px;}

.product-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 {line-height:1.2;    margin: 0 0 5px;  float: left;}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; float:left; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.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 { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }

/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#990000; }
.regular-price .price { font-weight:bold; font-size:13px; color:#990000; }
.block .regular-price,
.block .regular-price .price { color:#990000; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { white-space:nowrap; color:#999; }
.old-price .price {color:#A1A1A1; text-decoration:line-through;font-weight:normal; }

/* Special price */
.special-price .price {  font-weight:bold; color:#000;}
.products-grid .special-price .price{color:#333;}
/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

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

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

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

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

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0 5px; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

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

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

/* Add to Cart */
.add-to-cart label { float: left;margin-right: 8px;font-weight: bold;color: #333;font-size: 15px;padding-top: 6px;}
.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 { height:36px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll 60px -335px;}
.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: normal;
}
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;
}
.wrapper {
    min-width: 1100px;
}
.page {
}
.page-print {
    background: #fff none repeat scroll 0 0;
    padding: 25px 30px;
    text-align: left;
}
.page-empty {
    background: #fff none repeat scroll 0 0;
    padding: 20px;
    text-align: left;
}
.page-popup {
    background: #fff none repeat scroll 0 0;
    padding: 25px 30px;
    text-align: left;
}
.col-left {
    float: left;
    padding: 0 20px 1px 0;
    width: 220px;
}
.catalog-category-view .main .col-left, .catalogsearch-result-index .main .col-left {
    width: 0;
    height: 0;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    overflow: hidden;
}
.catalog-category-view .main.main-open .col-left, .catalogsearch-result-index .main.main-open .col-left {
    width: 220px;
    height: auto;
}
.col-right{
    float: right;
    padding: 10px 0 1px;
    width: 200px;
}
.col2-left-layout .col-main {
    float: right;
	width:calc(100% - 240px);
}
.catalog-category-view .main .col-main {
    width: 100%;
    float: none;
}
.catalog-category-view .main.main-open .col-main, .catalogsearch-result-index .main.main-open .col-main {
	float: right;
	width:calc(100% - 240px);
}
.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;
}
.account-login{
    float: left;
    width: 50%;
	padding:0 70px;
	box-sizing:border-box;
	}
.account-create{
	background-color: #fff;
	width: 50%;
    float: right;
	padding:0 70px;
	box-sizing:border-box;
	border-left:1px solid #ccc;
}
.forgotpassword {
    margin-left: 140px;
}
.forgotpassword a{text-decoration:underline;}
.forgotpassword:hover a{color:#FF7EA5;}
.col2-set .col-2.registered-users {
}
.new-account h1 {
    border-bottom: 1px solid #ddd;
    color: #4c5253;
    height: 30px;
    margin-left: 12px;
}
.account-login .buttons-set .sign-in span{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -661px -404px;}
.col2-set .col-2.registered-users .login-forgot li {
    overflow: hidden;
    padding-bottom: 8px;
}
.col2-set .col-2.registered-users .login-forgot button {
    background: rgba(0, 0, 0, 0) url("../images/login-in.gif") no-repeat scroll 0 0;
    height: 23px;
    width: 74px;
}
.col2-set .col-2.registered-users .login-forgot span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    text-indent: 999px;
}
.account-login .col2-set .col-2.registered-users{
	width:100%;
}
.account-login .col2-set .col-2{
	float:none;
	width:100%;
}

.account-login .col2-set .col-2.registered-users .form-list{
	float: none;
    overflow: hidden;
    width: 100%;
}
.account-create .sign-tit > h2 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}
.account-create .sign-tit span {
    color: #666;
}
.customer-account-forgotpassword .page-title h2.legend{
	font-size:24px;
    padding: 30px 0;
	border-bottom: 1px solid #e4e4e4;
	text-align:center;
}
.customer-account-forgotpassword .page-title{
	width:100%;
}
.customer-account-forgotpassword #form-validate{
	width:580px;
	display:block;
	margin:0 auto;
	text-align:center;
	clear:both;
	padding-top:20px;
}
.customer-account-forgotpassword #form-validate p{
	font-size: 14px;
    text-align: left;
	margin-bottom:20px;
}
 .customer-account-forgotpassword .form-list label, .customer-account-login .form-list label {
    font-size: 14px;
    text-align: left;
    display: block;
	position:relative;
	top:0;
	height:30px;
	line-height:30px;
	width:138px;
}
.customer-account-forgotpassword #form-validate .form-list label::after,.customer-account-login .form-list label::after{
	content: "*";
    position: absolute;
    color: #ff0000;
    top: 3px;
    margin-left: 5px;
}
.customer-account-login .form-list li,.customer-account-login .form-list .field{
	margin-bottom:20px;
}
.customer-account-login .form-list .fields{
	margin-bottom:0;
}
.customer-account-login .form-list .field{
	float:none;
	width:100%;
}
.customer-account-login .form-list .input-box{
	width:calc(100% - 138px);
	display:inline-block;
	float:left;
	clear:none;
}
.customer-account-login .form-list input.input-text, .customer-account-create .form-list input.input-text {
    border: 1px solid #eaeaea;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    width: 100%;
	box-sizing:border-box;
}
.customer-account-forgotpassword #form-validate p  em,.customer-account-login .form-list label  em,.customer-account-forgotpassword #form-validate .form-list label em{
	display:none;
}
.customer-account-forgotpassword #form-validate .form-list .input-box {
    clear:none;
    display: block;
    float: right;
    width: 440px;
}
.customer-account-forgotpassword #form-validate .form-list .input-box  input.input-text{
	width:425px;
	padding:5px;
}
.customer-account-forgotpassword #form-validate button.button span{
	font-size:20px;
	padding:6px 25px;
	border-radius:5px;
}
.col2-left-layout .col-main .my-account{
padding-left:20px;
margin-top:15px;
}
.add-to-cart-alt input{
	display:none;
}
.my-wishlist a.link-edit {
    display: block;
    text-align: left;
    font-size: 14px;
    padding: 15px 10px;
}
input, select, textarea, button {
    color: #2f2f2f;
    font: 15px/15px 'KarlaRegular';
    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:#fd9ed4;
    border: 1px solid #fd9ed4;
    color: #fff;
    display: block;
    font: 12px/19px 'KarlaRegular';
    height: 19px;
    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: #000;
    border: 0 none;
    height: 30px;
    padding:0;
	border-radius:16px;
}
.my-account button.button span span {
    background: #000;
    border: 0 none;
    color: #fff;
    font: normal 16px/30px 'KarlaRegular';
    height: 30px;
    padding: 0 40px;
}
button.btn-checkout span {
    background:#fd9ed4;
    border: 0 none;
    color: #fff;
    font: 700 18px/35px 'KarlaRegular';
    height: 36px;
    padding: 3px 5px;
}
button.btn-checkout span span {
    background-position: 100% 0;
    padding: 0 16px;text-transform:uppercase;
}
button.btn-checkout.no-checkout span {
    background-position: 0 100%;
    color: #b8baba;
}
button.btn-checkout.no-checkout span span {
    background-position: 100% 100%;
}
p.control input.checkbox, p.control input.radio {
    margin-right: 6px;
}

.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 li.control label {
    float: none;
    font-size: 14px;
    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 p.required {
    margin: 0 0 10px;
}
.buttons-set .back-link {
    margin: 0;
	clear:both;padding-top:20px;padding-left:10px;
}
.my-account .back-link a {
    color: #d32c81;
    text-decoration: underline;
}
.buttons-set button.button {
    float: right;
    margin-left: 5px;
}
.buttons-set-order {
    margin: 10px 0 0;
}
.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}
.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 {
}
p.required {
    color: #eb340a;
    font-size: 11px;
    text-align: right;
}
.v-fix {
    float: left;
}
.v-fix .validation-advice {
    display: block;
    margin-right: -12em;
    position: relative;
    width: 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;
}
.breadcrumbs {
    clear: both;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 20px 0;
}
.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 {
    display: inline-block;
    float: left;
    padding: 0;
    text-decoration: none;
	
}
.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 {
    background: #7a7a7a none repeat scroll 0 0;
    text-decoration: underline;
}
.breadcrumbs li.last a:hover i {
    background: transparent url("../images/b.png") no-repeat scroll -75px -651px;
}
.breadcrumbs .font01 {
    font-size: 14px;
    padding-left: 12px;
}

.page-title h1, .page-title > h2 {
    color: #0a263c;
    font-size: 20px;
    margin: 0;
}
.my-account .page-title h1, .my-account .page-title > h2 {
    border-bottom: 1px solid #eee;
    color: #333;
    font-family:'KarlaRegular';
    font-size: 20px;
    margin-bottom: 5px;
    padding-bottom: 6px;
    text-align: left;
    width: 100%;
	height:30px;
	line-height:30px;
}
.page-title .separator {
    margin: 0 3px;
}
.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}
.title-buttons {
    text-align: right;
}
.title-buttons h1, .title-buttons > h2, .title-buttons h3, .title-buttons h4, .title-buttons h5, .title-buttons h6 {
    float: left;
}
.subtitle, .sub-title {
    clear: both;
    color: #e25203;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 15px 0 0;
}
.limiter > label {
    color: #000;
    font-family:'KarlaRegular';
    font-size: 16px;
}
.sort-by > label {
    color: #000;
    font-size: 16px;
    font-weight: normal;
}
.pager {
    text-align: center;
}
.pager .amount {
    color: #666666;
    display: inline-block;
    float: left;
	padding-left:20px;
	box-sizing:border-box;
	font-size:15px;
	text-align:left;
	cursor:pointer;
	line-height:30px;
}
.toolbar-top .filter_by{
	float:left;text-transform:uppercase;font-weight:600;
	font-size:17px;line-height: 30px;
}
.toolbar-top .filter_by em{
	width: 20px;
    height: 20px;
    display: inline-block;
	vertical-align: sub;
	margin-right:3px;
    background: url(../images/change-filter.jpg) no-repeat scroll 0 3px;
}
#customer-reviews .pager .amount {
    float: left;
}
.pager .limiter {
    float:right;
}
.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.selected {
    background-color: #ddd;
    color: #000;
}
.pager .pages strong {
    color: #000;
    font-family:'KarlaRegular';
    font-weight: normal;
}
.pager .pages ol {
    display: inline-block;
}
.toolbar-bottom .pages li {
	display: inline-block;
    float: left;
	margin:0 5px;
}
.pager .pages a {
	display:block;
    padding: 6px 16px;
    border-radius: 26px;
    background: #f7f5f5;
}
.pager .pages strong, .pager .limiter .tems-per {
    display: inline-block;
    float: left;
    line-height: 22px;
    padding-right: 5px;
}
.category-name {
    font-size:17px;
    font-weight: bold;
	text-transform:uppercase;
	float:left;
	margin-left:20px;
	line-height:30px;
}
.sorter {font-size: 11px;padding: 3px 8px;}
.toolbar-bottom .sorter{display:none;}
.toolbar-top .pager{float:left;}
.toolbar-top .sorter{float:right;}
.sorter .view-mode {float: left;margin: 0;}
.sorter .sort-by {float: right;}
.sorter .sort-by label {vertical-align: middle;}
.sorter .sort-by select {
    margin: 0 0 1px;
    padding: 0;
    vertical-align: middle;
}
.toolbar {
    clear: both;
    padding-top: 0px;
    width:100%;
	cursor: pointer;
}
.toolbar .pager .sort-by {
    float: left;
	cursor:pointer;	
	position:relative;
}
.sort-by .sort_click{
	position:relative;
	display:inline-block;
	padding:0 5px;
}
.sort-by .sort_select{
	float: left;
    display: inline-block;
    border: 1px solid #dde0df;
    font-size: 15px;
    z-index: 1;
    border-radius: 18px;
    overflow: hidden;
}
.sort_select {
    background: #fff;
}
.sort-by .sort_select a{
	padding: 3px 11px;
    border-right: 2px solid #eaf0ee;
	display:inline-block;
	float:left;
}
.sort_select a:last-child {
    border-right: none;
}
.sort_select a.selected {
    background-color: #fd9ed4;
    color: #fff;
}
.category-products .view-img {
    display: inline-block;
    margin-left: 20px;
    float: left;
}
.category-products .view-img p {
    margin: 0;
    line-height: 28px;
}
.category-products .view-img p span {
    background: rgba(0, 0, 0, 0) url(../images/imgsmer.png) no-repeat scroll -0px -0px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background-size: 38px 17px;
    vertical-align: middle;
}
.category-products .view-img p.view_smaller span {
    background-position: 0 0;
}
.category-products .view-img p.view_larger span {
    background-position: -20px 0;
}
.toolbar-bottom .toolbar .pager .sort-by,.toolbar-bottom .toolbar .pager .amount,.toolbar-top .pages li,.toolbar-bottom li.top-current,.toolbar-bottom .view-img{
    display: none;
}
.toolbar-top {
	margin-bottom:10px;
}
.toolbar-top .pages li.top-current,.pages li.top-current a{display:inline-block;font-weight:700;font-size:15px;}
.top-current span{color:#000;padding-right:5px;}
.pre-next a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    padding: 0 10px;
}
.pre-next a.previous.no-page {
    color: #fd9ed4;
    
}
.pre-next a.previous{border-right: 1px solid #000;}
.pre-next a.previous span::before {
    content: "";
    border-bottom: 6px solid #fff;
    border-top: 6px solid #fff;
    border-right: 12px dashed #000;
    display: inline-block;
    height: 0;
    margin-right: 8px;
    vertical-align: top;
    width: 0;
    margin-top: 5px;
}
.pre-next a.no-page span::before{
	border-right: 12px dashed #fd9ed4;
}
.pre-next a.no-page,.pre-next a.previous.no-page span::before, .pre-next  a.next.no-page span::after {
    opacity: .5;
}
.pre-next a.next.no-page{color:#ff2886;}
.pre-next a.next span::after {
    content: "";
    border-bottom: 6px solid #fff;
    border-top: 6px solid #fff;
    border-left: 12px dashed #000;
    display: inline-block;
    height: 0;
    margin-left: 8px;
    vertical-align: top;
    width: 0;
    margin-top: 5px;
}
.pre-next a.no-page span::after{border-left: 12px dashed #fd9ed4;}
.toolbar-bottom .pager .pages{float:none;display:block;}
.catalog-category-view .main.main-open .col-left,.catalogsearch-result-index .main.main-open.col-left{
	width:220px;
	height:auto;
}

.category-products .toolbar .pager {
    border-top: medium none;
}
.data-table {
    border: 1px solid #bebcb7;
    width: 100%;
}
.data-table .odd {
    background: #fff none repeat scroll 0 0;border-bottom:1px dotted #ccc;
}
.data-table .even {
    background: #f8f8f8 none repeat scroll 0 0;
}
.data-table td.last, .data-table th.last {
}
.data-table tr.last th, .data-table tr.last td {
    border-bottom: 0 none !important;
}
.data-table th {
    font-weight: bold;
    padding: 3px 8px;
}
.data-table td {
    padding: 3px 8px;
}
.data-table thead th {
    border-right: 1px solid #ddd;
    color: #0a263c;
    font-weight: bold;
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
}
.data-table thead th.wrap {
    white-space: normal;
}
.data-table thead th a, .data-table thead th a:hover {
    color: #fff;
}
.data-table thead th {
    background: #eee none repeat scroll 0 0;
}
.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}
.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}
.data-table tfoot tr.first td {
    background: #eee none repeat scroll 0 0;
}
.data-table tfoot td {
    border-bottom: 0 none;
    border-right: 1px solid #d9dde3;
    padding-bottom: 1px;
    padding-top: 1px;
}
.data-table tfoot strong {
    font-size: 16px;
}
.data-table tbody th, .data-table tbody td {
    border-bottom: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
}
.data-table tbody.odd tr {
    background: #f8f7f5 none repeat scroll 0 0 !important;
}
.data-table tbody.even tr {
    background: #f6f6f6 none repeat scroll 0 0 !important;
}
.data-table tbody.odd tr td, .data-table tbody.even tr td {
    border-bottom: 0 none;
}
.data-table tbody.odd tr.border td, .data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}
.data-table tbody td .option-label {
    font-style: italic;
    font-weight: bold;
}
.data-table tbody td .option-value {
    padding-left: 10px;
}
.info-box {
    background: #fff url("../images/bkg_block-title.gif") repeat-x scroll 0 0;
    border: 1px solid #d0cbc1;
    margin: 0 0 15px;
    padding: 12px 15px;
}
.info-box > h2 {
    font-size: 13px;
    font-weight: bold;
}
.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}
.info-table td {
    padding: 2px 0;
}
tr.summary-total {
    cursor: pointer;
}
tr.summary-total td {
}
tr.summary-total .summary-collapse {
    background: rgba(0, 0, 0, 0) url("../images/bkg_collapse.gif") no-repeat scroll 0 5px;
    cursor: pointer;
    float: right;
    padding-left: 20px;
    text-align: right;
}
tr.show-details .summary-collapse {
    background-position: 0 -52px;
}
tr.show-details td {
}
tr.summary-details td {
    background-color: #dae1e4;
    color: #626465;
    font-size: 11px;
}
tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}
tr.summary-details-excluded {
    font-style: italic;
}
.cart-tax-info {
    display: block;
}
.cart-tax-info, .cart-tax-info .cart-price {
    padding-right: 20px;
}
.cart-tax-total {
    background: rgba(0, 0, 0, 0) url("../images/bkg_collapse.gif") no-repeat scroll 100% 5px;
    cursor: pointer;
    display: block;
    padding-right: 20px;
}
.cart-tax-info .price, .cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}
.cart-tax-total-expanded {
    background-position: 100% -52px;
}
.std .subtitle {
    padding: 0;
}
.std ol.ol {
}
.std ul.disc {
    margin: 0 0 10px;
}
.std dl dt {
    font-weight: bold;
}
.std dl dd {
    margin: 0 0 10px;
}
.std ul, .std ol, .std dl, .std p, .std address, .std blockquote {
    margin: 0 0 1em;
    padding: 0;
}
.std ul {
    list-style: outside none none;
}
.std ol {
    list-style: outside none none;
}
.std ul ul {
    list-style-type: circle;
}
.std ul ul, .std ol ol, .std ul ol, .std ol ul {
    margin: 0.5em 0;
}
.std dt {
    font-weight: bold;
}
.std dd {
    padding: 0 0 0 1.5em;
}
.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}
.std address {
    font-style: normal;
}
.std b, .std strong {
    font-weight: bold;
	font-size:16px;
}
.std i, .std em {
    font-style: italic;
}
.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: #dc6809 !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;
}
.my-account a:hover {
    color: #d32c81;
}
.cards-list dt {
    margin: 5px 0 0;
}
.cards-list .offset {
    padding: 2px 0 2px 20px;
}
.separator {
    margin: 0 3px;
}
.divider {
    background: rgba(0, 0, 0, 0) url("../images/bkg_divider1.gif") repeat-x scroll 0 50%;
    clear: both;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 10px 0;
    overflow: hidden;
    text-indent: -999em;
}
.global-site-notice {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffff90 none repeat scroll 0 0;
    border-color: #cfcfcf;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    color: #2f2f2f;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
}
.global-site-notice .notice-inner {
    background: rgba(0, 0, 0, 0) url("../images/i_notice.gif") no-repeat scroll 20px 25px;
    margin: 0 auto;
    padding: 12px 0 12px 80px;
    text-align: left;
    width: 860px;
}
.global-site-notice .notice-inner p {
    border: 1px dotted #cccc73;
    margin: 0;
    padding: 10px;
}
.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}
.notice-cookie {
}
.noscript {
}
.demo-notice {
    background: #d75f07 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    line-height: 1.15;
    margin: 0;
    padding: 6px 10px;
    text-align: center;
}
.demo-notice .notice-inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
    text-align: center;
    width: auto;
}
.demo-notice .notice-inner p {
    border: 0 none;
    padding: 0;
}
.logo {
    float: left;
}
.header-container {width:100%;margin:0 auto;position:relative;z-index:99999;background:#fff;}
.header-container.sticky-fixed {position: fixed;top: 0;}
.header {
    text-align: left;
}
.headerTop{
	background: #000;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
}
.direction-prev,.direction-next {
    background: url(../images/tag.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 15px 10px 15px 0px;
	float:left;
	display:none;
}
.direction-prev{
	    background-position: -139px -334px;
}
.direction-prev:hover{
	background-position: -139px -364px;
}
.direction-next{
	background-position:-169px -334px;
}
.direction-next:hover{
	background-position: -169px -364px;
}
.promotion-list{
	width:800px;
	font-size:13px;
	color:#fff;
	height:50px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
}
.promotion-list a{
	color:#fff;
}

.wellcome-top {
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 5px;
}
#search_mini_form {
    display: inline-block;
	width:30%;
}
.header-centont h1, #search_mini_form {
	float:left;
}
.header .logo strong {
    font-size: 0;
    height: 0;
    left: -999em;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    text-indent: -999em;
    top: -999em;
    width: 0;
}
.header h1.logo {
    margin: 0;
}
.header .quick-access {
    float: right;
    padding: 18px 0 10px;
    width: 700px;
}
.header .welcome-msg {
    color: #fff;
    margin: 0;
    text-align: right;
}
.header .welcome-msg a {
    color: #ebbc58;
}
.header .freeship {
    float: left;
    margin-right: 20px;
    padding-top: 32px;
    width: 156px;
}
.header .form-search label {
    float: left;
    height: 21px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 24px;
}

.header .form-search input.focus {
    border-color: #4d5152;
}
.header .form-search button.ready {
    display: block !important;
}
.header .form-search .search-icon {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -67px -118px;
    display: inline-block;
    height: 32px;
    left: 0;
    position: absolute;
    width: 20px;
}
.header .form-search .search-icon2 {
    background-position: -114px -118px;
}

.header .form-search .search-autocomplete {
    left: 0 !important;
    top: 56px !important;
    z-index: 999;
}
.header .form-search .search-autocomplete ul {
    background-color: #f9f5f0;
    border: 1px solid #333;
    height: 300px;
    overflow-y: scroll;
}
.header .form-search .search-autocomplete li {
    border-bottom: 1px solid #f4eee7;
    cursor: pointer;
    padding: 2px 8px 1px;
    text-align: left;
}
.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;
}
.header .form-language {
    float: left;
    padding: 0;
    text-align: right;
    width: 70px;
}
.header .form-language label {
    color: #a7c6dd;
    font-weight: bold;
    padding-right: 5px;
    vertical-align: middle;
}
.header .form-language select {
    padding: 0;
}
.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}
.header .live-help .live-ico:hover {
    text-decoration: none;
}
.header .live-ptit {
    color: #666;
    font-family:'KarlaRegular';
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}
.live-box .miss_line {
    background: rgba(0, 0, 0, 0) url("../images/miss_topdot.gif") repeat-x scroll left bottom;
    height: 10px;
    margin-bottom: 10px;
}
.cms-index-index .col-main .std {
    display: none;
}
.cms-index-index .col-main .home-cart {
    overflow: hidden;
}
.home-cart {
    font-family:'KarlaRegular';
}
.home-cart .new-title {
    background: rgba(0, 0, 0, 0) url("../images/hxf_line.gif") repeat-x scroll center center;
    font-size: 12px;
    height: 33px;
    line-height: 30px;
    text-align: center;
}
.home-cart .new-title strong {
    background-color: #fff;
    font-size: 12px;
    line-height: 30px;
}
.about_anas p {
    color: #888;
    font-size: 12px;
}
.home-cart .home-new-list {
    overflow: hidden;
}
.home-cart .idx-cat {
    float: left;
    width: 320px;
}
.home-cart .idx-cat.center {
    margin: 0 18px;
}
.header .links li {
    color: #555555;
    float: left;
}
.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}
.header-container .top-container a {
    color: #ebbc58;
    font-size: 12px;
}
.nav-container {
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1000;
	border-bottom:1px solid #000;
	
}
#nav {
    font-size: 13px;
    margin: 0 auto;
    padding: 5px 16px;
    width: 984px;
}
#nav li {
    position: relative;
    text-align: left;
}
#nav li.over {
    z-index: 998;
}
#nav a, #nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}
#nav span {
    cursor: pointer;
    display: block;
    white-space: nowrap;
}
#nav li ul span {
    white-space: normal;
}
#nav ul li.parent a {
    background: rgba(0, 0, 0, 0) url("../images/bkg_nav2.gif") no-repeat scroll 100% 100%;
}
#nav ul li.parent li a {
    background-image: none;
}
#nav li {
    float: left;
}
#nav li.active a {
}
#nav li:hover a, #nav li.active a {
    background: rgba(0, 0, 0, 0) url("../images/nav-hover.jpg") repeat-x scroll 0 0;
    color: #fff;
}
#nav a {
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 5px 12px 6px 8px;
}
#nav li.over a, #nav a:hover {
    color: #fff;
}
#nav ul li, #nav ul li.active {
    background: #ecf3f6 url("../images/bkg_nav1.gif") repeat-x scroll 0 100%;
    float: none;
    margin: 0;
    padding-bottom: 1px;
}
#nav li:hover ul li a, #nav li.active ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#nav ul li.last {
    background: #ecf3f6 none repeat scroll 0 0;
    padding-bottom: 0;
}
#nav ul a, #nav ul a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: none;
    padding: 0;
}
#nav ul li a {
    font-weight: normal !important;
}
#nav ul, #nav div {
    border: 1px solid #899ba5;
    left: -10000px;
    position: absolute;
    top: 27px;
    width: 15em;
}
#nav div ul {
    border: medium none;
    position: static;
    width: auto;
}
#nav ul ul, #nav ul div {
    top: 5px;
}
#nav ul li a {
    background: #ecf3f6 none repeat scroll 0 0;
}
#nav ul li a:hover {
    background: #d5e4eb none repeat scroll 0 0;
}
#nav ul li a, #nav ul li a:hover {
    color: #2f2f2f !important;
}
#nav ul span, #nav ul li.last li span {
    padding: 3px 15px 4px;
}
#nav li ul.shown-sub, #nav li div.shown-sub {
    left: 0;
    z-index: 999;
}
#nav li .shown-sub ul.shown-sub, #nav li .shown-sub li div.shown-sub {
    left: 100px;
}

.block .block-title strong {
    color: #000;
    display: block;
    font: bold 18px/18px 'KarlaRegular';
    text-transform: uppercase;
	position:relative;
}
.block-layered-nav .block-title strong em{
	font-style:normal;
	background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
	display:inline-block;
	float:right;
	padding:1px 3px;
	cursor:pointer;
}
.block .block-title strong span {
    font-weight: normal;
}
.block-account .block-title strong span {
    color: #000;
    font-size: 18px;
    font-weight: normal;
}
.block-compare .block-title strong span {
    font-size: 16px;
}
.block .block-title a {
    text-decoration: none !important;
}
.block .block-subtitle {
    color: #0a263c;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 5px 9px;
}
.block .block-content {
}
.block .block-content li.item {
    padding: 7px 9px;
}
.block .block-content .product-name {
    color: #000;
}
.block .btn-remove, .block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}
.block .actions {
    padding: 6px 9px;
    text-align: right;
}
.block .actions a {
    float: left;
    text-decoration: underline;
}
.block .actions button.button {
    float: right;
}
.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block-cart .block-title strong, .block-wishlist .block-title strong, .block-subscribe .block-title strong, .block-compare .block-title strong, .block-reorder .block-title strong, .block-poll .block-title strong, .block-viewed .block-title strong, .block-compared .block-title strong, .block-related .block-title strong, .block-tags .block-title strong, .block-login .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
}
.block-related {
}
.mini-products-list .product-image {
    display: block;
    float: left;
}
.mini-products-list .product-details {
}
.block-cart .mini-products-list .product-details .product-name, .block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}
.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}
.block-account .block-title {
    padding: 3px 0;
}
 .block-account .block-title strong{text-transform:none;}
.customer-account-index .block-account .block-content li a{font-size:16px; font-weight:none;color:#4c5253;}
.customer-account-index .block-account .block-content li a:hover{color:#FF7EA5;}
.block-account .block-title {
    background:none;
    border: 0 none;
    height: 25px;
    margin-bottom: 0;
    padding-left: 0px;
    padding-top: 25px;
	border-bottom:1px solid #bbb;
}
.block-account .block-content {
    padding: 7px 0;
}
.block-account .block-content {
    background: none;
    padding: 7px 10px;
}
.block-account .block-content li a {
    border-bottom: none;
    color: #5f5d5c;
    display: block;
    padding: 3px 0;
    text-decoration: none !important;
}
.block-account .block-content li.last a {
    border-bottom: 0 none;
}
.block-account .block-content li.current {
    border-bottom:none;
    padding: 3px 0;
}
.block-account .block-content li.current.last {
    border-bottom: 0 none;
}
.block-currency {
    background: rgba(0, 0, 0, 0) url("../images/bkg_block-currency.gif") no-repeat scroll 0 0;
    border: 0 none;
    height: 51px;
    padding: 7px 12px 10px;
}
.block-currency .block-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    margin: 0 0 5px;
    padding: 0;
}
.block-currency .block-title strong {
    background: rgba(0, 0, 0, 0) url("../images/i_block-currency.gif") no-repeat scroll 0 50%;
    color: #fff;
    font: bold 14px/21px 'KarlaRegular';
    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 {
    border-bottom: 2px solid #000;
    overflow: hidden;
    padding: 20px 0;
}
.block-layered-nav .block-subtitle {
    color: #333;
    font-weight: normal;
    line-height: 1.35;
    padding: 3px 0;
    text-transform: capitalize;
}
.block-layered-nav .block-content {
}
.block-layered-nav dt {
    cursor: pointer;
    font-family:'KarlaRegular';
    font-weight: bold;
    margin-bottom: 5px;
    padding: 10px 0;
    text-transform: uppercase;
	display:block;
}
.block-layered-nav .layer-shop .xijie-nav {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") repeat scroll -1px -716px;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px;
	float:right;
}
.block-layered-nav .layer-shop.on  .xijie-nav{background-position:-30px -716px;}

.block-layered-nav dd {
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
	overflow:hidden;
}
.block-layered-nav dd ol li {
    padding: 3px 0 0;
    position: relative;
}
.block-layered-nav dd ol li a {
    clear: both;
    color: #333;
    padding-left:0;
	font-size:14px;
}
.block-layered-nav dd ol li:hover {
    color: #fd9ed4;
}
.block-layered-nav dd ol li:hover a {
    color: #000;
    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:'KarlaRegular';
    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-title strong {
    background-image: url("../images/i_block-tags.gif");
}
.block-tags .block-content .tags-list {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    font-size: 12px;
}
.block-tags .block-content a {
    color: #1b2d3b;
}
.block-tags .actions {
    text-align: right;
}
.block-tags .actions a {
    float: none;
}
/* Block: Subscribe */
.block-subscribe .form-subscribe-header label{display:block;}
.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.block-subscribe form{
	display:inline-block;
	vertical-align:middle;
}
.form-subscribe-header {
    vertical-align: middle;
    font-size: 12px;
    color: #666;
    font-style: italic;
	display:block;
}

.block-subscribe .block-content {
    padding: 0;
}
.block-subscribe .block-title strong {
    background-image: url("../images/i_block-subscribe.gif");
}
.block-subscribe label {
    color: #333;
    font-weight: normal;
	font-size:20px;
	text-transform:uppercase;
}
.block-subscribe .actions {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin:0;
    padding: 0;
    text-align: left;
	height: 32px;
	position:relative;
}
.block-subscribe input.input-text {  
	border: 1px solid #fd9ed4;
    display: block;
    height: 20px;
    padding: 2px 5px;
    width: 138px;
	float:left;
	margin-right:8px;
	border-radius:8px;
}
.block-subscribe .actions button.button {   
	background: #fd9ed4;
    cursor: pointer;
    padding: 0 15px;
    height: 26px;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
	text-transform:capitalize;
	border-radius:8px;
}
.block-subscribe .actions button.button span {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    font-family:'KarlaRegular';
    font-size: 12px;
    font-weight: bold;
    height: auto;
    line-height: 24px;
    margin: 0;
    padding: 0 8px 0 0;
    text-align: right;
}
.block-reorder .block-title strong {
    background-image: url("../images/i_block-list.gif");
}
.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}
.block-reorder .product-name {
    margin-left: 20px;
}
.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}
.block-banner {
    border: 0 none;
}
.block-banner .block-content {
    padding: 0;
    text-align: center;
}
.block-login .block-title strong {
    background-image: url("../images/i_ma-info.gif");
}
.block-login .block-content {
    padding: 5px 10px;
}
.block-login label {
    color: #666;
    font-weight: bold;
}
.block-login input.input-text {
    display: block;
    margin: 3px 0;
    width: 167px;
}
.block-login .actions {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 3px 0 0;
    padding: 0;
}
.block-login .actions button.button span {
    background: #618499 none repeat scroll 0 0;
    border-color: #406a83;
}
.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:'KarlaRegular';
    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: #333;
    margin: 0;
}
.category-description.std {
    padding-bottom: 20px;
}
.products-grid {
    margin: 0 0 10px;
    padding: 0 0 10px;
    position: relative;
}
.products-grid.last {
    border-bottom: 0 none;
}
.products-grid li.item {
    display: block;
    float: left;
    margin: 0 0 10px 0;
    position: relative;
    width:25%;
	padding:0 7px;
	box-sizing:border-box;
}
.products-grid.larger-img li.item {
    width: 33.333%;
}
.products-grid li.item img{
	width:100%;
}
.products-grid li.item img:hover{
	box-shadow:0 0 15px rgba(0,0,0,0.2);
}
.products-grid li .product-image .buyit_now {
    background-color: #fff;
    bottom: 0;
    color: #333;
    display: none;
    font-size: 14px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: 0 1px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 244px;
    z-index: 3;
}
.products-grid li:hover .product-image .buyit_now {
    display: block;
}
.products-grid .product-image {
    position: relative;
}
.products-grid .product-name a {
    clear: both;
    display: block;
	font-size:14px;
}
.category-products .products-grid .item:hover .product-name a{
	color: #000;
    text-decoration: none;
}
.products-grid .price-box {
    margin: 0;
    padding: 5px 5px 0;
    overflow: hidden;
    display: inline-block;
}
.products-grid .price-box .special-price,.products-grid .price-box .old-price {
    display:block;
    margin: 0;
    padding: 0;
}
.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 -7px 0;
	z-index:10;
}
.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 {
    margin-top: 5px;
    overflow: hidden;
}
.cate-show .cate-small {
    float: left;
    width: 580px;
}
.cate-show .cate-small .small-item {
    float: left;
    margin-bottom: 5px;
    margin-right: 6px;
}
.cate-show .cate-big {
    float: right;
}
.col-main .wedding-show .cate-small {
    width: 560px;
}
.product-ads-subnav a {
    background: #6d5959 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    width: 187px;
}
.product-ads-subnav a:hover {
    background: #927676 none repeat scroll 0 0;
    text-decoration: none;
}
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}
.products-list li.item.last {
    border-bottom: 0 none;
}
.products-list .product-image {
    float: left;
    height: 135px;
    margin: 0 0 10px;
    width: 135px;
}
.products-list .product-shop {
    margin-left: 150px;
}
.products-list .product-name {
    color: #203548;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
}
.products-list .product-name a {
    color: #203548;
}
.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}
.products-list .availability {
    float: left;
    margin: 3px 0 0;
}
.products-list .desc {
    clear: both;
    line-height: 1.35;
    margin: 0 0 15px;
    padding: 6px 0 0;
}
.products-list .desc .link-learn {
    font-size: 11px;
}
.products-list .add-to-links {
    clear: both;
}
.products-list .add-to-links li {
    display: inline;
}
.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}
.no-rating {
    margin: 0;
}
.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}
.ratings .rating-links {
    float: left;
    margin: 0;
}
.ratings .rating-links .separator {
    margin: 0 2px;
}
.ratings dt {
}
.ratings dd {
}
.rating-box {
    background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 0;
    font-size: 0;
    height: 17px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 100px;
}
.rating-box .rating, .ratings .rating-box.no-rating {
    background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 -199px;
    float: left;
    height: 17px;
}
.ratings .rating-box {
    float: left;
    margin-right: 3px;
}
.ratings .amount {
    float: left;
}
.ratings-table th, .ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}
.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}
.products-grid .ratings {
    clear: both;
    float: none;
    padding-bottom:6px;
	/*border-bottom:1px solid #eee;*/
}
.availability {
    margin: 0;
}
.availability span {
    font-weight: bold;
}
.availability.in-stock span {
}
.availability.out-of-stock span {
    color: #d83820;
}
.availability-only {
    background: rgba(0, 0, 0, 0) url("../images/i_availability_only.gif") no-repeat scroll 0 50%;
    line-height: 16px;
    margin: 10px 0 7px;
    padding-left: 15px;
}
.availability-only span, .availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}
.availability-only a {
    background: rgba(0, 0, 0, 0) url("../images/i_availability_only_arrow.gif") no-repeat scroll 100% 0;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}
.availability-only .expanded {
    background-position: 100% -15px;
}
.availability-only strong {
    color: #be2c00;
}
.availability-only-details {
    margin: 0 0 7px;
}
.availability-only-details th {
    background: #d2d6d9 none repeat scroll 0 0;
    font-size: 10px;
    padding: 0 8px;
}
.availability-only-details td {
    background: #ebf0f3 none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}
.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}
.product-view .product-shop .availability {
    font-size: 11px;
}
.product-view .product-shop .availability span {
    font-weight: normal;
}
.email-friend {
    margin: 0;
}
.alert-price {
    font-size: 11px;
    margin: 0;
}
.alert-stock {
    font-size: 11px;
    margin: 0;
}
.price {
    white-space: nowrap !important;
}
.price-box {
    margin: 5px 0;
}

.regular-price {
    color: #990000;
}
.regular-price .price {
    color: #990000;
    font-size: 13px;
    font-weight: bold;
}
.block .regular-price, .block .regular-price .price {
    color: #990000;
}
.old-price {
    margin: 0;
}
.old-price .price-label {
    color: #999;
    white-space: nowrap;
}
.old-price .price {
    color: #a1a1a1;
    font-weight: normal;
    text-decoration: line-through;
}
.special-price {
    margin: 0;
}
.special-price .price-label {
    color: #cd5033;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.products-grid .special-price .price {
    color: #000;
	font-size:16px;
}
.minimal-price {
    margin: 0;
}
.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.minimal-price-link {
    display: block;
}
.minimal-price-link .label {
    color: #1e7ec8;
}
.minimal-price-link .price {
    color: #1e7ec8;
    font-weight: normal;
}
.price-excluding-tax {
    color: #999;
    display: block;
}
.price-excluding-tax .label {
    color: #999;
    white-space: nowrap;
}
.price-excluding-tax .price {
    color: #c76200;
    font-size: 13px;
    font-weight: normal;
}
.price-including-tax {
    color: #999;
    display: block;
}
.price-including-tax .label {
    color: #999;
    white-space: nowrap;
}
.price-including-tax .price {
    color: #c76200;
    font-size: 13px;
    font-weight: bold;
}
.configured-price {
    margin: 0;
}
.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.configured-price .price {
    font-weight: bold;
}
.weee {
    color: #444;
    display: block;
    font-size: 11px;
}
.weee .price {
    font-size: 11px;
    font-weight: normal;
}
.price-excl-tax {
    display: block;
}
.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-excl-tax .price {
    display: block;
}
.price-incl-tax {
    display: block;
}
.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}
.price-incl-tax .price {
    display: block;
    font-weight: bold;
}
.price-from {
    margin: 0;
}
.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.price-to {
    margin: 0;
}
.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.price-notice {
    color: #999;
    padding-left: 10px;
}
.price-notice .price {
    color: #2f2f2f;
    font-weight: bold;
}
.price-as-configured {
    margin: 0;
}
.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}
.price-box-bundle {
    padding: 0 0 10px;
}
.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}
.price-box-bundle .price {
    color: #555;
}
.product-pricing, .tier-prices {
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
    margin: 10px 0 5px;
    padding: 10px;
}
.tier-prices li {
    background: rgba(0, 0, 0, 0) url("../images/i_tier.gif") no-repeat scroll 0 3px;
    line-height: 1.4;
    padding: 2px 0 2px 10px;
}
.tier-prices .benefit {
    color: #2f2f2f;
    font-style: italic;
    font-weight: bold;
}
.tier-prices .price {
    color: #2f2f2f;
    font-weight: bold;
}
.tier-prices-grouped li {
    color: #e26703;
    padding: 2px 0;
}
.tier-prices-grouped li .price {
    font-weight: bold;
}
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}
.add-to-links .separator {
    display: none;
}
.add-to-cart 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;}
/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; width:80%;}
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-view { clear:both; margin-top:10px;}
.product-essential {padding-bottom:5px;}
.product-essential > h2 { font:bold 13px/1.35 'KarlaRegular'; }

.product-collateral {padding:0; clear:both;}
.product-collateral .main-right{/*width:1030px;float:left;padding-right:10px;*/}
.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 0 20px; }

/* Product Images */
.product-view .product-img-box { float: left; position: relative;width: 570px;}
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom {    
	position: relative;
    width: calc(100% - 90px);
    overflow: hidden;
    float: right;
}
.product-view .product-img-box .product-image-zoom img {cursor:move;width:100%; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views > h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul {position:absolute;z-index:90;height:480px;margin-top:17px;}
.product-view .product-img-box .more-views li { float:left; margin:0 0 5px 0px; position:relative;padding-right:6px;}
.product-view .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 #fd9ed4;
    right: -2px;
    top: 40px;} 
.product-view .product-img-box .more-views li a {width:62px;height:85px;padding:2px;border:1px solid #e3e3e3;display:block;float:left;overflow:hidden;}
.product-view .product-img-box .more-views li a:hover{ border:1px solid #fd9ed4;}
.product-view .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-view .product-img-box .more-views li.active a {
    background: #fd9ed4 none repeat scroll 0 0;
    border: 0 none;padding:3px;
}
/* Product Shop */
.product-view .product-shop { float:right; width:calc(100% - 620px); }
.pls{position:absolute; top:99999px; left:999999px;}
.col1-layout .product-view .product-shop .timelist .price_date {background: url("../images/time_btn.gif") no-repeat scroll 0 0 transparent;float: left;height: 32px;margin: 0 0 10px;width: 250px;}
.col1-layout .product-view .product-shop .timelist .price_date .saveoff{float:left; display:inline; line-height:32px; padding: 0 0 0 50px; color: #ffffff;}
.col1-layout .product-view .product-shop .timelist .offsave {color: #ffffff;float: left;font-size: 11px;line-height: 30px;padding: 0 5px;text-align: left;line-height:32px; display:inline;padding: 0 0 0 30px;}
.col1-layout .product-view .product-shop .timelist .left{float:left; padding:0 0 0 10px; color:#fff; line-height:32px;}
.col1-layout .product-view .product-shop .price-box .special-price{margin-right:12px;float:left;display:inline-block;}
.col1-layout .product-view .product-shop .price-box .special-price .price{font-size:24px;}
.col1-layout .product-view .product-shop .price-box .old-price{float:left;display:inline-block;margin-top:2px;font-size:14px;}
.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 span { margin:0; font:400 23px/23px 'KarlaRegular'; padding:0;}
.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 .prod-price-pos .price-box {float: left;font-size:12px;border-bottom:0 none;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options {position:relative;clear:both;}
.product-options dt { padding:5px 0 0; font-weight:normal;/*width:55px;*/clear:both;height:20px;
}
.product-options dt label {font: 600 16px/20px 'KarlaRegular';}
.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 { padding:8px 0px 0;display:inline-block; width:100%;position:relative;float:left;}
.product-options dd.last{float:none;}
.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:280px; height:36px;resize:none;padding-left:10px;box-sizing:border-box; }
.product-options dd select{ width:280px;height:36px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll 260px -335px;padding-left:10px;}
.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; }

.category-shawls-wraps-online #product-options-wrapper dt ,.category-shawls-wraps-sale #product-options-wrapper dt{
    width: 150px;
	display:inline-block;
	float:left;
	line-height:40px;
}
.category-shawls-wraps-online #product-options-wrapper dt:nth-child(1),.category-shawls-wraps-sale #product-options-wrapper dt:nth-child(1){
	line-height:20px;
}
.category-shawls-wraps-online #product-options-wrapper dd ,.category-shawls-wraps-sale #product-options-wrapper dd{
    width: 450px;
	padding-top:12px;
}
.category-shawls-wraps-online #product-options-wrapper dd input.input-text,.category-shawls-wraps-sale #product-options-wrapper dd input.input-text {
    height: 33px;
    padding-left: 10px;
	width:280px;
	box-sizing:border-box;
}
.category-shawls-wraps-online #product-options-wrapper dd:nth-child(2),.category-shawls-wraps-sale #product-options-wrapper dd:nth-child(2) {
    width: 700px;
}
.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-bottom:15px;margin-top:20px;}
.product-shop .product-options-bottom { margin:0; }
.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; }
.add-to-cart .qty-wrapper .goods_num_box {
    background: #f8f8f8;
    padding: 3px 5px;
	width:auto;
	display:inline-block;
}
.add-to-cart .qty-wrapper a.fl {
    background: #f8f8f8;
    width: 24px;
    height: 24px;
    text-align: center;
    display: block;
    line-height: 24px;
    cursor: pointer;
    color: #666;
}
.add-to-cart .qty-wrapper #goods_num {
    float: left;
    width: 50px!important;
    height: 25px;
    text-align: center;
    border: none;
    background: #f8f8f8;
    font-size: 16px;
}
.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 {}

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

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px;margin-left:0!important;}
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* 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; }
/* ======================================================================================= */
/* 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:'KarlaRegular';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{margin-top:20px;margin-bottom:40px;}
.cart-left {
    width:100%;
}
.cart .page-title {
    margin: 25px 0;
    width: 100%;
}
.cart .page-title .icon-shippingbag {
    width: 25px;
    height: 30px;
    display: inline-block;
    float: left;
    background: rgba(0, 0, 0, 0) url(../images/top-cart-hover.png) no-repeat scroll 0px 2px/60px auto;
}
.cart .page-title h1 {
    font-size: 23px;
    text-transform: capitalize;
    text-align: left;
    display: inline-block;
    float: left;
    padding: 4px 0 0 6px;
}
.order-summary{    
	height: 40px;
    line-height: 40px;
    font-size: 23px;
    text-align: left;
    border-bottom: 2px solid #eee;
    margin-top: 20px;
    margin-bottom: 20px;}
.continue-shop {
    margin-top: 6px;
}
.continue-shop em {
    background: rgba(0, 0, 0, 0) url(../images/shop-bag.png) no-repeat scroll 0 2px;
    display: inline-block;
    height: 20px;
    width: 20px;
}
.continue-shop button.button {
    font-size: 15px;
    color: #b5b5b5;
}
.cart #shopping-cart-table thead {
    border-bottom: 2px solid #eee;
}
.cart #shopping-cart-table thead  th{   
	padding: 10px 0;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    width: 15.5%;
    text-align: center;
	box-sizing:border-box;
}
.cart #shopping-cart-table thead th.t-item{
		width:38%;
}
.cart #shopping-cart-table tbody tr {
    border-bottom: 1px dashed #ccc;
    background: #fcfcfc;
}
.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;}
.coupon-set{width:384px;float:right;}
.qty-wrapper a.fl {color: #000;cursor: pointer;display: inline-block;height: 24px;text-align: center;width:30px;font-size:24px;float:left;font-family:Microsoft YaHei;}
.qty-wrapper .qty.goods_num {height: 25px;width:50px!important;font-size:18px;padding:0;border:0;float:left;font-family:'KarlaRegular';color:#000;}
.goods_num_box{margin: 0 auto;width: 110px;}
#shopping-cart-totals-table > tbody tr td:nth-child(2){color:#ff0000;font-size:20px;}
.cart .cart-discount {
    width: 70%;
    background: #fd9ed4;
    color: #fff;
    border: 1px solid #fd9ed4;
    border-radius: 5px;
    position: relative;
	margin:7px auto 0;
	display:none;
}
.cart .cart-base {
    padding-top: 10px;
}
.cart .cart-discount i {
    position: absolute;
    left: 43%;
    top: -7px;
    width: 13px;
    height: 8px;
    background: url(../images/social_arrow2.png) no-repeat;
    display: block;
    font-size: 1px;
    transform: rotate(180deg);
}
.cart .cart-base a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
}
.cart .cart-base a i {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    float: left;
}
.cart .cart-base .edit-cart i {
    background: url(../images/edit.png)no-repeat 0 0;
}
.cart .cart-base .favorite {
    display: inline-block;
}
.cart .cart-base .favorite .favorite-icon {
    background: rgba(0, 0, 0, 0) url(../images/bgwidget.png) no-repeat scroll 1px 2px/340px auto;
    float: left;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    opacity: 0.6;
}
.cart .cart-base .btn-remove {
    width: auto;
    background: none;
    height: auto;
    line-height: inherit;
    overflow: inherit;
    float: none;
    margin: 0;
}
.cart .cart-base .delete-btn i {
    background: url(../images/delete.png)no-repeat 0 0;
}
.cart-right .totals{float:right;width:320px;}

.cart-right .totals button.btn-checkout span{padding:3px 0;font-weight:normal;width:100%;border-radius:28px;}
.cart-right .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;}
.header-right .block-content dd.user-panel .messages{display:none;}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; margin-top:10px}
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:30px 10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#fff ; background:#fff ;color:#333;font-size:13px;font-family:'KarlaRegular';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 'KarlaRegular'; 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 #FF7EA5;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 table {
    width: 100%;
}
.cart .totals td {
	padding: 10px 0px;
    font-size: 18px;
    width: 50%;
    text-align: left!important;}
#shopping-cart-totals-table > tbody tr td:nth-child(2) {
    color: #fd9ed4;
    text-align: right!important;
}
#shopping-cart-totals-table > tbody tr th{padding-top:10px;}
.cart .totals td .price {font-weight:bold;}
.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: #FF7EA5;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 tr{float:none;}
#shopping-cart-totals-table tr {
    float: right;
}
.tips-coupon {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    text-align: left;
    margin-top: 10px;
}
.tips-coupon i {
    width: 30px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/tips-coupon.png)no-repeat 0px 3px;
}
.cart-right .totals button.btn-checkout {
    width: 100%;
}
/* 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 .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; }
.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 'KarlaRegular'; color:#999; }
.opc .step-title > h2 { float:left; margin:0; font:bold 13px/16px 'KarlaRegular'; 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-login .content .login-tit{border-bottom:1px #e33d91 solid;height:20px;text-align:right;}
.account-login .content .login-tit > h2 {  color: #242424;
    display: block;
    font-size: 18px;
    padding: 0 0 10px;
    text-align: left;
    text-transform: capitalize;}
.account-login .registered-users .login-tit > h2 {font-family:arial;font-size:18px;font-weight:normal;color:#ee208b;height:24px;line-height:24px; }
.account-login .registered-users .login-tit > h2 span{color:#fff;background-color:#e33d91;padding-top:3px;padding-bottom:3px;padding-left:3px;padding-right:1px;}
.account-login .registered-users .login-tit img{margin-top:-30px;float:right;_position:absolute;_margin-left:-55px;_margin-top:13px;}
.account-login .buttons-set {   margin: 0;padding-bottom:20px;
    text-align: right;border:none;}
.account-login .buttons-set button,.account-create .buttons-set button{    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;}
.account-login .buttons-set button span,.account-create .buttons-set button span{   ;
    color: #FFFFFF;
    display: block;
    font: bold 14px/30px tahoma;
    height: 30px;
    text-align: center;
    white-space: nowrap;border:none;}
.account-login .buttons-set button span span,.account-create .buttons-set button span span{
    border:none;
}
.account-login .buttons-set .sign-in button{background:#fd9ed4;border-radius:16px;width:190px;}
.account-login .buttons-set .sign-in span{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -636px -404px;padding:0 0 0 13px;}
.account-login .buttons-set .sign-in span span{background:none;padding:0 0 0 12px}
.account-create .buttons-set  button{background:#fd9ed4;border-radius:16px;width:190px;}
.account-create .buttons-set  span{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -636px -440px;padding:0 0 0 13px;}
.account-create .buttons-set  span span{background:none;padding:0 0 0 12px}
.account-title {
    font: italic 24px/50px 'KarlaRegular';
}
.new-account {
    display: none;
}

/* 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 Arial, Helvetica, sans-serif; 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:#000; }
.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:14px; font-weight:normal; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head > h2 { background-image:url(../images/i_folder-table.gif); padding-left:25px;}

/* Block: Account Information */
.dashboard .box-info .box-head > h2 { }
.dashboard .box-info h4 { font-size:14px; font-weight:normal; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head > h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head > h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list > h2 { font-weight:bold; font-size:13px; color:#d32c81; text-transform:uppercase; }
.addresses-list h3 { font-weight:normal; font-size:13px;color:#000; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { color:#000;text-decoration:underline; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal;color:#000; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.sales-view { background:#f7f7f7; border:1px solid #e4e4e4; padding:12px 15px; margin:0 0 8px;font-size:13px; }
.sales-view .page-title{width:100%;float:none;}
.sales-view .page-title h1{font-size:13px;text-decoration:underline;}
.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:47%;height:140px; }
.order-info-box > h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items > h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print > h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print > h2.> h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .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; }
/* ======================================================================================= */


/* 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 .old-price-list .price-label, .price-box-list .special-price-list .price-label{display:none;}
.price-box-list .old-price-list .price{text-decoration:line-through;}
.price-box-list .old-price-list, .price-box-list .special-price-list{display:inline-block;float:left;}
.price-box-list .special-price-list .price{ color:#000; font-weight:bold;}
.home-new-list .price-box-list .price{padding:0 5px;color:#dc226c;line-height:20px;font-weight:normal;}
.header-link{
   width: 100%;
   height:30px;
   background-color:#f7f7f7;
   border-bottom:1px solid #e4e4e4;
	}
.header-left{display:inline-block;float:left;width:30%;}
.header-right{display:inline-block;float:right;}
.header-right .top-links,.header-right .favorites_heart{
	float:left;
	display:inline-block;
	position:relative;
}
.header-right .favorites_heart{margin-left:20px;}
.header-right .top-links{padding:0;}
.header-right .top-links span,.header-right .favorites_heart span{
    width:34px;
	height:32px;
	float:left;
	display: inline-block;
    margin-right:20px;
}
.header-right .top-links span{margin-right:5px;}
.header-right .favorites_heart span{
	background:url(../images/heart.jpg) no-repeat;
    background-size: 34px 32px;
}
.header-right .top-links span{
	background:url(../images/user-icon.jpg) no-repeat;
    background-size: 34px 35px;
}
.header-centont .header-center {
	height:40px;
	position:relative;
	float:left;
}
.top-links .user_inner a{
	display:inline-block;
	padding:0 3px;
	float:left;
	height: 16px;
    line-height: 16px;
}
.top-links .user_nickname{
	float:left;
}
.top-links .user_inner > a.sign{
	border-right:1px solid #333;
}
.top-links .user_inner > a.name {
    width: 54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
    text-align: center;
	color:#999;
}
.top-links .user_nickname p{
	margin: 0 7px;
}
.top-links .user_nickname p a{
	text-align:left;
    color: #000;
    display:block;
	font-weight:700;
	font-size:14px;
}
.top-links .user_inner {
	font-size: 20px;
    overflow: hidden;
	padding:9px 0;
	letter-spacing:.8px;
}
.favorites_heart a{
	font-size:15px;
    display: inline-block;
    line-height: 16px;
}
.header-top{width:100%;margin:0 auto;} 
.header-top-content{margin: 0 auto;padding: 1% 0;max-width: 1500px;} 
.top-currency{float:left;text-align:center;position:relative;z-index:3000;}
.currency-select span {
    float: left;
	display:inline-block;
    width: calc(100% - 60px);
    text-align: left;
    font-size: 18px;
}
.top-currency dt{
	cursor: pointer;
    float: left;
    height: 34px;
	line-height:34px;
	width:68px;
	position:relative;
}
.currency-icon{
	position: absolute;
    top: 5px;
    left: 8px;
    z-index: 10;
    width: 21px;
    height: 23px;
    background: url(../images/a_sprite_l_1.png) no-repeat;
    display: block;
    background-size: 210px;
	display:none;
}
.icon-USD,.icon-AUD,.icon-CAD {
    background-position: -130px -41px;
}
.icon-GBP{
	background-position: -164px -41px;
}
.icon-EUR{
	background-position: -147px -41px;
}
.top-currency .more-icon{
    background: rgba(0, 0, 0, 0) url(../images/tag.png) no-repeat scroll -37px 6px;
    position: absolute;
    top: 9px;
    right: 11px;
    z-index: 10;
    width: 15px;
    height: 15px;
	opacity:0.4;
}
.top-currency:hover .more-icon{transform: rotate(180deg);}

.top-currency  dd,.top-language dd,.live-help .live-box{
    background-color: #fff;
    display: none;
    right: 0px;
    position: absolute;
    top: 34px;
    width:120px;
    -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);	
}
.live-help .live-box{
	left:auto;right:0;
	width:165px;
}
.top-currency  dd ul li,.live-help .live-box li{
	float:none;
	text-align:left;
}
.currency-duo span{padding-left:6px;}
.top-currency dl:hover dd,.top-language dl:hover dd{display:block;}
.currency-duo ul a,.top-language dd a,.live-help .live-box a{
	padding: 5px 20px;
    margin: 0;
    line-height: 25px;
    width: 100%;
    position: relative;
    display: inline-block;
    font-size: 15px;
    box-sizing: border-box;
	color:#666;
	text-align:left;
}

.currency-duo  ul  a:hover,.top-language dd a:hover,.live-help .live-box a:hover{background:#f7f7f7;}
.top-currency .block-content:hover .more-icon{transform: rotate(180deg);}
.top-language dt{    width: 120px;
    height: 34px;
    cursor: pointer;
    font-size: 15px;
    text-align: left;
    line-height: 34px;
	position:relaitve;
	}


.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:left;
	position:relative;
	border-bottom:0;
}

.mini-cart .tag_c{
	background: rgba(0, 0, 0, 0) url(../images/shopping-bag.jpg) no-repeat ;
    height:35px;
    width:34px;
    margin: 0 auto;
    display:inline-block;
	margin-right:20px;
	background-size:34px 35px;
}
.mini-cart .hidden-cart {
	display: none;
	position: absolute;
	right: -1px;
	top: 38px;
	width:296px;
	text-align: left;
	background: #fff;
	z-index: 100;
    border:1px solid #ddd;
}
.mini-cart  .cart-link {
    display: inline-block;
}
.header-right .top-wishlist .wishlist_name{position:relative;}
.mini-cart .cart_num_total,.header-right .top-wishlist  .wishlist-num {
position: absolute;
    top: 13px;
    right:26px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 15px;
}
.header-right .top-wishlist  .wishlist-num{
font-style: normal;
    top: 5px;
    right: 15px;}
.mini-cart .cart_car {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -150px -70px;
    left: 2px;
    padding: 18px;
    position: relative;
    top: -5px;
}
.mini-cart .head-title{padding-left:40px; line-height: 15px; color:#000;text-align:left;}
.head-title .header-shop{font-family:Georgia;font-size:12PX;color:#2f2f2f; font-weight:bold;}
.mini-cart .cart-links{
    display: block;
    position: relative;
    text-align: center;
    z-index: 81;
    font-size: 15px;
    height: 34px;
	line-height:34px;
}
.direction-nav li a ,.idx-prod .lof-previous46,.idx-prod .lof-next46,.idx-prod-home2 .lof-previous46,.idx-prod-home2 .lof-next46,.idx-prod-home3 .lof-previous46,.idx-prod-home3 .lof-next46,.user-gallery-viewport .user-photos-next, .user-gallery-viewport .user-photos-prev,.product-view .top-best .lof-previous46, .product-view .top-best .lof-next46 ,.slider-btn{
    background-image: url(../images/bg_direction_nav.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 90px;
    margin: -45px 0 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 40px;
    z-index: 10;
}
.direction-nav li .prev {
    left: 10px;
    background-position: 0 0;
}
.direction-nav li .next {
    right: 10px;
    background-position: -53px 0;
}
.snow{   
	display: block;
    margin: 0 auto;
    max-width: 1500px;
    position: relative;}
#banner,.bannerList li{
	position:relative;
}
.SnumList {
    width:100%;
    position:absolute;
	text-align:right;
	bottom:15px;
}
.SnumList .SinumList{
	padding-right:50px;
}
.SnumList li {
    display:inline-block;
    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;
}
.banner-menu a {
    color: #fff;
    font-size: 32px;
    font-family: microsoft yahei;
	float:right;
	display:inline-block;
	margin-left:75px;
	line-height:30px;
}
.banner-menu .menu-list{
	margin-bottom:30px;
	overflow:hidden;
}
.banner-menu a em{
	width:28px;
	height:28px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	background:url(../images/small-icon.png)no-repeat scroll 0 0;
	float:left;
}
.head-title a:hover{text-decoration:none;}
.hidden-cart .cart-outer{float:left;}
.mini-cart .hidden-cart .cart-inner {padding: 20px;float:left;overflow:hidden;}
.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;height: 30px;margin-bottom:12px;text-align:center;}
.mini-cart .hidden-cart .cart-inner .no-cart-button,.top-links .logout-account {background:#fd9ed4;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;}
.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:#fd9ed4;color:#fff;display:block;width:256px;height:30px;line-height:30px;text-align:center;padding:0;margin-top:10px;}
.mini-cart .checkout-btn span{font-size:16px;color:#fff;font-weight:bold;}
.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:33px;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 Georgia; color:#c4010a;}
.bmproducts-featured .products-tab li.item{width:183px; float:left;margin-right:10px;border:4px solid #f5f5f5;margin-bottom:10px;}
.bmproducts-featured .products-tab li.last{margin-right:0px;}
.bmproducts-featured .products-tab li.item:hover{border:4px solid #dedede}
.tab-other-info .product-name{height:30px;overflow:hidden;}
.about_anas{clear:both;overflow:hidden;}
/*hot deal*/
.hot-deals .sidelist li{clear:both; padding:5px 0; border-bottom:1px dotted #CCCCCC; overflow:hidden;}
.hot-deals .hotDeal-np{float:right; width:100px;}
.catalog-product-view .hot-deals .hotDeal-np{width:60px;}
.hot-deals .hotDeal-np .price-box-list .old-price-list{display:none;}

/*why buy from us*/
#whyBuyFromUs {color: #666666; font: 11px/16px verdana; 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 georgia; 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:'KarlaRegular';
    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:'KarlaRegular';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 'KarlaRegular';
	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 'KarlaRegular';
	padding:1em 1.4em;
	overflow:hidden;
	clear:both;
}
.chart-style, .chart-style tr, .chart-style td {border: 2px solid #fff;width:100%;
padding:7px 4px;text-align:center;}
.chart-style td{background:#f2f1f1;}
.chart-style tr:nth-child(1),.chart-style td:nth-child(1){background:#e2e2e2;}
#how-to-measure {padding: 10px 20px;}
#how-to-measure td {padding: 5px;}
.measure_maternity_dresses_class td, .measure_maternity_standard_class td {color: #525252;}
#how-to-measure td {vertical-align: top;}
#how-to-measure td {padding: 5px;}
.measure_maternity_dresses_class td h4, .measure_maternity_standard_class td h4 {color: #282828;}
.measure_maternity_standard_class img {display: block; padding-bottom: 5px;width: 139px;}
fieldset, img { border: 0 none;}
.measure_maternity_dresses_class img { display: block; padding-bottom: 5px; width: 149px;}
.gallery-detail ul li{margin-bottom:10px; text-align:center;}

/*navigation*/
.nav-container #custommenu{max-width:1500px;margin:0 auto;text-align:center;background:#f7f6fa;}
.menu{position: relative;z-index: 100;display:inline-block;}
.parentMenu > h2{margin:0;}
.parentMenu:hover > h2{
}
.parentMenu > h2 a,.home .parentMenu a{
	font-family:'KarlaRegular';
	font-size: 14px;
	color: #000;
	display: block;
	text-decoration: none;font-weight:normal;
	padding: 16px 20px;
    font-weight: bold;
    text-transform: uppercase;
	transition: all .4s ease-in 0s;
    -webkit-transition: all .4s ease-in 0s;
}
.parentMenu:hover > h2 a {
	text-decoration:none;color:#666;
	background:#fd9ed4;
	color:#fff;
}
.menu-info {
	background: #fff;
    display: none;
    position: absolute;
    text-align: left;
    top:50px;
	left:0;
    z-index: 99999!important;
	padding:30px 0;
	-webkit-box-shadow: 0 0.1875rem 0.125rem rgba(0,0,0,.175);
    box-shadow: 0 0.1875rem 0.125rem rgba(0,0,0,.175);
}
.parentMenu-right .menu-info a {color:#000;font-size:15px;font-family:'KarlaRegular';padding:3px 0;font-weight:normal; display:block;}
.parentMenu-right .menu-info a.nav_white{color:#000;font-weight:700;font-size:18px;}
.parentMenu-right:hover .menu-info { display: block;}	
.menu-info  .column{
	    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.parentMenu-right .menu-info a:hover{color:#fd9ed4;}
.nav-container .menu-info ul{display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    padding: 10px 30px 15px;
}
.nav-container .menu-info li{color:#000;font-size:16px;}
.list_save_off{  background:rgba(0, 0, 0, 0) url("../images/cuxiao.png") no-repeat;
    color: #FFFFFF;text-align:center;
    float: right;
    font-weight: normal;
    height:64px;
    right: 7px;
    position: absolute;
    top:0px;
    width:64px;
    z-index: 6;}
.list_save_off > span {
    display: block;
    font: 500 16px/24px 'KarlaRegular';
}
/*pro view dress detail*/
#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:'KarlaRegular';
    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 .validation-passed{}
.product-shop .add-to-cart a.btn-cart{  background: url("../images/secure_btn.gif") no-repeat scroll left -370px transparent;
    color: #FFFFFF;
    display: block;
    font: 14px/40px 'KarlaRegular';
    height: 40px;
    text-align: center;
    white-space: nowrap;
    text-indent: 0;
    height: 40px;
	float:left;
    padding:0 20px;
	   margin: 0 0 0 15px;cursor:pointer;
	}
.product-shop .add-to-cart a:hover.btn-cart{ background: url("../images/secure_btn.gif") no-repeat scroll left -415px transparent;cursor:pointer;text-decoration:none;}
.product-shop .add-to-cart a:hover.btn-cart span{ }
.product-shop .add-to-cart a.btn-cart span{color:#000;font-size:16px;font-weight:normal;text-transform:uppercase;}
.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 {
    margin:10px 0;
    border: 1px solid #E3E3E3;
    color: #303030;
    font-size: 14px;
    line-height: 19px;
    padding: 6px 12px;
    clear: both;
    overflow: hidden;
}
.divShowSizeVals .line {
    clear: both;
    display: block;
}
#sizeUnitTitleLeft { float: left; padding-right: 15px; width: 46%;}
#sizeUnitTitleRight {float: left; width: 47%;}

.sizeUnitTitle.default {
    color: #333;
    background: #fd9ed4;
    padding: 5px 0;
    font-weight: 500;
    border-radius: 4px;
}
.divShowSizeVals .line div {
    float: left;
    width: 18%;
    word-wrap: unset;
    overflow: auto;
    padding: 2px 0;
    text-align: center;
	cursor:pointer;
	text-transform:capitalize;
}
.divShowSizeVals .line div:first-child {
    width:28%;
}
.divShowSizeVals .unit-cm {
    display: none;
}
.divShowSizeVals .default {
    display: block;
}
.divShowSizeVals .current {
    background-color:#fd9ed4;
}
.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% 'KarlaRegular'; border: 1px solid #fd9ed4; padding: 10px;background:#F7F3EF;}
.product-shop .email-friend{float:left;margin-right:8px;}
.product-shop .ratings{
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 0;
}
.rating-question > span {
    float: left;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
}
.product-shop .ratings .amount{
	padding-right:10px;
	border-right: 1px solid #000;
	text-decoration:underline;
}
.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: 15px;font-family:'KarlaRegular';}
.arrival-date .arrival-order{color:#666;font-size:15px;margin-bottom:0;line-height:23px;}
.shipping-info-time{padding:12px 0 5px;display:inline-block;width: calc(100% - 85px);float:left;}
.made-to-order p{color:#666;margin-bottom:0;line-height:18px;font-size:15px;}
/************************cloud-zoom-gallery-left start*******************************/
.lof-slidecontent, .lof-slidecontent a {
	color:#000;	
}
.lof-slidecontent a.readmore{
	color:#58B1EA;
	font-size:95%;
}
.lof-slidecontent{height: 500px;overflow: hidden;padding-top: 12px;position: relative; width: 76px}
.lof-navigator {left: 0 !important;}
.lof-next,.lof-previous{background:url("../images/bgwidget.png") no-repeat;height:26px;width:18px;cursor:pointer;text-indent:-3000px;float:left;position:absolute;z-index:100;}
.lof-next{background-position:-282px -168px;left:30px;top:-2px;}
.lof-next:hover{background-position:-312px -168px; }
.lof-previous{background-position:-357px -167px;left:27px;bottom:-15px;}
.lof-previous:hover{background-position:-327px -167px;}
/*.lof-previous{position:absolute;bottom:0;}*/
ul.lof-navigator li{cursor:hand;cursor:pointer;list-style:none;padding:0;margin:0;overflow:hidden;}
.lof-navigator-outer {float: left;height: 485px; overflow: hidden;position: relative;width: 72px;}
.lof-navigator li.active{color:#FFF}
.lof-navigator li:hover{}
.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.active img{ }
.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*/
/*dao ji shi*/
.banner_990_63_time {
    color: #fff;
	font-family:'KarlaRegular';
    float: left;
    font-size: 26px;
    height:68px;
    text-align: center;
    width: 262px;
	background:url(../images/daojishi.png) 100% 0 no-repeat;
}
.ad_day, .ad_hour, .ad_min, .ad_sec {
    display: block;
    float: left;
    height: 34px;
	line-height:34px;
    text-align: center;
    width: 40px;
	margin-top:16px;
}
.ad_day {
    margin-left: 18px;
}
.ad_hour {
    margin-left: 9px;
}
.ad_min {
    margin-left: 14px;
}
.ad_sec {
    margin-left: 15px;
}
.banner_990_63_time strong {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
}
.banner_990_63_time span b {
    font-size: 12px;
}
.banner_990_63_top_text {
    font-size: 22px;
    margin: 10px 0 0 100px;
    text-align: center;
}
.banner_990_63_bottom_text {
    font-size: 16px;
    margin-top: 5px;
    text-align: center;
}
/*start banner*/

.bannerList img,.idx-item img,.idx-prod-list .product-list .item img {
	width:100%;
}
.banner-left {width:656px;float:left;}
.banner-right{width:320px;float:right;}
.banner-right .idx-adv-1{margin-bottom:20px;}
/*end banner*/

/*start home-cart*/
.home-cart{margin-top:15px;}
.home-cart-left{width:193px;float:left;display:inline;}
.home-cart-right{width:785px;float:right;display:inline;margin-left:18px;}
.home-cart-right li{width:145px;float:left;padding-right:15px;}
.home-cart-right .products-nav a{display:block;font-size:12px;font-family:'KarlaRegular';line-height:16px;color: #737373;}
.home-cart-right .products-nav a:hover{color:#D32C81;text-decoration:underline;}
.home-cart-right .products-nav img{padding-top:5px;}
.home-cart-right .products-nav .nav-h3{font-size:12px;color:#000;text-transform:capitalize;font-weight:bold;padding:5px 0;line-height: 18px;height: 18px;}
.home-cart-right .products-nav .nav-h3:hover{color:#000;}
/*end home-cart*/

/*start footer-links*/
.footer-container { clear:both;}
.footer {  margin:0 auto;max-width:1366px;padding: 25px 15px 0;/*background:#f4f4f4;*/}
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a {text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .footer-link a:hover { text-decoration:none; }
.footer-links-center{overflow:hidden;}
.footer-links-left{    
	float: left;
    width:50%;
	border-right:1px solid #000;
}
.footer-links-left ul{
	float: left;
    width: 25%;
    margin: 0 25px 0 15px;
}

.footer-links-left li,.tags-link li{padding-bottom:5px;}
.footer-links-left li a,.tags-link li a{font-family:'KarlaRegular';line-height:20px;color:#666;font-size:14px;display:block;}
.footer-links .footer-links-left .zs_tit,.block-subscribe .block-title,.foot-share1 p,.tags-link .zs_tit{
	font-weight: 700;
    font-size: 15px;
    color: #666;
    padding-bottom: 13px;
    text-transform: uppercase;
}
.footer-container .bottom-container { margin:0 0 5px; }
.footer-links{overflow:hidden;}
.footer-contact{
    float: right;
    width: 18%;
    padding-left: 6%;
	border-left: 1px solid #000;
}
.foot-share1 {
	margin:10px 0;
}
.foot-share1 > ul {
    height: 100%;
	float:left;
}
.foot-share1 li {
    float: left;
}
.foot-share1 li a,.share-link .share-fav{background:rgba(0, 0, 0, 0) url("../images/share2.png") no-repeat scroll 0 0/28px auto;height:30px;width:30px;float:left;}
.share-link .share-fav{float:none;margin:0 5px;display:inline-block;}
.product-img-box .share-link .pin-it-share{background:#fff;}
.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/bgwidget.png") no-repeat scroll -121px -269px!important; border: 0 none!important; border-radius: 0!important;display: block!important; height: 30px!important;width: 30px!important;box-shadow:none!important;text-indent:-9999px!important;}
.foot-share1 ul li a.foot_af,.share-link .fb-like {background-position:0 -1px;}
.foot-share1 ul li a.foot_at,.share-link  .twitter-like {background-position:0px -35px;}
.foot-share1 ul li a.foot_ap {background-position:0 -71px;}
.foot-share1 ul li a.foot_ay {background-position:0 -106px;}
.foot-share1 ul li a.foot_ai {background-position:0 -141px;}
.foot-share1 ul li a.foot_af:hover {background-position: -33px -315px;}
.foot-share1 ul li a.foot_at:hover {background-position: -77px -315px;}
.foot-share1 ul li a.foot_ap:hover {background-position: -121px -315px;}
.foot-share1 ul li a.foot_ay:hover {background-position: -165px -315px;}
.foot-share1 ul li a.foot_ai:hover {background-position: -208px -315px;}
.tags-link{width: 22%;float: left;padding-left: 3%;}
.footer-country-links{width:25%;}
.footer-country-links .top-language dd{width:300px;overflow:hidden;border:1px solid #000;padding:10px 0;}
.footer-country-links .top-language .more-icon{
	background: rgba(0, 0, 0, 0) url(../images/tag.png) no-repeat scroll -37px 6px;
    position: absolute;
    top: 10px;
    z-index: 10;
    width: 15px;
    height: 15px;
}
.footer-country-links .top-language li{width:50%;float:left;}
.footer-country-links .top-language:hover .more-icon{transform: rotate(180deg);}


.footer-bottom{padding-top:10px;padding-bottom:20px;height:50px;}

.footer-bottom address{display:inline;}

.footer-copy {
    color: #333;
    font: 14px/24px 'KarlaRegular';
    text-align:center;clear:both;
	margin:20px 30px;
}
.footer-copy span{display:block;}
.copyright-adress-img{width:860px;margin:0 auto;}
.copyright-adress-img img{width:100%;}
/* ======================================================================================= */

.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:260px;}
.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: 26px;
	width:246px;
	padding:6px;
}
.customer-address-form .form-list select{padding:6px;margin-left:26px;}
.buttons-set{border-top:1px solid #E4E4E4;margin:4em 0 0;padding:8px 0 0;clear:both;}
.customer-account-login .buttons-set,.customer-account-create .buttons-set{border-top:0 none;margin:10px 0;}
.customer-address-form .fieldset .legend{display:inline;background:#fff;color:#333;font-size:16px;padding:2px 5px;margin-left:20px;}
.customer-address-form .fieldset{margin-right:65px;}
.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-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:14px;}
.product-shop .product-options .input-box-size-guide dd{width:115px;padding:10px 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;left:0px;clear:both;}
.product-shop .product-options .input-box-jacket-guide dl{width:310px;}
.product-shop .product-options .input-box-jacket-guide dt{width:150px;padding-top:25px;display:inline-block;float:left;}
.product-shop .product-options .input-box-jacket-guide dd{width:130px;padding:20px 0 0 5px;margin:0;}
.product-shop  .product-options .input-box-jacket-guide .input-box{width:123px;}
.product-shop #product-options-wrapper dd .input-box-jacket-guide input.input-text{width:100%;height:25px;line-height:25px;}
.product-shop .product-options .input-box-jacket-guide .image-guide{position:absolute;top:25px;left:290px;}
.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 .side-list-recommend li,.product-recently li{width:155px;float:left;margin-right:14px;margin-bottom:10px;}
.product-catalog-views-recommend .side-list-recommend li:nth-child(6n),.product-recently li.last,.side-list-recommend li.last{
	margin-right:0;
}
.recently-off .price-box-list .special-price-list{float:none;text-align:center;margin-top:5px;display:block;}
.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:5px 0 0; text-align:center;}
.product-catalog-views-recommend .side-list-recommend .red{display:block;text-transform:uppercase;color:#FF0074;height:20px;line-height:20px;font-size:12px;font-weight:bold;display:none;}
.product-catalog-views-related .side-list li{width:125px;float:left;margin:20px 16px 0 0px;}
.product-catalog-views-related .side-list li.last{margin-right:0;}
.product-catalog-views-related .side-list .product-name{height:32px;overflow:hidden;display:none;}
.product-catalog-views-related .side-list .price-label{display:none;}
.product-catalog-views-related .side-list .price-box{margin:2px 0 0; text-align:center;}
.product-catalog-views-related .side-list .red{display:block;text-transform:uppercase;color:#FF0074;height:20px;line-height:20px;font-size:12px;font-weight:bold; display:none;}
.product-options-bottom .social-share{float:left;margin-top:7px;margin-left:5px;}
.product-catalog-views-related .block-content {margin: 0 auto;width: 1115px;}
.product-catalog-views-related .other-info, .product-catalog-views-recommend .other-info .home-name,.product-catalog-views-recommend .other-info .old-price,.recently-off .product-name,.recently-off .old-price-list{display:none;}
.product-catalog-views-recommend .other-info .special-price .price{color:#000;}
/* new add line 2014-5-5 by ado */

/*水平滚动样式*/
.block.product-catalog-views-recommend,.product-recently{position:relative;}
.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:'KarlaRegular';
	display:none;
}
.block-content-recommend,.block-content-recently{height: 238px;position: relative;margin:0 auto;overflow:hidden;}
.block-content-recommend ul,.product-recently 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;}
.tab-container {margin-top: 20px;}
.prod-info-time {font-size: 16px;background:#f2f2f2;padding:15px 20px;}
.prod-info-time .pointer {cursor: pointer;display:inline-block;zoom:1;_display:inline;position:relative;z-index:80;font-weight:600;}
.prod-info-time .time-hide{position:absolute;top:20px;left:20px;background:#333;color: #fff;padding: 3px 8px;font-size: 14px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;display:none;}
.prod-info-time .pointer:hover .time-hide{display:block;}
.prod-info-time .timeTip .arrow {
    left: 100px;
}
.prod-info-time .timeTip {
    left: -75px;
}
.prod-info-time .arrow{position: absolute;display: block;width: 0;height: 0;top: -9px;left: 6px;border-style: solid;border-width: 5px;
border-color: transparent transparent #333 transparent;}
.prod-info-time .pointer:hover .hide{display:block;}
.prod-info-time a {display: inline-block;text-decoration: underline;color: #333;}
.prod-info-time em ,.shipping-pointer em{display: inline-block;zoom: 1;width: 16px;height: 16px;vertical-align: middle;margin-right: 6px;margin-left:10px;background-image: url('../images/icon_dress.png');background-repeat: no-repeat;}
.prod-info-time em.icon-tailoring ,.shipping-pointer em.icon-tailoring{background-position: 0 -119px;}
.prod-info-time em.icon-shipping ,.shipping-pointer em.icon-shipping {background-position: -36px -119px;}
.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:'KarlaRegular';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;}
.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-home3{position: relative;
    width: 100%;
    z-index: 1;
    overflow: hidden;
padding: 0 40px;
    box-sizing: border-box;
}
.idx-prod-list,.top-best-prod-list{
	overflow: hidden;
    padding: 0;
    position: relative;
}

.idx-prod-list .product-list,.top-best-prodcut{float:left;overflow:hidden;display:block;
    width: 25%;
    height: 100%;}
.idx-prod-list .product-list .item{
	float: left;
    text-align: center;
    width: 25%;
    box-sizing: border-box;
	padding:0 10px;
}
.top-best .top-best-prodcut .item{
	width:16.666%;
	float: left;
    text-align: center;
	box-sizing: border-box;
	padding:0 10px;
}
.idx-prod-list .line-title{margin-top: 10px;border-top: solid 1px #111;height: 12px;text-align: center;}
.idx-prod-list .line-title span{position: relative;display: inline-block;top: -13px;background: #fff;padding: 0 20px;font-size: 20px;font-weight: normal;color: #111;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
.idx-prod .lof-previous46,.idx-prod .lof-next46,.idx-prod-home2 .lof-previous46,.idx-prod-home2 .lof-next46,.idx-prod-home3 .lof-previous46,.idx-prod-home3 .lof-next46,.user-gallery-viewport .user-photos-next, .user-gallery-viewport .user-photos-prev,.product-view .top-best .lof-previous46,.product-view .top-best .lof-next46,.slider-btn{z-index: 1000;width:30px;height:60px;margin-top:-30px;}

.idx-prod-home3 .lof-previous46,.user-gallery-viewport .user-photos-prev,.product-view .top-best .lof-previous46,.slider-btn.slider-next{background-position:-5px -17px;left:0;}
.idx-prod-home3 .lof-previous46{left:50px;}
.idx-prod .lof-previous46:hover,.idx-prod-home2 .lof-previous46:hover,.idx-prod-home3.lof-previous46:hover,.user-gallery-viewport .user-photos-prev:hover,.product-view .top-best .lof-previous46:hover,.slider-btn.slider-next:hover{background-position: -5px -117px;}
.idx-prod-home3 .lof-next46,.user-gallery-viewport .user-photos-next,.product-view .top-best .lof-next46,.slider-btn.slider-prev{background-position: -58px -17px;right:0;}
.idx-prod-home3 .lof-next46{right:50px;}
.idx-prod .lof-next46:hover,.idx-prod-home2 .lof-next46:hover,.idx-prod-home2 .lof-next46:hover,.user-gallery-viewport .user-photos-next:hover,.product-view .top-best .lof-next46:hover,.slider-btn.slider-prev:hover{background-position: -58px -117px;}
.index-list .price-box-list{margin:5px 0;text-align:left;overflow:hidden;}
.idx-prod-list .product-list .item h3{
	height:26px;
	line-height:30px;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top:5px;
}
.index-list .price-box-list .special-price-list .price{font-size: 18px;color: #f64f53;font-weight: normal;} 

.index_middle_title .italicText,.idx-title .italicText{
	font-size:14px;
	font-family:'KarlaRegular';
	color:#999;
	font-style:italic;
	display:inline-block;
	text-transform:capitalize;
	font-weight:normal;
	padding-left:10px;
}
.index-list,.top-best-list {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.idex-list{overflow:hidden;margin:0 auto;padding:20px 0;}
.idex-list .idx-list1 ,.idex-list .idx-list2{
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	padding-top:1%;
	margin-bottom:40px;
}
.idex-list .idx-list-box a{display:block;position:relative;}
.idex-list .idx-list-box a span{
    position: absolute;
    top: 85%;
    right: 0;
    left: 20px;
    transform: translateY(-50%);
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    background: #fff;
    letter-spacing: 4px;
	display:inline-block;
	width:158px;
	height:34px;
	line-height:34px;
	left:50%;
	margin-left:-79px;
}
.idex-list .idx-list-box p{
	font-weight: bold;
    color: #000;
    text-align: center;
    font-size:21px;
    width: 100%;
    margin-top: 10px;
}
.idx-list1 .idx-location{margin-top:20px;}
.idx-list1 .idx-location .idx-location-img{
    margin-top: 20px;
	margin-bottom:30px;
}
.idx-location-img img{width:50px;margin:0 auto;}
.idx-location-text .idx-text-title{
	font-size:26px;
	font-family:Times New Roman, serif;
	font-weight:bold;
	
}
.idx-location-text .sans-m{
	    max-width: 280px;
		margin:30px auto 0;
		font-size:18px;		
}
.idx-location-text .sans-bold-uppercase{
	margin-top:30px;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
}
.idx-list2 a{position:relative;}
.idx-list2 span:hover{background:#ff2886;color:#fff;}
.square-one,.square-two{margin-bottom:20px;}
.idx-prod4,.idx-more,.home-about {
	overflow:hidden;
}
 .idx-title,.index_middle_title{
	border-bottom: 1px solid #d2d2d2;
    display: block;
    margin-bottom:25px;
    margin-left: 1%;
    margin-right: 1%;
}
.idx-title span,.index_middle_title .prod-title{
	font-size: 26px;
    letter-spacing: .5px;
    text-align: left;
    padding-bottom: 15px;
    text-transform: none;
    color: #000;
    font-family: Times New Roman, serif;
    font-weight: normal;
	display:inline-block;
	line-height:1;
}
.idx-more-item{
    width:33.33%;
    margin-bottom: 5px;
}
.idx-list-more{display:flex;}
.idx-list{
	display:block;margin:0 3px;
    min-height: 85px;
    background-color: #F4EAE1;
	font-weight:600;
}
.idx-list-more .idx-list span{display: inline-block;margin:32px 0 0 15px;}
.idx-list-more .idx-list img{float:right;margin:11px 20px 0 0;}
.snow .small_banner {
    height: 235px;
    overflow: hidden;
    width: 310px;
	margin-bottom:10px;
	float:right;
}
.snow .small_banner a {
    display: block;
    height: 100%;
    transform: translateX(0px);
    transition: all 0.5s ease 0s;
    width: 100%;
}
.snow .small_banner a:hover {
    transform: translateX(-10px);
}

.home-about{padding-top:30px;}
.home-about h3{font-size:20px;text-align:center;margin-bottom:20px;text-transform:capitalize;}
.home-about p{font-size:16px;text-align:center;line-height: 1.5;margin-bottom: 12px;}
.mb15 {
    margin: 15px 0 0;
}
.b_imgList {
    overflow: hidden;
    width: 1200px; margin: 15px auto 0;
	}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.b_imgList .ul_b_imgList_wrap {
    width: 1200px;
	border-bottom:1px solid #e4e4e4;
	padding-bottom:20px;
}
.b_imgList .ul_b_imgList_wrap li.trends_1 {
    width: 341px;
}
.b_imgList .ul_b_imgList_wrap li {
    display: inline;
    float: left;
    height: 300px;
}
.b_imgList .ul_b_imgList_wrap li.trends_2 {
    margin: 0 7px;
    width: 503px;
}
.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;}
.b_imgList .ul_b_imgList_wrap li.trends_3 {
    width: 341px;
}
.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:-442px 0;}
.favorite  #favorite-category:hover{text-decoration:none;}
.favorite-icon {
    background: rgba(0, 0, 0, 0) url("../images/tag.png") no-repeat scroll -402px 0px/645px auto;
    float: left;
    height: 23px;
    width: 23px;
	margin-right:5px;
}
.actGotop  a:hover,.foot-share1 a:hover{text-decoration:none;}
.actGotop  a {
    background: #fd9ed4;
    border-radius: 24px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    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;
}
.account-login .validation-advice,.account-create .validation-advice,.name-firstname .validation-advice,.name-lastname .validation-advice,.sp-methods .validation-advice{
	margin:0;
}
.f, .n, .y,  .q , .p, .cart_title_, .del a, .off, .quick_view a, .deails_btn_up a, .deails_btn_down a, .n_off2, .norton {
    background: rgba(0, 0, 0, 0) url("../images/pic.png") no-repeat scroll 0 0;
}
.f {
    background-position: 0 -41px;
    display: block;
    height: 32px;
    width: 32px;
}
.pr10 {
    float: left;
    margin-right: 10px;
}
.n {
    background-position: -42px -41px;
    display: block;
    height: 32px;
    width: 32px;
}
.y {
    background-position: -83px 0;
    display: block;
    height: 32px;
    width: 32px;
}
.q {
    background-position: -124px -41px;
    display: block;
    height: 32px;
    width: 32px;
}
.p {
    background-position: -165px -41px;
    display: block;
    height: 32px;
    width: 32px;
}
.category-products  .favorite {
	position:absolute;
	bottom:-5px;
	right:13px;
	line-height:16px;
}
.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;}
.container-band{padding:20px 0 30px;}
.container-band p{
	line-height:2.15;
	font-size: 20px;
    letter-spacing: 0.5px;
	text-align:center;
}

.cate_sns_share {
    float: right;
}
.share-icon {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
	text-indent:-9999px;
	padding-left:15px;
}
.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;
}
.mfp-share{width:140px!important;left:35px!important;}
.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 #b9b9b9;
    display: inline-block;
    height: 30px;
    margin-right: 8px;
    vertical-align: middle;
    width: 30px;}
.pis-color-a, .pis-color-pic {
    color: black;
    float: left;
    height:30px;
    position: relative;
    width: 30px;
	margin-right:5px;margin-bottom:5px;
}
.pis-color span,.pis-color img {
    display: block;
    height: 22px;
    width: 28px;
	border-radius:20px;
	border:1px solid #fff;
}
.pis-color > dt {
    width: 30px!important;
	height:24px!important;
	padding:0;

}
.pis-color.on > i {
    height: 20px;
    left: 0;
    position: absolute;
    width: 26px;
	top:0;
	box-shadow: 0px 0px 0px 1px #ccc;
    border: solid 2px #fff;
	border-radius:20px;
}

.color-chart-box {
    display: block;
    width: 100%;
}


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

}
.home-percent {
    position: absolute;
    left: 10px;
    font-size: 19px;
    width: 60px;
    height: 47px;
    top: 0;
    color: #fff;
    background: url(../images/tag.png) no-repeat -196px -336px;
    display: inline-block;
    line-height: 23px;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.khaki{ background-color:#e6d8cb;}
.beige{background-color:#f2c9a9;}
.apricot {background-color:#f9dac5;}
 .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;
}
.product-shop .product-name span {display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding: 0 5px;
}
.product-shop .write-review, .product-shop .ask-question{
    line-height: 15px;
    margin: 0 10px 0 0;
    text-decoration: underline;
	display:inline-block;
	font-size:14px;
	}
.rating-question{
	padding: 8px 0;
    overflow: hidden;
}
.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 {

    display: block;
    position: relative;float:left;width:100%;
}
.prod-price-pos  .prod-sku{
	margin-bottom:5px;
	display:none;
}
.product-view .product-shop .product-options{
	margin:0;
	padding:0;

}
.prod-price-pos .timelist{height:32px;line-height:32px;margin-left:5px;
    color: #ff7222;
    font-family:'KarlaRegular';
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;padding:0 10px;float:right;display:none;}
.prod-price-pos .timelist span{    
    display: block;
    font: bold 17px/30px 'KarlaRegular';
    font-style:italic;
	padding-left:30px;
	border-left:1px solid #e4e4e4;}
.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 {
	background-color:#fd9ed4;
    clear: both;
    float: left;
    height: 38px;
    width:360px;
}
.buy-now button {
    color: #fff;
    display: block;
    font: 400 20px/38px 'KarlaRegular';
    height: 38px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    background: rgba(0, 0, 0, 0) url(../images/add-to-cart.png) no-repeat scroll 36px 4px / 28px auto;
    width: 100%;
    padding-left: 26px;
}

.buy-fav .favorite {
    float: left;
	margin-left:20px;display:none;
}
.buy-fav .favorite a {
	background: #fd9ed4 none repeat scroll 0 0;
    display: inline-block;
    font: 15px/38px 'KarlaRegular';
    height: 38px;
    color:#fff;
	width:180px;
	text-align:center;
	text-transform:uppercase;
}
#favCount {
    background: rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -424px -369px;
    display: none;
    font-family:'KarlaRegular';
    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;
	width:85px;
	display:inline-block;
	margin-top:20px;
}
.buy-fav {
    position: relative;
}
#slim-banner {
    background: #fff none repeat scroll 0 0;
    height: 30px;
    position: relative;
    width: 100%;margin-bottom:10px;
}
#slim-banner-slogan {
    background: #ebf2f1 none repeat scroll 0 0;
    color: #585e5f;
    font-size: 13px;
    height: 32px;
    line-height: 31px;
    margin: 0 auto;
    text-align: center;
    width: 1200px;
}
#slim-banner-time {
    line-height: normal;
    padding-left: 15px;
    right: 0;
    text-align: center;
    top: 8px;
	font-family:'KarlaRegular';
}
.slim_countdown {
    font-size: 18px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.slim_countdown b {
    font-size: 11px;
    font-weight: bold;
}

.page-title.cart-title {
    height: 30px;
    margin-top: 50px;
    text-align: center;
}
.cart-empty.cart-button {
    text-align: center;
	width:600px;
	margin:80px auto;
	padding-left:230px;position:relative;
}
.cart-empty.cart-button  h1{font:italic 700 18px/40px 'KarlaRegular';margin-bottom:10px;}
.cart-empty.cart-button p{line-height:40px; font-size:12px;text-align:left;}
.cart-empty.cart-button p span{color:#000;}
.cart-empty.cart-button .msgImg{background:url("../images/msg.png") no-repeat 0 -80px;height: 160px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 200px;}
.cart-empty.cart-button a {
    background:#fd9ed4 none repeat scroll 0 0;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
padding: 3px 25px;width:170px;}
.cart-empty.cart-button a:hover{background:#000;text-decoration:none;}
.help-left {
    float: left;
    margin-bottom: 10px;
    width: 240px;position:relative;margin-top:15px;
}
.help-right {
    float: right;
    margin-bottom: 10px;
    width: calc(100% - 260px);
	font-size:16px;
}
.help-right a {
    color: #f76793;
}
.help-right a:hover {
    color: #fd9ed4;
}
.help-menu h2 {
     background: #fff none repeat scroll 0 0;
    font-family:'KarlaRegular';
    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:16px;
}
.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;
}
.help-menu a:hover {
    color: #fd9ed4;
}
.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{
   
    font: italic 24px/40px 'KarlaRegular';
    text-align: left;
    width: 100%;
	display:none;
	
}
.help-title h1{font: italic 24px/40px 'KarlaRegular';
    text-align: left;}
.sales-guest-form .page-title h1{text-align:center;float:left;}
.sales-guest-form .form-alt {
    margin: 0 auto;
    width: 510px;
}
.user-gallery-title {
	max-width:1366px;
	overflow:hidden;
	margin:30px auto 5px;
	text-align:center;
}

.user-gallery-title a{
	color: #000;
	font-weight:normal;
    font-size: 18px;
    }
.user-gallery-title p {
    color: #4c5253;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 7px;
    padding-top: 20px;
}
.user-gallery-title .serif-l-italic a,.user-gallery-title h5{
	font-size: 32px;
    font-style: italic;
    font-family: Times New Roman;
	margin-bottom:15px;
}
.user-gallery-title .title {
    background: #fff none repeat scroll 0 0;
    font-family: 'KarlaRegular';
    font-size: 22px;
    padding: 0 10px;
    position: relative;
    top: 6px!important;
}
.user-gallery-title .discount {
    font-family:'KarlaRegular';
    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: 12px/18px 'KarlaRegular';
    margin-top: 5px;
}
.user-gallery-viewport {
    position: relative;
	max-width:1366px;
	overflow:hidden;
	margin:0 auto 50px;
	}
.upload-wrap{
	text-align:center;
	margin-bottom:25px;
}
.upload-wrap .upload-box,.upload-wrap .view-box {
    display:inline-block;
	font-weight:700;
	margin:0 10px;
	text-transform:uppercase;
	font-size:18px;
}

.user-gallery-viewport .user-images-container {
    overflow: hidden;
    padding: 0;
    position: relative;
}
.user-gallery-viewport .user-gallery-list {
    float: left;
    width: 50%;
    height: 100%;
}
.user-gallery-list {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.user-gallery-viewport .user-gallery-list li{
	float: left;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
	padding:0 0.5%
}
.user-gallery-viewport .user-gallery-list li:first-child {
    padding-right: 1%;
	padding-left:0;
}
.user-gallery-viewport .user-gallery-list li:nth-child(5){
    padding-left: 1%;
	padding-right:0;
}
.user-gallery-viewport .user-gallery-list li:hover {
box-shadow:0 0 15px rgba(0, 0, 0, 0.4);
}
.user-gallery-viewport .user-gallery-list li .review-thumbnail-images {
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
 .user-gallery-viewport .review-thumbnail-images img{
    width:100%;	
}
.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:100%;
	position:relative;
}

.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:'KarlaRegular';
    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: 0px 1px 1px 0 rgba(0, 0, 0, 0.22);
    float: left;
    margin: 5px 7px ;
    width: calc(25% - 18px);}
.reviews-group-item:hover{
border: 2px solid #f76793;
}
.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_chart {
    position: absolute;
    right: 20px;
    text-decoration: underline;
    top:-20px;
}
.size_chart{position: absolute;
    left: 70px;
    text-decoration: underline;
    top:-20px;}
.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;}
/*.cms-home .footer-container{margin-top: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 -76px;
    color: #666666;
    display: inline-block;
    font-family:'KarlaRegular';
    padding-left: 15px;
	height: 20px;
    line-height: 14px;
	font-size:12px;
}
.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:'KarlaRegular';
    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:'KarlaRegular';
    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:16px; font-family:'KarlaRegular';} 
#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; }
#FAQ-Box dl dd { position:relative; padding:0 10px 0 26px; }
#FAQ-Box dl dd p { margin-bottom:8px;}
#FAQ-Box dl dt .FaqNum { margin:0 4px 0 0;}
#FAQ-Box dl dt .FaqTheQ { position:absolute; left:10px;}
#FAQ-Box dl dd .FaqTheA { position:absolute; left:10px;}
.HelpContent #MainWrapper p {margin: 0 0 8px;}
.P10 {padding: 10px !important;}
#UseMaterialsTable th, #UseMaterialsTable td { padding:4px; border-bottom:1px solid #fff; }
#UseMaterialsTable th { font-weight:normal; text-align:right; white-space:nowrap;  background-color:#f6f6f6; border-right:1px solid #fff; }
#UseMaterialsTable td { background-color:#f9f9f9;}
#FAQ-Box .btn-more,
#FAQ-Box .btn-less { float:right; }
.product-collateral #FaqsTab .nav-tabs{margin:10px 0;}
#FaqsTab .nav-tabs{ border:none; text-align:center; width:1008px; }
#FaqsTab .nav-tabs  li	{ margin-right:5px; float:none; display:inline-block; width:24px; height:24px; }
#FaqsTab .nav-tabs li  a  { margin:0; padding:0; background-color:#f6f6f6; height:24px; line-height:24px; border:1px solid #ddd; border-radius:0; text-decoration:none !important;display:block; }
#FaqsTab .nav-tabs  li.active  a,
#FaqsTab .nav-tabs  li.active  a:hover,
#FaqsTab .nav-tabs  li.active  a:focus { margin:0;  background-color:#333; background-image:linear-gradient(to bottom, #333, #333); color:#fff;}
#FaqsTab .tab-content	{ min-height:200px; border:none; }
.p404-text a:hover{text-decoration:none;}
.catalog-product-view .review-form-right-tips{display:none;}
.tab-content  .tab-pane {
    display: none;
}
.tab-content  .active {
    display: block;
}
.MRed, .MRed a, .MRed, .MRed a {
    color: #ff0066 !important;
	font-style:unset!important;
}
.stylecontent {
    display: inline-block;
    margin-top: -1px;
    padding: 0 15px 23px;
}
.stylecontent p {
    text-align: left;
}
.stylecontent .Apple {
    line-height: 25px;
	clear:both;
}
.stylecontent .Apple h3{padding-top:10px;}
.stylecontent .Apple dl {
    border: 0 none;
    float: left;
    margin-top: 15px;
    width: auto;
}
#stylecontent div h3 {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}
.stylecontent .Apple p {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
}
.stylecontent .Apple strong {
    color: #555;
    font-size: 13px;
    font-weight: 400;
}
.stylecontent .Apple dl dt {
    border: 0 none;
    float: left;
}
.stylecontent .Apple dl dd {
    float: right;
    width: 725px;
}
.stylecontent .Apple dd li {
    float: left;
    margin: 10px 0 0 8px;
    padding: 0;
}
.stylecontent .Apple dd li img {
    border: 0 none;
	width:171px;
	height:255px;
}
.idx-prod3 {
    margin-top: 10px;
}
.product-shop #customer-reviews {
    height: 135px;
    overflow: hidden;
    width: 485px;clear:both;
}
.product-shop #customer-reviews dl{margin-top:0;}
.product-catalog-views-related .block-title{
    background: #fff none repeat scroll 0 0;
    border-bottom: medium none;
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0 10px;
    position: relative;
    text-align: center;
    top: -9px;
}
.product-catalog-views-related{border-top: 1px solid #ccc;
    margin-top: 15px;
    text-align: center;
}
.product-catalog-views-recommend { overflow:hidden;}
.product-img-box .shipping-info-time {
    clear: both;
    padding: 5px 0 5px 90px;
    width: 390px;
}
.catalog-product-view .footer{margin-top:40px;}
.catalog-product-view .mfp-goods{display:none;}
.mfp-goods a{position:absolute;}
.mfp-share{position:absolute;}
.hotDeal-np .product-name {
    display: block;
    height: 104px;
    overflow: hidden;
}
.category_subnav.color {
    left: 320px;
    top: 160px;
    width: 360px;
}
.category_subnav.color a{border:1px solid #fff;text-align:center;color:#ffffff;font-size:13px;margin:0 5px 10px;width:70px;padding:0;}
.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 {
    max-width: 1366px;
	padding:18px;
	margin: 0 auto;
}
.reviews_bottom .upload-wrap .title-tile{font-size:16px;}
.reviews_bottom .upload-wrap .title-tile em{font-size:24px;font-style:normal;margin:0 6px;}
.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: 40px auto 35px;
    position: relative;
}
.customer-reviews-title > p {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 20px;
    left: 50%;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -6px;
    width: 260px;
    margin-left: -130px;
}
.page-null{padding: 50px 0;
    text-align: center;}
.page-null p {
    text-align: center;
    font: italic 18px/1.8em 'KarlaRegular';
    padding: 30px 5% 40px;
}
.page-null a{background: #fd9ed4 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    margin: 0 auto;
    padding: 12px;
    text-transform: uppercase;
    width: 500px;}
.pis-box-img {
		position: absolute;
		z-index: 1004;	
		height: 150px;
		width: 132px;
		bottom: 30px;
		overflow: hidden;
		background: #ececec; 	
		display: none;
}
 .pis-box-img img{
    	position: absolute;
		height: 120px;
		width: 120px;
		padding: 5px;
    }
    .pis-box-img p{
	bottom: -7px;
    color: #333;
    font: 500 13px/26px 'KarlaRegular';
    /*margin: 0 auto 7px;*/
    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;}
.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;display:none;}
.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; margin-left: 14px;}
/*global footer img*/
span.copyright-adress.img {
display: block;
overflow: hidden;width:870px;margin:0 auto;
}
.copyright-adress.img.fi-1 > img {
    float: left;
	width:840px;
}

.copyright-adress a.dmca-badge {
display: block;
 float: left;
 margin-left: 5px;
 padding-top: 7px;
}

.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;
}
.logout-page{
	width:500px;
	margin:50px auto 0;
	clear:both;
    overflow:hidden;

}
.logout-page .page-title,.logout-page  p{
	width:375px;
	padding-top: 15px;
	margin-bottom:0;
	padding-bottom:10px;
	float:right;
}

.logout-age-img{
	display: block;
    height: 125px;
    width: 125px;
	float:left;
	background-image: url("../images/msg.png");
    background-repeat: no-repeat;
	background-position: 0 -519px;
}

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

.top-language {
    float: left;
    position: relative;
    text-align: center;
    width: 90px;
    z-index: 3000;
	margin-left:15px;
}
.top-language span {
    float: left;
    font-size: 12px;
	display:inline-block;
	padding-right:10px;
}
.top-language  img {
    vertical-align: middle;
}
.top-language .block-content{
    float:left;
	position:relative;
}

.header-left  .block-content dd{
    background-color: #fff;
    border: 1px solid #ddd;
    display: none;
    left: -1px;
    line-height: 24px;
    padding: 5px 10px;
    position: absolute;
    top: 50px;
	border-top:0;
    width: 100px;
}
.header-left  .block-content{
    cursor: pointer;
    float: left;
    font-family:'KarlaRegular';
    font-size: 13px;
    height: 50px;
    line-height: 30px;
	border:1px solid #fff;
	padding:0 5px;
	border-bottom:0;
}


.order-info-box .box-title > h2{font-family:arial;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:#ff008a;}
.order-details .data-table tfoot tr{background:#f7f7f7;}

/*new*/
.links li.first {
	display:none;
}
.user-panel ul a ,.wishlist-panel ul a{
    display: block;
    height: 30px;
    line-height: 30px;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

.user_title > span {
    color: #ff008a;
}

.account-login .sign-in {
    display: block;
    overflow: hidden;
}
.user-panel .triangle {
    left: 50%;
    margin-left: -7px;
    position: absolute;
}

.account-login .buttons-set p {
    font-size: 14px;
    padding: 8px 85px 0 0;
	line-height:12px;
}
p.xy {
    display: block;
    font-size: 14px;
    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-shop .price-box .old-price .price-label,.product-shop .price-box .special-price .price-label{display:none;}


.product-view .favorite a {
}

.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:inline-block;
    height: 23px;
    width: 25px;
	vertical-align:middle;
	margin-right:2px;
}
.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::after {
    content: " :";
    font-size: 14px;
	margin:0 5px 0 3px;
}
.product-options dt span.Color {
    display: inline-block;
    font: 600 16px/21px 'KarlaRegular';
    text-transform: capitalize;
}
.shown_color .displaySpan,.hemline_train .displaySpan,.silhouette .displaySpan,.product-shop .product-options dt label.required em{display:none;}
.block-layered-nav dd.shown_color ol li {float:left;width:30px;height:30px;margin:5px;display:block!important;}
#narrow-by-list dd.shown_color .checkSpan{width:30px;height:30px;margin-right:0;}

#narrow-by-list dd.shown_color .narrow-by-list-more,#narrow-by-list dd.hemline_train .narrow-by-list-more,#narrow-by-list dd.silhouette .narrow-by-list-more{display:none;}
#narrow-by-list dd.shown_color  .multi_colors {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll -7px -7px/45px auto!important;

}
#narrow-by-list dd.shown_color  .other {
    background: rgba(0, 0, 0, 0) url("../images/ombre.png") no-repeat scroll  -7px -7px/45px auto!important;
}

.block-layered-nav dd.shown_color ol li a:hover .checkSpan{background:none; background-color:none;border-color: none!important;}
.block-layered-nav dd.hemline_train ol li{float:left;width:62px;height:61px;display:block!important;margin-right:5px;margin-bottom:5px;}
#narrow-by-list dd.hemline_train .checkSpan{width:62px;height:61px;margin-right:0;}

.block-layered-nav dd.silhouette ol li{float:left;width:62px;height:61px;display:block!important;margin-right:5px;margin-bottom:5px;}
#narrow-by-list dd.silhouette .checkSpan{width:62px;height:61px;margin-right:0;}
.block-layered-nav dd.hemline_train ol li .short_mini{background:url(../images/short_mini.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .knee_length{background:url(../images/knee_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .tea_length{background:url(../images/tea_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .ankle_length{background:url(../images/ankle_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .floor_length{background:url(../images/floor_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .sweep_brush_train{background:url(../images/sweep_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .asymmetrical{background:url(../images/asymmetrical.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .court_train{background:url(../images/court_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .chapel_train{background:url(../images/chapel_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .cathedral_train{background:url(../images/cathedral_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .watteau_train{background:url(../images/watteau_train.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.hemline_train ol li .floor_length{background:url(../images/floor_length.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}

.block-layered-nav dd.silhouette  ol li .a_line_princess{background:url(../images/a_line_princess.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.silhouette  ol li .sheath_column{background:url(../images/sheath_column.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.silhouette  ol li .trumpet_mermaid{background:url(../images/trumpet_mermaid.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}
.block-layered-nav dd.silhouette  ol li .ball_gown{background:url(../images/ball_gown.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}

.block-layered-nav dd.silhouette  ol li .empire{background:url(../images/empire.jpg)no-repeat scroll 0 1px;background-size:60px 60px;}



#narrow-by-list dd.category .checkSpan,#narrow-by-list dd.price .checkSpan,#narrow-by-list dd.lining_material ol li .checkSpan,#narrow-by-list dd.upper_material ol li .checkSpan,#narrow-by-list dd.heel_height_range ol li .checkSpan,#narrow-by-list dd.decoration ol li .checkSpan,#narrow-by-list dd.occasion_type ol li .checkSpan,#narrow-by-list dd.classification ol li .checkSpan,#narrow-by-list dd.styles ol li .checkSpan,#narrow-by-list dd.heel_type ol li .checkSpan,#narrow-by-list dd.actual_heel_height ol li .checkSpan,#narrow-by-list dd.size ol li .checkSpan,#narrow-by-list dd.platform_height ol li .checkSpan,#narrow-by-list dd.size ol li .checkSpan,#narrow-by-list dd.outsole_material ol li .checkSpan,#narrow-by-list dd.body_shape ol li .checkSpan,.block-layered-nav dd.tiers ol li .checkSpan
{border: 1px solid #b9b9b9;
    display: inline-block;
    height: 10px!important;
    left: 0;
    margin-right: 8px;
    position: absolute;
    top: 8px;
    width: 10px!important;         
	}
.block-layered-nav dd.category ol li a,.block-layered-nav dd.price ol li a ,.block-layered-nav dd.lining_material ol li a,.block-layered-nav dd.upper_material ol li a,.block-layered-nav dd.heel_height_range ol li a,.block-layered-nav dd.decoration ol li a,.block-layered-nav dd.occasion_type ol li a,.block-layered-nav dd.classification ol li a,.block-layered-nav dd.styles ol li a,.block-layered-nav dd.heel_type ol li a,.block-layered-nav dd.actual_heel_height ol li a,.block-layered-nav dd.size ol li a,.block-layered-nav dd.platform_height ol li a,.block-layered-nav dd.outsole_material ol li a,.block-layered-nav dd.size ol li a,.block-layered-nav dd.body_shape ol li a,.block-layered-nav dd.size ol li a,.block-layered-nav dd.tiers ol li a{
    padding-left: 20px; 

}
.block-layered-nav dd.category ol li a:hover .checkSpan,.block-layered-nav dd.price ol li a:hover .checkSpan,.block-layered-nav dd.lining_material ol li a:hover .checkSpan,.block-layered-nav dd.upper_material ol li a:hover .checkSpan,.block-layered-nav dd.heel_height_range ol li a:hover .checkSpan,.block-layered-nav dd.decoration ol li a:hover .checkSpan,.block-layered-nav dd.occasion_type ol li a:hover .checkSpan,.block-layered-nav dd.classification ol li a:hover .checkSpan,.block-layered-nav dd.styles ol li a:hover .checkSpan,.block-layered-nav dd.heel_type ol li a:hover .checkSpan,.block-layered-nav dd.actual_heel_height ol li a:hover .checkSpan,.block-layered-nav dd.size ol li a:hover .checkSpan,.block-layered-nav dd.platform_height ol li a:hover .checkSpan,.block-layered-nav dd.size ol li a:hover .checkSpan,.block-layered-nav dd.outsole_material ol li a:hover .checkSpan,.block-layered-nav dd.body_shape  ol li a:hover .checkSpan,.block-layered-nav dd.tiers ol li a:hover .checkSpan{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -129px -368px; background-color:#000;border-color: #000!important;}
.block-layered-nav dd ol li a:hover .checkSpan.other{background:rgba(0, 0, 0, 0) url("../images/bgwidget.png") no-repeat scroll -129px -368px!important; background-color:#000!important;border-color: ##000!important;}
.block-layered-nav dd ol li a:hover .checkSpan{border-color: #000!important;}
.block-layered-nav dd.fabric ol li .checkSpan.chiffon{background:url(../images/layer/small11.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li .checkSpan.satin{background:url(../images/layer/small12.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li .checkSpan.taffeta{background:url(../images/layer/small13.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.elastic_woven_satin{background:url(../images/layer/small14.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.tulle{background:url(../images/layer/small15.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.lace{background:url(../images/layer/small16.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.organza{background:url(../images/layer/small17.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.silk_like_satin{background:url(../images/layer/small18.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.charmeuse{background:url(../images/layer/small126.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.net{background:url(../images/layer/small21.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.sequins{background:url(../images/layer/small22.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.jersey{background:url(../images/layer/small25.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.spandex{background:url(../images/layer/small125.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.satin_chiffon{background:url(../images/layer/small19.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.fabric ol li  .checkSpan.other,.block-layered-nav dd.fabric ol li a:hover .checkSpan.other{background:url(../images/ombre.png) no-repeat scroll -10px -10px!important;background-size:50px 50px!important;}

.block-layered-nav dd.fabric ol li  .displaySpan.other,.block-layered-nav dd.neckline  ol li  .displaySpan.other,.block-layered-nav dd.embellishment  ol li  .displaySpan.other,.block-layered-nav dd.back_style  ol li  .displaySpan.other{background:none!important;}


.block-layered-nav dd.neckline ol li .checkSpan.strapless{background:url(../images/layer/small27.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.sweetheart{background:url(../images/layer/small28.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.v_neck{background:url(../images/layer/small29.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.one_shoulder{background:url(../images/layer/small30.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.straps{background:url(../images/layer/small31.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.square{background:url(../images/layer/small32.jpg)no-repeat scroll 0 0;background-size:30px 60px;}
.block-layered-nav dd.neckline ol li .checkSpan.halter{background:url(../images/layer/small33.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.spaghetti_straps{background:url(../images/layer/small34.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.off_the_shoulder{background:url(../images/layer/small35.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.scoop{background:url(../images/layer/small36.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.high_neck{background:url(../images/layer/small37.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.bateau{background:url(../images/layer/small38.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.jewel{background:url(../images/layer/small39.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.sheer_neck{background:url(../images/layer/small154.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.neckline ol li .checkSpan.checkSpan.other,.block-layered-nav dd.embellishment ol li .checkSpan.other,.block-layered-nav dd.back_style ol li .checkSpan.other,.block-layered-nav dd.neckline ol li a:hover .checkSpan.other,.block-layered-nav dd.embellishment ol li a:hover .checkSpan.other,.block-layered-nav dd.back_style li a:hover .checkSpan.other{background:url(../images/layer/small40.jpg)no-repeat scroll 0 0!important;background-size:30px 30px!important;}

.block-layered-nav dd.sleeve ol li .checkSpan.sleeveless{background:url(../images/layer/small44.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li .checkSpan.short_sleeves{background:url(../images/layer/small45.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li .checkSpan.1_2_sleeves{background:url(../images/layer/small46.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li .checkSpan.3_4_sleeves{background:url(../images/layer/small47.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li .checkSpan.long_sleeves{background:url(../images/layer/small48.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li:nth-child(3) span.checkSpan{background:url(../images/layer/small46.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.sleeve ol li:nth-child(4) span.checkSpan{background:url(../images/layer/small47.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.embellishment ol li .checkSpan.beading{background:url(../images/layer/small49.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.ruffles{background:url(../images/layer/small50.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.hand_made_flower{background:url(../images/layer/small51.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.embroidery{background:url(../images/layer/small52.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.applique{background:url(../images/layer/small53.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.sequin{background:url(../images/layer/small54.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.bowknot{background:url(../images/layer/small55.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.crystal{background:url(../images/layer/small56.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.embellishment ol li .checkSpan.sash_ribbon_belt{background:url(../images/layer/small57.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.lace{background:url(../images/layer/small58.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.rhinestone{background:url(../images/layer/small59.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.ruched{background:url(../images/layer/small60.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.paillette{background:url(../images/layer/small61.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.layers{background:url(../images/layer/small62.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.pleats{background:url(../images/layer/small63.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.pearls{background:url(../images/layer/small64.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.acrylic_jewels{background:url(../images/layer/small65.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.embellishment ol li .checkSpan.feathers_fur{background:url(../images/layer/small67.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.back_style ol li .checkSpan.zipper{background:url(../images/layer/small69.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.back_style ol li .checkSpan.lace_up{background:url(../images/layer/small70.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.back_style ol li .checkSpan.backless{background:url(../images/layer/small71.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.season ol li .checkSpan.spring{background:url(../images/layer/small7.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.season ol li .checkSpan.summer{background:url(../images/layer/small8.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.season ol li .checkSpan.fall{background:url(../images/layer/small9.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.season ol li .checkSpan.winter{background:url(../images/layer/small10.jpg)no-repeat scroll 0 0;background-size:30px 30px;}

.block-layered-nav dd.waist ol li .checkSpan.empire{background:url(../images/layer/small41.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.waist ol li .checkSpan.natural{background:url(../images/layer/small42.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd.waist ol li .checkSpan.dropped{background:url(../images/layer/small43.jpg)no-repeat scroll 0 0;background-size:30px 30px;}
.block-layered-nav dd .checkSpan.other{background:none!important;border:1px solid #eee!important;}
.block-layered-nav dd .displaySpan.other{background:none!important;}

.checkout-icon {
	 background: rgba(0, 0, 0, 0) url("../images/secure-1.png") no-repeat scroll -2px 0;
    float: left;
    display: inline-block;
    height: 20px;
    width: 16px;
}
.onepage-check {
    display: inline-block;
    position: absolute;
	margin-left:-20px;
}
.onepage-check-title{font-size:12px;color:#333;}
.checkout-text-safe{color:#999;margin-top:8px;}

.cart-left .btn-remove {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;}
.cms-contact-us-html .buttons-set button.button span{height:36px;font-size:16px;line-height:36px;padding:0 30px;}
.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;}
.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;}
.header-right .top-select{float: left; position: relative;text-align: center;width: 80px;padding:0 10px;}
.header-right .block-content{float: left;position: relative;padding:0 5px;border:1px solid #fff;padding:0 5px;border-bottom:0;z-index:2000;display:block;}
.header-right .block-content:hover{border:1px solid #ddd;border-bottom:none;background-color:#fff;height:60px;}
.header-right .block-content dt{cursor: pointer; float: left; font-family:'KarlaRegular';font-size: 13px;height: 55px;width:70px;padding-top:5px;}

.header-right .block-content dd{background-color: #fff; border: 1px solid #ddd; display: none;left: -1px;line-height: 24px;padding: 20px;position: absolute;top: 60px;border-top:0; width: 100px;}
.header-right .block-content dl:hover dd{display:block;}

.header-right .block-content dd.user-panel{width:220px;}
.header-right .block-content dd.wishlist-panel{width:220px;left:auto;right:-1px;}
.header-right .block-content .account-sign {
    background: #FF7EA5 none repeat scroll 0 0;
    border-radius: 16px;
}
.header-right .block-content .account-fb {
    background: #5371b1 none repeat scroll 0 0;
    border-radius: 16px;
    margin-top: 12px;
}
.user-panel.top-select-more > p {
    font-size: 14px;
    margin: 10px auto 0;
    width: 160px;
}
.user-panel.top-select-more > p a{text-decoration:underline;}
.user-panel.user-account ul a{color:#333;}
.account-fb em {
    background:rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -162px -21px / 185px auto;
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    width: 22px;
}
.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;}
.category-products .sort-by select{-moz-appearance:none;appearance:none;-webkit-appearance:none; background: rgba(0, 0, 0, 0) url("../images/sort-ag.png") no-repeat scroll right 7px;
    border: 1px solid #ddd;height:30px;width:145px;margin-left:6px;padding:0 10px;}	
.count-num {display: inline-block;position: absolute;right: 0;color:#999;}
.count-num.count-top {float: right;position: relative;}
.product-img-box .favorite { position: absolute;right: 6px;top: 12px;z-index: 3000;}
.product-img-box .share-link {clear:both;width: 260px;height:35px;margin-left:190px;text-align:center;}
.tabs-description { padding: 15px 0;}
.desc-title{
	text-align: center;
    border-top: 1px solid #ddd;
	margin-top: 40px;
	position:relative;
}
.product-collateral .tabs-reviews .desc-title{
	border-top:none;
}
.desc-title h3{
	font-weight: 400;
    font-size: 23px;
    text-transform: uppercase;
    top: -16px;
	display: inline-block;
    position: relative;
    margin-bottom: 0;
    background: #fff;
    padding: 0 10px;
}
.tabs-description .box-collateral{background:#f7f7f7;}
.tabs-description .box-collateral .data-table{border:0;padding:30px 0px;display:block;margin:0 auto;max-width:890px;min-width:690px;}
.tabs-description .box-collateral .data-table .odd,.tabs-description .box-collateral .data-table .even{background:none;border:none;width:50%;float:left;margin-bottom:8px;box-sizing:border-box;}
.tabs-description .box-collateral .data-table tbody th,.tabs-description .box-collateral .data-table tbody td{border:none;font-size:15px;  
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
	width:50%;
	}
.tabs-description .box-collateral .data-table tbody th{border-right:1px solid #ddd;}
.tabs-reviews .reviews-average{
	display: flex;
    justify-content: center;
	border-bottom:1px solid #ddd;padding-bottom:10px;
}
.tabs-reviews .title-name{font-size:16px;float:left;display:inline-block;margin-right:10px;line-height:1;}
.tabs-reviews .reviews-average .ratings .amount{color:#999;margin-left:8px;}
.tabs-reviews .reviews-average .ratings { padding-top: 10px;}
.tabs-reviews .reviews-average .write-review {background: #000; color: #fff;display: inline-block;font-size: 16px;margin-left: 10px;padding: 4px 9px;}
.review-list-cust {border-bottom: 1px solid #ddd;padding: 20px 0;}
.review-list-cust > dt{display:inline-block;width:260px;font-size:15px;}
.review-list-cust > dt  .ratings-table tbody th{display:none;}
.review-list-cust > dd{display:inline-block;width:calc(100% - 280px);font-size:15px;}
.product-view .top-best { position: relative;z-index: 100;}
.product-view .index_middle_title{font-size:22px;font-family:'KarlaRegular';height:30px;line-height:30px;margin-bottom:15px;border:none;text-align:center;}
.product-view .top-best .top-best-prodcut .item .product-image ,.product-catalog-views-recommend .side-list-recommend li img,.product-recently img{margin: 0 auto;text-align: center;width:100%;}
.product-view .top-best .price-box-list { margin: 8px 0;}
.product-view .top-best .price-box-list .special-price-list{
	float:none;
}
.product-view .top-best .old-price-list {display: none;}
.product-view .top-best .price-box-list .special-price-list .price { color: #333333;font-size: 14px;font-weight: normal;}
.products-grid .list-rate-review {height: 20px;}
.header-right .top-wishlist .mini-products-list .product-details{ float: left;overflow: hidden;padding-left: 10px;width: 137px;font-size:1em;text-align:left;}
.header-right .top-wishlist .mini-products-list .product-image {display: inline-block;float: left;}
.header-right .top-wishlist .mini-products-list{border-bottom:1px dashed #ddd;}
.header-right .top-wishlist .mini-products-list  li { margin-bottom: 10px;clear:both;}
.header-right .top-wishlist .mini-products-list  li .price-box{margin:0;}
.header-right .top-wishlist .mini-products-list  li .price-box .old-price{display:none;}
.header-right .top-wishlist .mini-products-list  li .price-box .special-price{padding-left:0;}
.header-right .top-wishlist .block-content-wish .actions{background: #FF7EA5 none repeat scroll 0 0;border-radius: 17px;color: #fff;display: block;height: 30px;line-height: 30px;padding:0;text-align: center;width: 220px;margin-top:15px;}
.header-right .top-wishlist .block-content-wish .actions a{text-decoration:none;font-size:14px;color:#fff;font-weight:bold;}

.customer-account-edit .my-account .fieldset .form-list .field{width:450px;}
.customer-account-edit .my-account .fieldset .form-list  input.input-text{padding:6px;width:246px;}

.customer-account-edit .my-account .fieldset .control input,.newsletter-manage-index .my-account .fieldset .control input{float:left;}
.my-account .buttons-set button.button{float:left;}
.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;}

.cms-index-index .container .PageContent{
	width:1200px;
	overflow:hidden;
}
.cms-index-index .container .PageContent .homepage-boxes{
	width:1218px;
    margin-left:-10px;
}
.cms-index-index .container .PageContent .homepage-boxes li{
	float:left;
    margin:10px 10px;
}
.banner-show{
    width:1200px;
	height:300px;
    margin:0 auto;
    margin-top:20px;
}
.banner_container{overflow:hidden;width:1200px;height:640px;position:relative;}
.banner{position:absolute;left:50%;top:0;margin-left:-600px;}
/*banner_btn*/
.banner_btn{position:absolute;left:50%;margin-left:-23px;bottom:10px;}
.banner_btn li{float:left;width:15px;height:15px;border-radius:15px;background-color:rgba(0,0,0,0.3);margin:0 5px;}
.banner_btn .currentLi{background-color:#FF7EA5;}
/*banner_jquery*/
.banner img{float:left;}
.banner_btn li{cursor:pointer;}
#footer-tag img{width:100%;}

#add_to_cart_processing .modal {display: none;text-align: center;background-color: rgba(0,0,0,.8); z-index: 999999999;}
#add_to_cart_processing .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5050;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
#add_to_cart_processing .modal-dialog { position: relative;width: 600px;margin: 10px;}
#add_to_cart_processing .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 1px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
#add_to_cart_processing .modal-body { position: relative;padding: 15px; height:395px;width: 568px;}
#add_to_cart_processing .media {height: auto;overflow: hidden;margin:5px 0 10px;}
#add_to_cart_processing .media-left, #add_to_cart_processing .media-right {display: table-cell;vertical-align: top;}
#add_to_cart_processing .media-left {width: 28%;float:left;}
#add_to_cart_processing .media-body {width: 68%;float:left;}
#add_to_cart_processing .media img{width:100%;border:1px solid #eee;}
#add_to_cart_processing .media-body h5 {font-weight: bold;text-align:left;font-size: 16px;color: #000;font-family:'KarlaRegular';width:360px;margin:0 auto;}
#add_to_cart_processing .modal .discount {background-color: #eee;padding: 3px; margin-bottom: 10px; border: 1px dashed #ddd;text-align: center;}
#add_to_cart_processing .modal .discount p {font-size: 13px;color: #ff0000;line-height: 18px;}
.countdownBox {padding: 20px 0px;height: auto;background: #fff; position: relative;}
.cb-time,#add_to_cart_processing .modal .continue-shopping {display: block;text-align: center;}
.cb-time .clock span {margin-right: 10px;background: #333;color: #fff;padding: 10px 10px;margin-top: 20px;font-size: 14px;}
#add_to_cart_processing .btn-group-justified {display: table;width: 100%; table-layout: fixed;border-collapse: separate;}
.btn-group-justified .btn-group {width: 50%;display: inline-block;float: left;}
.btn-group-justified .btn-group .continue-shopping {height: 38px;line-height: 38px; font-size: 14px; text-decoration: none;border: 1px solid #000;margin-right: 5px;}
#add_to_cart_processing .modal .btn {height: 40px;display: block;padding: 0;line-height: 40px!important; font-size: 14px; margin-left: 5px;}
#add_to_cart_processing .modal .btn { background-color: #000;border: 0;border-radius: 0; color: #fff;}
.media-option-list .size-chart-value {font-size: 14px;font-weight: bold;text-align: left;padding-top: 5px;width:360px;margin:0 auto;}
.media-option-list .color-chart-value {position: relative;text-align: left;font-size: 13px;font-weight: bold;padding-top: 5px;display:block;width:360px;margin:0 auto;}
.media-option-list .divShowSizeVals {
    padding: 5px 0;
    text-align: left;
	margin:0 auto;
	border:none;
	position:relative;
	top:0;right:0;
}
.media-option-list #sizeUnitTitleLeft{width:50%;text-align:left;padding-right:0;}
.media-option-list .sizeUnitTitle{border-bottom:0;}
.media-option-list .sizeUnitContents div{line-height:25px;font-size:13px;}
.example {width: 1200px;height: 640px;font-size: 40px;text-align: center;margin: 20px auto;}

.carousel-item{line-height: 600px;color: #fff;font-family:'KarlaRegular';}

.ft-carousel {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ft-carousel .carousel-inner {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
	float: left;
	height: 100%;
}
.ft-carousel .carousel-item img {
	width: 100%;
}
.ft-carousel .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-size: 0;
}
.ft-carousel .carousel-indicators span {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: rgba(0,0,0,0.3);
	margin: 0 4px;
	border-radius: 50%;
	cursor: pointer;
}
.ft-carousel .carousel-indicators span.active {
	background-color: #FF7EA5;
}
.ft-carousel .carousel-btn {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 45px;
	margin-top: -65px;
	cursor: pointer;
	transition: all .6s;
	opacity: 0.3;
}
.ft-carousel .carousel-prev-btn {
	left: -50px;
	background: url(../images/banner-img/prev.png) no-repeat;
	background-color:#FF7EA5;
}
.ft-carousel .carousel-next-btn {
	right: -50px;
	background: url(../images/banner-img/next.png) no-repeat;
	background-color:#FF7EA5;
}
.ft-carousel:hover .carousel-prev-btn{left:0;}
.ft-carousel:hover .carousel-next-btn{right:0;}
.ft-carousel .carousel-prev-btn:hover,
.ft-carousel .carousel-next-btn:hover{
	opacity: 1;
	background-color:#FF7EA5;
}
.CustomSize-option{
	padding: 5px 0;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
}
.CustomSize-option .checke-size {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 5px;
    margin-top: 2px;
    float: left;
}
.CustomSize-option.selector .checke-size{
	background:rgba(0, 0, 0, 1) url("../images/bgwidget.png") no-repeat scroll -129px -367px;
	border:1px solid #000;
}
@media screen and (min-width: 1280px){
	.parentMenu > h2 a{
		padding:16px 30px;
	}
	.footer-copy{margin:20px 120px;}
	.product-summury {
		display: inline-block;
		width: calc(100% - 620px);
		float: right;
	}
	.tabs-description .box-collateral .data-table{max-width:1036px;}

	.product-catalog-views-recommend .side-list-recommend li,.product-recently li{
		width:216px;
	}
	.block-content-recommend,.block-content-recently{
		height:320px;
	}

}
.toolbar-bottom .filter_by,.toolbar-bottom .category-name,.toolbar-bottom .sorter .limiter{display:none;}
.sorter .limiter{float: left;line-height: 30px;font-size: 14px;margin-right: 16px;}
.sorter .limiter a:nth-child(2){border-left:1px solid #000;border-right:1px solid #000;}
.sorter .limiter a.selected{font-weight:600;}
.sorter .limiter a{padding:0 8px;}
.sorter .limiter div{display:inline-block;}

/*order step*/
.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;}
.help-right .form-list .field {
    float: left;
    width: 275px;
}
.help-right .form-list label, .help-right .form-list label {
    color: #666;
    float: left;
    font-weight: normal;
    position: relative;
    z-index: 0;
    top: 0;
}
.help-right .form-list .input-box, .help-right .form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
    float: left;
}
.help-right .form-list .input-box input, .help-right .form-list .input-box input {
    height: 30px;
    width: 100%;
}
@font-face {
 font-family: 'KarlaRegular';
 src: url('../font/Function_Regular/KarlaRegular.eot');
 src: url('../font/Function_Regular/KarlaRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/Function_Regular/KarlaRegular.woff2') format('woff2'),
        url('../font/Function_Regular/KarlaRegular.ttf') format('truetype');
}
@font-face {
 font-family: 'KarlaRegular';
 src: url('../font/KarlaRegular/KarlaRegular.eot');
 src: url('../font/KarlaRegular/KarlaRegular.eot?#iefix') format('embedded-opentype'),
        url('../font/KarlaRegular/KarlaRegular.woff2') format('woff2'),
        url('../font/KarlaRegular/KarlaRegular.ttf') format('truetype');
}