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

body          { font:14px/1.55 "Microsoft Yahei","Helvetica","Microsoft Yahei","Lantinghei SC",arial,sans-serif; color:#000; text-align:center; background-color: #f0f2f5;}

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

a             { color:#1e7ec8; text-decoration:none; }
a:hover       { 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 */
p             { margin:0 0 10px; }
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; }*/

/* Lists */
ul,ol         { list-style:none; }

/* 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; }
.v-bottom     { vertical-align:bottom; }
.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; }
.clear        { clear:both;}
.mobile-display {display:none;}
.mobile-no-display {display:block;}
.fr-display,.en-display,.fr-en-display{display:none;}
.fr-no-display{display:block;}
.app-display{display: none;}
.loading-icon{display:inline-block;width:16px;height:14px;line-height:100%;overflow:hidden;background:url(../images/load.gif) no-repeat scroll center center;}
/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {}
.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 { min-height:400px; padding:10px 0px 20px;text-align:left; }
.container {margin: 0 auto;width: 1200px;}
.cms-home .main{padding-top:0px;padding-bottom: 0;}
.main-container > .main > .col-main > .std { padding: 25px 30px; }
.cms-home .main-container > .main > .col-main > .std,.cms-dianping .main-container > .main > .col-main > .std,.cms-event .main-container > .main > .col-main > .std{padding: 0;}

/* Base Columns */
.col-left { float:left; width:200px; padding:0 0 1px; }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { float:right; width:195px; padding:0 0 1px; }

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

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

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:17px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.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%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:14px/15px "Lantinghei","Helvetica","Microsoft Yahei",arial,sans-serif; 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: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 { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; padding:0 8px; font:14px/1.55 "Lantinghei","Helvetica","Microsoft Yahei",arial,sans-serif; 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; }
.default-button-style{display:inline-block;border:none;cursor:pointer;background-color:#009e96;color:#fff;padding:10px 20px;margin:0px;border-radius:5px;line-height:100%;text-align:center;white-space:nowrap;}
.disabled-button-style{background:#CCCCCC!important;color:#999999!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:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
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 */
input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px;position: relative;}
.form-list label {font-weight:600;}
.form-list label.required {}
.form-list label.required em {font-style:normal; color:red;margin-left:2px;}
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin:4px 6px 0 0;float:left; }
.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; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; overflow:auto; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }


.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.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 { padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages {display:none;}
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages .message-close{cursor:pointer;display: block;width: 20px;height: 20px;position: absolute;top: 0;right: 0;background-image: url(../images/icon/close_icon.png);background-position: center;background-size: 20px;}
.messages { width:auto;min-width:338px; overflow:hidden;position:absolute; left:300px;top:200px;padding:30px 20px 20px;border:2px solid #009e96;border-radius:6px;background-color:#ffffff;box-shadow: 5px 5px 10px #888888;z-index: 5002;}
.messages li { margin:0 0 10px !important;}
.messages li li { margin:0 0 3px !important; }
.error-msg span,
.success-msg span,
.note-msg span,
.notice-msg span { background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:6px 8px 6px 32px !important; font-size:14px !important; font-weight:bold !important; }
.error-msg span{ background-image:url(../images/i_msg-error.gif); }
.error-msg span{ color:#df280a; }
.success-msg span{ background-image:url(../images/i_msg-success.gif); color:#3d6611;letter-spacing: 1px;}
.note-msg span,
.notice-msg span { background-image:url(../images/i_msg-note.gif); color:#3d6611; }
.messages-error{border-color:#f16048; background-color:#faebe7;}
.messages-success{border-color:#009e96; background-color:#eff5ea;}
.messages-notice{border-color:#fcd344; background-color:#fafaec;}
.messages .link-msg{padding-top:24px;text-align: center;}
.messages .link-msg ul li .button{display:inline-block;background-color:#009e96;color:#fff;padding:8px 20px;margin-left:45px;border-radius:5px;line-height:100%;text-align:center;white-space:nowrap;}
.messages .link-msg ul li .button:first-child{margin-left: 0;}
.messages .label{color: #888;min-height: 24px !important;padding: 6px 8px 6px 32px !important;font-size: 14px !important;letter-spacing: 1px;}
/* BreadCrumbs */
.breadcrumbs , .breadcrumbs a{ font-size:14px; line-height:1.25; margin:13px auto;width:1200px;text-align:left;}
.breadcrumbs li { display:inline;}
.breadcrumbs li div{display:inline-block;position: relative;}
.breadcrumbs a{ font-weight:normal;padding:0;}
.breadcrumbs .mbx-div span{font-size: 14px;display:inline-block;float:left;}
.breadcrumbs .mbx-scissor {width: 0;height: 0;border-left: 10px solid transparent;border-top: 10px solid #06beb6;border-bottom: 10px solid #06beb6;}
.breadcrumbs .mbx-content {color: #fff;padding: 0px 26px;line-height: 20px;background: #06beb6;background: linear-gradient(45deg, transparent 10px, #06beb6 0) top left, linear-gradient(-135deg, transparent 15px, #06beb6 0) top right, linear-gradient(-45deg, transparent 15px, #06beb6 0) bottom right, linear-gradient(135deg, transparent 10px, #06beb6 0) bottom left;background-size: 51% 51%;background-repeat: no-repeat;}
.breadcrumbs .mbx-content-label{margin-left: -9px;}
.cms-home .breadcrumbs{display:none}
.cms-home .immo-main-container .breadcrumbs{display:block;}

/* Page Heading */
.page-title { width:100%; overflow:hidden; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { 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 */
.pager{color:#009e96;margin: 25px 0;}
.pager .amount{float:left;padding: 6px 0 0;}
.pager .limiter { float:right; margin-bottom: 6px;}
.pager .limiter label { vertical-align:middle;margin:0; }
.pager .limiter select { padding:0;text-align: center;margin:0 5px;width:60px;height:30px;border-radius:6px; background:none;border: 1px solid #009e96;}
.pager .pages {text-align: center}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {display: inline-block;padding: 6px 0 9px;box-sizing: border-box;width: 36px;height: 36px;background: #06beb6;border: 1px #06beb6 solid;border-radius: 0;color: #FFF;}
.pager .pages li a{display: inline-block;padding: 6px 0 9px;box-sizing: border-box;width: 36px;height: 36px;color: #999;background: #fafafa;border: 1px #f2f2f2 solid;border-radius: 0;margin: 40px 0 15px 0;}

/* Sorter */
.sorter { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:right; padding-right:36px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.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 #c2d3e0; 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; }
.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; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.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; }

.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 { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.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; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.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-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.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:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; 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:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; 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; }

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

.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:#009e96; font-size:12px; line-height:1.25; text-align:center; color:#fff; }
.global-site-notice .notice-inner {margin:0 auto;text-align:center; }
.global-site-notice .notice-inner p {padding: 30px 20px;line-height: 28px;font-size: 14px;}
.global-site-notice .notice-inner .actions { padding-top:10px; }
.global-site-notice .cookies-btn{background-color: #fff;padding:7px 5px;margin-top: -2px;}
.global-site-notice .cookies-btn span{color: #009e96;font-weight: bold;}
.global-site-notice .cookies-more{border: 1px solid #fff;color: #fff;display: inline-block;padding: 2px 10px;margin: 0 0 0 12px;}

/* 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 {padding-top:30px;text-align:left; position:relative;font-weight:600;}
.header .logo { float:left; text-decoration:none !important; }
.header .logo img{width: 160px;}
.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; }
.website-site .website-site-list{float:left;width: auto;margin: 23px 0 0 10px;height: auto;font-size: 16px;font-weight: bold;}
.website-site .website-site-list a{color: #666;font-size: 18px;font-weight: normal;}
.website-site .website-site-list .website-site-icon{background-image: url(../images/icon/local.png);background-repeat: no-repeat;background-position: 0 6px;float: left;width: 12px;height: 23px;display: inline-block;margin-right: 5px;}
.header .home-search{float: left;margin-left: 3.5%;width: 41%;position: relative;}
#search-hot{height: 30px;max-width: 100%;max-height: 30px;position: absolute;top:42px;overflow: hidden;}
.home-search-hot{display: none;}
.home-search-hot.active{display:block;}
.home-search-hot li{display:inline-block;margin:0 10px;font-size: 12px;font-weight: normal;line-height: 30px;color:#ccc;}
.home-search-hot li span{cursor:pointer;}
.home-search-hot li:hover {color:#06beb6;}
.home-search select{border:none;font-size: 14px;font-weight: normal;border-radius: 6px;}
.home-search .chosen-container{font-weight: normal;font-size: 14px;width: 69px ! important;border-right: 1px solid #06beb6;padding:4px 0 0 5px;}
.home-search .chosen-container-single .chosen-single{background: none;border:none;}
.home-search .chosen-container-single .chosen-single div{top:-3px;}
.home-search .chosen-container-single .chosen-single div b{transition: all 0.2s;content: '';display: inline-block;width: 6px;height: 6px;border-top: 1px solid #656565;border-right: 1px solid #656565;transform: rotate(135deg);}
.home-search .chosen-container-active.chosen-with-drop .chosen-single div b{transform: rotate(-45deg);}
.home-search .chosen-container-active.chosen-with-drop .chosen-single{background: none;border: none;}
.home-search .chosen-container .chosen-results li.highlighted{background-color: #07beb6;background-image: linear-gradient(#11bcb8 20%,#3fb3be 90%);}
.home-search .chosen-container .chosen-drop{box-shadow:0 4px 5px rgba(0,0,0,.15);border:1px solid #06beb6;border-top: none; width: 100%;box-sizing: content-box;}
.home-search .chosen-container .chosen-results li{padding:7px 10px;}
.home-search .chosen-container.chosen-with-drop .chosen-drop{left:-1px;margin-top: -3px;}
.home-search #home-search-form-select{position: relative;display: inline-block;vertical-align: middle;font-size: 13px;zoom: 1;font-weight: normal;font-size: 14px;width: 69px ! important;border-right: 1px solid #06beb6;padding: 4px 0 0 5px;}
.home-search #home-search-form-select span{position: relative;display: block;overflow: hidden;padding: 0 0 0 8px;height: 32px;border:none;background-color: none;color: #444;text-decoration: none;white-space: nowrap;line-height: 32px;}
.header-contact{float: left;margin-left: 3%;width: 20%;}
.header-contact>div .contact-font{padding-left: 30px;font-size: 14px;color: #666;font-weight: normal;background-repeat: no-repeat;background-position: 0 0px;}
.header-contact .contact-phone .contact-font{background-image: url(../images/icon/phone.png);display: block;}
.header-contact .contact-email .contact-font{background-image: url(../images/icon/email.png);display: block;}
.contact-phone{margin-bottom: 2px}
.header-contact .contact-weixin a{background-image: url(../images/icon/wechat.png);display: block}
.header .quick-access { float:right;}
.header .quick-access .top_link{margin:16px 0 10px 0;}
.header .quick-access .top_customerL{color: #07beb6;font-weight: normal;padding: 0px 10px;border: 1px solid #07beb6;border-radius: 4px;cursor: pointer;}
.top_registration{margin-left: 18px;}
.header .quick-access .top_customerR{color: #666;font-weight: normal;}
.header .form-search {width:100%; height:40px;padding:0;float: right;margin: 0 auto;border: 1px solid #06beb6;background-color: #fff;display: flex;}
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text {padding: 8px 2%;float: left;width: 70%;border: none;font-size: 14px;color: #999;box-sizing: content-box;}
.header .form-search input.input-text::-webkit-input-placeholder{color: #ccc;}
.header .form-search button.button {border: none;background-color: #06beb6;margin: 0;padding: 7px 0;float: right;width: 17%;}
.header .form-search button.button span {text-indent: -999em;background-size: 60px auto;background-position: 0 0;height: 20px;width: 5px;margin: 0 auto;}
.header .form-language { clear:both;padding: 5px 0 10px; text-align:right;min-height: 26px;}
.header .form-language label { 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 .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container{box-shadow: 0 2px 27px 0 rgba(0,0,0,.1);background-color: white;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }
.form-language button{height:26px; line-height:23px;background:transparent;border-radius:6px; border:none;padding:0 5px;cursor: pointer;margin-bottom: 2px;color: #808080;}
.form-language button:hover{color: #009e96;}
.form-language label{padding: 8px 0;display:inline-block;}
.form-language .chosen-container-single{ width:90px !important}
.form-language .chosen-container-single .chosen-single{height: 26px;line-height: 23px;background:#f6f6f6;border-radius: 6px}
.form-language .chosen-container-single .chosen-single div b{background-position:0 4px;}
.form-language .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 4px;}
.form-language .chosen-container .chosen-results li.highlighted{background-color:#00a199;background-image:none;}
/********** < Navigation */
#nav {margin:0 auto;font-size:13px;}

/*邀请有礼*/
.right-bottom-static{position: fixed;right: 15px;bottom: 170px;z-index: 6;cursor: pointer;}
.right-bottom-static:hover{right: 9px; bottom: 169px; padding: 0px 5px; border: 1px solid #ccc; background:none;}
.right-bottom-static .right-bottom-close{display: inline-block;float: right;width: 20px;height: 20px;margin-top: 5px;background: url(../images/icon/close_icon.png) no-repeat left center;background-size: 20px 20px;}
.right-bottom-static img{width: 120px;height: 180px;}
.right-bottom-static span{display: block;width: 120px;height: 20px;margin-bottom:10px;}
.invitation-mask{display: none;position: fixed;z-index: 7;top: 0px;left: 0px;width: 100%;height: 1732px;background-color: rgb(255, 255, 255);opacity: 0.5;}
.center-static{display: none;position: fixed;z-index: 8;background: #fff;}
.center-static .img-content {text-align: center}
.img-content img {width: 35%;margin: 10px;}
.center-static .img-content p{margin: 5px;}
.center-static .share-content h1{font-weight: 600;margin: 10px;}
.center-static .share-content .invitation-link-content input{display: inline-block;width: 560px;line-height: 30px;border: 1px solid #e5e5e5;padding: 5px 10px;margin-bottom: 3px;border-radius: 0;color: #999;box-sizing: border-box;}
.invitation-link-content a{display: inline-block;width: 80px;line-height: 30px;border: 1px solid #e5e5e5;padding: 5px 10px;border-radius: 0;color: #999;box-sizing: border-box;}

/* All Levels */ /* Style consistent throughout all nav levels */
.menu-block{margin-top: 75px;clear: both;}
.menu-block #nav{float: right;width:calc(100% - 190px);justify-content: space-around;}
#nav li, #nav-top li{ position:relative; text-align:left;flex: 1;-webkit-box-flex: 1;-moz-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;float: left\9;width: 11% \9;}
#nav li:last-child,#nav li.feedback-index-index,#nav-top li:last-child{margin-right:0;}
#nav li:first-child,#nav li.cms-home,#nav-top li:first-child{margin-left:0;}
#nav li.navbar-toggle{padding:0;margin-top: 0;flex: 0 1 auto;-webkit-box-flex: 0 1 auto;-moz-box-flex: 0 1 auto;-webkit-flex: 0 1 auto;-ms-flex: 0 1 auto;}
#nav li.navbar-toggle.plus.over{background:url(../images/home/triangle.png) no-repeat;background-position: 50%  100%;}
#nav li.over,#nav-top li.over{ z-index:998; }
#nav li.over a:hover span,#nav li.navbar-toggle a.current{color: #f15a24;}
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span.nav-hot{color: #ffffff;font-size: 12px;background-color: #fc4671;padding: 2px 8px;margin-left: 5px;border-radius: 10px;vertical-align: top;}
#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 a { float:left; padding:0 0 0 35px; color:#000;font-size: 16px;}

/* 1st Level */
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }

/* 2nd Level */
#nav ul,#nav div { position:absolute;width:100%;top:36px; 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{ color:#666; }
#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,
#nav-top li ul.shown-sub { left:0; z-index:999;opacity:1;visibility: visible;top:100%;}
#nav-top li ul.shown-sub{left: -1rem;min-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }

/* Show sub-menu */
#nav ul.sub-menu,#nav-top ul.sub-menu{ position: absolute;top: 120%;visibility: hidden;opacity: 0;left: -999em;transition: .2s linear; transition-property:top,opacity,visibility;line-height: 1.3em;text-decoration:none;border: none;top:53px; overflow: hidden;box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);}
#nav ul.sub-menu li,#nav-top ul.sub-menu li{padding-bottom: 0!important;background: #fff repeat-x;}
#nav ul.sub-menu li a,#nav-top ul.sub-menu li a{display:block;font-size: 14px;background:#fff repeat-x;padding:6px 20px 6px 10px ;line-height: 29px ;font-weight: normal;box-sizing: border-box;}
#nav ul.sub-menu li .routeTitle{font-size: 14px;padding:6px 5px 6px 20px ;line-height: 29px ;}
#nav ul.sub-menu li a:hover,#nav-top ul.sub-menu li a:hover,#nav .li-sub-route .routeTitle:hover{background-color: rgba(0,0,0,0.1);}
#nav ul.sub-menu li:last-child,#nav-top ul.sub-menu li:last-child{border-bottom: none;}
body[class*="cms-introd-"] #nav .intro-path > a{ color: #009e96; }
#nav > li > a{float:none;text-align: center;padding: 11px 0 ;transition: all 0.3s ease;}
#nav ul.ul-sub-route{position: relative;left: 0;width: auto;top: 0;border: none;}
#nav ul.subRoute{position: absolute;top: auto;border: none;margin-top: -41px;}
#nav .li-sub-route ul.subRoute li{border-bottom: none;}
#nav ul.sub-menu.sub-meu-cn{overflow:visible}
#nav ul.sub-menu li.li-sub-route{ position: unset;position: static;}
#nav ul.sub-menu .subRoute a{padding:6px 10px;}
#nav ul.sub-menu li .routeTitle{position: relative;}
#nav span.routeTitle{display:block;}
#nav .li-sub-route .routeTitle{color: #666;}
#nav .li-sub-route b{position: absolute;visibility: visible;bottom: 16px;right:10px;;border-right: 1.5px solid #000;border-top: 1.5px solid #000;height: 5px;width: 5px;transform: rotate(45deg);border-left: 2px solid transparent;border-bottom: 2px solid transparent;}
#nav .li-sub-route.over b{border-right: 1.5px solid #fff;border-top: 1.5px solid #fff;}
#nav .navbar-toggle span.routeTitle{font-weight: normal;}
.menu-block li i.nav-right-arrow{position: absolute;width: 16px;height: 16px;display: block;right:3px;top: 13px;background-image: url(../images/icon/arrow666.png);background-repeat: no-repeat;background-position: 0 0px;background-size: 16px 16px;pointer-events: none;background-color: transparent;}

#nav-top ul.sub-menu li{width:100%;}
#nav-top ul.sub-menu li a{color: #000;width:100%;}
#nav .navbar-toggle ul.sub-menu{min-width: 10rem;max-width: 100%;border-top: 2px solid #44b2be;background-color: #fff;}
/********** Navigation > */
/* ======================================================================================= */

/*20190530nav*/
.new-catalog-nav #nav li ul.shown-sub,
.new-catalog-nav #nav li div.shown-sub,
.new-catalog-nav #nav-top li ul.shown-sub { left:-45px; z-index:999;opacity:1;visibility: visible;top:100%;}
.new-catalog-nav #nav li.navbar-toggle{padding:11px 0;}
.new-catalog-nav #nav #nav li div.shown-sub,
.new-catalog-nav #nav #nav-top li ul.shown-sub { left:0; z-index:999;opacity:1;visibility: visible;top:100%;}
.new-catalog-nav #nav ul span,
.new-catalog-nav #nav ul li.last li span { padding:0; }
.new-catalog-nav #nav li.navbar-toggle .navbar-toggle{padding:0}
.new-catalog-nav #nav a{padding: 0}
.new-catalog-nav #nav ul.sub-menu, #nav-top ul.sub-menu{overflow: visible;}
.new-catalog-nav #nav li .shown-sub ul.shown-sub,
.new-catalog-nav #nav li .shown-sub li div.shown-sub { left:160px;top:0px;border-top:0;}
/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

/* 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 */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; 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: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(../images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; 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 { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

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

/* Block: Wishlist */
.block-wishlist .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 { margin-left:20px; }

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

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

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

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

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

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
.block-subscribe label { font-weight:bold; color:#666; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* 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 {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */


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

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.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 {}

.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:#c76200; }
.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
.block .regular-price,
.block .regular-price .price { color:#2f2f2f; }

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

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }

/* 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; 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:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.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; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.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 { border:1px solid #c4c6c8; }

.product-essential { padding:25px; background:#fff url(../images/bkg_product-view.gif) 100% 0 no-repeat; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { background:#faf7ee url(../images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.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 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.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:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.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 { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:330px; }
.col1-layout .product-view .product-shop { float:right; width:545px; }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
.product-view .product-shop .price-box { margin:10px 0; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:red; margin-left:5px; }
.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:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.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; }
.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; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top: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 { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.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; }

/* 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%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 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; background:#f1ecdb; }
.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; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; 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; }
.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; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a { color:#1e7ec8; }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* 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 {}
.cms-page-view .col-main,.driver-apply-index .col-main,.xapplication-index-index .col-main{background-color: #fff;}
.cms-page-view .price-title .title{background-color: white;}
.cms-page-view .page-title{text-align: center;padding-top: 25px;}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 12px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.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: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:#406a83; background:#618499; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:605px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.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 { border:1px solid #d0cbc1; background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(../images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.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 { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:1px 15px 1px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.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:250px; 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:-20px; left:50%; }
.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 10px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.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:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; 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;border:none; }
.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 .top-billing-buttons-container.buttons-set,.opc .top-shipping-buttons-container.buttons-set{padding:0;margin:0;}
.opc #opc-billing .step{padding-top: 5px;}
.opc .step#checkout-step-shipping{padding-top:0;}
.opc #billing-buttons-container.buttons-set,.opc #shipping-buttons-container.buttons-set{padding: 20px 0 0 0;}
.opc { position:relative; }
.opc li.section {}

.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step {padding-bottom: 40px;padding-top: 10px;width:100%;}
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; }

@-webkit-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; 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; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.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:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.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:13px; font-weight:bold; margin:0; }

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

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; 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 > */

.order-info-box {}
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items 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 Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }

.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;margin-bottom: 20px;margin-top: 10px;}
.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:8px 0 10px; }
.page-print .disclaimers{font-size: 16px;margin-top: 12px;text-align: center;}
.page-print .item-details{border:1px solid #bebcb7;border-left:none;border-right:none;}
/* 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:113px; height:113px; margin:0 0 5px; }
.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; 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; box-shadow:0 0 3px #999; 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:305px !important;}


/* ================float-bar=============== */
.float-bar{position: fixed; z-index: 999; right:0px; top:288px; text-align: center;}
.float-bar-img{background: url(../images/home/float-bar-show.png) no-repeat;width:60px;height: 226px;cursor: pointer;transition: width 200ms ease;-moz-transition:width 200ms ease;-webkit-transition: width 200ms ease;-o-transition: width 200ms ease;}
.float-bar-img.showQrCode{background-position: -60px 0;width: 148px;height: 355px;margin-top:0px;}
.showQrCodeImg,.float-txt{display: none;}


/* =============1018/home ads============== */
.home-left-banner{width: 190px;float: left;background:linear-gradient(#06beb6,#48b1bf);position: absolute;z-index: 998;height: 45px;transition: 0.39s ease;}
.home-left-banner .category-nav-title-wrapper{height: 44px;padding-top: 10px;box-sizing: border-box;box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);z-index: 1;position: relative;background: linear-gradient(#07beb6,#0cbcb7);}
.home-left-banner .category-nav-title{font-size: 16px;font-weight: bold;margin-top:3px;color: white;cursor: default;}
i.title-menu{margin-left: 13px;display:inline-block;width:32px;height:32px;background:url(../images/icon/menu.png) no-repeat;background-size: 32px;vertical-align: middle;margin-top: -4px;}
.home-left-banner .category-nav-content-wrapper .nav-ul{padding: 0;margin:5px 0 10px;height: 533px;box-sizing: border-box;display:flex;flex-direction: column;justify-content: space-between;}
.home-left-banner .nav-li{position: relative;box-sizing: border-box;}
.home-left-banner .nav-li:hover{background-color: rgba(0,0,0,0.1);}
.home-left-banner .nav-li:hover .iconfont{opacity: 1;}
.home-left-banner .nav-li h1{font-size: 28px;color: white;font-weight: bold;line-height: 38px;padding-top: 10px;}
.home-left-banner .nav-text-wrapper{display: block;}
.home-left-banner .nav-text-wrapper .iconfont{position: absolute;left: 18px;top: 7px;width: 20px;height:20px;font-size: 18px;font-style: normal;color:white;opacity: .3;pointer-events: none;background-image: url(../images/icon/home/home.png);background-repeat: no-repeat;background-size: 20px 550px;}
.home-left-banner .nav-text{display:block;font-size: 16px;line-height: 28px;height: auto;color: #fff;cursor: pointer;padding: 3px 0 3px 52px;font-weight: normal;}
.home-left-banner .nav-li .nav-right-arrow{width: 16px;height: 16px;display: block;position: absolute;right: 10px;top: 9px;bottom: 0;background-image: url(../images/icon/arrow.png);background-repeat: no-repeat;background-position: 0 0px;background-size: 16px 16px;pointer-events: none;}

.shipping-banner img{width: 100%;}
.shipping-banner.slick-dotted.slick-slider{margin-bottom:0;}
.shipping-banner .slick-dots{position:absolute;bottom:0;z-index:0;}
.shipping-banner .slick-dots li{margin-bottom: 5px;width: 8px;height: 8px;border-radius: 50px;background-color:#000;opacity: 0.5;border: 1px solid #000;}
.shipping-banner .slick-dots li.slick-active{background-color: #FFF;opacity: 1;border:1px solid #CCC;}
.shipping-banner .slick-dots li button{position: absolute;left: -6px;top: -5px;}
.shipping-banner .slick-dots li button::before{display:none;}
.cms-index-index .main-container { background-color: transparent; }

.home-left-banner .nav-li:hover>div,.home-left-banner .nav-li>div .nav-menu-ul li .sub-nav:hover ul{display:block;top: 0px;opacity: 1;visibility: visible;box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2);}
.home-left-banner .nav-li>div,.home-left-banner .nav-li>div .nav-menu-ul li .sub-nav ul{position: absolute;top: 3px;left: 190px;width: 190px;z-index: 1;padding:0;margin:0;background-color: white;z-index: 2018;opacity: 0;visibility: hidden;transition: .3s;}
.home-left-banner .nav-li>div .nav-menu-ul{padding: 0;margin: 0;list-style-type: none;}
.home-left-banner .nav-li>div .nav-menu-ul li{display:block;}
.home-left-banner .nav-li>div .nav-menu-ul li:hover{background-color: rgba(0,0,0,0.1);}
.home-left-banner .nav-li>div .nav-menu-ul li a{padding:10px 30px;color: #666;display:block;font-weight: normal;}
.home-left-banner .nav-li>div .nav-menu-ul li .sub-nav{position: relative;padding:10px 30px;color:#666;font-weight: normal;cursor: default;}
.home-left-banner .nav-li>div .nav-menu-ul li .sub-nav .nav-right-arrow{background-image: url(../images/icon/arrow666.png);top: 12px;}
.home-left-banner .nav-li>div .nav-menu-ul li .sub-nav a{padding: 10px;}

.home-left-banner .category-nav-content-wrapper{opacity: 0;visibility: hidden;margin-top: -35px;transition: .5s ease;}
.cms-home .home-left-banner .category-nav-content-wrapper,.home-left-banner:hover .category-nav-content-wrapper{opacity: 1;margin-top: 0;visibility: visible;}
.cms-home .home-left-banner{height: 592px;z-index: 1;animation: none;}
.home-left-banner{animation: hackHide2 0.39s;}
.home-left-banner:hover{height: 592px;animation: hackHide 0.39s; }
@keyframes hackHide {
    from { overflow: hidden; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); }
    to { overflow: hidden; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); }
}
@keyframes hackHide2 {
    from { overflow: hidden; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); }
    to { overflow: hidden; box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); }
}
/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:600; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(../images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(../images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* reset ================================================================================ */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}

/* top ================================================================================ */
.wrap-top-bar { background:#f8f8f8;font-size: 12px;}
.top-bar {color:#808080;}
.top-position{ float:left;}
.drop-box {float:left;padding-left:22px;position: relative;}
.drop-box .set-box a.website-icon-it_site,.drop-box .set-box a.website-icon-qy_site{display:none ! important;}
.drop-box .arrow {margin:10px 0 0 5px;border-color: #fff transparent transparent;float:right;border-width: 5px 5px 0;display: none;}
.top_link ul li{ float:left;}
.dot-bottom {display:inline-block;margin:0 3px 3px;border-left:4px solid transparent;border-right: 4px solid transparent;border-top:4px solid #999999;}  
.dot-bottom-black {display:inline-block;margin:0 3px;border-left:5px solid transparent;border-right: 5px solid transparent;border-top:7px solid black;padding-top:2px;}
.top-bar a{color:#808080;display: inline-block;padding:8px 0;}
.top-bar .discovery a{color: #f35844;font-weight:600;}
.top-bar a:hover,.top-bar .over a{color:#009e96;}
.quick-access .welcomeNav{background: url("../images/unfold.png") no-repeat scroll right center transparent;padding-right: 20px;background-size: 24px 12px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;max-width: 10em;}
.quick-access .top_link a{color:#666;}
.top_link .sp{padding:8px 10px;font-weight: 600;float: left}
.quick-access .top_link .sp{color:#009e96;padding: 9px 12px;}
.top_link .caption{padding:5px 0;}
.drop-box a.level-one{color:#fff;text-decoration:none;}
.drop-box.hover a.level-one{color: #009e96;}
.drop-box .set-box{ position: absolute;padding-top: 10px;left:-5px; z-index: 103;font-size: 14px; line-height:100%; text-align: left;  background-color:#4d4d4d; display: none;padding-bottom:6px;border-radius:0 0 6px 6px;}
.drop-box .set-box a:link,.drop-box .set-box a:visited{white-space:nowrap;display:inline-block;color: #fff;padding:10px 30px;background-position:5px center;}
.drop-box .set-box a:hover{color:#009e96}
.drop-box.hover .set-box{display: block;}
.arrow{width:0; height:0; font-size: 0; line-height: 0; border-color:#555 transparent transparent; border-width: 4px 4px 0; border-style: solid dashed dashed; -webkit-transition: -webkit-transform .2s ease-in;
    -moz-transition: -moz-transform .2s ease-in; -ms-transition: -ms-transform .2s ease-in; -o-transition: -o-transform .2s ease-in; transition: transform .2s ease-in;}
 .drop-box.hover .arrow{border-color: #009e96 transparent transparent;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}

.welcomeMenu{position:relative;}
.welcomeMenu:hover .welcomeContent{z-index:1000;opacity:1;visibility: visible;top:110%;}
.welcomeContent{width:100%;position: absolute;top: 120%;visibility: hidden;opacity: 0;right: 7%;-moz-transition: 200ms linear;-webkit-transition: 200ms linear;-o-transition: 200ms linear;transition: 200ms linear;line-height: 1.3em;text-decoration: none;border: none;border-radius: 0 0 10px 10px;overflow: hidden;box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);}
.welcomeContent li {width:100%;padding-bottom: 0;background: #fff repeat-x;position: relative;text-align: left;flex: 1;-webkit-box-flex: 1;-moz-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;}
.welcomeContent li:last-child{border-bottom: none;}
.welcomeContent li a {display:block;background: #fff repeat-x;padding: 6px 5px 6px 20px;line-height: 29px;color: #666;font-weight: normal;}
.welcomeContent li:hover a{background-color: rgba(0,0,0,0.1);}
/* carousel ================================================================================ */
.glyphicon-chevron-left::before,.glyphicon-chevron-right::before{content:'';}
.carousel-indicators li a{display:none;}

.main-search {width:300px; float:left; padding:15px; margin-left:15%; background:#009e96; color:#fff;border-radius:6px;min-height:165px;}
.user-login {width:300px; float:right; padding:15px; margin-right:15%; background:#009e96; color:#fff;border-radius:6px;min-height:165px;}
.user-login a{color:#fff;}
.form-search li {padding-bottom: 11px;}
.icons-xcar {background-position: 0 -55px;width: 27px;height: 27px;float: left;margin: 5px 5px 0 0;}
.title-text {float: left;height:35px;line-height:35px;font-size:18px;font-weight:normal;color:#fff;}
.main-box #textarea {width: 93%;height:54px;border: 1px solid #009e96;resize: none;font-size: 14px;padding: 10px;border-radius:6px;}
.main-box .button {border: 0 none;cursor: pointer; color: #fff;background:#009e96;border:2px solid #fff;-moz-border-radius:6px;/* Gecko browsers */-webkit-border-radius:6px;/* Webkit browsers */border-radius:6px;/* W3C syntax */padding: 5px 20px;font-size: 14px; float:right;}
.button-default {background:#009e96 none repeat scroll 0 0;border:0 none;border-radius:6px;color:#fff;font-size:16px;padding:8px 20px;cursor:pointer;}
.textarea-default {background:#efefef none repeat scroll 0 0;border:2px solid #009e96;resize:vertical;border-radius:6px;color:#555;line-height:128%;padding:5px;}
.login-title {padding-bottom: 10px;overflow: hidden;}
.icons-key {width: 23px;height: 25px;float: left;background-position: -27px -54px; margin: 3px 5px 5px 0;}
.main-box .form-list li { padding: 10px 0;margin:0}
.main-box .form-list li.last{padding-bottom: 0px;}
.user-login .form-list li .input-box .index-login {padding: 8px;width:93%;background:#fff;border:2px solid #fff; -moz-border-radius:6px;/* Gecko browsers */-webkit-border-radius:6px; /* Webkit browsers */border-radius:6px;/* W3C syntax */font-size: 14px; color: #333;}
.user-login .form-list .input-box{width:100%}
.index-title {border: 0 solid #009e96;border-top-width: 2px;}
.cms-home .index-title{margin-top: 20px;}
.index-title .title {display:block;text-align: center;padding: 0 1em;color:#009e96; font-size:22px; font-weight:600;}
.users-list li{ padding: 0 0 19px;}
.users-list .wait-pay{ color: orange;font-weight: 600;}
.users-list a:hover{text-decoration: underline;color: orange;}
.main-box{overflow: hidden;padding-bottom: 20px;}

#queryText{width: 33%;display: inline-block;text-align:center;}
#queryHistory{width: 65.4%;display:inline-block;background-color:white;border-radius: 6px;}
#queryRecord{cursor: pointer;margin:0 auto;display:block;text-align: center;}

/* Footer ================================================================================ */
.footer-container {width:100%; margin:0 auto; color:#fff;background:#f0f2f5;font-weight: normal;}
.foot-quick { background:#FFF; margin:0 0 10px; padding:30px; text-align:center;overflow: hidden;}
.process-ul{overflow: hidden;padding: 20px 0 50px 0;}
.foot-quick li,.process-ul li{float:left;width: 25%;}
.footer {width:1200px;margin:0 auto;}
.footer .guide-list{overflow: hidden;}
.guide-list .guide-ul{float: left;border-left: 1px #e0e0e0 solid;width: 320px;height: 160px;text-align: left;box-sizing: border-box;padding: 0 38px;margin: 15px 0 35px 0;}
.guide-list .guide-ul.first{border: none;}
.guide-list .guide-ul.second{width: 244px;}
.guide-list .guide-ul.third{width: 390px;}
.guide-list .guide-ul.last{width: 230px;}
.guide-list .guide-ul.third li span{margin-left: 5px;}
.guide-list .guide-ul a{ color:#fff;text-decoration: none}
.guide-list .navbar-toggle{padding:10px 0px;border: none;margin: 0;}
.guide-list .navbar-toggle h2{font-size: 20px;color: #4c4c4c;}
.guide-list .guide-ul .navbar-nav li{float: left;color: #666;font-size: 14px;line-height: 22px;margin:0 20px 0 0;}
.guide-list .guide-ul .navbar-nav li:nth-child(3n){margin-right: 0;}
.guide-list .guide-ul .navbar-nav li a{color: #666; }
.guide-list .guide-ul.third .navbar-nav li{float: none;color: #808080;padding-bottom: 5px;}
.guide-list .guide-ul.last .navbar-nav li{margin-bottom: 20px;}
.guide-list .guide-ul .navbar-nav li .sub-link.shown-sub{padding-top: 0;top: 90%;}
.guide-list .foot-help-item{margin-top: 15px;}
.footer-outside{padding-left: 60px;text-align: left;padding-bottom: 20px;}
.footer-outside span,.footer-outside a{color: #808080;font-size: 14px;line-height: 22px;}
.footer-outside span.sp{padding-left: 5px;}
.footer-outside-title{display:inline-block;margin-right:20px;}
.footer-nav { text-align:center;line-height: 50px; font-size:14px;color: #f0eff4;height: 50px;background-color: #343639;}
.footer-introduce{width: 1200px;margin: 0 auto;}
.introduce-foot p{color: #333;font-size: 20px;margin: 10px 0 0;}
.introduce-foot span{color: #666;font-size: 16px;}
.introduce-foot span:nth-of-type(1){margin-right: 10px;}

.footer-container i{display:block;margin:0 auto;width:60px;height: 60px;background: url("../images/footer/footer-icon.png") no-repeat;background-size: 250px 150px;background-position: 0 0;}
.foot-quick .first i{background-position:-1px -13px;}
.foot-quick .second i{background-position:-67px -13px;}
.foot-quick .third i{background-position:-125px -13px;}
.foot-quick .last i{background-position:-188px -13px;}
.footer .guide-list .third i{display:inline-block;width: 19px;height: 19px;margin:3px;vertical-align: top;}
.footer .guide-list .third i.address{background-position: 1px -83px;}
.footer .guide-list .third i.tel{background-position: -24px -83px;}
.footer .guide-list .third i.email{background-position: -50px -83px;}
.footer .guide-list .last i{display:inline-block;width: 30px;height: 30px;vertical-align: top;}
.footer .guide-list .last i.weibo{background-position: -42px -110px;}
.footer .guide-list .last i.in{background-position: -153px -109px;}
.footer .guide-list .last i.ins{background-position: -186px -110px;}
.footer .guide-list .last i.twitter{background-position: -82px -110px;}
.footer .guide-list .last i.facebook{background-position: -120px -110px;}
/*delivery*/
.de-c-li{float:left;width:50%;margin-bottom:40px;font-size:16px;font-weight:bold;height:160px}
.de-c-li h3{font-size:20px;padding-bottom:10px; color:#0e9992;font-weight:bold;}
.de-c-li p{margin:5px 0 0;}
.de-c-li span{padding:0 5px;display:inline-block;}
.de-w{display:inline-block;padding:0 5px;}

/**投递点**/
.de-c-li em{background-image: url(../images/icon/delivery-icon.png);background-repeat:  no-repeat;float: left; width:25px; height:25px;display: inline-block;margin-right: 5px;}
.de-c-li em.de-a-mo {background-position:0 0;}
.de-c-li em.de-time-mo {background-position:0 -63px;}
.de-c-li em.de-tele-mo {background-position:0 -129px;}

/**价格表**/
.cms-main{margin:50px auto;width:1200px;}
.price-title.navbar-toggle{margin:30px 0;padding: 0;list-style: none;}
.price-title .index-title{border-color:#000;}
.price-title .title {color:#000; font-size:24px; font-weight:600; line-height:30px; display:block; margin:0 auto; text-align:center; padding:0 40px;}
.std .pricelist-ul,.std .pricelist-ul .navbar-nav{padding-left:0;margin:0}

.table-style { margin:0 auto; text-align:center;border:0; font-size:18px;}
.table-style table {border-top:2px dashed #00a199;border-left:2px dashed #00a199; text-align:left;margin-bottom:10px;}
.table-style td {border-right:2px dashed #00a199;border-bottom:2px dashed #00a199; padding:3px 10px;font-weight:bold;}
.price-span {font-size:18px;margin: 10px 0;}
.price-span a{text-decoration:underline; color:#00a199;}
.ems-milk-table{width:350px;}
.daifa-table{width:600px;}

/**在线客服**/
.contactus {width:1147px; margin:0 auto; padding-bottom:100px;}
.contactus h1{font-size:28px;color:#00a199;}
.xapplication-index-index .contactus h1{overflow: hidden;}
.xapplication-index-index .contactus h1 span{display: block;float: left;}
.xapplication-index-index .contactus.contactus h1 a{width: 30px;height:30px;display: block;float: left;background-image: url(../images/help.png);background-position: center;background-size: 30px;margin-left: 10px;cursor: pointer;}
.share-content .page-help{    width: 20px;height: 20px;display: block;float: left;background-image: url(../images/help.png);background-position: center;background-size: 20px;margin-left: 10px;cursor: pointer;position: absolute;top: -6px;right: -25px;}
.message-c { padding:10px 0px; width:1125px;border-radius:6px; margin-bottom:97px; margin-top:5px;color:#fff; line-height:36px;}
.content-c a{color:#000;}
.content-c .erwm { width:270px; text-align:center; margin-top:50px;}
.content-c .erwm.erwm-r{margin-top:85px;}
.content-c .erwm p{ margin-top:15px; font-size:21px; color:#00a199; font-weight:600;}
.feedback-index-index .col-main{background-color: white;}
.feedback-form input.input-text{width:300px; border:0px; line-height:30px;border:2px #009e96 solid;padding:0 5px;border-radius:6px; color:#555;}
.feedback-form textarea.input-text {width:100%; border:0px; line-height:30px;border:2px #009e96 solid;padding:0 5px;border-radius:6px; color:#555;box-sizing: border-box;}
.feedback-form label {display:block;}
.feedback-form select{border:2px #009e96 solid; background:#efefef; padding:5px;line-height:30px; width:315px;padding:5px;border-radius:6px; color:#555;}
.feedback-form label{margin-bottom: 2px;}
.contactus .feedback-form h1{margin-bottom: 10px;}
.message-c form ul li{padding-bottom:15px;overflow: hidden;}
button.mcsub.button{border:none;background:#009e96;padding:5px 30px;float:right;color:#fff;margin-right:10px;border-radius:6px; font-size:16px;font-weight:600;}
.cont-left{float:left;width:422px;margin-left:46px;}
.cont-right{float:right;width:383px;margin-right:108px;}
.title h3{font-size:21px; color:#009e96; padding-bottom:10px;}
.content-c p{font-size:16px;margin:10px 0 0 0;padding-top:px;}
.message-c p{font-size:18px;margin:10px 0 0 0;}
.message-c label{color:#555;line-height: normal;}
dl.feedback-list{color:#333333;}
dl.feedback-list dt {font-weight:bold;border-bottom:1px dashed #bbbbbb;}
dl.feedback-list .feedback-time{font-size:12px;font-weight:normal;color:gray;}
dl.feedback-list dd {margin:2px 0 14px 16px;}
dl.feedback-list dd .feedback-info{font-size:12px;margin-bottom:10px;}
dl.feedback-list dd .feedback-files{display:block;margin:4px;}
dl.feedback-list dd .feedback-files a {display:inline-block;width:100px;height:100px;overflow:hidden;}
dl.feedback-list dd .system-apply{color:#dc5033;}
dl.feedback-list dd.feedback-replies .system-reply{color:#dc5033;}
dl.feedback-list dd.feedback-replies p.feedback-reply-input input,dl.feedback-list dd.feedback-replies p.feedback-reply-input button {line-height:100%;padding:6px 4px;font-size:12px;}
dl.feedback-list dd.feedback-replies p.feedback-reply-input input.input-text{width:80%;}
dl.feedback-list dd.feedback-replies p.feedback-reply-input input.submitting {padding-right:18px;background-image:url(../images/load.gif);background-position:right center;background-repeat:no-repeat;}
dl.feedback-list dd.feedback-replies p.feedback-reply-input .upload-reply-image{display:inline-block;padding:6px 4px;line-height:100%;}
dl.feedback-list dd.feedback-replies .images-form .reply-button{margin-top:6px;}

/**销售条款**/
.terms h1{color:#009e96;font-size:24px; font-weight:600;}
.terms h2{color:#009e96;font-size:18px; font-weight:600; margin:30px 0px;}
.terms span {color:#009e96; font-weight:600;font-size:16px;}
.terms{ line-height:26px;font-size:14px;word-wrap: break-word;font-weight:600;}
.eg-part{font-size:18px;margin: 40px 0 0;}
.terms-title.navbar-toggle{padding: 10px 0}
.terms .pricelist-ul{margin:0 0 25px 0}

/**速运招聘**/
.job h1{color:#009e96;font-size:24px; font-weight:600;}
.job-con {width:351px; padding:28px 28px 130px; background:#009e96;color:#fff;border-radius:10px; line-height:26px;font-weight:bold;}
.job-detail{width:690px; line-height:24px;font-weight:bold;}
.job-detail a{color:#009e96; text-decoration:none;}
.job-detail span {color:#009e96;font-size:16px;font-weight:600;}
.job-send { border-top:3px #009e96 solid; padding-top:50px;margin-top:50px; width:100%;}

/**登陆页面**/
.new-users {width:38%; background:#FFF; padding:72px 3% 152px; color:#009e96; margin-left:5%; margin-top:30px;margin-bottom:30px;max-height: 481px;overflow: hidden;}
.registered-users {position: relative;width:39%; background:#009e96; padding:72px 3% 152px; color:#fff; margin-right:5%; margin-top:30px;margin-bottom:30px;max-height: 481px;overflow: hidden;}
.new-users h1{font-size:24px; line-height:33px; border-bottom:3px #009e96 solid; padding-bottom:15px;color: #009e96;font-weight: 600;}
.registered-users h1{font-size:24px; line-height:33px; border-bottom:3px #fff solid; padding-bottom:15px;color: #fff;font-weight: 600;}
.new-users .buttons-set {margin-top:169px; float:right;border:none;}
.new-users .buttons-set .button {border:2px #009e96 solid;cursor: pointer;border-radius:6px;background: #fff;color: #009e96;font-weight:600;padding:5px 25px;font-size: 16px;}
.registered-users .content { margin-top: 41px;}
.registered-users .form-list li{margin: 0 0 11px;}
.registered-users .form-list li:nth-of-type(2).base-login-field{margin: 0 0 45px;}
.registered-users .form-list .input-box{width:100%;}
.registered-users .form-list input.input-text{font-size:14px;border-radius:6px; padding:5px; border:0;color: #000;width:100%}
.registered-users .buttons-set a.f-left{color:#fff;padding: 5px 5px 0;}
.registered-users .buttons-set a.f-right{color:#fff;padding-left:20px;}
.registered-users .button{border:2px #fff solid;cursor: pointer;border-radius:6px;background: #009e96;color:#fff;font-weight:600;padding:5px 25px;font-size: 16px;}
.registered-users .buttons-set{border:none;float:right;margin-top:22px;}
.registered-users .login-type{display: block;position: absolute;top: 10px;right: 10px;width: 68px;height: 68px;background-size:100%;background-color: transparent;background-image: url(../images/icon/qrcode-login.png);}
.registered-users .login-type.login-type-password{background-image: url(../images/icon/password-login.png)!important;}
.registered-users .qrcode-login-inner h1{border: unset;text-align: center;}
.registered-users .qrcode-login-inner .qrcode-login {display: block;position: relative;margin:0 auto;width: 185px;height: 185px;}
.registered-users .qrcode-login-inner .qrcode-login .qrcode-login-mask{position: absolute;top:0;left:0;z-index:10;width: 185px;height: 185px;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.registered-users .qrcode-login-inner .qrcode-login .qrcode-login-mask.scan-success{background: #40b7b1;padding-top:30px;}
.registered-users .qrcode-login-inner .qrcode-login .qrcode-login-mask.scan-success>img{width:80px;}
.registered-users .qrcode-login-inner .qrcode-login .qrcode-login-mask.qrcode-invalid{background: rgba(255, 255, 255, 0.9);padding-top:60px;}
.registered-users .qrcode-login-inner .qrcode-login .qrcode-login-mask span{display:inline-block;font-size: 16px;font-weight: 600;line-height: 24px;color:#000;}
.registered-users .qrcode-login-inner .qrcode-login .qrcode-login-mask a{display:inline-block;cursor: pointer;border-radius:6px;background: #009e96;color:#fff;font-weight:600;padding:5px 25px;font-size: 16px;}
.registered-users .qrcode-login-inner .qrcode-login .qrcode-login-qrcode{width: 185px;height: 185px;}
.registered-users .qrcode-login-inner .qrcode-login-tips{display: block;width:185px;margin:0 auto;padding:7px 0;}
.registered-users .qrcode-login-inner .qrcode-login-tips.qrcode-login-tips-notscan img{float: left;width:38px;height: 38px;margin:3px 10px;}
.registered-users .qrcode-login-inner .qrcode-login-tips.qrcode-login-tips-notscan span{float: left;}
.registered-users .qrcode-login-inner .qrcode-login-tips.qrcode-login-tips-scaned {text-align: center; padding: 5px 0;}
.registered-users .qrcode-login-inner .qrcode-login-tips.qrcode-login-tips-scaned span{display: block;}
.registered-users .qrcode-login-inner .qrcode-login-tips.qrcode-login-tips-scaned h1{display: block;font-size: 20px;line-height: 36px;padding: 0;}
.registered-users .qrcode-login-inner .qrcode-login-tips.qrcode-login-tips-scaned a{display: block;color:#fff;}
.account-login .registered-users .validation-advice,.user-login .validation-advice{color:#fff;}
.login-inner{width:70%;margin:0 auto;}
.thirdparty-login-inner{margin-top:48px;width:100%;}
.thirdparty-login-inner .top-title{margin: 10px 0;width:100%;}
.thirdparty-login-inner .top-title b{background: #fff;display: inline-block;width: 35%;height: 1px;_overflow: hidden;vertical-align: middle;}
.thirdparty-login-inner .top-title span{display: inline-block;width: 30%;vertical-align: middle;text-align: center;}
.thirdparty-login-inner .thirdparty-content{display:block;margin:0 auto;width:100%;height:60px;text-align: center;}
.thirdparty-login-inner .thirdparty-content .thirdparty-login-div{height:60px;padding:0 20px;display: inline-block;color:#fff;}
.thirdparty-login-inner .thirdparty-content .thirdparty-login-div a{line-height:20px;color:#fff;}
.thirdparty-login-inner .thirdparty-content .thirdparty-login-div img{display: block;margin:0 auto;width:40px;height:40px;}
.form-list .password_tips{margin-top: -5px;display: none;}
.customer-page .form-list label.register_tips{display:block;position: relative;margin-bottom: 2px;}
.customer-page .form-list label i{display:block;position: absolute;top: 1px;width: 20px;height: 20px;background: url(../images/icon/register.png) no-repeat;background-size: 50px 150px;background-position: -15px -113px;}
.customer-page .form-list label.tips_wrong i{background-position: -15px -90px;}
.customer-page .form-list label.tips_right i{background-position: -15px -67px;}
.customer-page .form-list li label span{display:block;color: #333;font-size: 12px;height: 20px;line-height: 20px;padding-right:0px;float: none;padding-left: 25px;}
#confirmation_li{display:none;}
#register_password .input-box-tips{position: absolute;right: 5%;top:27px;height: 30px;}
#register_password .input-box-tips i{float: right;display:block;width: 30px;height: 30px;background: url(../images/icon/register.png) no-repeat;background-size: 40px 120px;background-position: -5px -23px;}
#register_password .input-box-tips i.tips_eyes.active{height: 28px;background-position: -5px 1px;}
#register_password .input-box-tips i.tips_tick{display:none;height:30px;background-size: 100px 300px;background-position: -33px -265px;}
#register_password .input-box-tips i.tips_tick.active{display:block;}
#mobile_phone_country{width: 17%;padding: 5px 7px 8px 7px;}
#mobile_phone_verify_code_container label:first-child,#mobile_phone_verify_code_container>p{display:none;}
.customer-page #company_pdf{width: 80%;margin: 0 auto;border: none;padding: 0;background: none;margin-left: 12%;}
.customer-page #company_pdf a{color:#06beb6;font-size: 16px;}
/*头部登录*/
#customer-login-window{height: 300px;width: 220px;position: absolute;top: 79px;right: 0px;background: linear-gradient(rgb(6, 190, 182), rgb(72, 177, 191));border-radius: 6px;opacity: 0.95;z-index: 999;display: none;}
#customer-window-login-type{background: transparent;color: #FFF;z-index:9999;width: 25px;text-align: center;height: 25px;font-size: 16px;cursor: pointer;position: absolute;top: 0;right: 12%;font-weight: normal;}
#customer-window-login-type i{display:block;margin-top:5px;width: 20px;height: 20px;background: url(../images/icon/qrcode.png) no-repeat left center;background-size: 18px 18px;}
#customer-window-login-type.login-type-account i{background: url(../images/icon/qrcode-account.png) no-repeat left center!important;background-size: 18px 18px!important;}
#customer-window-close{background: transparent;color: #FFF;z-index:9999;width: 25px;text-align: center;height: 25px;font-size: 16px;cursor: pointer;position: absolute;top: 0;right: 1%;font-weight: normal;}
#customer-window-close i{display:block;margin-top:5px;width: 20px;height: 20px;background: url(../images/icon/close.png) no-repeat left center;background-size: 20px 20px;}
#customer-login-window .registered-users{width: 100%;margin:0;padding:0;background: transparent;}
#customer-login-window .registered-users h1{font-size: 16px;font-weight: normal;line-height: normal;border: none;padding-bottom: 0;}
#customer-login-window .login-inner{width: 86%;margin:10px 7% 0;}
#customer-login-window .qrcode-login-inner{width: 86%;margin:10px 7% 0;}
#customer-login-window .registered-users h1{text-align: left}
#customer-login-window .registered-users .qrcode-login-inner .qrcode-login {width:150px;height:150px;margin: 3px auto;}
#customer-login-window .registered-users .qrcode-login-inner .qrcode-login .qrcode-login-qrcode{width:150px;height:150px;}
#customer-login-window .registered-users .qrcode-login-inner .qrcode-login-tips {width:170px;}
#customer-login-window .registered-users .qrcode-login-inner .qrcode-login-tips.qrcode-login-tips-notscan img {width:30px;height:30px;margin: 2px 10px;}
#customer-login-window .registered-users .qrcode-login-inner .qrcode-login-tips.qrcode-login-tips-notscan span{font-size:14px;line-height:16px;}
#customer-login-window .registered-users .qrcode-login-inner .qrcode-login .qrcode-login-mask{width:150px;height: 150px;}
#customer-login-window .registered-users .qrcode-login-inner .qrcode-login .qrcode-login-mask.scan-success{padding-top:15px;}
#customer-login-window .registered-users .qrcode-login-inner .qrcode-login .qrcode-login-mask.qrcode-invalid{width:150px;height:150px;padding-top: 40px;}
#customer-login-window .registered-users .content{margin:0;margin-top: 25px;padding: 0;float: none;width: 100%;border:none;}
#customer-login-window .registered-users .form-list li{margin-bottom: 10px;}
#customer-login-window .registered-users .form-list li:last-child{margin-bottom: 0;}
#customer-login-window .registered-users .form-list li a{color: #FFF;font-size: 14px;font-weight: normal;line-height: 18px;}
#customer-login-window .registered-users .form-list input.input-text{box-sizing: border-box;}
#customer-login-window .registered-users .buttons-set{margin: 25px 0 0 0;float: none;padding: 0;}
#customer-login-window .registered-users .buttons-set .button{border: 1px #fff solid;border-radius: 50px;font-weight: normal;font-size:14px;background: transparent;float: none;margin:0 auto;display:block;}
#customer-login-window .thirdparty-login-inner{width: 86%;margin:5px 7% 0;}
#customer-login-window .thirdparty-login-inner .top-title{margin:0 0 6px;}
#customer-login-window .thirdparty-login-inner .top-title b{width: 20%;}
#customer-login-window .thirdparty-login-inner .top-title span{font-size:14px;width: 60%;}
#customer-login-window .thirdparty-login-inner .thirdparty-content{height: 30px;}
#customer-login-window .thirdparty-login-inner .thirdparty-content .thirdparty-login-div{height: 30px;}
#customer-login-window .thirdparty-login-inner .thirdparty-content .thirdparty-login-div a{line-height: 30px;}
#customer-login-window .thirdparty-login-inner .thirdparty-content .thirdparty-login-div img{width: 30px;height: 30px;}
/*在线下单*/
.select-sender-type {margin:20px;width:99%;overflow:hidden;}
.select-sender-type p {float:left;border:none;width:100px;height:26px;;font-size:20px;cursor:pointer;margin-right:0px;}
.sender-type-bgimg1{background:url(../images/icon_per.jpg) no-repeat;}
.sender-type-bgimg1.selected{background:url(../images/icon_onper.jpg) no-repeat;}
.sender-type-bgimg2{background:url(../images/icon_com.jpg) no-repeat;}
.sender-type-bgimg2.selected{background:url(../images/icon_oncom.jpg) no-repeat;}
.post-method-list li{}
.post-method-list .inc-tax {clear: both;display: block;float: none;height: auto;margin: 0;text-align: center;width: 100%;font-size:26px;color:#f15a24;padding-top:25px;font-weight:bold;}
.post-method-list li.first{margin-left:0;}
.post-method-list li.line {}
.post-method-list li.line label {display:inline-block;margin:0 auto;font-size:25px;font-weight:bold;line-height:100%;background: #efefef;padding:0 15px;}
.post-method-list li.sq-express label {background:url(../images/icon/37e-01.png) scroll no-repeat 14px center #efefef;padding:8px 14px 8px 150px;}
.post-method-list li.ems label {background:url(../images/icon/la-02.png) scroll no-repeat 10px center #efefef;padding:18px 16px 18px 100px;}
.select-post-img {position: relative;overflow: hidden; text-align: center;}
.select-post-img .intro {width: 100%;height: 27%;left: 0;bottom: 0;position: absolute;text-indent: 999px;white-space: nowrap;border-radius: 0 0 6px 6px;}
.select-post-img .intro:hover {background: rgba(255,255,255,0.3);}
.select-post-img.disabled-post img {-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);cursor: not-allowed;}
#checkoutSteps{margin:0 auto;width:910px;}
#checkoutSteps .form-list .control input{float:left;}
#checkoutSteps .form-list .add-list-item input{float:left; margin: 5px 5px 0 3px;}
#checkoutSteps .form-list label,#checkoutSteps .form-list #shipping-new-address-form label.picLable{color:#000;}
#checkoutSteps .form-list label.step3-label{color:#555;}
#checkoutSteps .form-list .address-fieldset label{color:#555;}
#checkoutSteps .form-list .address-fieldset li.control label{color:#000;}
#checkoutSteps .form-list label .required{color: red;}
#checkoutSteps .form-list .name-firstname.field{width:47%;float:left;margin-right:33px;}
#checkoutSteps .form-list .name-lastname.field{width:48%;float:left;}
#checkoutSteps .form-list .input-box .input-text{width:97%;padding:8px;border:2px solid #009e96;margin:5px 0;border-radius:6px; background-color:#efefef;color:#000;}
#checkoutSteps .form-list .input-box .input-text:focus,#checkoutSteps .form-list .input-box select:focus,#checkoutSteps .form-list .input-box textarea:focus{background-color:#edf7fd;}
#checkoutSteps .form-list li.fields .input-box select{width:99%;height:35px;line-height:28px;border:2px solid #009e96;border-radius:6px; background-color:#efefef;}
#checkoutSteps .form-list .field,#checkoutSteps .form-list .input-box{width:100%;}
#checkoutSteps .form-list .field-50 .input-box{width:96%;}
#checkoutSteps .form-list .fields.field-50{margin-bottom:0px;}
#checkoutSteps .form-list .fields.field-100{clear: both;}
#checkoutSteps .buttons-set .button{border:0 none;cursor:pointer;background:linear-gradient(to left,#06beb6,#48b1bf);color:#fff;width:280px;height:40px; margin:20px 0;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);}
#checkoutSteps .buttons-set .button span{font-size:18px;color:#fff;height: auto;}
#checkoutSteps .form-list .address-fieldset #id-card-photos-parent-container .input-box{margin-left: 58px;}
.input-box .input-w{padding: 5px 10px;border:2px solid #009e96;border-radius:6px; background:#efefef; width:82%;}
#checkoutSteps .form-list .volume-field label{padding:2px 6px 2px 0;margin:0;color:#555;}
#checkoutSteps .form-list .volume-field .input-box{margin-top: 5px;}
#checkoutSteps .form-list .volume-field .input-box p{display: inline-block;width: 33%;min-height: 46px;float: left;}
.dhl_volume{color: #f15a24;float: right;font-size: 11px;font-weight: 600;padding: 2px 0;text-align: right;}
#checkoutSteps .form-list li.fields .note{color:#f15a24; font-size:12px;font-weight:600;}
.total-field .price-box{float:right;margin:0;}
#checkoutSteps .form-list .total-field label{color: #009e96;font-size: 18px;font-weight:600;}
#checkoutSteps .form-list .total-field label.gls{float:right;width:46px;text-align:right;}
.form-list .price-box .price{color: #009e96;font-size: 18px;font-weight: 600;}
#checkoutSteps .form-list label.topTitle{color: #009e96;font-size: 24px;font-weight: 600;display: block;margin-bottom: 10px;}
#checkoutSteps .search-div-list  .address-label-font,#checkoutSteps .form-list .address-label-font{margin-left: 20px;}
#checkoutSteps a{color:#009e96;margin-left: 10px;white-space: nowrap;}
#checkoutSteps .ups-select-button{color: #fff;display: inline-block;background: linear-gradient(to left,#06beb6,#48b1bf);padding: 5px 10px;border-radius: 5px;}
#checkoutSteps .topNotice{color:#eb340a;padding: 10px 0;}
.required em {color:red;}
.additional-item {line-height: 79px;}
.additional-item img{border: 2px solid #009e96;}
p.note{color:#f15a24; font-size:12px;}
.add-list-item{padding:8px 5px;}
#checkoutSteps .form-list li.fields .input-box select option{padding-left:10px;}
#checkoutSteps ul.form-list li .sel-address {border:2px solid #CCCCCC;border-radius:6px;box-shadow:0px 2px 15px rgba(0, 0, 0, 0.3);width: 99%;margin-left:-2px;}
#checkoutSteps .form-list li.volume-fields{margin:0;}
/*input.filter-customer-address{border:2px solid #009e96;border-radius:6px;padding:4px;margin-left:10px;background-color: #efefef;}*/
.address-fieldset{margin: 10px 0 0;}
#checkoutSteps .form-list .address-fr-eur .customer-name .input-box .input-text{width: 85%;}
#checkoutSteps .form-list .address-fr-eur label{float: left;padding:6px 5px;}
#checkoutSteps .form-list .address-fr-eur .customer-name-field label{width:auto;}
#checkoutSteps .form-list .address-fr-eur .customer-name-field .input-box{ width:55%;}
#checkoutSteps .form-list .address-fr-eur .input-box{clear: none;display: inline-block; width:87%;}
#checkoutSteps .form-list .address-fr-eur .field-50 label,
#checkoutSteps .form-list .address-fr-eur .field-100 label{width:75px}
#checkoutSteps .form-list .address-fr-eur .field-50 .input-box{width: 81%;}
#checkoutSteps .form-list .address-fr-eur .fields.field-50 .input-box .input-text{width:92%;}
#checkoutSteps .form-list .address-fr-eur li.fields.field-50 .input-box select{width:97%;}
#checkoutSteps .form-list .address-fr-eur .customer-name.field-33 .input-box{width: 65%}
#checkoutSteps .form-list .address-fr-eur .customer-name.field-50 .input-box{width:70%}
#checkoutSteps .form-list .address-fr-eur .field-100 .customer-name.field-50 .input-box{width:82%}
#checkoutSteps .form-list .address-fr-eur li.fields.field-50 .customer-name .input-box select{width:85%}
#checkoutSteps .form-list .address-fr-eur .customer-name.field-33 .input-box .input-text{width: 66%}
#checkoutSteps .form-list .address-fr-eur .customer-name.field-50 .input-box .input-text{width: 87%}
#checkoutSteps .form-list .address-fr-eur .fields.field-100 .input-box .input-text{width: 100%}
#checkoutSteps .form-list .address-fr-eur .field-50 .customer-name label,#checkoutSteps .form-list .address-fr-eur .field-50.field-r label,
#checkoutSteps .form-list .address-fr-eur .field-100 .customer-name.name-lastname label{width: 42px;}
#checkoutSteps .form-list .address-fr-eur .control label{padding: 0}
#checkoutSteps .form-list .address-fr-eur .control{padding:10px 0;}
#checkoutSteps .form-list .address-fr-eur .field-50.field-r .input-box{width: 88%;}
#checkoutSteps .form-list .address-fr-eur .validation-advice{position: absolute; width:200px;}
.name-firstname>.input-box>.validation-advice{width: 120px !important;white-space: normal !important;}
.name-lastname>.input-box>.validation-advice{width: 120px !important;white-space: normal !important;}
html[lang=fr] .name-lastname>.input-box>.validation-advice{width: 186px !important;}
#checkoutSteps .form-list .address-fr-eur .fields .input-box .input-text{margin:0;}
#checkoutSteps .form-list .address-fr-eur .fields{padding: 30px 0 0 0;margin:0;}
#checkoutSteps .form-list .address-fr-eur .fields.field-50 .input-box .input-text.validation-failed{padding:9px;}
#checkoutSteps #toaddressee-country{width: calc(100% - 100px);}
#checkoutSteps #toaddressee-country .chosen-single{margin-left: 0;}
.postcode-tips{font-size: 0.8em;color:red;font-weight: 500;}
.postcode-tips.fr-eur-postcode-tips{position: absolute;left: 95px;bottom:-16px;width: 135%;}
.postcode-field>.field>.input-box .validation-advice{bottom:-30px;}
.postcode-field .validation-advice{background-color: #efefef; z-index: 10;width: 37%;}
#checkoutSteps .form-list .address-fr-eur .fields:nth-child(8),#checkoutSteps .form-list .address-fr-eur .fields:nth-child(9){padding-top: 50px;}

#checkout-step-package .item-details {background-color:#f2f2f2;border-collapse:collapse;width:99%;}
.package-cathay {width:100%;margin:0 auto;}
.package-cathay .item-details{width:635px;}
#checkout-step-package .item-details th {background-color:#e3e3e3;text-align:center;}
#checkout-step-package .item-details th{padding:3px;white-space:nowrap;border:2px #009e96 solid; background:#009e96;color:#fff;}
#checkout-step-package .item-details td { padding:3px;background:none;border:2px #009e96 solid; color:#009e96; text-align: center;}
.preview-package .package-info table {border-collapse:collapse;width:99%;margin-bottom:24px;}
.preview-package .package-info table caption {background-color:#009e96; border-radius:6px;color:#fff;font-weight:600; text-align:left; padding-left:10px;}
.preview-package .package-info table th {text-align:center;}
.preview-package .package-info table caption,.preview-package .package-info table td,.preview-package .package-info table th {padding:5px 10px;}
.preview-package .package-info table td,.preview-package .package-info table th {}
.preview-package .package-info table tr { border-bottom:1px #009e96 solid;}
.preview-package .package-info .item-details tbody tr td,.preview-package .package-info .filing-item-details tbody tr td{text-align:center;}
.preview-package .totals-info tfoot td {font-size:18px; font-weight:600; color:#009e96;}
.preview-package label {margin-bottom:0;}
table.item-details td input{border: 1px solid #cccccc;background:#ffffff none;text-align:center;color: #009e96;padding:6px;}
table.item-details .a-left input{text-align:left;}
#checkoutSteps .form-list li.fields .input-box  .item-details select{margin:0px; border-width:1px;padding:4px;color:#009e96;background-color:#FFFFFF;}
.item-details th,.item-details td,.item-details caption{vertical-align: middle;}
#addItemDetailtb .package-item-lable-tips span{font-size:12px;color: red;}
#addItemDetailtb .package-item-lable-tips-fr{display:block;}

#checkout-step-preview {width:100%;margin: 0px;}
#checkout-step-preview .preview-package {margin-bottom:32px;margin-top:32px;}
#checkout-step-preview .preview-package h2 {font-size:24px;margin-bottom:12px; color:#009e96; font-weight:600;}
#checkout-step-preview .preview-package h3 {font-weight:600;}
#checkout-step-preview .preview-package .package-info {width:100%;overflow:hidden;}
#checkout-step-preview .preview-package .package-info .column-box {float:left;padding:32px;border-right:1px solid #eeeeee;width:358px;}
#checkout-step-preview .preview-package .package-info .last {padding-right:0;border-right:none;}
#checkout-step-preview .preview-package .package-info .column-box label {font-weight:normal;display:inline-block;margin-right:10px;}
#checkout-step-preview .preview-package .payment-methods {margin:32px 0;}
.payment-methods .atos-logo,#checkout-step-payment .atos-logo{float: left;margin-left:10px;height: 55px;}
.payment-methods .atos-logo img{cursor: pointer;}
.payment-methods input{float:left;}
.payment-methods label{font-weight: normal;}
.payment-methods .form-list li{margin:0}
.payment-methods .form-list img{max-width: 100%;height: auto;}
.prepay-input-box.payment-methods .form-list{display:none;}
.alipay-payment-explain{color: #f15a24;clear: left;}
.atos_standard-item ul.form-list{display:none;}
#checkout-step-preview .preview-package .payment-methods h2{padding-bottom: 15px;margin:0;}
#checkout-step-preview .preview-package .paymentType h3{color: #666;}
.paymentType.storePay{border-bottom:1px solid #ccc;}
.paymentType{overflow: hidden;}
.atos-content{float: left;padding-top: 16px;}
.money_payment-item .atos-logo{margin-top: -11px;}

/*preview read-notes*/
.hide{display:none}
.notes-Close{background:url("../images/icon/close_icon.png") no-repeat scroll 0 0 / 20px 20px;cursor: pointer;display: inline-block;height: 20px;position: absolute;right: -8px;top: -8px;width: 20px;}
.read-notes-list {z-index:1001;background-color:#FFFFFF; border:1px solid #ABABAB; clear:both; color:#202020; font-size:12px; padding:8px 13px 18px; position:fixed;width:730px;left:32%; top:20%;box-shadow:8px 8px 6px #969696;}
.read-notes-des{font-size:16px;line-height:20px;padding-top:5px;margin-top:15px;max-height:220px;overflow:auto;color: red;font-weight: bold;}
.read-notes-des-9{text-align:left;padding:30px 50px 0 50px;font-size:14px;}
.read-notes-notice{color:#eb340a;font-size:14px;line-height:20px;padding-top:5px;}
.read-notes-but{margin:20px 0 10px 0;}
.read-notes-but .cancel-notes{margin-right:30px;}
.read-notes-but button{background-color:#ccc;color:#fff;padding:8px 35px;border:0;font-size:14px;cursor: pointer;border:1px solid #eee;}
.read-notes-but button.agree-notes{background-color:#f0f0f0;color: #666;}
.read-notes-but button:hover{background-color: #06beb6;}
.cover-lay{ background-color: #ffffff;height: 100%;left: 0;opacity: 0.6;position: fixed;top: 0; width: 100%;z-index: 1000;}

/*account-create forgotpassword-page*/
.customer-page {width:900px; margin:0 auto;padding-top: 30px;margin-bottom: 30px;}
.forgotpassword-page .page-title h1,.changeforgotten-page .page-title h1{color:#009e96; font-size:24px;text-align:left;font-weight: 600;padding:10px;}
.forgotpassword-page form .tabs{width:80%;margin:0 auto 16px auto;}
.forgotpassword-page form .tabs p{display:inline-block;padding:20px;border:1px solid #06beb6;cursor:pointer;}
.forgotpassword-page form .tabs p.active{background-color:#009e96;color:#FFFFFF;}
.changeforgotten-page .form-list #mobile-token{width:160px;}
.changeforgotten-page .form-list .resend-button{border:none;cursor:pointer;background:#009e96;border-radius:6px;color:#fff;padding:8px 14px;font-size:16px;line-height:100%;}
.changeforgotten-page .form-list button.disabled{background-color:#CCCCCC;}
.customer-page .name-firstname,.customer-page .name-lastname{width:50%; float:left;}
.customer-page .form-list li .input-box input,.customer-page .form-list li .input-box select{border-radius:6px;height:auto;padding:8px;margin: 5px 0;}
.customer-page .form-list li .input-box input{width:93%;border:1px solid #ccc;}
.customer-page .form-list li.field-50 .input-box input,.customer-page .form-list .customer-name-prefix .name-firstname input.input-text,.customer-page .form-list .customer-name-prefix .name-lastname input.input-text{width:86%;}
.customer-page .form-list li .input-box input.disabled,.customer-page .form-list li .input-box select.disabled{background-color: #f0f0f0;cursor: default;}
.customer-page .form-list li .input-box select{width:95%;line-height: 28px;}
.customer-page .form-list li .input-box{width:100%;}
.customer-page .fieldset{width:80%;margin:0 auto;border:none; padding: 0;background: none;margin-left: 12%;}
.customer-page .buttons-set{margin:0 auto;width:77%;padding: 0;text-align: center;padding-bottom: 50px;}
.customer-page .buttons-set .validation-advice{background:url(../images/validation_advice_bg.gif)   calc(50% - 60px) no-repeat;}
.customer-page.forgotpassword-page .buttons-set,.customer-page.changeforgotten-page .buttons-set{text-align: center;}
.customer-page.forgotpassword-page .buttons-set .button,.customer-page.changeforgotten-page .buttons-set .button{float:none;}
.customer-page .buttons-set a{color:#009e96; text-decoration:none;}
.customer-page .buttons-set .button{border:none;cursor:pointer;background:#009e96;border-radius:6px;color:#fff;width:240px;height:38px;font-size:16px;float:none;margin:10px 28px 0 0;}
.customer-page .input-box select{height:48px;width:600px;}
.customer-page .buttons-set .f-left{color:#999;margin-right:10px;line-height:45px;margin-top:5px;}
.customer-page .buttons-set .u-login{color:#f15a24;line-height:55px;}
.customer-page .form-list li  .remarks{color:#BABABA;padding-left:10px;font-size:16px; height:48px; line-height:48px; float:none;}
.customer-page .form-list li  span{color:#202020;float:left;font-size:18px;height:48px;line-height:48px;padding-right:10px;}
.customer-page .form-list li  .remarks  em{color:#CE2222;padding:0 10px;}
.customer-page .clause{margin-right:10px;}
.customer-page .form-list .customer-name-prefix .name-firstname,.account-create .form-list .customer-name-middlename .name-firstname{width:50%;}

.reg-overlay{display:none;position: fixed;    z-index: 9999;background: rgba(43, 46, 56, 0.9);}
.reg-dialig{position: fixed;z-index: 10000;top: 0;right: 0;bottom: 0;left: 0;display: none;overflow: auto;text-align: center;}
.reg-dialig-content{display: inline-block;max-width: 700px; width: 400px;margin-bottom: 10px;-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);color: #2b2e38;background: #fff;box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);}
.reg-dialig-content,.reg-dialig:after {vertical-align: middle;}
.reg-dialig:after{display: inline-block;height: 100%;margin-left: -0.05em;content: "";}
.reg-top{background-color: #00a199;text-align: left;color: #fff;padding: 8px 10px;}
.reg-close-btn.spriteIco{border:none;float: right;cursor: pointer;background-position:-33px -208px;width: 16px;height: 17px;background-color: transparent;}
.dialog-txt{padding: 20px 0;font-size: 16px;}
.reg-dialig-content button.confirm{background: #009e96;border-radius: 6px;border:none;color:#fff;padding: 8px 20px;margin-bottom: 15px;cursor: pointer;}
.reg-content-top{text-align: center;padding: 30px;}
.reg-content-top .title{font-size: 30px;}
.reg-content-top .right-act-btn{text-align:right;}
html[lang=it] .customer-page .page-title h1{width:200px !important;}
#advice-validate-name-two-billing:lastname,#advice-validate-company-name-billing:firstname{white-space: normal;width: 100px;}
.customer-page .page-title h1.active,.customer-page .page-title h1:hover{background-color: #0c9991;color:#fff;}
.customer-page .page-title h1 .reg-select-ico.spriteIco{background-position:-2px -200px;width:23px;height: 24px;margin-right:5px;display: none;}
.customer-page .page-title h1.active .reg-select-ico{display:inline-block;}
.u-login{color:#f15a24;}
.customer-account-login .express_content .reg-dialig-content{margin-bottom: 0;}

.reg-dialog-select h2.enterprise-reg-btn{margin:0 29px 15px 2px;}
.reg-dialog-select h2{display: inline-block;cursor: pointer;width: 140px;height: 40px;line-height:40px;text-align: center;font-size: 14px;color: #777;background-color: #e6e6e6;border-radius: 3px;font-weight: bold;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.reg-dialog-select h2:hover{background-color: #0c9991;color: white;}


.web-service{color:#1e7ec8;}
.web-service:hover , .web-service:visited {color: #1e7ec8;}
.customer-page p.topTxt{color: #009e96;font-size: 14px;padding-bottom: 10px;}
.changeforgotten-page .form-list .field{float:none;width:100%;}
.account-create .page-title{display: inline-block;background-color:#333;padding: 10px 0;margin-bottom:10px;width: 84%;padding-left: 16%;}
.account-create .page-title lable{color: #fff;}
.account-create h1{display: inline-block;cursor: pointer;width: 160px;height: 40px;line-height:40px;text-align: center;}
.account-create h1.active{background-color:#009e96;color:#fff;}
#enterprise-reg-item em{color: #f15a24;font-style: normal;margin-left: 2px;}
.reg-form{background-color: #fff;}
.customer-page .page-title h1{font-size: 14px;color: #777;margin:0 15px;;background-color: #e6e6e6;border-radius: 3px;font-weight: bold;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.customer-page .form-list #mobile_phone_verify_code_container label,#mobile_phone_verify_code_container label{font-size: 14px;}
.mobile_country_number{text-align: center;}
.customer-page .form-list li.enterprise-mobile .input-box .mobile_country_number{display: none;}
.customer-page .form-list li.personal-mobile .input-box input.mobile_country_number{display: none;}
.customer-page .form-list li.personal-mobile .input-box input#mobile_phone{width: 76%;margin-left: -4px;}
.customer-page .form-list li.field-50 .input-box input#mobile_phone{width:68%;}
#register-form-container #email_address_li em{display: none;}
#register-form-container #email_address_li .required em{display: inline-block;}
/*.customer-page .form-list li.person_verify_code{display:block!important;}*/

.field-33,.field-50,.field-70,.field-30{float: left;}
.field-33{width:33.3%;}
.field-50{width:50%;}
.field-70{width:70%;}
.field-30{width:30%;}

/*upload pic*/
.form-list #id-card-photos-container {width:auto;}
.form-list #id-card-photos-container label input {position:absolute;z-index:1;left:4px;top:3px;}
.form-list #id-card-photos-container label {display:inline-block!important;float:none!important;width:100px!important;height:100px!important;overflow:hidden;border:2px solid #06beb6;margin:5px;position:relative;}
.form-list #id-card-photos-container label img {width:100px;height:auto;}
.form-list .upload-id-card-photo #upload-id-card-photo-input{display:inline-block;margin:0 0 0 10px;}
.form-list .upload-id-card-photo .failure-note {color:red;}
.form-list .upload-id-card-photo .success-note {color:green;}
.xlogistic-idcardphotos-index div.photos ul {width:99%;margin:10px auto;overflow:hidden;}
.xlogistic-idcardphotos-index div.photos ul li {float:left;width:200px;height:200px;overflow:hidden;border:1px solid #efefef;margin:5px;position:relative;border-radius:6px;}
.xlogistic-idcardphotos-index div.photos ul li img {width:200px;}
.xlogistic-idcardphotos-index div.photos ul li a {display:block;}
.xlogistic-idcardphotos-index div.photos ul li a.removebutton {position:absolute;top:5px;right:5px;color:#f15a24;font-size:14px;}
.id-card-photo .title {margin:20px 0;font-weight:600;}
.id-card-photo #upload-photos li input {display:inline-block;}
.id-card-photo fieldset .buttons {margin:20px 0px;}
.carousel-indicators li{ overflow: hidden; }
.upload-id-card-photo{color: #009e96;font-weight: 600;}

.my-orders-table .is_need_taxes_btn {display:inline-block;padding:0;border:1px solid #CCCCCC;line-height:100%;white-space:nowrap;}
.my-orders-table .is_need_taxes_btn span {display:inline-block;padding:5px;text-align:center;}
.my-orders-table .is_need_taxes_btn,.my-orders-table .is_need_taxes_btn span {border-radius:12px;}
.my-orders-table .is_need_taxes_btn_yes {background-color:#64bd63;}
.my-orders-table .is_need_taxes_btn_yes .yes {background-color:#64bd63;color:#FFFFFF;padding-right:8px;padding-left:8px;}
.my-orders-table .is_need_taxes_btn_yes .no {border:1px solid #CCCCCC;background-color:#fdfdfd;color:#fdfdfd;}
.my-orders-table .is_need_taxes_btn_no {background-color:#fdfdfd;}
.my-orders-table .is_need_taxes_btn_no .yes {border:1px solid #CCCCCC;background-color:#fdfdfd;color:#fdfdfd;}
.my-orders-table .is_need_taxes_btn_no .no {background-color:#fdfdfd;color:#333333;padding-right:8px;padding-left:8px;}

/*top-icon-menu*/
.top-icon-menu{width: 100%;max-width:100%;line-height: 20px; color: #fff; position: fixed; left: 0; top: 0; z-index:2004; display: none; height:45px;  background-color:#4d4d4d; box-shadow: 0px 2px 5px rgba(0,0, 0, 0.2);}
.top-icon-menu .swipe-control{ float: left;}
.top-icon-menu .swipe-control .navbar-toggle{margin-top:5px;}
.top-icon-menu .navbar-toggle .icon-bar{ background-color: #fff;}
.top-icon-menu .active .navbar-toggle{background-color: #eee;}

.navbar-toggle { position: relative;padding: 9px 10px;  margin-top: 8px;  background-color: transparent;  background-image: none;  border: 1px solid transparent;}
.navbar-toggle:focus {  outline: 0;  }
.navbar-toggle .icon-bar {  display: block;  width: 22px;  height: 2px;  border-radius: 1px;  }
.navbar-toggle .icon-bar + .icon-bar {  margin-top: 4px;  }
.sr-only {  position: absolute;  overflow: hidden;  clip: rect(0, 0, 0, 0);  margin: -1px;  padding: 0;  width: 1px; height: 1px;  border: 0; }
.glyphicon {  position: relative;  top: 1px;  display: inline-block;  font-weight: normal;  font-style: normal;  font-family: 'Glyphicons Halflings';  line-height: 1;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;  }
.glyphicon-search:before {content: "\e003"; }


.suc-page-mes{padding-bottom:15px;}
.suc-page .back-link{background:#009e96;border-radius:6px;float: left;}
.suc-page .back-link a{color: #ffffff;display: block;padding: 8px 90px;}

.trace-data-table .trace-data-date{width: 22%;}

.order_track_search_form {margin:60px auto 30px auto;}
.order_track_search_form form {margin:0;padding:0;}
.order_track_search_form form .order-track-search-fieldset {background:#efefef none repeat scroll 0 0;border:2px solid #009e96;border-radius:6px;padding:0 0 0 6px;}
.order_track_search_form form .order-track-search-fieldset .input {margin-right:124px;}
.order_track_search_form form .order-track-search-fieldset .input input {font-size:16px;background-color:transparent;font-family:sans-serif;padding:0;border:none;width:98%;}
.order_track_search_form form .order-track-search-fieldset  button {max-width: 139px;padding:0 10px;float:right;background-color:#009e96;}
.order_track_search_form form .order-track-search-fieldset .input input,.order_track_search_form form .order-track-search-fieldset button {height:38px;line-height:43px;}
.order-track-result {border:2px solid #009e96;border-radius:6px;margin-bottom:30px;}
.order-track-result .title {padding:6px;color:#FFF;background-color:#009e96;}
.order-track-result .title,.order-track-result dl dd {margin-bottom:12px;}
.order-track-result dl dt {margin-left:6px;color:#009e96;}
.order-track-result dl dd {margin-left:12px;}
.order-track-result dl dd table tr .time {white-space:nowrap;padding-right:8px;}
.trackBtnIco{width:27px;height:27px;background-position: -52px -56px; margin: 6px 0 ;float: left;}
.order_track_search_form form .order-track-search-fieldset button span{color:#fff;font-size:16px;font-weight:bold;padding:0;display: inline-block;}

.items-validate-error td,.items-validate-error td * {background-color:#faebe7!important;border:1px dashed #eb340a!important;}

.menu-block li.daifa {position:relative;}

#addItemDetailtb_filing td p{margin:2px 0;padding:0;}
#addItemDetailtb_filing .item-images span {display:inline-block;width:50px;height:50px;overflow:hidden;position:relative;border:1px solid #CCCCCC;background-color:#FFFFFF;cursor:pointer;}
#addItemDetailtb_filing .item-images span img {width:50px;}
#addItemDetailtb_filing .item-images span input.f{width:50px;height:50px;position:absolute;z-index:1;left:0;right:0;margin:0;padding:0;opacity:0;cursor:pointer;}
.item-details-dd table.item-details,.item-details-dd table.filing-item-details {border-bottom:1px solid #009e96;}

.tab_suggest{border:1px solid #333; background:#fff; position:absolute; z-index:101; visibility: hidden;}
.tab_suggest th, .tab_suggest td{font-weight:normal;text-align:left; line-height:128%; padding:2px 5px; white-space:nowrap; cursor: default;}
.tab_suggest td{color:#008000; text-align:right;}
.tab_suggest tr.cur{background:#36c; color:#fff}
.tab_suggest tr.cur td{color:#fff}

/* =======CMS 打折信息页面========= */
.discounts .discounts-left{float:left;width:68%;}
.discounts .discounts-right{width: 28%; float: right; height: 632px; background: #fff; border-radius: 6px; margin-top:25px;}
.discounts .discounts-right1{width: 28%; float: right; height: 632px; border-radius: 6px; margin-top:25px;}
.discounts .discount{margin-bottom: 25px;}

.discounts .discount-inner-top {width:480px; float:left; padding:15px;}
.discounts .discount-inner-bottom { float:right;padding:15px; }
.discounts .discount-left-top { width:99%;float:left;  background:#fff; color:#fff;border-radius:6px 6px 0 0;border:3px solid #009e96;}
.discounts .discount-left-bottom {width:99%; float:left; background:#009e96; color:#fff;border-radius:0 0 6px 6px;border:3px solid #009e96;height:35px;}
.discounts .discount-left-bottom h1{color: #fff;  font-size: 22px;float:left;font-family:Helvetica;padding:2px 0 0 10px;font-weight:bold;}
.discounts .discount .discount-inner-top span{color: #000;float: left;font-family: Microsoft YaHei;font-size: 16px;font-weight: bold; width: 82%;}
.discounts .discount .discount-inner-top .validate{color: #666666;  font-size: 13px;width:64%;float:left;font-family:"Microsoft YaHei"}
.discounts .products{margin-top: 0 ! important;}

.app-buy-front a,.rebate-buy a{cursor:pointer;font-size: 14px;color:white;}

.fa:before{ font-size:14px;font-family: 'Glyphicons Halflings';color:#fff;font-weight: normal;padding: 0 5px 0 0;}
.fa.fa-phone:before{ content: "\e182";float:left;padding-top: 8px;}
.fa-weixin{display: inline-block;margin:0 0 0 25px;}
.fa-weixin.over span.f-left{color:#009e96}
.top-bar b {display:none;position:absolute;z-index: 99;top:100%;left: 42%;width: 0;height: 0;border: 8px solid #fff;border-top-color: #4d4d4d;border-bottom: 0;font-size: 0;line-height: 0;}
.top-bar .over b{display: block;}
.top-contact{height: 100%;}
.top-contact span{padding-top: 8px;}
.fa.fa-telphone:before{content: "\e145";float:left;font-style: normal;color: #808080;}
.over .fa.fa-telphone:before{color:#009e96;}
.appLink{position: relative;}
.sub-link{position: absolute;top: 120%;visibility: hidden;opacity: 0;left: -999em;transition: 200ms linear; -moz-transition:200ms linear; -webkit-transition:200ms linear;-o-transition:200ms linear;transition-property: top,opacity,visibility;-moz-transition-property:top,opacity,visibility;-webkit-transition-property:top,opacity,visibility;-o-transition-property:top,opacity,visibility;line-height: 1.3em;text-decoration:none;color: #009e96;border: none;top:53px;overflow: hidden;box-shadow: 0 3px 38px rgba(0, 0, 0, 0.3);}
.sub-link.shown-sub {left:18%; z-index:999;opacity:1;visibility: visible;top:100%;}
.topBarapp .sub-link.shown-sub{right: 0;left: auto;}
.sub-appdownload{overflow: hidden;background-color:#fff;width:105px;height: 105px;padding: 5px;text-align: center;}
.top-bar a:hover .sub-appdownload, .top-bar .sub-appdownload a{padding:0;color: #666;}
.sub-appdownload .f-left,.sub-appdownload .f-right{width: 105px;}
.appdownloadIco{background-image:url(../images/icon/sprite-code-all.png);background-repeat: no-repeat;display: inline-block;background-size: 105px;}
.spriteIco{background-image:url(../images/icon/sprite-icon.png);background-repeat: no-repeat;display: inline-block;}
.appdownloadIco.appdownloadCode{width: 105px;height: 105px;}
.appdownloadIcoIt{background-image:url(../images/icon/itWechat.png);background-repeat: no-repeat;display: inline-block;background-size: 100%;}
.appdownloadIcoIt.wechatCode{width: 108px;height: 105px;}
.spriteIco.appIco{width: 32px;margin: 0 auto;height: 37px;margin-top: 2px;margin-bottom: 2px;}
.spriteIco.iphoneIco{background-position: 0 0}
.spriteIco.androidIco{background-position: -33px 0;}
.appdownloadIco.iphoneCode{background-position: 0 0;}
.appdownloadIco.androidCode{background-position: -108px 0;}
.appdownloadIco.wechatCode{background-image: url(../images/icon/sprite-code.png);background-position: -209px 3px;width: 105px;height: 105px;background-color: #fff;background-size: 310px;}
.spriteIco.wechatIco{background-position: 0 -35px;width: 25px;height: 20px;float: left;margin:0 5px 0 0;}
.over .spriteIco.wechatIco{background-position: -28px -35px;}
.weixin-show{position: relative;cursor: pointer;}
.weixin-box {position: absolute;left:22%;top: 30px;display:none;z-index: 100;}
.foot-weixin .weixin-box{top:auto;left:0;bottom: 23px;background-color: #fff;}
.over .weixin-box {display:block;}

.drop-box .set-box a.website-icon-df_site,.drop-box .set-box a.website-icon-api_site{display:none;}
.notetoBotom {background:url(../images/icon/point002.png) no-repeat 0 0 / 18px auto;height: 20px;width: 20px;padding-right: 10px;margin-top: 5px;}

.drop-box .set-box a.website-icon-api_site{display:none;}

/*首页弹出窗口*/
.exp-overlay{background-color: #000;width: 100%;height: 100%;position: fixed;top: 0;opacity: 0.5;}
.exp-pop-content{position: absolute;top: 20%;left: 34%;width:28%;background-color: #fff;padding: 40px;}
.epop-logo{width: 259px;}
.epop-btn-list{padding: 33px 0 0 0;}
.epop-btn{background:none;border:none;padding: 0 20px;cursor: pointer;}
.epop-btn label{float: left;padding: 19px 10px;color: #00a199;font-size: 18px;font-weight: 500;cursor: pointer;}
.epop-btn.epop-btn-cn label{float:right;}
.epop-ico{display: inline-block;background-repeat:no-repeat;width:53px;height:51px;}
.epop-ico.epop-fr{background-position:-51px -145px;}
.epop-ico.epop-cn{background-position: 0 -145px;}
.popsp{width: 1px;height: 42px;background-color: #00a199;display: inline-block;margin: -15px 0;}


#checkout-step-package .item-details td input.document-name-label{background:none;border:none;}
.cms-aboutus .main-container  .main.container{width:auto;padding: 0;}
#customer-firstname {text-transform:uppercase;}

#disabled-mask {background-color: hsla(0,0%,90%,.8);height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 2019;}
.dis-pop {display: none;position: fixed;transition: all 0.39s ease 0s;z-index: 2019;width: 858px;height: 644px;margin-left:-429px;margin-top:-322px;top:50%;left: 50%;text-align: center;}
.dis-bg {background-color: #fff;opacity: 0.5;width: 857px;height: 641px;}
.dis-pop-content {left: 0;position: absolute;top: 0;background-color: #fff;margin: 8px;    width: 842px;height: 624px;}
.dis-pop.out{ top:-674px !important;}
.rebate-dialog-content{position: relative;}


.dis-pop .top-logo{display:-webkit-flex;display: flex;height: 90px;}
.dis-pop .top-logo .logo{flex:0 0 40%;text-align: center;}
.dis-pop .top-logo .logo img{width:188px;padding: 11px 0;}
.dis-pop .top-logo .right-websiteName{color: #fff;flex: 0 0 60%;line-height: 82px;}
.dis-pop .top-logo .right-websiteName label{font-size: 18px;padding: 0 15px 0 36px;}
.dis-pop .top-logo .right-websiteName span{font-size: 35px;}
.dis-pop .mid-arrow{background: url("../images/discounts/top-arrow.jpg") left center no-repeat #10a59a;}
.top-tips{background-color: #ed1d24;color: #fff;font-size: 20px;margin: 8px 0;padding: 10px 16px;}
.top-tips .tips-re{font-size: 15px;}
.top-tips a:link,.top-tips a:visited,.top-tips a:hover{color:#fff;text-decoration:underline;}
.dis-bottom-container{display:-webkit-flex;display: flex;border: 2px solid #009e96;height: 464px;}
.left-description{flex: 0 0 50%;text-align: center;padding: 10px 0 15px 0;}
.left-description img{height: 60px;}
.rebate-shop-view .left-description img{display:block;margin: 16px auto;}
.dis-pop .right-dis-register{background-position: left 83px;flex: 0 0 50%;margin: 0;padding: 0;max-height: 464px;}
.dis-description-content{background-color: #009e96;color: #fff;margin: 10px auto 0;padding: 5px;text-align: left;width: 85%;}
.dis-description-content p{border: 2px solid #fff;padding:9px 20px;max-height:104px;overflow: hidden;}
.dis-description-content p:first-child{border-bottom: none;}
.dis-description-content p:last-child{border-top: none;}
.dis-description-content .txt-top{font-size: 20px;border-top: none;border-bottom: none;color: white!important;}
.dis-sico{background: url("../images/discounts/dis-sico.jpg") 0 0 no-repeat;width:107px;height:107px;margin:15px auto;}
.dis-rebate-content p{font-size: 40px;font-weight: bold;}
.dis-remarks{margin: 0 auto;overflow: hidden;width: 79%;}
.dis-remarks span{float:left;}
.remarks-line{background-color: #000;display: block;float: left;height: 2px;margin:11px 15px;width: 10%;}
.remarks-txt{ font-size: 15px;font-weight: bold;}
.right-register-inner{ padding: 80px 60px;}
.right-dis-register h1{font-size: 16px;font-weight: bold;letter-spacing: 1px;padding-bottom: 10px;text-align: center;border:none;}
.right-dis-register.registered-users .form-list input.input-text{ border-radius: unset;}
.right-dis-register.registered-users .buttons-set .button{ background-color: #fff;border-radius: 5px;color: #009e96;font-size: 16px;padding: 6px 16px 3px;}
.dis-afterLogin{display:none;border: 2px solid #009e96;background-color: #fff;}
.dis-afterLogin .top{background: url("../images/discounts/dis-top.jpg") 0 0 no-repeat;width:838px;height:257px;}
.dis-afterLogin h1{ font-size: 25px;font-weight: bold;margin: 10px 0;text-align: center;margin: 45px 0 20px;}
.dis-rebate-detail{display:-webkit-flex;display: flex;align-items: center;border-bottom: 2px solid #10a59a;border-top: 2px solid #10a59a;margin: 57px 0 50px;}
.dis-rebate-detail .logo {flex: 0 0 50%;float: left;text-align: center;}
.dis-rebate-detail .logo img{width:120px;}
.dis-rebate-detail .rebate-num{ background-color: #10a59a;color: #fff;flex: 0 0 48%;text-align: center;font-size: 30px;padding: 9px;}
.dis-rebate-detail .rebate-num .rebate-num-inner{border: 2px dashed;padding: 15px;}
.gotoShop{ margin: 37px 0;text-align: center;}
.gotoShop a{ background-color: #10a59a;color: #fff;font-size: 24px;font-weight: bold;letter-spacing: 1px;padding: 8px 50px;}
#login-message{color:#ed1d24;}
.link-to-banner-box{background-color: #fff;margin: 10px 54px;padding: 5px;}
.link-to-banner{display: block;border: 2px solid #009e96;border-radius: 5px;padding: 15px 10px;color: #009e96;font-size: 18px;font-weight: bold;letter-spacing: 1px;font-family: '幼圆',arial;}

.discounts-content{display:-webkit-flex;display: flex;margin-top: 15px;justify-content: space-between;flex-wrap:wrap;}
.discounts-content-left{flex: 0 0 76%;-webkit-flex:0 0 74%;}
.discounts-content-right{flex: 0 0 22%;-webkit-flex:0 0 22%;}
.discounts-content-left li{margin-bottom:15px;}
.discounts-content-left li img{box-shadow: 0 0 10px #888784;}
.right-first{background-color: #fff;max-height: 222px;}
.dright-search{background-color: #00a199;padding: 8px 33px;display:-webkit-flex;display: flex;}
.dright-search input{border: none;border-radius: 20px;height: 14px;padding: 4px 10px;}
.dright-search button{background-image:url(../images/discounts/search.png); background-size: 24px auto;display: block;height: 20px;text-indent: -999em; width: 24px;}
.drecom-list{padding: 10px;}
.drecom-list ul{ max-height: 130px;overflow: hidden;}
.drecom-list p{border-bottom: 2px solid #00a199;border-top: 2px solid #00a199;color: #00a199;font-size: 16px;padding: 3px;text-align: center;}
.right-first li{padding: 0 15px;}
.right-first li:before { background-color:#00a199;border-radius: 10px;content: "";display: inline-block;height: 10px;width: 10px;margin-right: 5px;}
.right-first li:last-child{border-bottom:none;}
.right-first li a{color:#00a199;font-weight: bold;}
.right-first li a:hover{color:#464243;}
.dright-toptitle{ background-color: #00a199;color: #fff;border-radius: 5px;-moz-border-radius:5px;-webkit-border-radius:5px;color: #fff;font-weight: bold;padding: 8px;text-align: center;font-size: 16px;letter-spacing: 1px;}
.dright-box{background-color: #efefef;color: #464243;border: 1px solid #00a199;margin-top: -3px;overflow: hidden;}
.right-second{margin-top:15px;}
.right-second li{ background-color: #fff;border: 1px solid #ddd;position: relative; text-align: center;margin-bottom: 15px;}
.right-second li img{width:120px;}
.right-second .dcorner-txt{font-size: 23px;top: 15px;}
.right-second .dcorner-square{border-bottom: 70px solid #cd3436;}
.countd{ background-color: #00a199;color: #fff;padding: 8px;}
.countd span{ background-color: #fff;border-radius: 4px;color: #000;font-weight: bold;margin: 0 4px;padding: 2px 9px;}
.right-second .price-box {display:-webkit-flex;display: flex;justify-content: center;align-items: center;margin: 0;}
.right-second .old-price{order:1;}
.right-second .special-price{order:0;padding: 0 6px 0 0;}
.right-second .price-box .price{font-size: 18px;}
.right-second .old-price .price{color:#5b5b5b;font-size: 15px;}
.right-second .name{font-weight: bold;}
.dcorner-line{transform: rotate(-45deg);-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg);background-color: #cd3436;height: 3px;left: -21px;position: absolute;top: 50px;width: 144px;}
.dis-pro-list{margin-top: 0;}
.dis-pro-list ul{display:-webkit-flex;display: flex;margin-left: -2%;}
.dis-pro-list li img{box-shadow: none;width: 144px;}
.dis-pro-list li{width: 31%;margin-left: 2%;}
.dlist-title{display:-webkit-flex;display: flex;align-items: baseline;justify-content: space-between;padding: 5px 0 10px;position: relative;}
.dlist-title label{ color: #00a199;font-size: 16px;font-weight: 500;}
.dlist-title u{ background-color:#00a199;flex: 0 0 89%;height: 2px;}
.dlist-title span{position: absolute;right: 0;top: 0;}
.dlist-title span a{color:#00a199;}
.dis-pro-list-item{margin-bottom: 20px;}
.discounts-content .mall-filter,.discounts-content .mall-sort-by,.discounts-content .mall-products{flex: 0 0 100%;-webkit-flex: 0 0 100%;}
.mall-filter dl dt{float:left;width:80px;}
.mall-filter dl dd{margin-left:82px;}
.mall-filter dl dd a:link,.mall-filter dl dd a:visited{display:inline-block;line-height:100%;padding:2px 5px;}
.mall-filter-used {line-height:100%;}
.mall-filter-used span,.mall-filter-used a{display:inline-block;border:none;}
.mall-filter-used .value{padding:5px;background-color:#FFFFFF;}
.mall-filter-used .remove{padding:4px;background-color:#B31B32;color:#FFFFFF;}
.mall-sort-by a{display:inline-block;line-height:100%;padding:2px 5px;}
.mall-sort-by .current{border:1px solid red;}

.dis-product-view{background-color: #fff;border:none;padding: 20px;position: relative;}
.dis-product-view .product-col{display:-webkit-flex;display: flex;justify-content: space-between;border:2px solid #00a199;-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;padding: 10px;margin-bottom: 5px;}
.dis-product-view .promotion-info{position: absolute;background:url(../images/discounts/promotion-ico.png) 0 0 no-repeat;width:138px;height:139px;text-align:center;left: -15px;top: -20px;line-height: 128px;font-size: 35px;color:#fff;}
.dis-product-view .product-image{flex: 0 0 42%;margin-left: 8%;}
.dis-product-view .product-image img{width:300px;}
.dis-product-view .product-info{flex: 0 0 45%;}
.dis-product-view .product-name{height: 90px;overflow: hidden;}
.dis-product-view .product-name h1{font-size: 22px;font-weight: bold;color:#211b1b;}
.dis-product-view .price-box{display:-webkit-flex;display: flex;flex-direction: column;margin: 5px 0;}
.dis-product-view .special-price{background:url(../images/discounts/price-bg.jpg) 0 0 no-repeat;width:327px;height:56px; line-height: 50px;padding: 0 0 0 30px;}
.dis-product-view .special-price span{color:#fff;font-size: 30px;}
.dis-product-view .price-label{padding-right: 10px;}
.dis-product-view .old-price{order:1; padding:2px 0 0 34px;font-size: 25px;}
.dis-product-view .old-price .price-label{color: #bd463e;font-weight: normal;}
.dis-product-view .old-price .price{color: #79797b;font-weight: normal;}
.wrap-input{display:-webkit-flex;display: flex;align-items: end;padding:10px 0 10px 34px;}
.wrap-input label{ font-size: 18px;color: #878787;padding-right: 10px;}
.wrap-input input.qty{ border: 1px solid #ddd;color: #3a3a3a;font-weight: bold;height: 24px;text-align: center;width:58px !important;}
.qty-btn{background-color: #cccacb;border: medium none;font-size: 16px;height: 30px;text-align: center;width: 30px;cursor: pointer;}
.add-to-cart-box{display:-webkit-flex;display: flex;padding:10px 0 0 34px;align-items: end;}
.dis-product-view button{cursor: pointer;border:none;}
.addCart-btn{background:url(../images/discounts/addCart-btn.jpg) 0 0 no-repeat;width:124px;height:39px;text-indent: -999em;margin-right: 36px;}
.addWish-btn{background-image:url(../images/discounts/collect-btn.jpg); margin-right: 15px;}
.addShare-btn{background-image:url(../images/discounts/share.jpg);}
.addWish-btn,.addShare-btn{height:22px;background-position:0 0;background-repeat:no-repeat;background-color: #fff;}
.addWish-btn span,.addShare-btn span{padding-left: 25px;}
.product-countd{margin: 0 -7px;}
.viewLine{background:url(../images/discounts/detail-line.jpg) center 0 no-repeat #895233;width:100%;height:7px;}
.product-countd .countd{border-bottom-left-radius: 35px;border-bottom-right-radius: 35px;font-size: 24px;text-align: center;}
.product-countd .countd span{margin: 0 10px;font-weight: normal;padding: 2px 12px;}
.pro-detail-info{background-color: #fff;margin-top: 15px;padding:30px 40px;}
.pro-detail-item{margin-bottom: 40px;}
.pro-item-title{color: #00a199;text-align: center;}
.pro-item-title h1{color: #00a199; font-weight: bold;}
.pro-item-title u{background-color: #00a199;display: block;height: 2px; margin: 5px 0 20px;}
.pro-item-attr{overflow: hidden;padding: 0 20px;}
.pro-item-attr .sku{color: #00a199;font-size: 20px; margin-bottom: 15px;}
.pro-item-attr li{margin-bottom: 5px;}
.pro-item-attr li.col-50{float: left;width: 50%;}
.pro-item-content{line-height: 24px;}

.cart-title{background:url(../images/discounts/cart-title.jpg) 0 0 no-repeat;width:850px;height:59px;margin: 10px 0;}
.cart-table.my-orders-table{border-radius: unset;}
.cart-table .price{color: #c85e4e;}
.cart-table td{vertical-align: middle;font-weight: bold;}
.cart-table .wrap-input{justify-content: center;padding:0;}
.cart-table .product-image img{width:70px;}
.cart-table.data-table tfoot tr{background:none !important;}
.cart-table.data-table tfoot td{ border-right: 1px solid #009e96;}
.cart-table.data-table tfoot td.last{border:none;}
.cart-table.data-table tfoot td:first-child{ background-color: #009e96;color: #fff; text-align: right;}
.cart-item{margin-bottom:25px;}
.cart-act-btn {text-align: right;;margin-top: 15px;}
.cart-act-btn button{ border:none;font-size: 18px;font-weight: bold;letter-spacing: 1px;padding: 10px 25px;cursor: pointer;}
.continueShop-btn{ background-color: #bfbfbf;}
.gotoPay-btn{ background-color:#b2382d;color:#fff;margin-left:10px;}




@-webkit-keyframes blink{
	0%{opacity:1}
	50%{opacity:.7}
	100%{opacity:1}
}
@keyframes blink{
	0%{opacity:1}
	50%{opacity:.7}
	100%{opacity:1}
}



.rebate-content-info{padding-bottom:5px;}
.rebate-content-info p{margin-bottom:6px;display:block;}
.rebate-content{ background-color: #fff;margin-bottom: 10px;padding: 15px 15px 15px 37px;}
.rebate-item{ display: inline-block;width: 48%; margin-bottom: 8px;color: #009e96;}
.rebate-item label{display: inline-block;width: 25%;font-weight: bold;}
.rebate-item .rebate-num{display: inline-block;color: #f15a24;}
.coupon-list{background-color:#fff;padding: 20px 0 20px 25px;}
.coupon-list li{ display: inline-block;width: 33%;margin-bottom: 25px;}
.coupon-list .exchange-btn{ background-color:#009e96;border:none;border-radius: 5px;color: #fff;padding: 5px 0;width: 90%;margin: 10px 0;display: block;text-align: center;}
.coupon-list .exchange-btn.disabled{background-color: #999;}
.rebate-coupons .page-title{ margin-bottom: 0;}
.rebate-top,.coupon-content{ margin-bottom: 15px;overflow: hidden;}
.rebate-detail-table{background-color: #fff;padding: 20px 0 40px;}
.rebate-detail-table .table-responsive{width:92%;margin: 0 auto;}
.rebate-detail-table .my-orders-table tbody tr td{background-color: #fff;}
.rebate-detail-table .my-orders-table{border:none;}
.rebate-detail-table .my-orders-table tbody tr td{border-right:none;border-bottom: 1px solid #999;}
.rebate-detail-table .my-orders-table tbody tr td.couponContent{width: 40%;}
.coupon-list h2{font-size: 16px;margin-bottom: 8px;}
.coupon-exchange input{padding:6px;margin-right: 10px;width: 28%;}

.user-notification-bar {margin-bottom:12px;padding:12px;background-color:#fff9e9;border:1px solid #eee2be;text-align:center;}
.user-notification-bar,.user-notification-bar a:link,.user-notification-bar a:visited,.user-notification-bar a:visited{color:#eb5e00;}

body.model-open{overflow: hidden;padding-right:17px;top:0;left:0;}

body.inappbrowser .page > .float-bar, 
body.inappbrowser .page > .footer-container, 
body.inappbrowser .col-main > .std > .introd-main + table { display: none;}

.price-calculator-line{margin:5px 100px;}
.price-calculator-line a{font-size:24px;color:#000;padding:0 40px;margin:0;display:inline-block;border-bottom:2px solid #8e8e8e}
.price-calculator-line a.active{border-bottom:2px solid #009e96}
.price-calculator .form-list .three-fields .field{width: 32%;}
.price-calculator .form-list .three-fields .input-box .input-text{width:90%;}
.price-calculator .form-list .three-fields .input-box select{width:96%;}
.price-calculator .addPriceItem-btn{background-color:#FFFFFF;color:#009e96;padding:2px 6px;border:1px solid #009e96;display:inline-block;color:#fff;font-size:24px;font-weight:bold;line-height:100%;margin:0;}
#checkoutSteps.price-calculator .form-list .fields .volume-fields{overflow:hidden;}
#checkoutSteps.price-calculator .form-list .fields .volume-fields label.VOLUME{clear:both;display:block;}
#checkoutSteps.price-calculator .form-list .fields .volume-fields .volume-box .input-text,
#checkoutSteps.price-calculator .form-list .fields .volume-fields .volume-box .input-text:focus{border:none;padding:0;margin:0;width:80%;background-color:transparent;}
#checkoutSteps.price-calculator .form-list .fields .volume-fields .volume-box {width:28%;float:left;border: 2px solid #009e96;padding:5px 8px;border-radius: 6px;background-color: #efefef;color: #000;}
#checkoutSteps.price-calculator .volume-outerbox{display:flex;justify-content: space-between;width: 99%;}
.cost-fields{background-color: #009e96;padding: 10px 28px 10px 10px;color: #fff;}
.cost-fields p{    margin: 5px 0;}
#checkoutSteps.price-calculator .form-list .cost-fields label,#checkoutSteps.price-calculator .form-list .cost-fields .price-box .price{color:#fff;}
.price-calculator,.price-calculator input,.price-calculator button,.price-calculator textarea{font-size:18px;}
.price-calculator .form-list li{list-style: none;}
.price-calculator .form-list li .input-box label{font-weight:normal;}
.price-calculator .form-list li .input-box p{margin:4px;}
.price-calculator#checkoutSteps a {margin-left:0px;}
.price-calculator .chosen-container-single .chosen-single{border: 2px solid #009e96;border-radius: 6px;background: none;}
.price-calculator#checkoutSteps .form-list li.fields .input-box select{width: 100%;}
.price-calculator#checkoutSteps .form-list .input-box .input-text{width: 98%;}
.vol-item{display: flex;align-items: center; margin: 0 auto;margin-top:5px;margin-bottom: 5px;position: relative;}
.vol-item label{min-width: 23%;text-align: right;margin-right: 5px;}
.vol-item .validation-advice{position: absolute;bottom: -6px;}
#checkout-step-package .price-calculator .item-details{width: 100%;}
.price-calculator,.price-calculator input{font-size: 14px;}
.price-calculator table.item-details td input{color:#000;width: 55%;}



.introd-main-new{background-color:#fff;padding: 20px;min-height: 354px;}
.introd-main-new .main{padding-top: 0}
.introd-main-new .price-title .title{background: #fff;}
.top-r-introd{float: right;width: 57%;}
.top-l-introd{float: left;width: 42%;text-align: center;}
.top-l-introd img{width: 251px;}
.introd-main-top{position: relative;}
.top-r-introd .p-title{font-weight: 600;font-size: 24px;padding-left:17px;    list-style: none;}
.top-r-introd .p-title span{color: #009e96;}
.std .top-r-introd ul{list-style-type: disc;color: #009e96;width: 96%;}
.top-r-introd ul li {margin:5px 0;}
.top-r-introd ul li span{color:#000;}
.top-r-introd ul li.introd-bottom-btn span{color:#fff;}
.top-r-introd  .introd-bottom-btn{list-style: none;margin:25px 5px;}
.introd-bottom-btn a{display: inline-block;color: #fff;padding: 12px 22px;font-size: 24px;letter-spacing: 1px;border-radius: 5px;background-color:#f15a24;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.introd-bottom-btn a:hover{ background-color:#009e96; }
.introd-bottom-btn a.custom-btn{margin-left: 30px;}
.cms-introd-glsdaifa .introd-bottom-btn{ margin: 81px 0 0 23px;}
.top-r-introd a.linkDownload{color:#009e96;}
.introd-main .cms-h1.index-title{border: 0 double #009e96;border-top-width: 7px;}
.introd-main .cms-h1.index-title .title{font-size:30px;}

table.item-details tbody#addItemDetailtb thead{display: none;}

.monthinvoice-payform{padding:0;margin:0;}
.monthinvoice-payform dl{padding:10px;margin:0;}
.monthinvoice-payform dl dt{margin:0;font-weight:bold;}
.monthinvoice-payform dl dd{margin:0 0 12px 16px;}
.monthinvoice-payform dl dd .monthinvoice-payment-methods li{display:inline-block;padding:6px;}

/* Google Map */
#find-my-loc{display: none;height: 40px;line-height: 35px;background-image: url(../images/icon/delivery-icon.png);background-repeat: no-repeat;padding-left: 35px;background-size: 30px;cursor: pointer;}
#google-plc-ctnr{position: absolute;top: 0;width: 800px;display: none;padding: 12px;border-radius: 20px;background-color: white;z-index: 2020;}
#google-plc-ctnr #map {height: 500px;z-index: 2100;}
#google-plc-ctnr #description {font-size: 15px;font-weight: 300;}
#google-plc-ctnr #infowindow-content .title {font-weight: bold;}
#google-plc-ctnr #infowindow-content {display: none;}
#google-plc-ctnr #map #infowindow-content {display: inline;}
#google-plc-ctnr .pac-card {width: 50%;margin: 10px 10px 0 0;border-radius: 2px 0 0 2px;box-sizing: border-box;-moz-box-sizing: border-box;outline: none;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);background-color: #fff;z-index: -1;position: absolute;right: 1px;top: 10px;}
#google-plc-ctnr #pac-container {padding-bottom: 12px;margin-right: 12px;padding-top: 15px;}
#google-plc-ctnr #pac-container button{margin-left: 12px;}
.pac-container{z-index: 10000 !important;}
#google-plc-ctnr .pac-controls {display: inline-block;padding: 5px 11px;}
#google-plc-ctnr .pac-controls label{font-size: 13px;font-weight: 300;}
#google-plc-ctnr #pac-input {background-color: #fff;font-size: 15px;font-weight: 300;margin-left: 12px;padding: 0 11px 0 13px;text-overflow: ellipsis;width: 68%;}
#google-plc-ctnr #pac-input:focus {border-color: #4d90fe;}
#google-plc-ctnr #title {color: #fff;background-color: #4d90fe;font-size: 25px;font-weight: 500;padding: 6px 12px;}
#google-plc-ctnr .gmnoprint{display: none;}
@media only screen and (max-width: 1200px) {
    #google-plc-ctnr{width:60vw;top: 710px;}
    #google-plc-ctnr .pac-card {
        width: 60%;
    }
}
@media only screen and (max-width: 900px) {
    #google-plc-ctnr{top: 710px;}
    #google-plc-ctnr .pac-card{ width: 100%;right: -10px!important;}
}
@media only screen and (max-width: 769px) {
    #google-plc-ctnr{width:80vw;top: 505px;}
}
@media only screen and (max-width: 480px) {
    #google-plc-ctnr{top: 605px;}
    #google-plc-ctnr #pac-input{width: 64%;}
}

/* End Google Map */

.inputFileBox{width: 0px;height: 0px;overflow: hidden;}
.inputFileAgent{border:none;background:none;margin:5px;}
.uploadFieldBtn{padding: 5px 8px;}
#feedback-form .uploadFieldBtn{display: block;margin:10px 0;}
#upload-photos li{margin-bottom: 5px;}
.uploadFile-module{overflow: hidden;margin:8px 0;}
.my-account .input-box .uploadFile-module input{width: auto;}
.uploadFile-module label{float: left; padding-top: 7px;}
.uploadFile-module .uploadFile-content{float: left;}
.totals-usetax .price{display:block;float:right;width:130px;text-align:right;}
.totals-usetax .price-label{display:block;margin-right:136px;text-align:right;}
.operateQty{background-color: #fff;width: 24px;height: 24px;text-align: center;line-height: 22px;font-weight: bold;font-size: 18px;border: 1px #d0d0d0 solid;color: #666666;cursor: pointer;}

.fanli-page .price-title .title{color:#289494;}
.fanli-page .price-title{border-bottom: 1px solid #999;padding-bottom: 5px;margin:20px 0 15px 0;}
.fanli-page .pricelist-ul{margin-bottom: 50px;}
.fanli-page .pricelist-ul .cms-main{font-size: 16px;line-height: 32px;margin:0 auto;width: 95%;}

.input-box p,.form-list p,.form-list strong,.required span,.tax-detail{font-size:16px !important;color:red !important;}
.required{position: relative;}

html[lang=it] #checkoutSteps .form-list .address-fr-eur .fields:nth-child(8) .required>.required, html[lang=it] #checkoutSteps .form-list .address-fr-eur .fields:nth-child(9) .required>.required{position: absolute;left:61px;top:4px;}
#thirdpartylogin-div{height:300px;}
#thirdpartylogin-login-div,#thirdpartylogin-register-div{height:600px;}
#thirdpartylogin-iframe{height:480px;}
#thirdpartylogin-iframe .reg-dialig-content{width:100%;}
#thirdpartylogin-iframe iframe{width:100%;}
.reg-dialig-thirdparty{position: fixed;z-index: 99999;right: 0;left: 0;top:0;bottom:0;margin:auto auto;max-width: 600px;overflow: auto;vertical-align: middle !important;}
.reg-dialig-thirdparty .reg-dialig-content{width:100% !important;}
.reg-dialig-thirdparty .reg-dialig-content .customer-page{width:100% !important;}
.reg-dialig-thirdparty .reg-dialig-content .reg-dialig-div{margin:0 auto;padding:15px 0;width:90%;text-align: center;/*vertical-align: middle;*/}
.reg-dialig-thirdparty .reg-dialig-content .reg-dialig-div button{margin:0 5px;}
.reg-dialig-thirdparty .reg-dialig-content .reg-dialig-div img{width:80px;height:80px;}
.reg-dialig-thirdparty .reg-dialig-content .reg-dialig-div a{display: inline-block;color: #fff;margin:20px 40px;padding: 15px 30px;font-size: 14px;letter-spacing: 1px;border-radius: 10px;background-color:#009e96;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.reg-dialig-thirdparty .reg-dialig-content .reg-dialig-div .quick-button{background-color:#f0f0f0;color:#666;border:2px solid #ccc;}
.reg-dialig-thirdparty .reg-dialig-content .reg-dialig-div a.quick-button:hover{ color:#fff; }
.reg-dialig-thirdparty .reg-dialig-content .reg-dialig-div a:hover{ background-color:#f15a24; }
.reg-dialig-thirdparty .reg-dialig-content .reg-dialig-div a.custom-btn{margin-left: 30px;}
.reg-dialig-thirdparty .buttons-set button{width:100px !important;}
.reg-dialig-thirdparty .buttons-set .close{background-color:#ccc !important;}

#upload-files span.input-box,#upload-files-div{margin:5px 0px;}
#upload-files input.inputFileAgent{min-width:50%;}
#upload-files-div a{color:#000;}
#upload-files-div a.removebutton{color:red;}

/* feedback */
.feedback-index-index #feedback-form label .required{color:#D40707;font-weight:bold;padding-left:5px;}
.feedback-index-index #feedback-form p{float: left;margin-top:0px;margin-right:10px;}

/* appLication */
#appLication-form label .required{color:#D40707;font-weight:bold;padding-left:5px;}
#appLication-form p{float: left;margin-top:0px;margin-right:10px;}
.xappLication-index-index .col-main{background-color: white;}
.appLication-form input.input-text{width:300px; border:0px; line-height:30px;border:2px #009e96 solid;padding:0 5px;border-radius:6px; color:#555;}
.appLication-form textarea.input-text {width:100%; border:0px; line-height:30px;border:2px #009e96 solid;padding:0 5px;border-radius:6px; color:#555;box-sizing: border-box;}
.appLication-form label {display:block;}
.appLication-form select{border:2px #009e96 solid; background:#efefef; padding:5px;line-height:30px; width:315px;padding:5px;border-radius:6px; color:#555;}
.appLication-form label{margin-bottom: 2px;}

#dialog-message{position: fixed;z-index: 99999;right: 0;left: 0;top: 0;bottom: 0;margin: auto auto;max-width: 600px;height: 600px;overflow: auto;vertical-align: middle !important;}
#dialog-message .dialog-content{display: inline-block;margin: 0 auto;padding-top: 10px;margin-bottom: 10px;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);font-size:16px;font-weight: bold;color: #2b2e38;background-color: #fff;box-shadow: 0 3px 38px rgba(0, 0, 0, 0.1);}
#dialog-message .dialog-content .msg-content{color:red;}
#dialog-message .dialog-content .buttons-set{margin: 0;padding: 0;border: 0;max-width:600px;text-align: center;}
#dialog-message .dialog-content .buttons-set button{margin:10px;height:38px;}
#dialog-message .dialog-content .buttons-set button.button{float: none;}

.jiu-input-box{padding:15px 0px;margin: 0px auto;overflow: hidden;max-width:1032px;}
.jiu-input-box .show-btn-area{float:left;border:1px solid #009e96;cursor:pointer;background-color:transparent;color:#009e96;padding:0px 12px;height:33px;line-height:33px;text-align:center;white-space:nowrap;margin-right:7px; margin-bottom: 1px;}
.jiu-input-box-use{text-align: right;}
.jiu-input-box-tips{color: #f15a24 !important;left: 30px;position: absolute;bottom:0;width:80%;}


.product-product-list .detail ul li{width: 22.3%;float: left;margin: 10px 1.8% 20px;height: 500px;}
.product-product-list .detail.shipping-coupon ul li{height: 390px;}
.product-product-list .detail ul li:hover{box-shadow: 0 0 30px rgba(0,0,0,.1);}
.product-product-list .detail ul li:nth-of-type(4n+1){margin-left: 0px;}
.product-product-list .detail ul li:nth-of-type(4n){margin-right: 0px;}
.product-product-list .detail ul li .content{background: #fff;text-align: left;font-size: 18px;cursor: pointer;}
.product-product-list .detail ul li .content>a{display: block;height: 270px;width: 100%;text-align: center;line-height: 215px;position: relative;}
.product-product-list .detail ul li .content>a .image-span{position: relative;display: inline-block;max-height: 100%;height: 100%;width: 100%;}
.product-product-list .detail ul li .content>a .image-span img{max-height: 100%; object-fit: contain;width: 100%;}
.product-product-list .detail ul li .content>a .products-stock{background: rgba(0,0,0,.6);height:30px;position: absolute;top: auto;color: #fff;font-size: 14px;width: 100%;line-height: 30px;text-align: left;box-sizing: border-box;padding-left: 5%;margin-top: -30px;}
.shipping-milk .dcorner-txt{top: 10px;left: 7px;font-size: 16px;}
.shipping-coupon .dcorner-txt{top: 12px;left: 0px;font-size: 14px;}
.product-product-list .detail.shipping-coupon ul li .content>a{height: 170px;line-height: normal;overflow:hidden;}
.product-product-list .detail ul li .content>a>img{vertical-align: middle;max-height:270px;width: 100%;object-fit: contain;}
.product-product-list .detail.shipping-coupon ul li .content>a>img{max-height: 170px;}
.product-product-list .detail ul li .content .shipping-price{color: #f15a24;font-size: 20px;text-align: left;padding:20px 15px 5px;display: block;position: relative;}
.product-product-list #original_price{color: #ccc;text-decoration: line-through;position: absolute;right:20px;bottom:6px;}
.product-product-list #original_price .regular-price,.product-product-list #original_price .regular-price .txt-style-euro{color: #ccc;}
.product-product-list .detail ul li .content>span#area{color:#999;font-size: 14px;padding:0 15px;display: block;max-height: 1.5em;}
.product-product-list .detail ul li .content>h4{color: #999;font-weight: normal;padding: 2px 15px;overflow: hidden;height: 2.5em;max-height: 2.5em;font-size: 14px;}
.product-product-list .detail ul li .content>h4#name{color: #333;}
.product-product-list .detail ul li .content>h4#name_cn{color:#999;}
.product-product-list .detail ul li .content>h4 .small-title{float: left;height: 19px;padding: 0 6px;margin-top: 2px;margin-right: 3px;overflow: hidden;color: #fff;font-size: 14px;background: #f15a24;border-radius: 2px;}
.product-product-list .detail.shipping-milk ul li .content>h4#name_cn{color: #333;font-size:16px;}
.product-product-list .detail.shipping-coupon ul li .content>h4#name_cn{color: #333;}
.product-product-list .detail ul li .footer{width:100%;padding:0 15px;overflow: hidden;background: none;box-sizing: border-box;}
.product-product-list #buy{color: #fff;cursor: pointer;background-color: #f15a24;width: 60%;height: 45px; line-height: 43px;font-size: 16px;float:right;text-align: center;box-sizing: border-box;margin-top: 20px;display: flex;}
.product-product-list #buy img{width: 24px;margin:0 0 2px 10px;object-fit: contain;}
.product-product-list #buy .nostock,.product-product-list #buy .joinin{flex:1;white-space: nowrap;}
.product-product-list .product-value{width: 30%;height: 45px;box-sizing: border-box;float: left;border:1px solid #ccc;margin-top: 20px;position: relative;}
.product-product-list .product-value input{width: 75%;height: 43px;box-sizing: border-box;float: left;text-align: center;font-size: 20px;border:none;}
.product-product-list .product-value .operateQty{width: 25%;height: 21.5px;box-sizing: border-box;float: right;line-height:19px;font-size: 14px;background-color: #f1f1f1;border:none;border-left: 1px solid #ccc;position: absolute;right: 0;}
.product-product-list .product-value .operateQty.subQty{bottom: 0;}
.product-product-list .product-value .operateQty.addQty{border-bottom: 1px solid #ccc;top: 0;}
.product-product-list .regular-price{font-size: 26px;color: #f15a24;}
.product-product-list .regular-price .txt-style-euro{font-size: 20px;}
.product-product-list #original_price .regular-price{font-size: 18px;font-weight: normal;}
.product-product-list #original_price .regular-price .txt-style-euro{font-size: 14px;font-weight: normal;}
.product-product-list .item-details .regular-price{font-size: 16px;}
.product-product-list .item-details .regular-price .txt-style-euro{font-size: 12px;}

.ul-logos{height: 100px;overflow: hidden;}
.ul-logos li{width: 126px;height: 48px;line-height:48px;padding: 0;border: 1px solid #ddd;background-color: #fff;text-align: center;float: left;}
.ul-logos li a{display: block}
.ul-logos li:hover{border-color:#0d9891;}
.ul-logos img{vertical-align:middle;}
.product-product-list .col-main{padding: 0;}
.product-product-list .more_open:after{transform: rotate(-90deg);content:">";float: right;padding-left: 3px;}
.product-product-list .more_close:after,.product-product-list #more:after{transform: rotate(90deg);content:">";float: right;padding-left: 3px;}
.sprite-ico{background:url("../images/home-sprite.png") no-repeat;display: inline-block;background-repeat: no-repeat;}
.product-product-list .jiu-input-box .form-search{float: right;margin: 0 auto;border: 1px solid #ccc;padding: 0;background-color: #fff;width: 300px;display:flex;}
.product-product-list .jiu-input-box .form-search button{border: none;background-color: transparent;margin: 0;padding: 3px 0;float: right;width: 20%;}
.product-product-list .jiu-input-box .form-search button:after{content: "\e003";font-family: 'Glyphicons Halflings';font-size: 18px;color: #ccc;line-height: 20px;padding-left: 20%;}
.product-product-list .jiu-input-box .form-search input{padding: 8px 18.5px;float: left;width: 80%;border: none;font-size: 16px;color: #999;box-sizing: content-box;}
.jiu-input-box #price_sort{border: 1px solid #ccc; color: #333; position: relative; padding:0px 25px 0px 10px; line-height: 34px;margin-right: 15px;font-size: 14px;background-color: #fff;}
.jiu-input-box #price_sort:hover{border: 1px solid #009e96;}
.jiu-input-box .a-price i{border:transparent 4px solid; position: absolute;}
.jiu-input-box .a-price .top{border-bottom-color: #ccc; top:7px; right: 10px;}
.jiu-input-box .a-price .down{border-top-color: #ccc; top:20px; right: 10px;}
.jiu-input-box .price-filter>div{padding: 0 10px; width: 69px;height: 34px;border: 1px solid #ccc;background-color: #fff;}
.jiu-input-box .price-filter>em{padding: 0px 8px;line-height: 33px;}
.jiu-input-box .price-filter>div>span{color: #999;line-height: 33px;}
.jiu-input-box .price-filter>div .input-text{width: 58px;height: 30px; line-height: 30px;background-color: transparent;border:0px;}
.jiu-input-box .price-filter .btn{padding: 0 10px; margin-left: 15px; width: 60px;height: 36px; line-height: 35px;border: 1px solid #ccc;background-color: #fff; cursor: pointer; white-space: nowrap;}
.jiu-input-box .active{color: #fff; background-color: #009e96;}
.jiu-input-box .show-cart{float: right;margin: 0 auto;border: 1px solid #ccc;padding: 0;background-color: #fff;width: 150px;height: 34px; line-height: 34px; cursor: pointer;color: #333;}
.jiu-input-box .badge{padding: 0px 8px;line-height: 30px; border-radius: 10px; color: #fff; vertical-align: middle;background-color: #f15a24; margin: 0 15px}
.jiu-input-box .empty{margin: 0 20px;display: none;}
#search_mini_form .input-box-search{margin-left: 21%;}
.jiu-input-box.input-box-price{float: left; clear: both;margin-left: 10px;}
.jiu-input-box.input-box-search{float: left;}
.jiu-input-box.input-box-cart{float: right;}
.jiu-input-box.input-box-cart #show_cart img{padding: 1px 5px;width: 32px;}
.jiu-input-box.input-box-price .price-filter{float: left;display:flex;}
#disabled-mask{display:none;}
.shipping-merge{background-color: #f5f5f5;border: 1px solid #ccc;margin: 20px 0;padding: 0 30px;}


.product-selection-dialog img{margin:5px 5px 0 0;}
.product-product-list .product-selection-dialog{margin: 20px 0px;}
.product-product-list .product-selection-dialog h1{display: inline-block;cursor: pointer;width: 160px;height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #777;background-color: #e6e6e6;border-radius: 3px;font-weight: bold;margin: 5px 30px;}
.product-product-list .product-selection-dialog-btn a{display: block;cursor: pointer;width: 160px;height: 40px;line-height: 40px;text-align: center;font-size: 14px;color: #fff;background-color: #0c9991;border-radius: 3px;font-weight: bold;margin-left: 30%;}
.product-product-list .product-selection-dialog h1 .dialog-select-ico.spriteIco{background-position:-2px -200px;width:23px;height: 24px;margin-right:5px;display: none;}
.product-product-list .product-selection-dialog h1.active .dialog-select-ico{display:inline-block;}
.product-product-list .product-selection-dialog span{display: block; position: absolute; left: 50%; top: 50%; transform: translate(-100%,-100%);}
.product-selection-dialog h1.active{background-color: #0c9991;color: #fff;}

/*product-shipping*/
.product-product-list .shipping_selector{padding:0;margin:10px auto;border: 1px solid #DDD;}
.product-product-list .shipping_brand{width: auto;height: auto;}
.product-product-list .shipping_wrap{position:relative;line-height:34px;border-bottom:1px solid #DDD;background:#f3f3f3;}
.product-product-list .shipping_selector>div:last-child .shipping_wrap{border: none;}
.product-product-list .shipping_key{float: left;width: 100px;padding-left: 10px;white-space: nowrap;overflow: hidden;text-align: left;}
.product-product-list .shipping_key span{color: #666;}
.product-product-list .shipping_value{margin-left: 110px;padding-right: 60px;padding-left: 10px;overflow: hidden;background: #fff;}
.product-product-list .shipping_value.shipping_value_not_more{padding-right: 0px;}
.product-product-list .shipping_value a{color: #666;}
.product-product-list .shipping_logos{margin:0;padding:0;}
.product-product-list .shipping_logos_list{padding-top: 10px;margin-bottom: 10px;overflow: hidden;height: 99px;}
.product-product-list .shipping_logos_list li a{display: block;border: 1px solid #FFF;height: 46px;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 48px;}
.product-product-list .shipping_logos_list li a:hover{color:#009e96;}
.product-product-list .shipping_ext{position: absolute;top: 15px;right: 10px;width: 50px;height: auto;line-height: 22px;overflow: hidden;}
.product-product-list .shipping-selector{clear: both;border-right: 1px solid #DDD;border-top: 1px solid #DDD;border-left: 1px solid #DDD;}
.product-product-list .shipping_list{overflow: hidden;padding-top: 4px;}
.product-product-list .shipping_valueList{float: left;overflow: hidden;position: relative;height: auto;}
.product-product-list .shipping_logos_list li,.product-product-list .shipping_valueList li{float: left;width: 140px;margin-right: 5px;margin-bottom: 4px;height: 26px;line-height: 26px; text-align: left;box-sizing: border-box;padding: 0 5px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.product-product-list .shipping_logos_list li{display: block;height: 48px;}
.product-product-list .shipping_open .shipping_logos_list{overflow-y: auto;overflow-x: hidden;padding-top: 10px;height: 196px;}
.product-product-list .shipping-main{position: relative;background-color: white; margin: 0px auto;padding: 0 30px 10px 30px;}
.product-product-list .shipping-filter{vertical-align: middle;text-align: left;line-height: 30px;padding: 10px 0;float: left;}
.product-product-list .shipping-filter-all,.product-product-list .shipping-filter-select,.product-product-list .shipping-filter-selected,.product-product-list .shipping-filter-clean{display:inline-block;}
.product-product-list .shipping-filter-selected{margin-right: 10px;border: 1px dashed #009e96;padding:0 10px;color: #009e96;}
.product-product-list .shipping-filter-selected a{color: #009e96;}
.product-product-list .shipping-filter-close{margin-left:10px;position:relative;width:0.1em;height:1em;background: #333;transform: rotate(45deg);display: inline-block;}
.product-product-list .shipping-filter-close:after{content: "";position: absolute;top: 0;left: 0;width:0.1em;height:1em;background: #333;transform: rotate(270deg);}
.product-product-list .col-main .shipping-main .activeItem{color: #009e96;}
.product-product-list .shipping_clean.mobile-display{display:none;}

/*introd-fedex*/
.price_tables{overflow: hidden;}
.price_table{width: 32%;border-spacing: 0px;margin: 0px 1% 15px;float: left;border: #e6e6e6 1px solid;}
.price_table:nth-of-type(3n+1){margin-left: 0px;}
.price_table:nth-of-type(3n){margin-right: 0px;}
.price_table td{text-align: center;font-size: 12px;width: 16.66%;line-height: 28px;}
.price_table th{color: #fff;font-size: 16px;background: #009e96;text-align: center;line-height: 36px;height: 36px;}
.price_table tr td:nth-of-type(odd){color: #808080;background: #FFFFFF;}
.price_table tr td:nth-of-type(even){background: #f2f2f2;color: #4D4D4D;}

/*ems_europe introd-fe ems_europe*/
.price_title{display: none;}

/*new-pay*/
.paymentType h3{color:#666;font-size: 20px;font-weight: 600;margin-bottom: 20px;}
.paymentType h3 span{ color: #009e96;font-size: 14px;margin-left: 12px;font-weight: normal;}
.paymentList li.item{border-bottom: 1px solid #ddd;overflow: hidden;padding:15px 0 0;margin: 0;}
.paymentList li ul.form-list{float:right;color:#009e96;}
.paymentList li ul.form-list .payment_name{display:none;}
.atos-content{padding-top: 14px;}
.sp-methods label{font-weight: normal;}
.atos-logo{padding-left: 28px;float: left;}
.paymentType.storePay{margin-top:60px;}
.offlinePayment_payment2-item .form-list,.checkmo-item .form-list{display: none;}
.storePay .paymentList li.item{border:none;float: left;margin-right: 33px;}
.money_payment-item .atos-content{padding-top:0;}
.money-prepay-index .onLinePay h3{margin:0;margin-top: 30px;}
#payment_form_offlinePayment_payment2{display: contents;color: red;font-weight: 600;padding:0 0 10px;}
.paymentList li.money_payment-item{padding-bottom: 15px;}
table.shipping-amount{border-collapse:collapse;margin:12px auto;}
table.shipping-amount tr th,table.shipping-amount tr td{padding:6px;border:1px solid #009e96;}
table.shipping-amount tr th{white-space:nowrap;font-weight:bold;}
table.shipping-amount tr td{font-size:14px;}
table.shipping-amount tr td.nowrap{white-space:nowrap;}
/*logistic/home/shipping-companies*/
.seller .customer-seller .tabs h2,.seller .customer-seller .tabs h2 a{display:inline-block;color:#000;}
.seller .customer-seller .tabs h2 a{line-height:100%;padding:5px 30px;}
.seller .customer-seller .tabs h2.active{border-bottom:2px solid #009e96;}
.seller .customer-seller .body{margin-top:16px;}

/* cropper */
#cropper-mask{position: fixed;top: 0;width: 100%;left: 0;z-index: 2019;height: 100%;background-color: hsla(0,0%,90%,.8);}
#cropper-wrapper{position: absolute;top: 50%;transform: translate(-50%,-50%);left: 50%;z-index: 2019;height: 50%;width: 50%;background: white;min-height: 286px;min-width: 250px;}
#cropper-cntnr{width: 80%;position: relative;height: 70%;margin: 0 auto;top: 5%;background: gray;}
#cropper-mask #cropper-container a{position: absolute;top: 5px;right: 5px;padding: 5px 20px;background-color: #009e96;border-radius: 5px;color: white;font-weight: bold; cursor:pointer;}
#cropper-mask #cropper-destroy{position: absolute;top:0px;right:-30px;background-color: #000;opacity: 0.5;cursor:pointer;}
#cropper-mask #cropper-destroy i{display:block;width: 30px;height: 30px;background: url(../images/icon/close.png) no-repeat left center;background-size: 30px 30px;}
#cropper-mask #cropper-button-wrapper{position: absolute;width: 80%;height: 15%;bottom: 5%;left: 50%;transform: translateX(-50%);text-align:center;}
#cropper-mask #cropper-button-wrapper button {top: 20%;height: 60%;width: 100%;max-width: 150px;position: relative;background: linear-gradient(#07beb6,#0cbcb7); color: white; border: 0;border-radius: 25px;}


/* logistic a */
#customer-address-list .default-a{color:#000;font-weight:bold;}

.dcorner-square{position: absolute;top:-7px;left:-29px;width:0;height:0;border-left:45px solid transparent;border-right:45px solid transparent;border-bottom:45px solid #0aa59d;transform: rotate(-45deg);}
.dcorner-txt{position: absolute;top:14px;left: 0px;font-size: 13px;font-weight: bold;color:#fff;transform: rotate(-45deg);line-height: normal;}
.regular-price,.special-price{color: #f15a24;font-family: "Helvetica";font-size: 20px;letter-spacing: -1px;font-weight: bold;}
.regular-price.price-negotiable{font-size: 24px;letter-spacing: 0;}
.old-price{margin-left:10px;font-size: 18px;}
.old-price .txt-style-euro{font-size: 14px;text-decoration: inherit;color: #999;font-weight: bold;}
.txt-style{font-size: 16px;padding: 0 2px 0 5px;font-weight: bold;}
.txt-style-euro{font-size: 16px;font-weight: bold;margin-right: 2px;}

button.btn-coupon{background-color: #009e96;color: #fff;border-radius: 2px;padding:5px 8px;}
.webimg-white-layer{background-color:#fff;filter: Alpha(Opacity=20);-moz-opacity: 0.2;opacity: 0.2;}
.webimg-white-layer2{background-color:#fff;filter: Alpha(Opacity=80);-moz-opacity: 0.8;opacity: 0.8;}
.expired-square,.expired-square2,.expired-square-min{position: absolute;top:15px;left:10px;}
.expired-square-min img{width:29px;height:29px;}

.driver_info dl.fieldset{line-height:100%;}
.my-account .driver_info dl.fieldset{padding:0;}
.driver_info dl.fieldset dt{font-weight:bold;background-color:#009e96;padding:8px 0px 8px 10px;color:#FFF;}
.driver_info dl.fieldset dd{margin-left:10px;color:#555;}
.driver_info dl.fieldset dd .fields{display:inline-block;width:46%;padding:8px 0;}
.driver_info dl.fieldset dd .fields .required{color:red;}
.driver_info dl.fieldset dd .fields .label{display:inline-block;width:130px;}
.driver_info dl.fieldset dd .fields .view_value{display:inline-block;vertical-align:middle;}
.driver_info dl.fieldset dd .no-display{display:none!important;}
.driver_info dl.fieldset dd .entire_row{display:block;width:auto;}
.driver_info dl.fieldset dd .entire_row .textarea{width:96%;resize:vertical;}
.driver_info dl.fieldset dd .entire_row .checkboxes{margin-top:6px;}
.driver_info dl.fieldset dd .entire_row .checkboxes li{display:inline-block;margin:0 6px;}
.driver_info dl.fieldset dd .button-set{margin-top:16px;}
.driver_info dl.fieldset dd .image-preview{display:inline-block;position:relative;}
.driver_info dl.fieldset dd .image-preview img{vertical-align:middle;}
.driver_info dl.fieldset dd .image-preview a{display:inline-block;position:absolute;top:0;right:0;padding:6px;background-color:#FFFFFF;font-weight:bold;line-height:100%;color:#555;text-decoration:none;border:1px solid #666;}
.customer-driver .status_note{color:#FF0000;}
.status-note-message{padding:8px 8px 8px 32px;border:1px solid #ffd967;background:#fffbf0 url(../images/i_msg-note.gif) no-repeat 10px 12px;color:#3d6611;font-weight:bold;margin-bottom:10px;}

.gotoTop{position: fixed;z-index: 6;bottom: 110px;right: 50px;cursor: pointer;border: none;background-color: #454c54;width: 50px;height: 50px;line-height: 60px;text-align: center;border-radius: 50px;}
.gotoTop span{background: url(../images/home-sprite.png) no-repeat;display: inline-block;background-repeat: no-repeat;background-position: 0 -48px;width: 17px;height: 21px;}
.clearfix:after{content:"";display:block;visibility:hidden;height:0;clear:both;}
.clearfix{display:inline-block}
.clearfix{display:block}

.chosenImage-container .chosen-single{border:2px #009e96 solid !important; background-color:#efefef !important; color:#000 !important;border-radius:6px !important;width:98% !important;min-height: 16px !important;}
.chosenImage-container .chosen-single span {background-position: left 5px !important;}
.chosenImage-container .chosen-results li.group-option{padding-left: 30px !important;}

.form-list .chosen-container-single .chosen-single{width:99%;border:2px solid #009e96;margin:5px 0 !important;border-radius:6px; background-color:#efefef; height: 38px;line-height: 38px;color: #000;}

/*---------For Lang fr------------*/
html[lang=fr] body,html[lang=it] body,html[lang=en] body{font: 14px/1.55 "Helvetica","Microsoft Yahei","Lantinghei SC",arial,sans-serif;}
html[lang=fr] .home-left-banner .nav-text-wrapper .iconfont{left: 5px;}
html[lang=fr] .home-left-banner .nav-text{font-size: 12px;padding: 3px 0 3px 28px;}
html[lang=fr] .home-left-banner .nav-li .nav-right-arrow,html[lang=it] .home-left-banner .nav-li .nav-right-arrow{right: 5px;}
html[lang=fr] .home-left-banner .nav-li>div .nav-menu-ul li a,html[lang=it] .home-left-banner .nav-li>div .nav-menu-ul li a,html[lang=en] .home-left-banner .nav-li>div .nav-menu-ul li a{padding: 10px;}
html[lang=fr] .header-contact>div .contact-font,html[lang=it] .header-contact>div .contact-font,html[lang=en] .header-contact>div .contact-font{font-size:12px;}
html[lang=fr] .contact-phone,html[lang=it] .contact-phone,html[lang=en] .contact-phone{height: 22px;}
html[lang=fr] .home-search .chosen-container-single .chosen-single,html[lang=it] .home-search .chosen-container-single .chosen-single,html[lang=en] .home-search .chosen-container-single .chosen-single{padding: 0;}
html[lang=fr] .home-search .chosen-container,html[lang=it] .home-search .chosen-container,html[lang=en] .home-search .chosen-container{font-size: 12px;}
html[lang=fr] .home-search .chosen-container .chosen-results li,html[lang=it] .home-search .chosen-container .chosen-results li,html[lang=en] .home-search .chosen-container .chosen-results li{padding:7px 0;}
html[lang=fr] .home-search .chosen-container{width: 60px!important;}
html[lang=it] .home-search .chosen-container,html[lang=en] .home-search .chosen-container{width: 100px!important;}
html[lang=fr] .chosen-container-single .chosen-single span,html[lang=it] .chosen-container-single .chosen-single span,html[lang=en] .chosen-container-single .chosen-single span{margin-right: 23px;}
html[lang=fr] .home-search-hot.active,html[lang=fr] .home-search-hot.active,html[lang=it] .home-search-hot.active{display:none;}
html[lang=fr] .header .home-search,html[lang=it] .header .home-search,html[lang=en] .header .home-search{margin-left: 2.5%;width: 38%;}
html[lang=fr] .header-contact{width:21%;}
html[lang=it] .header-contact,html[lang=en] .header-contact{width: 16%;}
html[lang=fr] .quick-access .welcomeNav,html[lang=it] .quick-access .welcomeNav,html[lang=en] .quick-access .welcomeNav{max-width: 11em;}
html[lang=fr] #customer-login-window .registered-users h1,html[lang=it] #customer-login-window .registered-users h1,html[lang=en] #customer-login-window .registered-users h1{width: 95%;}
html[lang=fr] .product-product-list #buy .joinin,html[lang=en] .product-product-list #buy .joinin,html[lang=it] .product-product-list #buy .joinin{font-size: 12px;}
html[lang=fr] .product-product-list #buy img{margin:0 0 2px 4px;}
/*---------Lang fr END------------*/

/*---------For Lang en------------*/
html[lang=en] .home-left-banner .nav-text-wrapper .iconfont{display: none;}
html[lang=en] i.title-menu{margin-left: 5px;}
html[lang=en] .home-left-banner .nav-text{font-size: 12px;padding: 3px 0 3px 5px;}
html[lang=en] .home-left-banner .nav-li .nav-right-arrow{right: 2px;}
html[lang=en] .home-left-banner .category-nav-title{font-size: 12px;}
html[lang=en] #nav > li > a{font-size: 14px;}
/*---------Lang en END------------*/

/*---------For Lang it------------*/
html[lang=it] .home-left-banner .nav-text-wrapper .iconfont{left:10px;}
/*html[lang=it] .home-left-banner .nav-text-wrapper .iconfont{display: none;}*/
html[lang=it] .home-left-banner .nav-text{font-size: 14px;padding: 3px 0 3px 35px;}
html[lang=it] .jiu-input-box .price-filter>div{width:120px;}
html[lang=it] .jiu-input-box .price-filter>div .input-text{width:120px;}
html[lang=it] #search_mini_form .input-box-search{margin-left:10%;}
html[lang=it] .product-product-list .show-content-right .addcart{font-size:12px;}
html[lang=it] .product-product-list .shipping_key{width: 150px;}
html[lang=it] .product-product-list .shipping_value{padding-right: 100px;}
html[lang=it] .product-product-list .shipping_ext{width: 90px;}

html[lang=it] #checkout-step-package .price-calculator .item-details #addPackageDetailtb td input::-webkit-input-placeholder,html[lang=it] #checkout-step-package .price-calculator .item-details #addPackageDetailtb td input::-moz-placeholder,html[lang=it] #checkout-step-package .price-calculator .item-details #addPackageDetailtb td input::-ms-input-placeholder{color: #ccc;font-size: 12px;opacity: 1;}
html[lang=it] #checkout-step-package .price-calculator .item-details #addPackageDetailtb td:nth-of-type(3) input,html[lang=it] #checkout-step-package .price-calculator .item-details #addPackageDetailtb td:nth-of-type(2) input{width: 120px;}
html[lang=it] .product-product-list #buy img{margin:0 0 2px 2px;}

/*---------Lang it END------------


/** 0306 Integration Reuse**/
.in-date em{width:28px;text-align:center;display:inline-block;font-style:normal;}


/** 线路介绍express create */
#express-create-index-page{width: 100%;background-color: white;box-sizing: border-box;padding:20px 5%;}
.company-lines-detail{margin-bottom: 20px;}
.company-lines-detail[callTag=epxressline]{display: none;}
.company-lines-detail h1{position: relative;padding:10px 0;border-radius: 6px;font-size: 18px;font-weight: bold;text-align: center;background-color: #f7f7f7;cursor:pointer;color: #000;}
.company-lines-detail h1:after{width: 30px;height: 30px;top: 50%;right: 10px;content: "";font-size: 12px;position: absolute;font-family: 'Glyphicons Halflings';color: #818181;background-image: url(../images/icon/add666.png);background-repeat: no-repeat;background-size: 30px;transform: translate(0,-50%);}
.company-lines-detail.active h1:after{background-image: url(../images/icon/reduce666.png);}
.company-lines-detail li{display: none;}
.company-lines-detail li .choose-post-container{width:96%;margin: 0 auto;}
.company-lines-detail li .choose-post-container.disabled-post{pointer-events: none;}
.company-lines-detail li .choose-post-container .choose-post-general{display: flex;flex-direction: row;border-bottom: 2px solid #dedede;padding:0 10px;}
.company-lines-detail li:last-child .choose-post-container .choose-post-general{border:none;}
.company-lines-detail li .choose-post-container .choose-post-general:hover{-webkit-animation:blink 1s;animation:blink 1s;}
.company-lines-detail li .choose-post-container .choose-post-general img{margin:10px 30px 10px 0px;min-width:300px;width:300px;height:100%;object-fit: contain;}
.company-lines-detail li .choose-post-container.disabled-post .choose-post-general img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.company-lines-detail li .choose-post-container .choose-post-general .choose-post-description{display: flex;flex:1;}
.company-lines-detail li .choose-post-container .choose-post-general .choose-post-description span{margin: 30px 0 10px 0;font-size: 16px;color: #333;}
.company-lines-detail li .choose-post-container.disabled-post .choose-post-general .choose-post-description span{color: #999;}
.company-lines-detail li .choose-post-container .choose-post-faed{display: flex;flex-direction: row;border-bottom: 2px solid #dedede;padding:0 10px;min-height: 150px;}
.company-lines-detail li .choose-post-container .choose-post-faed .choose-post-faed-img{display: block;margin:10px 30px 10px 0px;min-width:300px;width:300px;height: auto;}
.company-lines-detail li .choose-post-container .choose-post-faed .choose-post-faed-img img{min-width:300px;width:300px;height:100%;object-fit: contain;}
.company-lines-detail li .choose-post-container.disabled-post .choose-post-faed .choose-post-faed-img img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.company-lines-detail li .choose-post-container .choose-post-faed .choose-post-faed-container{display: flex;flex-direction: column;flex:1;padding:10px 0;}
.company-lines-detail li .choose-post-container .choose-post-faed .choose-post-faed-container .choose-post-faed-description{flex:1;display: flex;align-items: center;overflow: auto;}
.company-lines-detail li .choose-post-container .choose-post-faed .choose-post-faed-container .choose-post-faed-description span{margin: 30px 0 10px 0;font-size: 16px;color: #333;}
.company-lines-detail li .choose-post-container.disabled-post .choose-post-faed .choose-post-faed-container .choose-post-faed-description span{color: #999;}
.company-lines-detail li .choose-post-container .choose-post-faed .choose-post-faed-container .choose-post-faed-button{flex:1;}
.company-lines-detail li .choose-post-container .choose-post-faed .choose-post-faed-container .choose-post-faed-button>a{margin: 5px 10px;display: inline-block;color: #fff;padding: 6px 30px;font-size: 14px;font-weight: bold;letter-spacing: 1px;border-radius: 5px;background-color: #f15a24;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.5);transition: all .2s ease-in-out;}
html[lang=fr] .company-lines-detail li .choose-post-container .choose-post-faed .choose-post-faed-container .choose-post-faed-button>a{max-width: 230px;width: 57%;text-align: center;}
.company-lines-detail li .choose-post-container.disabled-post .choose-post-faed .choose-post-faed-container .choose-post-faed-button>a{background-color: #999;}
.company-lines-detail[callTag=fr-eur-direct] ul{display: flex;}
.company-lines-detail[callTag=fr-eur-direct] h1{pointer-events: none;}
.company-lines-detail[callTag=fr-eur-direct] h1:after{display: none;}
.company-lines-detail[callTag=fr-eur-direct] .post-list-fr-europe{flex:1;}
.company-lines-detail[callTag=fr-eur-direct] .post-list-fr-europe:first-child{border-right: 2px solid #ccc;}
.company-lines-detail[callTag=fr-eur-direct] .post-list-fr-europe h2{position: relative;padding:10px 0;font-size: 16px;font-weight: bold;text-align: center;background-color: #efefef;color: #333;}
.company-lines-detail[callTag=fr-eur-direct] li .choose-post-container .choose-post-faed{height: 300px;padding: 0;overflow: auto;}
.company-lines-detail[callTag=fr-eur-direct] li .choose-post-container .choose-post-faed .choose-post-faed-img{width: 200px;min-width: 200px;margin:0;}
.company-lines-detail[callTag=fr-eur-direct] li .choose-post-container .choose-post-faed .choose-post-faed-img img{min-width: 200px;width: 200px;}
.company-lines-detail[callTag=fr-eur-direct] li .choose-post-container .choose-post-faed .choose-post-faed-container .choose-post-faed-description{flex:2;}
.company-lines-detail[callTag=fr-eur-direct] li .choose-post-container .choose-post-faed .choose-post-faed-container .choose-post-faed-description span{margin:0;max-height: 100%;}
.Expired_box{position:absolute;width: 40%;height:74%;background-color: #009e96;transform: rotateZ(-46deg);left:25px;top:14px;}
.Expired_span{display: block;width:50px;transform:rotateZ(92deg);position: absolute;top:19px;color:#fff;left:-11px}
#show-cart-bottom{position: fixed;bottom:50px;right:50px;width: 50px;height:50px;border-radius: 50px;}
#show-cart-bottom>img{margin-top: 10px;}
#show-cart-bottom>.badge{padding: 0;width:20px;height:20px;border-radius: 20px;line-height: 20px;margin:0;position: absolute;right:0px;top:-5px;background-color: #f15a24;color:#fff;text-align:center;}

/**common**/
/*Number of banner click*/
.banner-details{box-sizing: border-box;width: 100%;height: 30px;position: absolute;bottom: 0;background: rgba(0,0,0,0.65);padding: 0 10px;text-align: left;font-size: 12px;line-height: 20px;pointer-events: none;border-radius: 0 0 6px 6px;}
.banner-author{color: #fff;line-height: 30px;font-size: 14px;}
.banner-clicks{float: right;}
.banner-clicks em{width: 30px;height: 30px;vertical-align: middle;background-image: url(../images/icon/browse.png);background-repeat: no-repeat;display: inline-block;background-size: 24px 24px;margin: 0;background-position: 0px 3px;}
.banner-clicks p{margin: 0;display: inline-block;vertical-align: middle;font-size: 14px;color: #ffec1f;}
.banner-link-top{display: inline-block;width: 30px;width: 2rem;background: #f15a24;border-radius: 4px;font-size: 13px;color: #fff;padding: 0px 4px;margin-right: 4px;text-align: center;}
html[lang=en] .customer-page .page-title h1{width: 230px;position: relative;}
html[lang=en] h1.thirdPartyLogin-reg-btn{left:204px;margin-top: 10px !important;}
html[lang=en] .customer-page .page-title h1 .reg-select-ico.spriteIco{position: absolute;left:4px;top:3px;}

/*id-card-photo*/
.id-card-photo-detail{display:none;background-color: hsla(0,0%,90%,.8);height: 100%;left: 0;position: fixed;top: 0;width: 100%;z-index: 2019;overflow:auto;}
.id-card-photo-detail .detail-mask{width: 570px;background: #fff;margin-left: -300px;margin-top:-100px;padding: 26px;text-align: left;position: fixed;top: 50%;left: 50%;z-index:2046;align-items:center;}
.id-card-photo-detail .close{background: transparent;color: #333;width: 40px;text-align: center;height: 40px;line-height: 43px;font-size: 22px;cursor: pointer;position: absolute;top: 1%;right: 1%;}
.id-card-photo-detail .close i{display: block;margin-top: 5px;margin-left: 15px;width: 20px;height: 20px;background: url(../images/icon/close333.png) no-repeat left center;background-size: 20px 20px;}
.id-card-photo-detail .image-box{float: left;margin-top: 10px;margin-right: 20px;}
.id-card-photo-detail .fieldset{width: 46%;}

.show-allcountry{width:100%;background-color: white;color:black;}
.show-allcountry a{width:100%;}
.show-allcountry a:hover{background-color: rgba(0,0,0,0.1);}
.show-allcountry span{color:black;}
.show-allcountry.shown-sub{left:1%;}
