* { margin:0; padding:0; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }

body          { font-size:15px; line-height:20px; font-family:Microsoft JhengHei, Arial, Helvetica, sans-serif; color:#515151; text-align:center; }

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

a             { color:#333; text-decoration:none; }
a.gray        { color:#999; }
a:hover       { text-decoration:underline; }
:focus        { outline:0; }

/* Headings */
h1, h2, h3, h4, h5, h6 { line-height:100%; color:#666; }
h1          { font-size:25px; font-weight:normal; }
h2          { font-size:21px; }
h3          { font-size:18px; }
h4          { font-size:16px; }
h5          { font-size:15px; }
h6          { font-size:14px; }

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

/* Table */
table         { border:0; border-spacing:0; empty-cells:show; }
caption,th,td { vertical-align:top; text-align:left; }

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size:1em; }
big           { font-size:1.15em; }

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

/* Tools */
.hidden       { display:block; border:0; margin:0; padding:0; font-size:0; line-height:0; width:0; height:0; overflow:hidden; }
.nobr         { white-space:nowrap; }
.wrap         { white-space:normal; }
.a-left       { text-align:left; }
.a-center     { text-align:center; }
.a-right      { text-align:right; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left; }
.f-right,
.right        { float:right; }
.f-none       { float:none; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0; }
.no-padding   { padding:0; }
.no-bg        { background:none; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page {position:relative;}
.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; }

.header,
.nav,
.footer,
.main,
.center-container { width:960px; margin:0 auto; position:relative; }

.main-container { padding:0 0 25px; }
.main { text-align:left; padding-top:15px; }
.sub-top { position:relative; }

/* Base Columns */
.col-left,
.col-right { float:left; min-height:350px; }
.col-right { float:right; }

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

/* 2 Columns Layout */
.col2-left-layout .main,
.col2-right-layout .main { position:relative; overflow:hidden; min-height:550px; }
.col2-left-layout .col-left,
.col2-right-layout .col-right { width:220px; background-color:#fafafa; padding-bottom:10000px; margin-bottom:-10000px; }
.col2-left-layout .col-main,
.col2-right-layout .col-main { width:725px; background-color:#fafafa; padding-bottom:10000px; margin-bottom:-10000px; }
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { float:left; }

.col2-left-layout .breadcrumbs { float:right; width:725px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:452px; }
.col3-layout .col-wrapper { float:left; width:689px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:50%; }
.col2-set .col-2 { float:right; width:50%; }
.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-size:14px; font-weight:normal; font-family:Microsoft JhengHei, Arial, Helvetica, sans-serif; color:#333; vertical-align:middle; }
input.input-text,select,textarea { background:#fff; border:1px solid #e5e5e5; border-radius:5px; }
input.input-text,textarea { padding:2px 5px; }
select { padding:1px; }
select option {}
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:1px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }

button.button,
button.general { overflow:visible; cursor:pointer; }

button.button { border:0 none; padding:0; margin:0; background-color:#faca41; border-radius:5px; color:#FFF; font-weight:bold; }
button.button:active,
button.button:hover { background-color:#eec03e; }
button.button > span { float:left; width:105px; height:31px; line-height:31px; text-align:center; }

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

/* Form lists */
/* Grouped fields */
.form-list { text-align:left; color:#666; }
.form-list li { margin:0 0 15px; line-height:100%; }
.form-list label { float:left; font-weight:bold; position:relative; }
.form-list label.required { padding-right:8px; }
.form-list label.required em { position:absolute; right:0; font-style:normal; color:#ff0000; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
.form-list li.button { padding-top:3px; font-size:0; }
.form-list li.text { font-size:14px; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { margin-left:80px; position:relative; }
.form-list .input-box label { float:none; font-weight:normal; }
.form-list .input-box .note { line-height:17px; padding:5px 0; font-size:13px; font-weight:normal; color:#999; }
.form-list .field { margin-top:10px; }
.form-list .field:first-child { margin-top:0; }
.form-list input.input-text { width:185px; height:25px; line-height:25px; position:relative; z-index:1; }
.form-list textarea { width:90%; height:150px; position:relative; z-index:1; }
.form-list select { width:185px; height:27px; }
.form-list select.short { width:80px; }
.form-list .input-descr { position:absolute; z-index:2; top:0; left:0; width:185px; padding:0 5px; line-height:25px; font-size:14px; color:#b2b2b2; cursor:text; }
.form-list input.highlight + .input-descr,
.form-list textarea.highlight + .input-descr { z-index:0; }
.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 li button.button > span { width:185px; }

.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; border-top:1px solid #e4e4e4; 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:5px 7px 0 0; }

.fieldset { margin:0 10px 20px; }
.fieldset .legend { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }

/* Form Validation */
.validation-advice { min-height:13px; margin:3px 0 0; padding-left:13px; font-size:11px; line-height:13px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/validation_advice_bg.gif) 2px 3px no-repeat; color:#eb340a; }
.validation-failed { border:1px solid #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:#000; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages { width:100%; overflow:hidden; font-size:14px; }
.messages ul { padding:0 10px; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { padding:5px 0; margin:0; font-weight:bold; }

.notice-msg { background-color:#e26703; color:#FFF; text-align:center; }
.error-msg { color:#df280a; }
.success-msg { color:#a47bcf; }

/* BreadCrumbs */
.breadcrumbs { margin-bottom:15px; font-size:13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li a { font-weight:bold; color:#666; }
.breadcrumbs li strong { color:#e99c08; }

/* Page Heading */
.page-title { overflow:hidden; margin:0 0 15px; }
.page-title h1,
.page-title h2 { font-size:23px; font-weight:normal; }
.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:12px 0 0; font-size:16px; font-weight:bold; margin:0 0 6px; }

/* Pager */
.pager { text-align:center; padding:25px 0 15px; }
.pager .pages {}
.pager .pages ol { display:inline; font-size:0; }
.pager .pages li { background-color:#ffffff; display:inline-block; line-height:34px; font-size:14px; border:1px solid #ebebeb; border-width:1px 1px 1px 0; color:#c0c0c0; }
.pager .pages li.prev-page { border-width:1px; margin-right:5px; }
.pager .pages li.next-page { border-width:1px; margin-left:5px; }
.pager .pages li.first { border-width:1px; }

.pager .pages li.over-view,
.pager .pages li.jumps{ border:0 none; padding:0 12px; }
.pager .pages li.over-view { background-color:inherit; margin-left:10px; }

.pager .pages li.current { background-color:#faca41; border-color:#faca41; color:#FFF; }

.pager .pages li a,
.pager .pages li span { display:inline-block; padding:0 14px 0 13px; }
.pager .pages li a { color:#666; }

.pager-mini { text-align:center; }
.pager-mini ol { display:inline; font-size:0; }
.pager-mini li { display:inline-block; font-size:14px; color:#b9b9b9; }
.pager-mini li.over-view { padding:0 15px; color:#666; font-size:12px; }
.pager-mini li.over-view span { color:#e09bb4; }
.pager-mini li a { color:#666; }

/* Sorter */
.sorter { float:right; }
.sorter .sort-by { height:15px; line-height:15px; overflow:hidden; font-size:13px; }
.sorter .sort-by a { padding-left:10px; margin-left:10px; border-left:1px solid #d9d9d9; font-weight:bold; }
.sorter .sort-by a:first-child { border-left:0 none; }
.sorter .sort-by a:hover { color:#e99c08; }
.sorter .sort-by a.active { color:#e99c08; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar .pager-mini { float:right; margin-right:20px; }
.toolbar .sorter {}
.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table tr.odd  {}
.data-table tr.even {}
.data-table tr.last th,
.data-table tr.last td {}
.data-table th { padding:2px 8px; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table th a { color:#fff; }
.data-table td { padding:3px 8px; }

.data-table thead,
.data-table thead tr {}

.data-table tfoot {}
.data-table tfoot tr {}
.data-table tbody th { padding:3px 8px; font-size:14px; font-weight:bold; white-space:normal; }
.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #ededed; }
/* Bundle products tables */
.data-table tbody.odd tr {}
.data-table tbody.even tr {}
.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 #ededed; }

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

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

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

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

.link-cart { font-weight:bold; color:#d62502; }
.link-wishlist { color:#444; }
.link-reorder {}
.link-print { /*background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
.link-rss { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }

.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; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }

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

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

/* Noscript Notice */
.noscript {}

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

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

.price { font-family:Microsoft JhengHei, Arial, Helvetica, sans-serif; }
.price-box { line-height:100%; font-size:17px; color:#333; }
.price-box .price-label { font-size:0; display:none; }
.price-box .special-price { color:#ff0014; }
.price-box .old-price { text-decoration:line-through; font-size:14px; font-weight:normal; color:#999999; }

.top-container { background-color:#fafafa; }
#top { width:960px; margin:auto; height:24px; line-height:24px; text-align:right; }
#top ul { font-size:0; }
#top li { display:inline; padding:0 8px 0 9px; border-left:1px solid #dfdfdf; font-size:12px; }
#top li:first-child { border-left:0 none; }


/* Header ================================================================================ */
.header-container { background-color:#fac73a; }
.header { padding-top:15px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_heading.jpg) 5px 0 no-repeat; }
.header .logo { float:left; font-size:0; padding-left:35px; }

/********** < Navigation */
.nav-container { border-bottom:4px solid #664131; }
.nav { border-top:1px solid #e5e5e5; line-height:0; font-size:0; }

#nav { position:relative; text-align:center; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { float:left; text-align:left; font-weight:bold; }
#nav li.over {}
#nav > li { display:inline-block; float:none; padding:0 26px; }
#nav a.level-top { float:left; color:#4c555a; line-height:44px; position:relative; padding:0 5px 0 0; cursor:pointer; }
/*#nav a.level-top span { float:left; padding:0 10px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/triangle.png) right center no-repeat; }*/

#nav a.level-top span { float:left; padding:0 10px; }
#nav li.parent a.level-top span { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/triangle.png) right center no-repeat; }
#nav li.over a.level-top {}
#nav a:hover { text-decoration:none; }

/* 0 Level */
#nav a { font-size:16px; font-weight:bold; }
#nav li {}
#nav li.active a {}
#nav li.over a,
#nav a:hover {}
#nav a.level-top.over,
#nav li.active a.level-top {}

#nav .subcats { position:absolute; z-index:999; width:960px; line-height:21px; top:44px; left:-10000px; padding-top:4px; }
#nav .subcats .wrap { position:relative; overflow:hidden; background-color:#fcfcfc; padding:0 20px; box-shadow:1px 3px 5px #e1e1e1; }
#nav .subcats .column { float:left; width:100px; padding:20px 0; padding-bottom:10000px; margin-bottom:-10000px; }
#nav .subcats .column.first { border-left:0 none; }
#nav .subcats .column.even {}
#nav a.level-top span.arrow { position:absolute; z-index:1000; width:100%; height:7px; padding:0; left:0; bottom:4px; cursor:default; display:none; }

#nav li.level-top.over .subcats { left:0; }

/* 1st Level */
#nav ul li { padding:0 1px 20px; float:none; }
#nav ul li.active,
#nav ul li.over {}
#nav ul li.parent {}
#nav ul li.last {}
#nav ul li.active {}
#nav ul li span.hb,
#nav ul li a { display:block; font-size:15px; padding:2px 10px; color:#1a1a1a; background-color:#f5f5f5; }
#nav ul li a:hover { background-color:#fa8b41; color:#FFF; }

/* 2nd Level */
#nav ul li ul { padding-top:5px; }
#nav ul li ul li { float:none; padding:0; }
#nav ul li ul li a { margin:0; line-height:16px; padding:5px 10px; font-size:14px; color:#4c565f; background:none; }
#nav ul li ul li a:hover { background:none; color:#fa8b41; }

/* 3rd+ Level */
#nav ul li a {}
#nav ul li a:hover {}
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:1px solid #ddd; margin:0 0 20px; line-height:1.35; }
.block .block-title { border-bottom:1px solid #ddd; background:#e7e7e7; padding:2px 10px; }
.block .block-title strong { display:block; font:bold 12px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; color:#444; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:10px; margin:0 0 10px; padding:0 0 2px; border-bottom:1px solid #ddd; text-transform:uppercase; }
.block .block-content { background:#f6f6f6; padding:12px 10px; }
.block .block-content li.item { border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; }
.block .block-content li.item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
.block .block-content .product-name { color:#4f8100; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; }
.block .price-box { margin:5px 0; }

/* Block: Layered Navigation */
.block-layered-nav { padding:20px 0 20px 20px; }

.widget-right { position:absolute; z-index:2; top:168px; left:50%; margin-left:495px; width:100px; }

/* Block: Recently Viewed */
.block-viewed { width:80px; position:relative; }
.block-viewed .title { line-height:20px; text-align:center; font-size:12px; color:#999; }
.block-viewed .viewed-list { position:relative; max-height:317px; border:1px solid #e8e8e8; border-bottom:0 none; overflow:hidden; }
.block-viewed .viewed-list ul li { border-bottom:1px solid #e8e8e8; }
.block-viewed .viewed-list ul li a,
.block-viewed .viewed-list ul li img { display:block; }
.block-viewed a.ctl { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/viewed_ctl.gif) no-repeat; display:block; font-size:0; height:17px; line-height:17px; }
.block-viewed a.ctl.down { background-position:0 -18px; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 7px; }
.category-title h1 { padding:3px 0; color:#5b9400; font-size:1.6em; font-weight:bold; line-height:1.25; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { display:none; margin:0 0 10px; }
.category-products { position:relative; }

/* View Type: Grid */
.products-grid { position:relative; margin-bottom:12px; padding-left:2px; }
.products-grid.last {}
.products-grid .item { position:relative; float:left; background-color:#FFF; width:230px; margin-left:12px; border:1px solid #e6e6e6; border-radius:9px; }
.products-grid .item.first { margin-left:0; }
.products-grid .item.over { box-shadow:0 2px 3px #d1d1d1; }
.products-grid .item .image { display:block; padding:7px; margin-bottom:5px; }
.products-grid .item .image img { max-width:100%; }
.products-grid .item .name { font-size:14px; padding:0 10px 40px; line-height:18px; }
.products-grid .item .price-box { position:absolute; bottom:10px; padding:0 10px; font-weight:bold; }
.products-grid .item .price-box p { display:inline; margin-right:5px; }
.products-grid .item .price-box p:last-child { margin-right:0; }
.products-grid .item .price-box .minimal-price-link { font-size:0; display:none; }
.products-grid .item .price-discount { display:none; }

.category-products .products-grid .item .name { padding:0 10px 80px; }
.category-products .products-grid .item .price-box { bottom:55px; width:100%; padding:0; text-align:center; }

.search-empty { padding:30px 35px; padding-bottom:10000px; margin-bottom:-10000px; }
.search-empty .message { padding:0 10px 35px; border-bottom:1px solid #ddd; }
.search-empty .message h2 { margin-bottom:15px; font-size:40px; font-weight:normal; color:#b9b9b9; }
.search-empty .message p { line-height:160%; font-weight:bold; }

.relate-search { padding:30px 0; }
.relate-search h5 { margin-bottom:20px; }
/* ======================================================================================= */


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

.ratings { line-height:1.25; margin:8px 0; }
.ratings strong { float:left; margin:0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.rating-box { width:65px; height:13px; font-size:0; line-height:0; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/icon_sz13.png) 0 -42px repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/icon_sz13.png) 0 -85px repeat-x; }
.ratings .rating-box { float:left; }

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

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { display:none; margin:10px 0 7px; line-height:16px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/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(https://kmall.baby-kingdom.com/skin/frontend/e/d/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:#e9e9e9; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #e5e5e5; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd { background:#fff; }
.availability-only-details tr.even { background:#fcfcfc; }
.availability-only-details tr.odd td.last { font-weight:bold; }
.availability-only-details tr.last td { border-bottom:none; }

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

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

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

/* Price notice next to the options */
.price-notice { padding-left:7px; }
.price-notice .price { font-weight:bold; }

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

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

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background:#f4f9ea; border:1px solid #ddd; }
.tier-prices .benefit { font-style:italic; font-weight:bold; }
.tier-prices .price { font-weight:bold;; }

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


.product-view {}
.product-essential { background-color:#FFF; }

/* Product Images */
.product-view .product-img-box { float:left; width:452px; padding:10px 0 10px 10px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 10px; border:1px solid #f5f5f5; box-shadow:0 1px 3px #eee; }

.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:12px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { float:right; width:500px; position:relative; }
.product-view .product-shop .product-name {}
.product-view .product-shop .availability { margin:10px 0; }
.product-view .product-shop .price-box { font-size:24px; }
.product-view .product-shop .price-box p { display:inline; }
.product-view .product-shop .price-box .special-price { float:left; margin-right:5px; }
.product-view .product-shop .price-box .old-price { margin-left:5px; font-size:15px; color:#bdbdbd; text-shadow:none; }
.product-view .product-shop .price-box .price-discount { position:absolute; z-index:333; left:-65px; top:10px; width:33px; height:33px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/icon_discount.png) no-repeat; transform: rotate(25deg); -moz-transform: rotate(25deg); -webkit-transform: rotate(25deg); font-size:13px; text-align:center; color:#FFF; }
.product-view .product-shop .add-to-cart .content { margin-left:47px; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { text-align:right; }
.product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
.product-view .product-shop .add-to-links li .separator { display:none !important; }
.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }

/* Product Options */
.product-options { position:relative; }
.product-options dl { margin:10px 0 0; font-weight:bold; }
.product-options dt { display:table-cell; white-space:nowrap; min-width:48px; }
.product-options dt label {color:#b2b0b1;}
.product-options dt label.required em { color:#eb340a; margin-left:5px; display:none; }
.product-options dd .qty-holder { padding:0 0 0 10px; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#444; }
.product-options dd { display:table-cell; width:100%; padding-left:3px; }
.product-options dd input.input-text,
.product-options dd select,
.product-options dd textarea { border-color:#e1e1e1; }
.product-options dd input.input-text { width:280px; }
.product-options dd input.datetime-picker { width:280px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:280px; height:60px; }
.product-options dd select { width:auto; max-width:280px; border-radius:5px; border-color:#e1e1e1; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options dd .price-notice { padding:0; font-size:13px; font-weight:normal; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { padding:0 0 2px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { position:absolute; right:15px; top:10px; }
.product-options dd .qty-holder { display:none; }

.product-options-bottom { display:none; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .price-box { float:left; margin:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.product-options-bottom .price-label { padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }
.product-options-bottom .add-to-links { float:right; display:inline; }

.button.btn-cart,
.button.btn-wishlist { width:48%; }
.button.btn-cart > span,
.button.btn-wishlist > span { float:none; width:auto; height:42px; line-height:42px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_sz21.png) 5px 2px no-repeat; padding-left:32px; font-size:18px; font-weight:normal; }
.button.btn-wishlist { margin-left:2%; }
.button.btn-wishlist > span { background-position:5px -36px; }
.button.btn-wishlist.added > span { background-position:5px -77px; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

.product-keyword { background-color:#FFF; padding:5px 10px 10px; font-size:13px; }
.product-keyword a { color:#666; }

.product-collateral { margin-top:20px; padding:10px 45px; background-color:#FFF; }

/* Product Tabs */
.product-tabs { height:36px; line-height:36px; border-bottom:1px solid #ececec; }
.product-tabs li { float:left; }
.product-tabs a { display:block; width:120px; text-align:center; font-weight:bold; color:#bdbdbd; }
.product-tabs a:hover { text-decoration:none; }
.product-tabs li.active a,
.product-tabs li.active a:hover { color:#555; border-bottom:2px solid #454e53; }

.sales-list .product-tabs li.active a,
.sales-list .product-tabs li.active a:hover { color:#555; }

.product-tabs-content { padding:20px 5px 15px; }
.product-tabs-content.hided { height:0; padding:0; overflow:hidden; }
.sales-list .product-tabs-content { padding:20px 0 15px; }
.sales-list .product-tabs-content.hided { padding:0; }

/* Block: Description */
.product-view .box-description { line-height:150%; }

/* Block: Reviews */
.product-view .box-reviews { padding:35px 38px 20px; }
.product-view .box-reviews .form-add { margin:0 0 40px; }
.product-view .box-reviews .form-add .button-line { line-height:31px; font-size:13px; }
.product-view .box-reviews .form-add .button-line .validation-advice { margin-right:120px; background-position:608px 3px; }
.product-view .box-reviews .form-add .form-list textarea { width:786px; height:90px; }
.product-view .box-reviews .form-add .score { margin:0 15px 0 5px; }
.product-view .box-reviews .form-add .score span { padding:0 5px; font-size:12px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/icon_sz13.png) 0 1px no-repeat; cursor:pointer; }
.product-view .box-reviews .form-add .score span.active { background-position:0 -85px; }

.review-nologged.account-login .col-1 { padding-left:50px; }

.product-view .review-list {}
.product-view .review-list dt { line-height:32px; background-color:#e8e8e8; padding:0 15px; }
.product-view .review-list dt span { font-weight:bold; }
.product-view .review-list dt .ratings { float:right; }
.product-view .review-list dd { padding:5px 0 35px; line-height:150%; }

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

/* 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 #ddd; background:#ecf9ea; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; }
.advanced-search-summary li { margin:2px 0; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* 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:#444; }
.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:#4f8100; }

/* RSS */
.rss-title h1 { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/i_rss-big.png) 0 3px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
div.cart, .opc-checkout { padding:20px 30px; background-color:#fafafa; }

.checkout-step { padding:20px 17px; background-color:#fafafa; }
.checkout-step .title { margin-bottom:15px; padding-bottom:5px; color:#bbb; font-size:27px; font-weight:normal; border-bottom:1px solid #e6e6e6; }

.cart-empty { background-color:#fafafa; padding:125px 245px 125px 0; font-size:27px; color:#999; line-height:43px; }
.cart-empty a { font-size:19px; }

.cart .page-title,
.opc-checkout .page-title,
.opc-checkout .design { background-color:#e99c08; width:auto; line-height:40px; margin:0; padding:0 25px; font-size:17px; color:#FFF; margin-bottom:5px; }
.cart .page-title.active,
.opc-checkout .active .design { background-color:#faca41; }

.opc-checkout .page-title a { color:#FFF; display:block; }
.opc-checkout .page-title a:hover { text-decoration:none; }

/* Shopping Cart Table */
.cart .data-table thead,
.cart .data-table thead tr { background:none; }
.cart .data-table tbody td { background-color:#ffffff; border-bottom:1px solid #efefef; }

.cart-table th { padding:10px; color:#b2b2b2; border-bottom:1px solid #e5e5e5; }
.cart-table td { padding:10px; font-size:14px; }
.cart-table td .cart-price { font-size:15px; font-weight:bold; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#444; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table .remove-cart-item { position:absolute; z-index:2; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_btn_close.png) center no-repeat; background-size:auto 10px; background-color:#ffffff; width:17px; height:17px; font-size:0; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; color:#4f8100; text-transform:none; text-decoration:underline; }
.cart-table .btn-continue:hover span { text-decoration:none; }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:7px; }

.cart-table .item-options { font-size:13px; color:#aaa; float:left; }
.cart-table .item-options dt { display:none; }
.cart-table .item-options dd { padding:0 15px 0 0; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:5px 0 30px; position:relative; }
.cart .cart-collaterals .col2-set .col-1 { position:absolute; float:none; width:auto; padding:35px 1% 0; }
.cart .cart-collaterals .col2-set .col-2 { float:none; width:auto; }

.cart .crosssell { border:1px solid #ddd; background:#fafafa; padding:10px; }
.cart .crosssell h2 { font-size:12px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:85px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:0 0 8px; padding-bottom:5px; border-bottom:1px solid #ddd; }
.cart .crosssell li.last { border-bottom:0; padding-bottom:0; margin:0; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .no-crosssell { width:100%; overflow:hidden; }
.cart .no-crosssell img { display:block; margin:0 0 10px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart div.discount,
.cart div.creditpoint { font-size:15px; line-height:28px; padding:2px 0 4px; }
.cart div.discount label,
.cart div.creditpoint label { font-weight:bold; float:left; }
.cart div.discount .input-box { position:relative; margin-left:87px; }
.cart div.discount .input-text { display:block; background-color:#ffffff; width:170px; height:28px; line-height:28px; padding:0 35px 0 12px; color:#eec03e; border:1px solid #eec03e; border-radius:13px; font-size:14px; }
.cart div.discount button.btn-promo { position:absolute; z-index:2; top:0; right:10px; width:24px; height:28px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_promo_apply.png) 3px 5px no-repeat; font-size:0; overflow:hidden; }
.cart div.discount button.btn-promo.disabled { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_promo_apply.png) 3px -25px no-repeat; }

/* Shopping Cart Totals */
.cart .totals {}
.cart .totals table { float:right; margin:0 0 12px; max-width:500px; }
.cart .totals .shipping { display:none; }
.cart .totals td { padding:7px 0 7px 10px; font-weight:bold; line-height:20px; }
.cart .totals td:first-child { color:#b2b2b2; }
.cart .totals td.value { color:#d40430; }
.cart .totals td.total { font-size:24px; }

.cart .totals .cart-totals-item { border-bottom:1px solid #e5e5e5; margin:0 1% 10px; min-height:120px; }
.cart .totals .cart-total-review { display:none; position:absolute; width:50%; right:0; margin:80px 1% 0; }
.cart .totals .cart-total-review td.value { font-size:24px; }

.cart .totals .checkout-types { text-align:right; padding:35px 1% 0; }
.cart .totals .checkout-types li { clear:both; margin:0 0 5px; }
.cart .totals .checkout-types button + button { margin-left:10px; }

button.btn-proceed-checkout,
button.button.btn-continue,
button.button.btn-opc-continue,
button.button.btn-review-submit { font-size:16px; font-weight:normal; }
button.btn-proceed-checkout > span,
button.button.btn-continue > span,
button.button.btn-opc-continue > span,
button.button.btn-review-submit > span { width:195px; height:38px; line-height:38px; }

/* Options Tool Tip */
.item-options dt { display:none; }
.item-options dd { font-size:13px; color:#9e9e9e; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
.truncated .truncated_full_value { display:none; position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options dt { margin-top:0; }
.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:30px; top:10px; }
.col-right .truncated .show .item-options { left:-240px; top:10px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#555; }
.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:1.5em 0 2em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

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

/* Tooltip */
.tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:12px; height:12px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/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 { padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:12px; height:12px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/btn_remove.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:#fbfbfb; border:1px solid #e4e4e4; }
.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:#555; }

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background:#fff; 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 { padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:12px; font-weight:bold; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
.info-set h2.legend a { color:#fff; }
.info-set h3.legend { margin:0 0 10px; }
.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:#4f8100 !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 */
.opc-checkout .form-list li { margin-bottom:35px; line-height:100%; }
.opc-checkout .form-list li:after { display:block; content:"."; clear:both; font-size:0; height:0; overflow:hidden; }
.opc-checkout .form-list li label { width:auto; float:none; }
.opc-checkout .form-list li label.required { color:#b2b2b2; }
.opc-checkout .form-list li .input-box { margin:0; padding:10px 0 0; }
.opc-checkout .form-list input.input-text { width:100%; border:0 none; border-radius:0; background:none; border-bottom:1px solid #d1d1d1; font-size:16px; font-weight:bold; color:#5e5e5e; }
.opc-checkout .form-list select { width:100%; background:none; border-color:#d1d1d1; }

.opc-checkout .button-line { padding:0 1% 25px; margin-top:-15px; line-height:100%; }

.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:12px; }
.block-progress .block-content { background:none; padding:0; }
.block-progress dt { font-size:10px; line-height:1.35; background:#eee; border:1px solid #ddd; margin:0 0 6px; padding:2px 8px; color:#555; text-transform:uppercase; }
.block-progress dd { border-top:0; padding:2px 10px; margin:0 0 6px; }
.block-progress dt.complete {}
.block-progress dt.complete a { text-transform:none; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:11px; font-weight:bold; margin:5px 0; padding:0; text-transform:none; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:28px; line-height:28px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title a { color:#FFF; display:block; }
.opc .step-title a:hover { text-decoration:none; }

.opc .step { position:relative; padding:25px 0 10px; }
.opc .step .tool-tip { right:30px; }

#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:#f4f4f4; border:1px solid #ddd; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .data-table { font-size:14px; }
#opc-review .data-table thead,
#opc-review .data-table tr,
#opc-review .data-table tfoot tr,
#opc-review .data-table tr.odd,
#opc-review .data-table tr.event { background:none; }
#opc-review .data-table th { padding:10px; border-bottom:1px solid #e5e5e5; color:#b2b2b2; }
#opc-review .data-table tbody td { background-color:#ffffff; padding:15px 10px; border-bottom:1px solid #efefef; font-weight:bold; }
#opc-review .data-table tbody td dl { font-size:13px; color:#999; line-height:16px; margin-top:5px; }
#opc-review .data-table tbody td dl dt { display:none; }

#opc-review .data-table tfoot tr.shipping { display:none; }
#opc-review .data-table tfoot td { padding:15px 10px 0; font-size:15px; font-weight:bold; }
#opc-review .data-table tfoot td:first-child { color:#b2b2b2; }
#opc-review .data-table tfoot td.value { color:#d40430; }
#opc-review .review-total-grant { margin-top:15px; border-top:1px solid #e5e5e5; }
#opc-review .review-total-grant .data-table tfoot td.value strong { font-size:24px; }

#opc-review .button-box { padding:35px 10px 15px; }

#opc-review .step { padding:0; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Step 3 */
/* ======================================================================================= */

.checkout-success-wrapper { padding:55px 90px; background-color:#fafafa; }
.checkout-success-wrapper .title { padding:40px 0 15px 210px; margin:0 0 85px 155px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg02.png) 0 0 no-repeat; font-size:71px; line-height:71px; color:#faca41; }
.checkout-success-wrapper .title .light { padding-left:25px; color:#f7d880; }
.checkout-success-wrapper p { color:#000; font-size:18px; font-weight:bold; margin-bottom:15px; }
.checkout-success-wrapper p a { color:#8d8d8d; text-decoration:underline; }

.cart-empty .title,
.order-empty .title { padding:35px 210px 75px 0; margin:25px auto 35px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg02.png) right 0 no-repeat; font-size:49px; line-height:51px; color:#faca41; text-align:right; }
.cart-empty .title .light,
.order-empty .title .light { color:#f7d880; }
.cart-empty .title p,
.order-empty .title p { line-height:20px; padding:20px 5px 0; }
.cart-empty .title p a,
.order-empty .title p a { font-size:21px; font-weight:bold; color:#000; text-decoration:underline; }
.order-empty { padding:60px 155px 0 0; }

.checkout-failure-wrapper { padding:35px 0 0 45px; }
.checkout-failure-wrapper .title { font-size:27px; color:#999; line-height:43px; }


.cms-page-view .page-title,
.cms-index-noroute .page-title { padding:30px 0 0 30px; }
.cms-page-view .page-title h1,
.cms-index-noroute .page-title h1 { font-size:40px; color:#b9b9b9; }
.cms-page-view .std,
.cms-index-noroute .std { padding:0 35px 35px; }


.customer-account-forgotpassword .col-main .content,
.customer-account-changeforgotten .col-main .content,
.customer-account-confirmation .col-main .content { padding:45px 70px; }
.contacts-index-index .col-main .content,
.contacts-business-index .col-main .content { padding:35px 60px; }

.customer-account-login .col-main .content h2,
.customer-account-create .col-main .content h2,
.customer-account-forgotpassword .col-main .content h2,
.customer-account-changeforgotten .col-main .content h2,
.customer-account-confirmation .col-main .content h2 { font-size:30px; margin-bottom:25px; padding:0; }

.customer-account-login .col-right,
.customer-account-create .col-right { height:505px; }

.contacts-index-index .messages { margin-bottom:10px; }
.contacts-index-index .form-list label { width:135px; }
.contacts-index-index .form-list .input-box { margin-left:135px; }


/* Account Login/Create Pages ============================================================ */
#remember-me-box label { float:none; }
.remember-me { margin-right:10px; }

.account-login .sp-line,
.account-create .sp-line { border-top:1px solid #d3d3d3; margin:10px 0 15px; position:relative; }

.account-login .content,
.account-create .content { padding:30px 25px 50px; }
.account-login .signup-now { padding:50px 10px 20px; text-align:center; font-size:16px; font-weight:bold; }
.account-login .signup-now a { color:#fa8b41; text-decoration:underline; }

.account-login .form-list .input-box.remember { width:180px; font-size:13px; }

.account-login .col-1,
.account-create .col-1 { padding:15px 0 5px; border-right:2px solid #ebebeb; }

.account-login,
.account-create { position:relative; }
.account-create .agreement { color:#adadad; padding-left:15px; }

.account-login .social-signin,
.account-create .social-signin { padding:12px 0 0 65px; margin:0; }
/* Account Login/Create Pages ============================================================ */

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



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


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

.my-account { min-height:350px; }
.my-account .my-account-edit { padding:30px 45px 50px; }
.my-account .my-account-edit .content h2 { font-size:26px; margin-bottom:25px; }

.my-account .data-table { padding:0 15px; background-color:#ffffff; }
.my-account .data-table th,
.my-account .data-table td { padding:20px 0; }
.my-account .data-table th { border-bottom:1px solid #a2a2a2; padding:10px 0; }
.my-account .data-table td a { text-decoration:underline; font-weight:bold; color:#000; }
.my-account .data-table td a.action { font-size:14px; color:#ff0014; }

.my-account .pager {background-color:#ffffff;}

.my-account .my-account-orders { min-height:350px; }

.my-account-order { padding:0 10px 15px; }
.my-account-order .page-title { padding:15px 15px 0; margin-bottom:0; font-size:17px; font-weight:bold; color:#9e9e9e; }
.my-account-order .page-title a { font-weight:normal; font-size:14px; color:#4695e2; text-decoration:underline; }
.my-account-order .order-items { padding:15px 0; width:auto; }
.my-account-order .data-table th,
.my-account-order .data-table td { padding:25px 10px; }
.my-account-order .data-table th { padding:10px 10px; }
.my-account-order .data-table tbody td { border-bottom:1px solid #ccc; }
.my-account-order .data-table tfoot td { padding:0 10px 20px; font-weight:bold; color:#9e9e9e; }
.my-account-order .data-table tfoot tr.subtotal td,
.my-account-order .data-table tfoot tr.subtotal_with_discount td { padding-top:20px; }
.my-account-order .data-table tfoot tr.subtotal_with_discount td { border-top:1px solid #ededed; }
.my-account-order .data-table tfoot tr.subtotal td.last,
.my-account-order .data-table tfoot tr.subtotal_with_discount td.last,
.my-account-order .data-table tfoot tr.grand_total td.last { color:#d40430; }
.my-account-order .data-table tfoot tr.grand_total td.last { line-height:100%; font-size:24px; }
.my-account-order .data-table dl { font-size:13px; color:#b2b2b2; margin:5px 0 0; }
.my-account-order .data-table dl dt { display:none; }

/* Order View */
.order-info dt { display:none; }
.order-info ul { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_tabs.gif) 0 100% repeat-x; }
.order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.order-info li.first { border-left:0; }
.order-info li.last { border-right:0; }
.order-info li a { display:block; padding:6px 15px; color:#444; }
.order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.order-info li.current { background-color:#666; font-weight:bold; padding:6px 15px; color:#fff; }

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

.order-info-box { margin:0 0 15px; }
.order-info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 .45em; }
.order-items h3 { font-size:12px; }
.order-items .product-name { font-weight:bold !important; }
.order-items .link-print { font-size:10px; text-transform:uppercase; }
.order-items .order-links { text-align:right; }
.order-items .order-links .link-print { font-weight:bold; font-size:11px; text-transform:none; }

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

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

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

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:15px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:12px; font-weight:bold; }
.page-print h2.h2 { font-size:15px; font-weight:bold; text-align:right; }
.page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist { padding:15px 10px; }
#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; }
#my-reviews-table .rating-box { margin:3px 0 0; }

.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 .info-box p { margin:0 0 5px; }
.billing-agreements .form-list li select { float:left; margin:3px 10px 0 0; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:40px 0 10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { background:#f6f6f6; color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px; text-shadow:0 1px 0 #fff; box-shadow:0 0 3px #ccc; border-radius:5px; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#efefef ; 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(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:10px; height:15px; width:15px; text-indent:-9999em; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { background-color:#faca41; padding:25px 0; box-shadow:inset 0px 1px 2px #e4b634; }
.footer { color:#FFF; text-align:left; }
.footer a { color:#FFF; }

.footer .f-left { width:520px; }
.footer .f-right { width:429px; }

.footer .items { overflow:hidden; position:relative; }
.footer .items ul { float:left; padding:0 40px; border-right:1px solid #fcd464; padding-bottom:300px; margin-bottom:-300px; }
.footer .items ul li { margin-bottom:5px; font-weight:bold; color:#FFF; }
.footer .items ul li:before { content:"> "; font-weight:normal; }
.footer .items ul li:first-child { font-size:17px; border-bottom:1px solid #FFF; margin-bottom:12px; padding-bottom:12px; }
.footer .items ul li:first-child:before { content:""; }

.footer .footer-callout { display:block; margin:-10px 0 10px; position:relative; }
.footer .store-switcher { color:#555; text-align:right; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }

.copyright { padding:15px 0; text-align:center; font-size:13px; color:#999; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.top-bar:after,
.quick-access:after,
.form-search:after,
#nav:after,
#nav ul:after,
.main:after,
.footer:after,
.footer .form-subscribe:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item: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,
.order-info ul:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-tabs: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-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; }
/* ======================================================================================= */

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

/* 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:bold; 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; border:0 !important; padding:5px 9px !important; }

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

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

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

/* 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; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/widgets/i_widget-link.gif) 100% 3px 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(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

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

.col-main .widget-category-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/widgets/i_widget-link.gif) 100% 3px 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(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }

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

.col-main .widget-cms-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/widgets/i_widget-link.gif) 100% 3px 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(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.main-container {padding-top:1px; margin-top:-1px;}

img {-webkit-touch-callout:none;}

button.button.dark { background-color:#eec03e; }

button.button.gray { background:#a0a0a0; }
button.button.gray:hover,
button.button.gray:active { background-color:#808080; }
button.button.gray > span { width:auto; padding:0 10px; }

button.button.grey { background-color:#bebebe; }
button.button.grey:hover,
button.button.grey:active { background-color:#a5a5a5; }

button.button.blue { background-color:#928bb7; }
button.button.blue.active,
button.button.blue:hover { background-color:#a6a1ca; }

button.button.orange { background-color:#fa8b41; }
button.button.orange.active,
button.button.orange:hover { background-color:#e8813c; }

button.button.fb-blue { min-width:185px; background-color:#4267b2; }
button.button.fb-blue.active,
button.button.fb-blue:hover { background-color:#4267b2; }

button.button.brown { background-color:#e99c08; }
button.button.brown.active,
button.button.brown:hover { background-color:#d48d07; }

button.button.purple { background-color:#cf89b0; }
button.button.purple.active,
button.button.purple:hover { background-color:#ba7fa1; }

button.button.white { background-color:#ffffff; color:#e99c08; }
button.button.white:active,
button.button.white:hover { background-color:#f7f7f7; }

button.button.fb,
button.button.gmail,
button.button.bk { background-repeat:no-repeat; background-position:40px center; }
button.button.fb > span > span,
button.button.gmail > span > span,
button.button.bk > span > span { padding-left:25px; }
button.button.fb > span > span { padding-left:34px; }
button.button.bk { background-image:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/btn_bg_bk.png); }
button.button.fb {font-size:12px; background-image:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/btn_bg_fb3.png); background-repeat: no-repeat;background-position: 10px;}
button.button.fb > span {width: auto !important;}
button.button.gmail { background-image:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/btn_bg_gg.png); }

button.general { color:#000; }
button.general > span { padding:0 8px; }

button.button.disabled { background-color:#dedede; }

.cms-home .main {padding-top:0;}
.catalog-category-view .col-main,
.ifilter-index-index .col-main,
.catalogsearch-result-index .col-main,
.catalogsearch-advanced-result .col-main {background-color:inherit;}

.ifilter-index-index .breadcrumbs,
.catalog-category-view .breadcrumbs,
.catalogsearch-result-index .breadcrumbs,
.catalogsearch-advanced-result .breadcrumbs {float:left; width:auto; position:relative; z-index:2;}

.quick-action { padding:6px 0 9px; float:right; }
.quick-action > ul > li { position:relative; float:left; width:80px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/sp01.png) 0 0 no-repeat; }
.quick-action li.item-search { width:auto; background:none; padding-right:25px; }
.quick-action li .box { display:block; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_top_links.png) 0 0 no-repeat; padding-top:35px; line-height:17px; text-align:center; }
.quick-action li.item-promo { background:none; }
.quick-action li.item-promo .box { background-position:26px 2px; }
.quick-action li.item-cart .box { background-position:23px -63px; }
.quick-action li.item-cart .qty { position:absolute; top:4px; right:21px; width:18px; text-align:center; color:#e99c08; }
.quick-action li.item-cart .cart-checkout-tips { display:none; }
.quick-action li.item-cart .cart-checkout-tips a { background-color:#e99c08; border-radius:5px; width:90px; display:block; text-align:center; padding:2px 0; font-size:13px; }
.quick-action li.item-account .box { background-position:28px -118px; }
.quick-action > ul > li,
.quick-action > ul > li a.box { color:#ffffff; font-size:12px; font-weight:bold; }
.quick-action li span { display:block; }

.quick-action .action.over,
.quick-action li.over .action { display:block; }

.quick-action .action { display:none; position:absolute; z-index:1001; top:45px; right:20px; font-size:14px; color:#333; padding:5px 0 0; }
.quick-action .action span.arrow { display:block; margin:0 15px; height:6px; overflow:hidden; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_arr_up.png?v=1) right 0 no-repeat; }
.quick-action .action .wrap { background-color:#e99c08; padding:7px; color:#ffffff; }
.quick-action .action .wrap > h4 { padding:5px 0 10px; color:#ffffff; }
.quick-action .action .form-list { color:#ffffff; }
.quick-action .action .form-list label { width:100%; }
.quick-action .action .form-list .input-box { margin-left:0; }
.quick-action .action .form-list .remember-me { float:left; }
.quick-action .action .form-list .validation-advice { color:#ffffff; background:none; padding:0; }
.quick-action .action .other-login { border-top:1px solid #eee; padding:15px 0 0; margin:7px 0 0; }
.quick-action .action .other-login li.button { line-height:0; }
.quick-action .action .other-login li.button > span { display:inline-block; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_sz25.png) -30px 0 no-repeat; margin-left:10px; width:25px; height:25px; line-height:0; font-size:0; cursor:pointer; }
.quick-action .action .other-login li.button > span.fb { background-position:0 -75px; margin-left:0; }
.quick-action .action .other-login li.button > span.gmail { background-position:0 -110px; }
.quick-action .action .other-login li.button > span.bk { background-position:0 -145px; }
.quick-action .action a { color:#ffffff; }
.quick-action .action .creditpoint-qty { line-height:28px; background-color:#d48d07; }
.quick-action .action .creditpoint-qty span { display:inline; color:#fedc00; }

.form-search { text-align:left; font-size:0; padding-top:8px; }
.form-search input.input-text { border:2px solid #f0f0f0; width:174px; height:25px; line-height:25px; font-size:13px; border-radius:0; }
.form-search button.button { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/btn_search.gif) 0 0 no-repeat; border-radius:0; margin-left:-2px; }
.form-search button.button > span { width:28px; height:25px; font-size:0; }
.form-search .tips-box { display:none; position:absolute; z-index:10010; width:200px; background-color:#ffffff; padding:10px 0 0; text-align:center; border:1px solid #f5f5f5; border-top:0 none; overflow:hidden; }
.form-search .tips-box h6 { color:#e99c08; font-size:13px; }
.form-search .tips-box ol { padding:5px 0 20px; }
.form-search .tips-box ol:after { display:block; content:"."; clear:both; font-size:0; line-height:0; overflow:hidden; }
.form-search .tips-box ol li { margin-top:5px; font-size:12px; font-weight:normal; }
.form-search .hot-words { padding-right:12px; }
.form-search .hot-words ol li { width:50%; float:left; margin-top:15px; }
.form-search .hot-words a { display:block; border:1px solid #b1b1b1; border-radius:11px; margin-left:12px; }
.form-search .hot-words a:hover { text-decoration:none; color:#e99c08; border-color:#e99c08; }
.form-search .tips-box.hover,
#quick-action.over .form-search .tips-box { display:block; }


#nav .column.brand ul li ul li a {font-size:12px;}

.fb-widget {padding:10px 10px 0;}
.v-middle {vertical-align:middle;}

div.table {display:table; width:100%;}
div.tr {display:table-row;}
div.td {display:table-cell;}
div.td.ft {width:1px;}

.products-grid .item .add-to { position:absolute; width:92%; left:4%; bottom:10px; }
.products-grid .item .add-to button.button,
.products-grid .item .add-to button.button > span { width:100%; }
.products-grid .item .add-to button.button > span > span { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_sz16.png) 0 2px no-repeat; padding-left:20px; }

.products-grid .item .pico01,
.banner-loop .item-grid .wrap .pico01,
.product-view .product-img-box .pico01 { position:absolute; z-index:2; top:3px; right:3px; width:37px; height:37px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_picon00.png) no-repeat; }
.product-view .product-img-box .pico01 { z-index:222; top:13px; }

.banner-loop .item-grid .wrap .discount,
.products-grid .item .discount { position:absolute; z-index:2; top:7px; left:7px; width:55px; height:38px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_ptag03.png) no-repeat; padding:8px 0 0 8px; color:#82d4d4; }
.banner-loop .item-grid .wrap .discount.bgblue,
.products-grid .item .discount.bgblue { background-image:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_ptag04.png); color:#93b3da; }
.banner-loop .item-grid .wrap .discount.bgred,
.products-grid .item .discount.bgred { background-image:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_ptag05.png); color:#f595b6; }
.banner-loop .item-grid .wrap .discount > span,
.products-grid .item .discount > span { font-size:24px; font-weight:bold; text-shadow:2px -2px #fff, 0 2px #fff, -1px -2px #fff, -2px 0 #fff; }
.banner-loop .item-grid .wrap .discount > span > span,
.products-grid .item .discount > span > span { font-size:12px; }

.catalog-product-view .main-container {background-color:#fafafa;}

.product-view .product-img-box { position:relative; }
.product-view .product-img-box .more-views { position:relative; width:412px; margin:auto; }
.product-view .product-img-box div.caroufredsel_wrapper { width:auto !important; }
.product-view .product-img-box .more-views .item { border:1px solid #eee; }
.product-view .product-img-box .more-views .item a,
.product-view .product-img-box .more-views .item img { display:block; max-width:100%; }
.product-view .product-img-box .more-views .owl-nav .owl-prev,
.product-view .product-img-box .more-views .owl-nav .owl-next { top:-63px; left:-15px; }
.product-view .product-img-box .more-views .owl-nav .owl-next { left:auto; right:-15px; }

.product-view .product-shop .items-box { padding:15px 30px 0; min-height:540px; }
    .items-box .w320 { width:320px; }
    .items-box .brand-logo { position:absolute; width:120px; height:120px; top:5px; right:20px; }
    .items-box .brand-logo img { display:block; max-width:120px; max-height:120px; }
    .items-box .item-row { font-weight:bold; color:#666; margin-top:20px; text-shadow:0px 0px 2px #ddd; }
    .items-box .item-row.brand { margin-top:15px; }
    .items-box .item-row .label { display:table-cell; white-space:nowrap; color:#b2b0b1; min-width:48px; }
    .items-box .item-row .content { display:table-cell; width:100%; padding-left:3px; font-size:16px; }
    .items-box .add-to-cart { padding:15px 0; }
    .items-box .short-description .label { color:#676767; font-size:14px; }
    .items-box .short-description .content { color:#b2b0b1; font-size:13px; }
    .items-box .share-box { position:absolute; z-index:2; right:30px; bottom:30px; }
    .items-box .share-box .email-friend { display:inline-block; margin-right:6px; margin-bottom:-3px; }
    .items-box .share-box .email-friend a { float:left; width:25px; height:17px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/btn_mailto.png) 0 center no-repeat; line-height:0; font-size:0; }
    .items-box .share-box .fb_iframe_widget { display:inline-block; }
    .items-box .in-stock,
    .items-box .price-box-bundle { display:none; }
	.items-box .icons { padding:25px 0 5px; padding-left:37px; }
    .items-box .icons li { float:left; margin-left:15px; line-height:20px; padding:0 5px; border:1px solid #faca41; border-radius:7px; font-size:14px; font-weight:bold; color:#faca41; }
    .items-box .icons li.disabled { border:0 none; color:#d1d1d1; text-decoration:line-through; }
    .items-box .option-box { padding-top:10px; }

.product-shop .item-row .discount { display:none; }

.product-shop .addto-msg,
.category-products .addto-msg { display:none; position:absolute; z-index:333; width:230px; height:163px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_addcart_success.png) no-repeat; top:27%; left:-17%; }
.category-products .addto-msg { left:22%; }

.mailto-friend { padding:25px 30px 5px; text-align:left; }
.mailto-friend h2 { margin-bottom:20px; text-align:left; font-size:26px; }
.mailto-friend h5 { margin-bottom:15px; font-size:17px; color:#e99c08; }
.mailto-friend .form-list label { width:50px; padding:0; }
.mailto-friend .form-list .input-box { margin-left:50px; }
.mailto-friend .form-list .validation-advice { width:180px; }
.mailto-friend .form-list textarea { width:185px; height:100px; }
.mailto-friend .sender-box { padding-right:35px; margin-bottom:15px; border-right:1px solid #e1e1e1; }
.mailto-friend .recipient-box h5,
.mailto-friend .recipient-box div.f-left { padding-left:35px; }
.mailto-friend .message-box { margin-left:30px; }

.product-sales-loop { position:relative; }
.product-sales-loop .products-grid { margin-bottom:0; padding-left:0; }
.product-sales-loop .products-grid .item { width:auto; margin-left:0; margin-bottom:0; border:0 none; border-radius:0; }
.product-sales-loop .products-grid .item .name > div { height:36px; overflow:hidden; }

.product-sales-loop .owl-nav .owl-prev,
.product-sales-loop .owl-nav .owl-next {top:-170px; left:-20px; width:17px; height:39px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_swipe.png) 0 0 no-repeat; box-shadow:2px 3px 3px #d9d9d9;}
.product-sales-loop .owl-nav .owl-next {left:auto; right:-20px; background-position:0 -51px;}

.cart-table .disabled-items { margin-right:-200px; padding:5px 0 0; font-size:12px; font-weight:bold; color:#fa8b41; }
.cart-table .disabled-items .note-box { float:left; margin-right:10px; }

.cart .creditpoint .use { color:#9e9e9e; font-size:12px; }

.cart .pre-shipping-method { padding:0 1%; }
.cart .pre-shipping-method .title { font-size:17px; font-weight:bold; }
.cart .pre-shipping-method .items { padding-top:38px; }
.cart .pre-shipping-method .items select { width:170px; height:30px; line-height:30px; font-weight:bold; }
.cart .pre-shipping-method .items span { margin-left:15px; }
.cart .pre-shipping-method .items span.first { margin-left:0; }
.cart .pre-shipping-method .tips { font-size:13px; color:#fa8b41; padding:8px 0 0; font-weight:bold; }
.cart .pre-shipping-method .tips strong { font-size:15px; margin:0 3px; }

.opc-checkout .wcol-1,
.opc-checkout .wcol-2,
.opc-checkout .wcol-3,
.opc-checkout .wcol-4,
.opc-checkout .wcol-5,
.opc-checkout .wcol-6,
.opc-checkout .wcol-7,
.opc-checkout .wcol-8,
.opc-checkout .wcol-9,
.opc-checkout .wcol-10 { width:10%; padding:0 1%; float:left; }
.opc-checkout .wcol-2 { width:20%; }
.opc-checkout .wcol-3 { width:30%; }
.opc-checkout .wcol-4 { width:40%; }
.opc-checkout .wcol-5 { width:50%; }
.opc-checkout .wcol-6 { width:60%; }
.opc-checkout .wcol-7 { width:70%; }
.opc-checkout .wcol-8 { width:80%; }
.opc-checkout .wcol-9 { width:90%; }
.opc-checkout .wcol-10 { width:100%; }

.opc-checkout .form-list .customer-name .field { width:30%; padding:0 1%; float:left; margin:0; }

.opc-checkout .custom-payment-mathods { padding:5px; }
.opc-checkout .custom-payment-mathods a { float:left; width:130px; height:70px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_payment01.png) center 12px no-repeat; border:1px solid #b2b2b2; border-radius:7px; font-size:0; }
.opc-checkout .custom-payment-mathods a + a { margin-left:15px; }
.opc-checkout .custom-payment-mathods a.banktransfer { background-image:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_payment02.png); }
.opc-checkout .custom-payment-mathods a.cod { background-image:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_payment03.png); }
.opc-checkout .custom-payment-mathods a.paypal { background-image:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_payment04.png); }
.opc-checkout .custom-payment-mathods a:hover,
.opc-checkout .custom-payment-mathods a.active { border:1px solid #faca41; background-position:center -68px; }

.my-wishlist .wishlist-empty {padding:35px 0; text-align:center;}

.wishlist .products-grid {margin-left:-9px; padding-top:6px; padding-left:0;}
.wishlist .products-grid li.item {width:215px; margin-left:18px;}
.wishlist .products-grid .action {position:absolute; z-index:2; right:3px; top:3px;}
.wishlist .products-grid .action a { display:block; background-color:#ffffff; width:17px; height:17px; line-height:100%; font-family:cursive; font-size:15px; font-weight:bold; color:#9e9e9e; text-align:center; }

.my-account-creditpoint {padding:25px 15px; background-color:#fafafa;}
.my-account-creditpoint .info {padding:0 30px; margin-bottom:20px; line-height:100%; color:#b6b6b6; font-size:26px; font-weight:bold;}
.my-account-creditpoint .info .value {display:inline-block; background-color:#c8c8c8; border-radius:5px; padding:1px 12px; color:#ffffff; font-size:20px;}
.my-account-creditpoint .info .date {font-size:14px; color:#595959;}
.my-account-creditpoint .data-table {padding:0 15px; background-color:#ffffff;}

.upload-box { font-size:14px; padding:25px; }
.upload-box .title { margin-bottom:20px; font-size:19px; font-weight:bold; }
.upload-box .tips { font-size:12px; color:#fa8b41; }

.account-top-nav { padding:20px 17px; }
.account-top-nav h3 { margin-bottom:15px; padding-bottom:5px; color:#bbb; font-size:27px; font-weight:normal; border-bottom:1px solid #e6e6e6; }

.footer .contacts { float:left; padding-left:40px; line-height:24px; font-weight:bold; }
.footer .contacts .mail { margin-bottom:15px; font-size:16px; }
.footer .contacts .mail a { border-bottom:1px solid #fdecbc; line-height:20px; color:#fdecbc; }
.footer .contacts .mail a:hover { text-decoration:none; }
.footer .contacts .tel { font-size:23px; line-height:32px; padding-left:30px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_sz25.png) 0 6px no-repeat; }
.footer .contacts .tel.app { background-position:0 -33px; }
.footer .contacts .time { margin-top:15px; color:#fdecbc; font-size:14px; }

.footer-tags { border-bottom:1px solid #e0e0e0; padding:10px 40px; }
.footer-tags .tags-left { float:left; line-height:0; padding-top:5px; }
.footer-tags .tags-left span { display:inline-block; width:78px; height:20px; font-size:0; line-height:0; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/icon_socials_20190606.png) 0 0 no-repeat; }
.footer-tags .tags-left span a { float:left; width:20px; height:20px; margin-left:9px; }
.footer-tags .tags-left span a.first { margin-left:0; }
.footer-tags .tags-left label { line-height:20px; font-size:14px; font-weight:bold; color:#fa8b41; vertical-align:top; }
.footer-tags .tags-right { float:right; }
.footer-tags .tags-right span { float:left; height:30px; width:131px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/icon_pmmethod.png) 0 0 no-repeat; }
.footer-tags .tags-right span.first { width:85px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/icon_spmethod.png) 0 0 no-repeat; border-right:1px solid #ccc; margin-right:16px; padding-right:15px; }

.sidebar-right { position:fixed; z-index:999; width:65px; right:0; top:33%; background-color:#FFF; box-shadow:0 0 8px #c0c0c0; border-radius:9px 0 0 9px; }
.sidebar-right a { display:block; padding:50px 0 10px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bkg_sidebar.png) 15px 10px no-repeat; color:#e99c08; font-size:12px; font-weight:bold; }
.sidebar-right a:hover { background-position:-48px 10px; background-color:#e99c08; color:#FFF; text-decoration:none; }
.sidebar-right a:first-child { border-radius:9px 0 0 0; }
.sidebar-right a:last-child { border-radius:0 0 0 9px; }
.sidebar-right a.cart { background-position:12px -70px; }
.sidebar-right a.cart:hover { background-position:-50px -70px; }
.sidebar-right a.wishlist { background-position:14px -145px; }
.sidebar-right a.wishlist:hover { background-position:-49px -145px; }

.bottom-follows { position:relative; padding:20px 0; }
.bottom-follows > ul { overflow:hidden; padding-bottom:35px; color:#999999; font-size:19px; font-weight:bold; line-height:100%; }
.bottom-follows > ul > li { float:left; width:318px; border-left:2px solid #efefef; padding:20px 0; padding-bottom:500px; margin-bottom:-500px; }
.bottom-follows > ul > li.first { border-left:0 none; }
.bottom-follows > ul > li .button { display:inline-block; font-size:0; width:120px; height:30px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_bottom3.png) center 1px no-repeat; margin-bottom:10px; }
.bottom-follows > ul > li .button.reg { background-position:center -50px; }
.bottom-follows > ul > li .button.fb { background-position:center -103px; }
.bottom-follows > ul > li > div.call { font-size:17px; }
.bottom-follows > ul > li > div.call p span { background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bottom1_01.png) 0 2px no-repeat; padding-left:22px; }
.bottom-follows > ul > li > div.call p.app span { background-position:0 -22px; }
.bottom-follows > ul > li > div.call a { font-size:13px; text-decoration:underline; color:#cf7faf; }
.bottom-follows > ul > li > div p { margin-bottom:6px; }
.bottom-follows > ul > li > div .large { font-size:22px; }

.gotop {background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/gotop.png); position:fixed; z-index:9999; width:35px; height:35px; right:15px; bottom:90px; cursor:pointer; display:none;}

.subscribe-popup {padding:35px; text-align:left; position:relative;}
.subscribe-popup h3 {color:#000000; font-size:28px;}
.subscribe-popup .descr {margin:25px 0 15px;}
.subscribe-popup input.input-text {width:280px; line-height:25px;}

.grey-image { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; }

/*-------------------------------- improved navigation -----------------------------------*/
div.filters-column {float:left; width:92px;}

select.filters-select {width:170px;}

.block-layered-nav {padding:15px 25px 0;}
.block-layered-nav dl dt {color:#faca41; font-size:16px; font-weight:bold; padding-bottom:5px; margin-top:30px; border-bottom:1px solid #e6e6e6;}
.block-layered-nav dl dt.first {margin-top:0;}
.block-layered-nav dl dt a.slider {float:right; color:#eec03e; font-size:18px;}
.block-layered-nav dl dt a:hover {text-decoration:none;}
.block-layered-nav dl dt .filters-price-symbol {font-size:14px; font-weight:bold; color:#999;}
.block-layered-nav dl dd {font-size:13px;}
.block-layered-nav dl dd.price {position:relative;}
.block-layered-nav dl dd.manufacturer {margin-right:-10px;}
.block-layered-nav dl dd .scroll-pane {width:100%; max-height:330px; overflow:auto; margin-top:5px;}
.block-layered-nav dl dd li {padding:6px 0; border-bottom:1px solid #e6e6e6;}
.block-layered-nav dl dd li.hide,
.block-layered-nav dl dd li.filters-clearer {border:0 none; padding:0; line-height:33px;}
.block-layered-nav dl dd li a {display:block; color:#666666; font-weight:bold;}
.block-layered-nav dl dd li a:hover {color:#faca41;}
.block-layered-nav .category span.expand,
.block-layered-nav dl dd li a.filters-cat,
.block-layered-nav dl dd li a.filters-attr,
.block-layered-nav dl dd li a.filters-attr-selected {padding-left:18px; background:transparent url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/imnav-icon.gif) 0 5px no-repeat;}
.block-layered-nav dl dd li a.filters-cat.active,
.block-layered-nav dl dd li a.filters-attr-selected {background-position:0 -37px;}

.block-layered-nav dl dd li.children a.filters-cat {background:none;}

.block-layered-nav dl dd li a.filters-cat span,
.block-layered-nav dl dd li a.filters-attr span,
.block-layered-nav dl dd li a.filters-attr-selected span {float:right; color:#b1b1b1; font-size:12px;}

.block-layered-nav .category li {position:relative; font-size:14px;}
.block-layered-nav .category li.active {border-bottom:0 none;}
.block-layered-nav .category li.children {padding-bottom:15px;}
.block-layered-nav .category li.children div {margin:0 -25px; line-height:26px;}
.block-layered-nav .category li.children div a {padding:0 25px; padding-left:43px;}
.block-layered-nav .category li.children div a.active,
.block-layered-nav .category li.children div a.active span {color:#faca41;}
.block-layered-nav .category li.children div a:hover,
.block-layered-nav .category li.children div a:hover span {background-color:#faca41; color:#FFF;}
.block-layered-nav .category li span.expand {background-position:0 -79px;}
.block-layered-nav .category li span.close {background-position:0 -121px;}

.block-layered-nav .category li .childs {display:none; position:absolute; z-index:2; top:0; left:170px; width:700px; padding:5px 0 0 5px;}
.block-layered-nav .category li .childs .arrow {float:left; position:relative; width:12px; height:150px; overflow:hidden; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/cat_arrow_left.png) 0 8px no-repeat; margin-right:-1px;}
.block-layered-nav .category li .childs .wrap {float:left; background-color:#FFF; border:1px solid #c1c1c1; padding:10px 0; box-shadow:0px 0px 5px #ccc;}
.block-layered-nav .category li.over > .childs { display:block;}

.block-layered-nav .category li ol {float:left; padding:0 20px; border-left:1px solid #f4e4ed; height:150px;}
.block-layered-nav .category li ol.first {border-left:0 none;}
.block-layered-nav .category li ol li {padding:0; border:0 none; line-height:30px;}


.block-layered-nav dl dd li span.filters-plusminus {float:left; display:block; width:15px; height:15px; background:transparent url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/imnav-plus.gif)  no-repeat; cursor:pointer;}
.block-layered-nav dl dd li span.minus {background:transparent url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/imnav-minus.gif) no-repeat;}
.block-layered-nav dd li:after {display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden;}

.block-layered-nav div.filters-slider {position:relative; height:7px; margin:7px 0 0; background:#898989; font-size:0; border-radius:5px;}
.block-layered-nav div.filters-slider div.handle {position:absolute; z-index:2; top:-3px; width:12px; height:12px; font-size:0; cursor:pointer;}
.block-layered-nav div.filters-slider div.handle.selected {z-index:3;}
.block-layered-nav div.filters-slider div.handle span {display:block; width:16px; height:16px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/imnav-slider.png) no-repeat; margin:-2px;}

/*
 * Slider labels
 */
.filters-slider-price-symbol {position:absolute; top:-25px; left:35px; font-size:14px; font-weight:bold; color:#999; display:none;}
.filters-slider-price-range {padding:7px 0; font-size:14px; font-weight:bold; color:#faca41; text-align:center;}
.filters-slider-price-range span.sp {color:#999;}
.filters-slider-price-from {margin-right:3px;}
.filters-slider-price-to {margin-left:3px;}
button.price-slider-find {margin-bottom:5px;}
button.price-slider-find,
button.price-slider-find span {width:100%;}

.filters-slider-handle-left {position:absolute; top:14px; left:0px;}
.filters-slider-handle-right {position:absolute; top:14px; right:0px;}

.filters-tooltip {position:absolute; width:200px; background:#FEC; border:1px solid #FAA819; padding:2px 5px; color:#1F5070; text-align:left;}
.filters-tooltip-img {cursor:help;}

.block-layered-nav,
.filters-page-container,
.filters-filters-top {position: relative;}

.filters-overlay {background-color:#FFFFFF; position:absolute; left:0; top:0; z-index:555; width:100%; height:100%; opacity:0.5; filter:alpha(opacity = 50);}
.filters-overlay img {display:block; position:absolute; top:100px; left:349px;}
.col1-layout div.filters-overlay img {left:464px;}

div.filters-overlay div {margin:0 auto; display:block; width:300px; height:200px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/opc-ajax-loader.gif) 50% 50% no-repeat;}

.filters-state {float:left;padding:0;position:relative;z-index:2;font-size:13px;}
.filters-state ol {margin:0;}
.filters-state ol li {position:relative; float:left; padding:0 15px 0 3px;}
.filters-state .price {color:#666;}
.filters-state .currently .btn-remove {position:absolute; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/imnav-icon.gif) 0 -168px no-repeat; width:12px; height:12px; line-height:0; font-size:0; right:0; top:4px;}

.block-layered-nav dd a img {float:left; border:1px solid #999999;}
.attribute_image a.-selected img {border:1px solid #000000;}


/* layered navigation */
/* layered */
.block-layered-nav {
	border:0 none;
	padding-bottom:30px;
}
.block-layered-nav .block-title {display:none;}
.block-layered-nav .block-subtitle {background-color:#000000; color:#ffffff; padding:3px 8px; font-weight:bold;}
.block-layered-nav .actions	{margin-bottom:10px;}

.block-layered-nav ol li.filters-clearer {display:block; clear:both; overflow:hidden;}
.block-layered-nav ol li.filters-clearer a { color:#000; font-size:13px; font-weight:bold; }

.block-layered-nav dd.last ol {}
.sidebar .block-currency {display:none;}

.block-layered-nav span.label {float:left; margin-right:3px; display:block; width:32px;}

li a.filters-price, li.attribute_image {padding-left:15px;}
li.attribute_image {padding-top:2px;}

.ifilter-index-index .block-layered-nav .manufacturer {display:none;}


/*-------------------------- ibanner -------------------------*/
#kinMaxShow{display:none;}

.home-middle-gallery {padding:20px 0 10px;}
.home-middle-gallery > div {float:left; width:360px; position:relative; margin-top:0;}
.home-middle-gallery > div:first-child {width:600px;}

.home-middle-gallery .banner-gallery .owl-controls {display:none;}

.banner-gallery {min-height:50px; max-width:960px; margin:10px auto 0;}
.banner-gallery .item img {max-width:100%;}
.banner-gallery .owl-controls .owl-dots {height:auto;}

.banner-masonry {text-align:center; margin:10px auto 0;}
.banner-masonry .unit {max-width:960px;margin:auto;font-size:0;}
.banner-masonry .unit.column-1 {max-width:auto;}
.banner-masonry .unit img {max-width:100%;}
.banner-masonry .unit.column-1 .item + .item {margin-top:10px;}
.banner-masonry .unit.column-2 .item {display:inline-block;width:50%;}
.banner-masonry .unit.column-3 .item {display:inline-block;width:33.333333%;}
.banner-masonry .unit.column-4 .item {display:inline-block;width:25%;}

#nav .subcats .column.banner {width:220px;}
#nav .subcats .column.banner .unit a {font-size:0;}
.column.banner .banner-masonry .unit {margin:0;}
.column.banner .banner-masonry .column-1 .item {margin:0;}

.col-left .banner-gallery {margin:0 auto 15px; padding:0 10px;}
.col-left .banner-masonry {padding:0 10px;}
.col-left .banner-masonry .unit {padding-top:15px;}
.col-left .banner-masonry .column-1 .item {margin:0 0 20px;}

.col-left .block-layered-nav + .banner-masonry .unit {padding-top:0;}

.banner-loop {padding:15px 0 0; margin:auto; max-width:960px;}
.banner-loop .item-container {position:relative;}
.banner-loop .item-grid {text-align:center;}
.banner-loop .item-grid > li {float:left; width:25%; padding:0 10px 25px;}
.banner-loop .item-grid .wrap {position:relative; font-weight:bold;}
.banner-loop .item-grid .wrap .image {display:block;}
.banner-loop .item-grid .wrap .image img {max-width:100%;}
.banner-loop .item-grid .wrap .name {line-height:17px; font-size:13px;}
.banner-loop .item-grid .wrap .name a {color:#e99c08;}
.banner-loop .item-grid .wrap .price-box {margin:10px 0;}
.banner-loop .item-grid .wrap .price-box p {display:inline-block;}
.banner-loop .item-grid .wrap .price-box .minimal-price-link {display:none;}
.banner-loop .item-grid .wrap .discount {top:0; left:0;}


.magnifyarea{ /* CSS to add shadow to magnified image. Optional */
    box-shadow: 5px 5px 7px #818181;
    -webkit-box-shadow: 5px 5px 7px #818181;
    -moz-box-shadow: 5px 5px 7px #818181;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=5, offY=5, positive=true);
    background: white;
}


/*-------------------------- brands -------------------------*/
.hot-brands-container {background-color:#FFF; margin:35px 0;}
.hot-brands-container .center-container {border-top:1px solid #d6d6d6; border-bottom:1px solid #d6d6d6; padding:5px 0;}
.hot-brands-container .label {position:absolute; left:42.1%; top:-19px; line-height:100%; font-size:21px; font-weight:bold; color:#5e5e5e; width:150px; background-color:#fafafa;}
.hot-brands-container .brand-loop-box {width:870px; margin:auto;}
.hot-brands-container .brand-loop-box:after {display:block; clear:both; content:"."; font-size:0; line-height:0;}
.hot-brands-container .brands-list a,
.hot-brands-container .brands-list img {display:block; width:90px;}

.brands-container {position:relative;}
.brands-container .toolbar {line-height:24px; margin-bottom:5px;}
.brands-container .toolbar .mode a {display:block; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/icon_sz24.png) no-repeat; float:left; width:24px; height:24px; margin-left:5px;}
.brands-container .toolbar .mode a.list {background-position:0 0;}
.brands-container .toolbar .mode a.grid {background-position:0 -26px;}
.brands-container .toolbar .filter-news {margin-right:8px;}
.brands-container .toolbar .filter {font-size:14px; font-weight:bold; color:#999;}
.brands-container .toolbar .filter a {margin-left:5px; color:#999;}
.brands-container .toolbar .filter a:hover {color:#fa8b41;}
.brands-container .toolbar .filter a.first {margin-left:0; margin-right:10px;}
.brands-container .toolbar .filter a.last {margin-left:15px;}
.brands-container .brand-grid {margin-left:-12px; zoom:1;}
.brands-container .brand-grid li.item {float:left; margin-left:12px; margin-bottom:12px;}
.brands-container .brand-grid li.item a {display:block; width:150px; height:150px; border:1px solid #ddd;}
.brands-container .brand-grid li.item img {display:block; width:100%; height:100%; font-size:0; line-height:0;}
.brands-container .brand-grid:after,
.brands-container .brand-list li:after {display:block; content:"."; clear:both; font-size:0; line-height:0;}

.brands-container .brand-list {background-color:#fafafa; padding:25px 0;}
.brands-container .brand-list li {padding:5px 25px; margin:5px 0 0;}
.brands-container .brand-list li h5 {float:left; width:175px; height:36px; line-height:36px; border-bottom:2px solid #f0f0f0; font-size:36px; font-weight:bold; color:#d9d9d9; text-align:right;}
.brands-container .brand-list li h5 label {display:inline-block; width:40px; text-align:left;}
.brands-container .brand-list li h5 label.txt {width:auto; margin-right:15px;}
.brands-container .brand-list li h5 span {display:inline-block; width:30px; font-size:14px; color:#bcbcbc;}
.brands-container .brand-list li .items {margin-left:210px; line-height:24px; padding:15px 0 0; font-size:16px; font-weight:bold; color:#666;}
.brands-container .brand-list li .items a {margin-left:3px; color:#666; display:inline-block; zoom:1;}
.brands-container .brand-list li.over {background-color:#faca41;}
.brands-container .brand-list li.over h5,
.brands-container .brand-list li.over h5 span {color:#f0f0f0;}
.brands-container .brand-list li.over .items,
.brands-container .brand-list li.over .items a {color:#FFF;}

.brands-container .loading {text-align:center; color:#999; padding:15px 0;}

.popup_close {padding:0; width:30px; height:30px; top:5px; right:5px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_popup_close.png) 0 0 no-repeat; background-size:30px 30px; font-size:0;}


.swatches-container {font-weight:normal;}
.swatches-container span.swatch {display:inline-block;padding:2px 8px;cursor:pointer;margin-right:5px;margin-bottom:5px;border:1px solid #ccc;background-color:#f9f9f9;}
.swatches-container span.swatch:first-child {margin-left:0;}
.swatches-container span.current {border:1px solid #f3b2ab;background-color:#fcf9f9;color:#e8806a;}


.bklogin-popup {padding:35px 55px;}
.bklogin-popup .form-list li {margin:0 0 25px; padding-left:30px;}
.bklogin-popup .form-list li.a-center {padding:0;}
.bklogin-popup .form-list li.messages {margin:0;}
.bklogin-popup .form-list li div.box {border:1px solid; border-color:#CCC #EEE #EEE #CCC; padding-left:5px; position:relative;}
.bklogin-popup .form-list li div.box span {display:inline-block; width:78px; color:#000;}
.bklogin-popup .form-list li div.box input.input-text {border-color:#FFF; border-color:#FFF !important; background:#FFF; background:#FFF !important;}
.bklogin-popup .form-list li.account select {position:absolute; opacity:0; width:80px; z-index:2; left:0; top:0; cursor:pointer;}
.bklogin-popup .form-list li button.button {width:100%;}
.bklogin-popup .form-list li button.button span {width:100%; height:41px; line-height:41px;}
.bklogin-popup .form-list li button.button span span {letter-spacing:1em; font-size:22px; padding-left:1em;}
.bklogin-popup .form-list li .validation-advice {position:absolute;}

.promo-news {position:relative; background-color:#fafafa; padding:1.5% 0 0.5%;}
.promo-news:after {display:block; clear:both; content:"."; height:0; font-size:0; overflow:hidden;}
.promo-list {float:left; width:47%; margin-left:2%;}
.promo-list li {padding:0 0 18px;}
.promo-list li > div {box-shadow:1px 1px 5px #ccc; background-color:#ffffff;}
.promo-list li .banner {display:block;}
.promo-list li .banner img {display:block; max-width:100%;}
.promo-list li .descr {padding:15px; font-size:14px; font-weight:bold; color:#999;}
.promo-list li .descr h6 {padding:5px 0 15px; line-height:130%;}
.promo-list li .descr h6 a {font-size:15px; color:#e99c08;}
.promo-list li .descr h6 span {background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_arrow_01.png) center 1px no-repeat; padding:0 7px; margin-left:6px; cursor:pointer;}
.promo-list li .descr h6 span.expand {background-position:center -42px;}
.promo-list li .descr .date {font-weight:normal;}
.promo-list li .descr .text {padding-top:15px; margin-top:15px; border-top:1px solid #e1e1e1; color:#5e5e5e; display:none;}
.promo-list li .descr .text p {margin-bottom:5px; padding-left:17px; text-indent:-17px;}

.mamaclub-form .form-list li {margin-bottom:20px;}
.mamaclub-form .form-list li > label {display:inline-block;float:none;width:auto;margin-bottom:5px;}
.mamaclub-form .form-list .input-box {margin-left:0;font-size:13px;}
.mamaclub-form .form-list .input-box p {line-height:23px;}
.mamaclub-form .form-list p.tips {font-size:13px;line-height:100%;color:#999}
.mamaclub-form .form-list textarea {width:450px;height:100px;}



.zoomPad{
	position:relative;
	float:left;
	z-index:99;
	cursor:crosshair;
}
.zoomPreload{
   -moz-opacity:0.8;
   opacity: 0.8;
   filter: alpha(opacity = 80);
   color: #333;
   font-size: 12px;
   font-family: Tahoma;
   text-decoration: none;
   border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
   text-align:center;
   background-image: url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
   z-index:110;
   width:90px;
   height:43px;
   position:absolute;
   top:0px;
   left:0px;
    * width:100px;
    * height:49px;
}
.zoomPup{
	overflow:hidden;
	background-color: #FFF;
	-moz-opacity:0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	z-index:120;
	position:absolute;
	border:1px solid #CCC;
  z-index:101;
  cursor:crosshair;
}
.zoomOverlay{
	position:absolute;
	left:0px;
	top:0px;
	background:#FFF;
	/*opacity:0.5;*/
	z-index:5000;
	width:100%;
	height:100%;
	display:none;
  z-index:101;
}
.zoomWindow{
	position:absolute;
	left:110%;
	top:40px;
	background:#FFF;
	z-index:6000;
	height:auto;
  z-index:10000;
  z-index:110;
}
.zoomWrapper{
	position:relative;
	border:1px solid #999;
  z-index:110;
}
.zoomWrapperTitle{
	display:block;
	background:#999;
	color:#FFF;
	height:18px;
	line-height:18px;
	width:100%;
  overflow:hidden;
	text-align:center;
	font-size:10px;
  position:absolute;
  top:0px;
  left:0px;
  z-index:120;
  -moz-opacity:0.6;
  opacity: 0.6;
  filter: alpha(opacity = 60);
}
.zoomWrapperImage{
	display:block;
  position:relative;
  overflow:hidden;
  z-index:110;

}
.zoomWrapperImage img{
  border:0px;
  display:block;
  position:absolute;
  z-index:101;
}
.zoomIframe{
  z-index: -1;
  filter:alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position:absolute;
  display:block;
}


/*CSS Styles that are needed by jScrollPane for it to operate correctly.*/
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
	background: #FFF;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #dcdcdc;
	position: relative;
	border-radius: 3px;
}
.jspDrag{
	background: #faca41;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	border-radius: 3px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner{
	margin: 0 -3px 0 0;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://kmall.baby-kingdom.com/skin/frontend/e/d/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-controls .owl-dots {position:absolute; bottom:15px; left:20px; height:0; overflow:hidden; -webkit-tap-highlight-color:transparent;}
.owl-controls .owl-dots .owl-dot {display:inline-block;zoom:1;*display:inline}
.owl-controls .owl-dots .owl-dot span {width:12px;height:12px;margin:3px 3px;background:#c9c9c9;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-controls .owl-dots .owl-dot.active span,
.owl-controls .owl-dots .owl-dot:hover span {background:#e3b902}

.owl-nav {position:relative;}
.owl-nav .owl-prev,
.owl-nav .owl-next {position:absolute; z-index:3; left:-45px; top:-57px; width:9px; height:26px; background:url(https://kmall.baby-kingdom.com/skin/frontend/e/d/images/bg_sz9.png) 0 -34px no-repeat; font-size:0; line-height:0px; overflow:hidden;}
.owl-nav .owl-next {left:auto; right:-45px; background-position:0 0;}


