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

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#496778 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

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

a             { color:#1e7ec8; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

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

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

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

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

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

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


/* Layout ================================================================================ */
.wrapper { min-width:954px; }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container { background:#fbfaf6 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_main1.gif) 50% 0 no-repeat; }
.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }

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

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

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

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

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

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

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

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

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

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

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

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

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

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

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

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

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px; }
.form-list li.fields { margin:0; }
.form-list .field { display:block; margin:0 0 8px; }
.form-list li.control {}
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
.form-list label.required { font-weight:bold; }
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
.form-list .input-box { float:left; width:260px; }
.form-list input.input-text,
.form-list textarea { width:254px; }
.form-list select { width:260px; }
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
.form-list .input-range input.input-text { width:96px; }*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/

.buttons-set { 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:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

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

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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
.breadcrumbs li { display:inline; }
.breadcrumbs li strong { font-weight:bold; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

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

/* Pager */
.pager { font-size:11px; background:#fff url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
.pager .amount { float:left; margin:0; }
.pager .limiter { float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 140px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}

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

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

/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { background:#f8f7f5 }
.data-table .even { background:#eeeded; }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }

.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
/* Bundle products tables */
.data-table tbody.odd tr { background:#f8f7f5 !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

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

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

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

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
/*.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }*/

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

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

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

.separator { margin:0 3px; }

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

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

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


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_header.jpg) 50% 0 repeat; }
.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { border:0; height:21px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; margin:0 0 6px; }
.header .links li { float:left; font-size:11px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a { color:#ebbc58; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { font-size:11px; color:#ebbc58; }

/********** < Navigation */
.nav-container { background:#0a263d url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

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

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

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

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

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

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

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


/* Sidebar =============================================================================== */
.block { border:1px solid #c4c1bc; margin:0 0 15px; }
.block .block-title { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
.block .block-title strong span {}
.block .block-title h3 span.smaller { font-family: "MyriadProRegular"; text-transform: lowercase; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { background:#f8f7f5; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { background:#dee5e8 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

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

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

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { background:#fc9d36 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
.block-account .block-title strong { font-size:13px; color:#fff; }
.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#ea7900; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:4px 6px 4px 10px; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:18px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-layered-label.gif) 0 3px no-repeat; text-transform:uppercase; }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

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

/* Block: Wishlist */
.block-wishlist .block-title strong { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_block-wishlist.gif); }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_block-related.gif); background-position:0 1px; }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

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

/* Block: Recently Viewed */
.block-viewed .block-title strong { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_block-viewed.gif); }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_block-list.gif); background-position:0 1px; }

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

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

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

/* Block: Reorder */
.block-reorder .block-title strong { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_block-list.gif); }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_ma-info.gif); }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.products-grid { border-bottom:1px solid #d9ddd3; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_grid.gif) 0 0 repeat; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#957F7F; height: 47px; display:block; overflow:hidden; font-family: verdana, tahoma, sans-serif; font-size: 9pt;}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:632px; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

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


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

.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}

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

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

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/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://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

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

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

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

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

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

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

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

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

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

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

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

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

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

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

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }
.price-dividor {font-size: 28px; margin: 0 6px; color: #93b949;}
.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

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

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

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

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin-right:5px; }
.add-to-cart button.button { float:left; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }


.product-view { border:1px solid #c4c6c8; }

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

.product-collateral { background:#faf7ee url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view .product-img-box { float:left; width:267px; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0 0 13px; }
.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
.product-view .product-img-box .more-views ul { margin-left:-9px }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }

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

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

/* Product Options */
.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right; }
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

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

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

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

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


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

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

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

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

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


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

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

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:10px; }
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span,
.cart-table .btn-update span { border-color:#406a83; background:#618499; }

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

.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #d0cbc1; background:#fff url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
.cart .discount button span,
.cart .shipping button span { border-color:#406a83; background:#618499; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount h2 { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_discount.gif); }
.cart .discount .input-box { margin:8px 0 0; width:260px; }
.cart .discount input.input-text { width:254px; }

.cart .shipping h2 { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_shipping.gif); }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_divider1.gif) 0 0 repeat-x; }

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

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

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

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

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

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

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

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

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
.opc .allow .step-title h2 { color:#a4b3b9; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

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

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

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

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

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

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

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

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

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

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

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

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:240px; padding:14px 21px; background:#faf7ee url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
.account-login .new-users h2 { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_buttons-set1.gif) 0 0 repeat-x; }

.account-create {}
/* Account Login/Create Pages ============================================================ */


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

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


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

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }

.dashboard .box .box-title { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

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

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

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

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

.order-info-box { background:#fff url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

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

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

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

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

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

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { /*border-color:#406a83; background:#618499;*/ }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { border-top:15px solid #b6d1e2; }
.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 20px; color:#ecf3f6; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.footer ul { display:inline; }
.footer ul.links { display:block; }
.footer li { display:inline; background:url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }
/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@import "https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/style.css";

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    display: block !important;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }


    /*
     * Don't show links for images, or javascript/internal links
     */

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


img {
    border-style: none;
}

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

a:hover {
    text-decoration: underline;
}

b {
    font-size: 11px;
}

input,
textarea,
select {
    font: 100% Arial, Verdana, sans-serif;
    vertical-align: middle;
    color: #000;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

header, footer, article, section, hgroup, nav, figure {
    display: block
}

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

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

html, body {
    height: 100%;
}

body {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    min-width: 1000px;
    /*background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_body.png) repeat-y center 0 fixed;*/
    background: none;
}

div.topbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1024px;
    height: 33px;
    text-align: center;
    background: #dddddd;
    z-index: 2;
}

div.topbar .buttons {
    float: left;
    margin-top: -2px;
}

div.topbar .buttons li {
    display: block;
    float: left;
}

div.topbar .buttons a {
    display: block;
    text-decoration: none;
    background-color: #fff;
    color: #ec008b;
    font-size: 12px;
    font-family: 'Arial';
    padding: 3px 10px 2px 10px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 1px;
    border-radius: 6px;
    border: 1px solid #b1b1b1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    behavior: url(/PIE.htc);
}

div.topbar .buttons a.active {
    color: #fff;
    background-color: #ec008b;
    border: 1px solid #ec008b;
}

div.topbar div.content {
    position: relative;
    width: 978px;
    margin: 0 auto;
    padding: 6px 0 0 16px;
    text-align: left;
    color: #fff;
}

div.topbar div.content div.webshopkeurmerk {
    position: relative;
    float: right;
    margin-right: 14px;
    margin-top: -4px;
}

div.wrapper {
    position: relative;
}

div.body {
    position: relative;
    margin: 0 auto;
    width: 994px;
    text-align: left;
    padding: 40px 12px 0 12px;
    display: inline-block;
}

div.header {
    position: relative;
    /** Reset for default magento styles **/
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 9999;
    top: 5px;
}

div.header div.logo {
    position: relative;
    float: left;
    width: 196px;
    height: 93px;
    padding-top: 4px;
    /** Reset for default magento styles **/
}

div.header div.logo img {
    position: relative;
    width: 75px;
    top: 0;
    margin: 0;
}

div.header div.middleheader {
    position: relative;
    float: left;
    width: 700px;
    padding-top: 40px;
}

div.middleheader .searchtop, div.middleheader .phone {
    float: left;
}

div.middleheader .phone {
    width: 159px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    margin-left: 15px;
}

div.middleheader .phone {
    color: #e50581;
    font-size: 14px;
    font-weight: bold;
}

div.middleheader .phone span {
    font-weight: normal;
    font-size: 12px;
    color: #808285;
}

div.middleheader .phone i.fa.fa-phone {
    float: left;
    font-size: 26px;
    margin-right: 20px;
    padding-top: 6px;
}

div.middleheader .logos {
    float: left;
    margin-left: 15px;
    border-left: 1px solid #ddd;
}

div.middleheader .logos .thuiswinkelwaarborg {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/thuiswinkel-waarborg-logo-header.png);
    width: 85px;
    height: 26px;
    text-indent: -9999px;
    display: inline-block;
    margin-left: 15px;
    margin-top: 7px;
}

div.middleheader .logos .becommerce-keurmerk {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/becommerce_50x60.png);
    width: 60px;
    height: 50px;
    display: inline-block;
    text-indent: -9999px;
    margin-left: 20px;
}

div.middleheader .searchtop {
    max-width: 320px;
    position: relative;
}

div.header div.middleheader h1,
div.header div.middleheader h2 {
    font-size: 12px;
    font-weight: normal;
    color: #848689;
    text-align: center;
    letter-spacing: 2.4px;

    margin: 0 0 20px 0;
}

div.header div.middleheader div.searchinput {
    width: 290px;
}

div.header div.middleheader div.searchinput input {
    width: 240px;
    color: #BCBEC0;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ddd;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

div.header div.middleheader div.searchinput input:focus {
    outline: none;
}

div.header div.middleheader div.searchbtn {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ddd;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left-width: 0;
}

div.header div.middleheader div.searchbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 27px;
    color: #e50581;
}

div.header div.middleheader div.searchbtn a:hover {
    text-decoration: none;
    background: #e50581;
    color: #fff;
}

div.header div.middleheader div.searchbrand {
    position: relative;
    float: left;
    padding-left: 10px;
}

div.header div.middleheader div.searchbrand select {
    height: 30px;
    width: 135px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: solid 1px #c2c2c2;
    border-radius: 5px;
}

div.header div.middleheader div.message {
    padding-top: 4px;
    float: left;
    width: 310px;
}

div.header div.middleheader div.message p {
    margin: 0;
    padding: 0;
}

div.header div.middleheader div.worktime {
    padding-top: 4px;
    float: left;
    margin-left: 18%;
}

div.header div.middleheader div.worktime span {
    font-size: 11px;
    color: #848689;
}

div.header div.middleheader div.mailto {
    padding-top: 4px;
    float: right;
    margin-right: 10px;
}

div.header div.middleheader div.mailto span > a {
    color: #848689;
    font-size: 11px;
}

div.header div.rightheader {
    position: relative;
    float: right;
    width: 80px;
    margin-top: 30px;
    text-align: left;
}

div.header div.rightheader div.topmenu {
    position: relative;
    height: 25px;
    margin: 3px 10px 0 3px;
    float: right;
    width: 459px;
}

div.header div.rightheader div.topmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: none;
}

div.header div.rightheader div.topmenu ul li {
    float: right;
    padding: 0 8px 0 0;
    margin: 0 0 0 7px;
    border-right: solid 1px #939598;
    line-height: 10px;
    background: none;
    margin-bottom: 2px;
}

div.header div.rightheader div.topmenu ul li.last {
    border-right: solid 1px #939598;
    padding-right: 8px !important;
}

div.header div.rightheader div.topmenu ul li.contact {
}

div.header div.rightheader div.topmenu ul li.last a {
}

div.header div.rightheader div.topmenu ul li:first-child {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
}

div.header div.rightheader div.topmenu ul li a {
    color: #808285;
    font-size: 11px;
    text-decoration: none;
}

div.header div.rightheader div.topmenu ul li a:hover {
    color: #EC008C;
}

div.header div.rightheader div.minishopping {
    position: relative;
    height: 45px;
    float: right;
}

div.header div.rightheader div.minishopping div.cartimg {
    position: relative;
    float: right;
    width: 35px;
    height: 45px;
    cursor: pointer;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/img_shoppingcart.jpg) no-repeat;
}

div.header div.rightheader div.minishopping div.cartcontent {
    position: relative;
    float: left;
    margin-left: 20px;
    line-height: 14px;
}

div.header div.rightheader div.minishopping div.cartcontent span {
    color: #808285;
    font-size: 11px;
}

div.header div.rightheader div.minishopping div.cartcontent a {
    color: #000;
    font-size: 11px;
    text-decoration: none;
}

div.header div.rightheader div.cartcontent a > span {
    position: relative;
    top: 0px;
    color: #000;
    font-size: 11px;
}

div.header div.rightheader div.topmenu div.cartcontent a > span {
    position: relative;
    top: 15px;
    color: #808285;
    font-size: 11px;
}

div.navigation {
    position: relative;
    padding-left: 8px;
    margin-top: 15px;
    font-family: 'Arial';
}

div.navigation div.toprow {
    position: relative;
    /*margin-left: 15px;*/
    z-index: 888;
}

div.navigation div.toprow ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.navigation div.toprow ul li {
    float: left;
    padding: 0 10px 0 10px;
    cursor: pointer;
    color: #333;
    height: 40px;
}

div.navigation div.toprow ul li.act,
div.navigation div.toprow ul li.active {
    background: #e50581 !important;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

div.navigation div.toprow ul li span {
    display: block;
    float: left;
    padding-top: 4px;
}

div.navigation div.toprow ul li span.bg-left {
}

div.navigation div.toprow ul li.act span.bg-left,
div.navigation div.toprow ul li.active span.bg-left {
}

div.navigation div.toprow ul li a {
    display: block;
    float: left;
    text-transform: uppercase;
    color: #808285;
    font-size: 12px;
    padding-top: 4px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    line-height: 29px;
}

div.navigation div.toprow ul li:first-child a {
    text-indent: -999px;
    padding-left: 10px;
    width: 16px;
    height: 25px;
    /*background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/icn_home.png) no-repeat center 6px;*/
}

div.navigation div.toprow ul li.home {
    padding-right: 6px;
    margin: 0;
}

div.navigation div.toprow ul li.home:hover a {
    text-indent: -999px;
    padding-left: 10px;
    width: 16px;
    height: 25px;
    /*background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/icn_home-active.png) no-repeat center 6px;*/
}

div.navigation div.toprow ul li.act.home a,
div.navigation div.toprow ul li.active.home a {
    text-indent: -999px;
    padding-left: 10px;
    width: 16px;
    height: 25px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/icn_home-active.png) no-repeat center 12px;
}

div.navigation div.toprow ul li.act a,
div.navigation div.toprow ul li.active a {
    color: #fff;
}

div.navigation div.toprow ul li span {
    color: #808285;
    font-size: 12px;
    line-height: 29px;
}

div.navigation div.toprow ul li span.s {
    margin-left: 3px;
}

div.navigation div.toprow ul li.act span,
div.navigation div.toprow ul li.active span {
    color: #fff;

}

div.navigation div.toprow div.buttons {
    position: relative;
    float: right;
    margin: 0 11px 0 0;
}

div.navigation div.toprow div.buttons a {
    position: relative;
    float: right;
    display: block;
    height: 22px;
    line-height: 22px;
    color: #fff;
    margin-left: 10px;
    font-weight: bold;
    vertical-align: top;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 7px;
    font-size: 10px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/btn_blue-right.png) no-repeat top right;
}

div.navigation div.toprow div.buttons a span.bg {
    display: inline-block;
    height: 22px;
    width: 7px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/btn_blue-left.png) no-repeat top right;
}

div.navigation div.toprow div.buttons a span {
    display: inline-block;
    float: left;
}

div.navigation div.secondrow {
    margin-top: -4px;
    text-align: justify;
    width: 975px;
    height: 55px;
    padding-left: 0;
    position: relative;
    z-index: 999;
    background: #e50581;
    border-radius: 0;
}

div.navigation div.secondrow table {
    width: 100%;
    position: absolute;
    margin-top: 1px;
    height: 55px;
}

div.navigation div.secondrow tr {
    width: 100%;
}

div.navigation div.secondrow td {
    line-height: 14px;
    vertical-align: middle;
    text-align: center !important;
    height: 39px;
    border-left: solid 1px rgba(255, 255, 255, .4);
}

div.navigation div.secondrow td:first-child {
    border-left: 0;
}

div.navigation div.secondrow td a {
    height: 22px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-family: 'Arial';
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    padding: 0 4px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

div.navigation div.secondrow span {
    display: inline-block;
    width: 100%;
    height: 0;
}

div.content {
    position: relative;
    padding: 15px 15px 0 15px;
}

.col2-left div.content {
    padding: 5px 15px 50px 15px;
}

.catalog-product-view div.content {
    padding: 0 15px 50px 15px;
}

div.a4c_bannerrotator {
    position: relative;
    margin-bottom: 10px;
}

div.a4c_bannerrotator div.roundedleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 257px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_roundedbanner.png) no-repeat top left;
}

div.a4c_bannerrotator div.roundedright {
    position: absolute;
    top: 0;
    right: 4px;
    width: 5px;
    height: 257px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_roundedbanner.png) no-repeat top right;
}

div.row {
    position: relative;
    margin: 0;
    padding-bottom: 6px;
}

div.row div.block {
    position: relative;
    width: 236px;
    float: left;
    margin: 0 0 0 6px;
    border: 0;
}

div.row div.block:first-child {
    margin: 0 0 6px 0;
}

div.block div.top {
    position: relative;
    width: 236px;
    height: 12px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/sprite.png) no-repeat 0px -22px;
}

div.block div.middle {
    position: relative;
    width: 232px;
    padding: 0 2px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_block-middle.jpg) repeat-y;
}

div.block div.middle h3, div.block div.middle .h3 {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 22px;
    color: #6d6e71;
    margin: 0;
    padding: 0 0 3px 12px;
}

div.block div.middle h3 a, div.block div.middle .h3 a {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 22px;
    color: #6d6e71;
    text-decoration: none;
}

div.block div.middle a.title {
    display: block;
    text-transform: uppercase;
    padding: 11px 0 0 12px;
    font-size: 10px;
    text-decoration: none;
    color: #eb008b;
}

div.block div.bottom {
    position: relative;
    width: 236px;
    height: 12px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/sprite.png) no-repeat 0px 0px;
}

div.content .content_left {
    float: left;
    width: 187px;
}

div.content div.content_content {
    float: right;
    width: 769px;
}

div.content div.content_content .cat-title {
    display: block;
}

div.content div.content_content .cat-title h1 {
    margin: 0 0 5px 0;
    display: inline-block;
}

div.content div.content_content .cat-title span {
    font-size: 12px;
    color: #d1d2d4;
    padding-left: 1%;
}

div.content .content_right {
    float: right;
    width: 187px;
    overflow: hidden;
}

.col2-right div.content div.content_content {
    float: left;
    width: 769px;
}

footer {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
}

footer div.container {
    position: relative;
    width: 961px;
    height: 24px;
    margin: 0 auto;
    text-align: left;
    padding: 2px 0 8px 0;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/footer_bg.png) no-repeat bottom left;
}

footer div.container div.left {
    position: relative;
    float: left;
}

footer div.container div.left ul {
    list-style: none;
    margin: 8px 0 0 19px;
    padding: 0;
}

footer div.container div.left ul li {
    float: left;
    border-left: solid 1px #fff;
    padding: 0 8px;
    line-height: 12px;
}

footer div.container div.left ul li:first-child {
    border-left: 0;
    padding-left: 0;
}

footer div.container div.left ul li a {
    font-family: arial;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
}

footer div.container div.right {
    position: relative;
    float: right;
    margin-right: 19px;
}

.footer-area {
    width: 961px;
    margin: 10px auto 25px auto;
    background: #fff;
}

.footer-area .frame {
    padding: 0 !important;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #c9cacc;
}

.pico {
    width: 60px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.eKomilogo {
    position: absolute;
    margin-left: 10px;
}

.ekomimeetsmage {
    width: 100%;
    float: left;
    padding-left: 0 !important;
}

.ekomimeetsmage .rating-stars {
    margin: 0 auto !important;
    float: none !important;
}

.catalog-product-view .ekomimeetsmage .rating-stars {
    float: left !important;
}

.aftiteling {
    text-align: center;
    font-weight: bold;
    color: #626262;
}

.aftiteling a {
    font-weight: bold;
    color: #626262;
}

#footer_lists {
    margin-top: 15px;
}

#footer_lists h4 {
    font-size: 14px;
    color: #626262;
    font-weight: bold !important;
    margin-bottom: 7px;
}

#footer_lists ul li {
    line-height: 25px;
    font-size: 11px;
    color: #626262;
    font-family: Arial, verdana, sans-serif;
}

#footer_lists ul li a {
    color: #626262;
}

.footer_ks {
    float: left;
    width: auto;
    margin-right: 25px;
}

.footer_oi {
    float: left;
    padding-left: 25px;
    margin-right: 25px;
    border-left: 1px solid #e3e3e3;
}

.footer_zk {
    float: left;
    padding-left: 25px;
    margin-right: 25px;
    border-left: 1px solid #e3e3e3;
}

.footer_bv {
    width: 203px;
    float: left;
    padding-left: 22px;
    margin-right: 0px;
    border-left: 1px solid #e3e3e3;
}

.footer_bic {
    float: left;
    padding-left: 25px;
    border-left: 1px solid #e3e3e3;
}

.reviewContainer {
    position: relative;
    width: 100%;
    text-align: left !important;
    padding: 10px 0;
}

.reviewScore {
    position: relative;
    width: 610px;
    margin-left: 80px;
    margin-top: 20px;
}

.iphone .reviewScore {
    width: 700px;
}

.starContainer {
    position: relative;
    float: left;
    height: 16px;
    width: 87px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/rating_gray.png) no-repeat;
}

.starContainer .starInner {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 87px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/rating_yellow.png) no-repeat;
}

.scoreText {
    position: relative;
    float: left;
    padding-top: 3px;
}

.iphone .scoreText {
    padding: 0;
}

.iphone .scoreText * {
    font-size: 8px;
}

.iphone .pink-row ul {
    width: 600px;
}

.iphone .pink-row ul li a {
    font-size: 10px;
}

.columns-row {
    overflow: hidden;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 0 17px 18px;
}

.columns-row .column {
    float: left;
    width: 128px;
    margin-left: 20px;
}

.columns-row .customerservice {
    width: 133px;
    margin: 0;
    padding: 10px 0;
}

.columns-row .items {
    width: 163px;
    margin: 0;
    padding: 10px 0;
}

.columns-row .products {
    width: 130px;
    margin: 0 0 0 30px;
    padding: 10px 0;
}

.columns-row .news {
    width: 130px;
    margin: 0 0 0 30px;
    padding: 10px 0;
}

.columns-row .service {
    width: 130px;
    margin: 0 0 0 5px;
    background-color: #ec008c;
    color: #fff;
    border-radius: 11px;
    moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    padding: 10px;
}

.columns-row .service * {
    color: #fff;
}

.columns-row .options {
    width: 114px;
    margin: 0 0 0 30px;
    padding: 10px 0;
}

.columns-row .about {
    margin: 0 0 0 0px;
    padding: 10px 0;
    width: 115px;
}

.columns-row h4 {
    font: 11px/12px AvenirLTStd85Heavy, Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #bcbdc0;
    margin: 0 0 3px;
}

.columns-row h4 a {
    color: #bcbdc0;
}

.icons-row {
    overflow: hidden;
    /*padding:0 144px 0 122px;*/
    padding: 0 122px 0 122px;
    text-align: center;
}

.icons-row2 {
    overflow: hidden;
    /*padding:0 144px 0 122px;*/
    padding: 0 122px 0 122px;
    text-align: center;
}

.pay-list {
    float: left;
}

.pay-list li {
    margin: 0 6px 0 0;
    height: 29px;
    overflow: hidden;
    position: relative;
    float: left;
}

.pay-list img {
    display: block;
}

/** BUTTONS **/

.block-subscribe .actions button.button span {
    border: none;
    background: none;
}

button.button {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite.png) no-repeat 100% -56px;
    padding: 0 6px 0 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    height: 23px;
    text-transform: uppercase;
}

.block-subscribe .actions button.button span,
button.button span {
    padding: 3px 10px 0 10px;
    height: 19px;
    font: 12px/18px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    border: none;
    display: inline-block;
    vertical-align: top;
}

button.btn-related span {
    padding: 3px 0 0 5px;
}

#awrelated-products-list button.btn-related span span,
#crosssell-products-list button.btn-related span span {
    padding: 0 14px 0 0px;
}

.block-subscribe .actions button.button > span,
button.button > span {
    margin: -1px 0 0;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite.png) no-repeat 0 -86px;
}

button.button > span > span {
    padding: 0 22px 0 13px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/icons-sprite.png) no-repeat 100% -312px;
    text-shadow: 0 0 6px #50859b;
}

button.button.btn-cart {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite-o.png) no-repeat 100% -56px;
}

button.button.btn-cart > span {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite-o.png) no-repeat 0 -86px;
}

.cart-collaterals button.btn-checkout {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite-o.png) no-repeat 100% -56px;
}

.cart-collaterals button.btn-checkout > span {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite-o.png) no-repeat 0 -86px;
}

button.button.btn-cart > span > span {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/icons-sprite.png) no-repeat 100% -312px;
}

button.button.facebook {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/buttons-sprite-o-3-colors.png) no-repeat 100% -174px;
}

button.button.facebook > span {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/buttons-sprite-o-3-colors.png) no-repeat 0 -200px;
}

button.button.facebook > span > span {
    background: none;
    padding: 0 0 0 22px;
}

.ie8 button.button > span > span,
.ie9 button.button > span > span,
.mac button.button > span > span {
    line-height: 18px;
    /**padding-top:3px;**/
}

.mac.presto button.button > span > span {
    padding-top: 4px;
}

h2, h3, h4, h5 {
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #231f20;
}

a.addtocart {
    font-weight: bold;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 7px 12px;
    background: #ea068d;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

a.addtocart {
    background-color: #ff9b00;
}

/** CODE UIT OUDE STYLESHEET **/

.a4c_bannerrotator .wt-rotator {
    border: 0;
}

.product-view .product-shop .short-description p {
    font-size: 12px !important;
}

.product-view .unavailable {
    padding: 10px 0;
}

.product-view .price-from-foto {

}

.product-view .fotoproduct {
    padding: 10px 0;
}

.product-view .fotoproduct button {
    cursor: pointer;
}

.product-gallery {
    padding: 0 0 25px;
    width: 961px;
    overflow: hidden;
    position: relative;
}

.product-gallery h2, .product-gallery .h2 {
    font: 15px/18px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.product-gallery .inner {
    position: relative;
    overflow: hidden;
}

.product-gallery .link-prev,
.product-gallery .link-next {
    position: absolute;
    top: 47px;
    left: 1px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/icons-sprite.png) no-repeat 0 -146px;
    width: 32px;
    height: 43px;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
}

.product-gallery .link-next {
    left: auto;
    right: 3px;
    background-position: 0 -199px;
}

.product-gallery .frame {
    width: 968px;
    margin: 0 -7px 0 0;
}

.product-gallery ul {
    width: 99999px;
    overflow: hidden;
}

.product-gallery li {
    float: left;
    margin-right: 7px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #c9cacb;
    min-height: 151px;
    width: 112px;
    padding: 6px 0 3px;
}

.product-gallery .image-holder {
    text-align: center;
    min-height: 110px;
}

.product-gallery img {
    vertical-align: top;
}

.product-gallery .product-name {
    margin: 0 7px 13px;
    font: 12px/15px Arial, Verdana, sans-serif;
    font-weight: normal !important;
}

.product-gallery .product-name a {
    color: #231f20;
}

.product-gallery .holder {
    overflow: hidden;
    padding: 0 11px 0 8px;
}

.product-gallery .price-box {
    margin: 0;
    float: left;
}

.product-gallery .special-price {
    padding: 0;
}

.product-gallery .price {
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    color: #312d2e;
}

.product-gallery .ratings {
    float: right;
    margin: 3px 0 0;
}

.product-gallery.bestseller .old-price,
.product-gallery.recentlysold .old-price {
    display: block;
}

.wishupdate {
    color: #EC008C !important;
}

table.prevnexttable {
    width: 100%;
}

.top5 {
    border: 1px solid #e41392;
    margin: 0 0 8px;
}

.top5 {
    cursor: pointer;
}

.top5 .block-title {
    background-color: #e41392;
    text-align: center;
}

.top5 .block-title h3, .top5 .block-title .h3 {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.top5 .block-content {
    position: relative;
    width: 185px;
    padding-bottom: 15px;
}

.top5 .img {
    position: relative;
    float: left;
    width: 50px;
    padding-left: 5px;
}

.top5 .title {
    position: relative;
    float: left;
    width: 95px;
    padding-top: 4px;
}

.top5 .nr {
    position: relative;
    float: left;
    width: 20px;
    font-size: 45px;
    line-height: 45px;
    text-align: right;
    padding-right: 10px;
    color: #e41392;
}

.top5 .price,
.top5 .sprice {
    position: relative;
    margin: 5px 10px 0 10px;
    float: right;
    color: #93b949;
    font-size: 16px;
}

.top5 .price.sp {
    float: right;
    color: #000;
    font-size: 12px;
    text-decoration: line-through;
}

.top5 .sprice {
    margin: 5px 10px 0 0;
}

.top5 .line {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    width: 165px;
    margin-left: 10px;
    border-top: solid 1px #e41392;
}

.bestsellers {
    padding: 15px 0 10px 0;
}

.recentlysold .inner,
.extraselling .inner,
.bestsellers .inner {
    background-color: #F7F8F8;
    padding: 10px 0;
}

.recentlysold h2,
.extraselling h2,
.bestsellers h2,
.recentlysold .h2,
.extraselling .h2,
.bestsellers .h2 {
    border-bottom: 1px solid #C9CACB;
    margin: 0;
}

.extraselling h2, .extraselling .h2 {
    margin-top: 25px;
}

.recentlysold .frame li,
.extraselling .frame li,
.bestsellers .frame li {
    background-color: #fff;
}

.extraselling .frame {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
}

.extraselling .frame ul {
    position: relative;
    float: left;
    left: 50%;
    width: auto !important;
    clear: left;
    overflow: visible !important;
}

.extraselling .frame ul li {
    position: relative;
    float: left;
    right: 50%;
    display: inline;
}

.tab_waarom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.75);
}

.tab_waarom_left {
    left: 10px;
    position: absolute;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.75);
}

.breadcrumb {
    overflow: hidden;
    padding: 0 0 3px;
    font-size: 11px;
    line-height: 15px;
    color: #909090;
    margin: 5px 0 0 15px;
    position: relative;
}

.breadcrumb li {
    float: left;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bullets-sprite.png) no-repeat 0 -280px;
    padding: 0 6px 0 10px;
}

.mac.presto .breadcrumb li {
    background-position: 0 -282px;
}

.breadcrumb li:first-child {
    padding-left: 0;
    background: none;
}

.breadcrumb a {
    color: #909090;
}

.category-products .category-message {
    position: relative;
    float: right;
    padding-top: 6px;
}

/** Category pager toolbar **/
.toolbar {
    padding: 8px 10px;
    position: relative;
    z-index: 1;
    height: 1%;
    background-color: #fcfcfc;
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
}

.toolbar .col {
    position: relative;
    float: left;
    width: 30%;
    padding-top: 3px;
}

.toolbar .col.first {
    width: 27%;
}

.toolbar .col.middle {
    width: 43%;
}

.toolbar .col.last {
    float: right;
    width: auto;
    overflow: hidden;
    padding: 0;
}

.toolbar .line {
    position: relative;
    border-top: solid 1px #75bce1;
    height: 1px;
    width: 100%;
    margin: 4px 0;
}

.toolbar .amount,
.toolbar .limiter {
    text-align: center;
}

.toolbar .amount {
    padding-top: 3px;
    float: none;
}

.toolbar .pager {
    background: none;
    border: 0;
    padding: 0;
}

.toolbar .pager p {
    margin: 0;
}

.toolbar .pages strong {
    display: block;
    float: left;
    padding-top: 4px;
}

.toolbar .pages ol {
    display: block;
    float: left;
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.toolbar .pages li {
    float: left;
    padding: 3px 6px;
    border: solid 1px #000;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    margin-right: 3px;
    cursor: pointer;
}

.toolbar .pages li.current {
    background-color: #fff;
    cursor: default;
}

.toolbar .border {
    position: absolute;
    width: 5px;
    height: 5px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_borders.png) no-repeat;
}

.toolbar .border.top-left {
    left: 0;
    top: 0;
    background-position: 0 0;
}

.toolbar .border.top-right {
    right: 0;
    top: 0;
    background-position: -5px 0;
}

.toolbar .border.bottom-left {
    left: 0;
    bottom: 0;
    background-position: 0 -5px;
}

.toolbar .border.bottom-right {
    right: 0;
    bottom: 0;
    background-position: -5px -5px;
}

.category-products .toolbar-bottom {
    height: auto;
}

.category-products .toolbar-bottom .toolbar .sort-by {
    display: block;
}

.category-products .button-holder .amount {
    display: none;
}

.category-products .price-box {
    display: flex;
    justify-content: center;
}
.category-products .price-box .special-price {
    order: 2;

}
.category-products .price-box .old-price {
    order: 1;
    margin-right: 5px;
}

/** Product grid **/
.products-grid {
    border: none;
    background: none;
    padding: 0px 0 6px;
    margin: 0 -15px 0 0;
    width: 783px;
}

.products-grid li.item {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 184px;
    min-height: 210px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px 0 0;
    padding-bottom: 45px !important;
    margin: 7px 5px 0 0;
    position: relative;
    float: none;
}

* + html .products-grid li.item {
    display: inline;
    margin: 7px 8px 0 0;
}

.products-grid .image-holder {
    text-align: center;
    min-height: 150px;
}

.products-grid-review {
    height: 14px;
}

.products-grid .product-image {
    display: inline;
    height: auto;
    margin: 0;
    width: auto;
}

.products-grid .product-name {
    font: 10pt Verdana, Arial, sans-serif;
    font-weight: normal !important;
    width: 100%;
    text-align: center;
}

.products-grid .ratings {
    position: absolute;
    bottom: 28px;
    right: 11px;
}

.products-grid .ratings .rating {
    width: 60%;
}

.products-grid .price-box {
    margin: 10px 0 0 0;
    float: left;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 20px;

}

.products-grid .old-price {
    display: inline-block;
}

.products-grid .old-price .price {
    font-size: 14px !important;
}

.products-grid .special-price {
    display: inline-block;
    font-size: 18px;
    padding: 0;
}

.products-grid .special-price .price, .products-grid .regular-price .price {
    font-size: 14pt !important;
    font-family: 'Tahoma', Arial, sans-serif;
}

.products-grid .price {
    font-size: 19px;
    line-height: 22px;
    font-weight: normal;
    color: #222021;
}

/** Left nav blocks **/
.block {
    border: 1px solid #eee;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin: 0 0 8px;
}

.block .block-title {
    background: #d1d2d4;
    color: #fff;
    text-transform: uppercase;
    padding: 1px 9px 3px 19px;
    border: none;
    font: 15px/18px Arial, Verdana, sans-serif;
    font-weight: normal !important;
}

.ie8 .block .block-title,
.ie9 .block .block-title,
.mac.gecko .block .block-title {
    padding: 3px 9px 1px 19px;
}

.mac.webkit .block .block-title {
    padding: 4px 9px 0 19px;
}

.mac.presto .block .block-title {
    padding: 5px 9px 0 19px;
}

.block .block-title h3,
.block .block-title .h3 {
    margin: 0;
    font: 15px/18px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #fff;
}

.block .block-content {
    border: solid #eee;
    border-width: 0 1px 1px;
    background: #fff;
    padding: 0 6px 4px;
    font-size: 12px;
    line-height: 15px;
}

.mac .block .block-content {
    padding-top: 2px;
}

.block ul {
    height: 1%;
}

.block ul ul {
    display: none;
    height: auto;
    width: 159px;
}

.block ul .active ul {
    display: block;
}

.block li,
.block dt,
.block .actions {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bullet01.gif) no-repeat 0 5px;
    padding: 0 0 0 12px;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal !important;
}

.mac .block li,
.mac .block dt,
.mac .block .actions,
.ie9 .block li,
.ie9 .block dt,
.ie9 .block .actions {
    background-position: 0 3px;
}

.block .actions {
    height: 1%;
    text-align: left;
    padding-bottom: 6px;
}

.block li.active,
.block dt.active {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bullet02.gif) no-repeat 0 7px;
}

.mac .block li.active,
.mac .block dt.active,
.ie9 .block dt.active {
    background-position: 0 5px;
}

.block .empty,
.block .empty.active {
    background: none;
    padding: 0 0 0 12px;
}

.block li li,
.block ol li {
    background: none;
    padding: 0;
    font-family: AvenirLTStd55Roman, Arial, Verdana, sans-serif;
    font-weight: normal !important;
}

.block .active ol {
    display: block;
}

.block dd {
    padding: 0 0 0 12px;
}

.block a {
    color: #242021;
}

.block ul ul a,
.block ol a {
    color: #918f90;
}

.block .actions a {
    color: #939496;
}

.block-content dl {
    position: relative;
}

.block-content dd {
    width: 171px;
    position: relative;
}

.content_left > .block > .block-content > ul > li {
    padding: 3px 0 3px 12px;
    background-position: 0 6px;
    border-bottom: solid 1px #eee;
}

.content_left > .block > .block-content > ul > li:last-child {
    border-bottom: 0;
}

.content_left > .block > .block-content > ul > li > .bg > ul > li {
    padding: 3px 0 3px 0;
}

.content_left > .block > .block-content > ul > li > .bg {
    background: #eee;
    margin-left: -12px;
    padding-left: 12px;
}

.content_left > .block > .block-content > ul > li > .bg > ul > li > a {
    color: #203548;
}

.content_left > .block > .block-content > ul > li > .bg > ul > li {
    color: #9e9f9f;
}

.content_left > .block > .block-content > ul > li > .bg > ul > li.active > a {
    color: #75bce1;
    background: none;
}

.content_left > .block > .block-content > ul > li > .bg > ul > li.active {
    background: none;
}

.content_left > .block > .block-title {
    cursor: pointer;
}

/** Product view **/

.product-view {
    border: 1px solid #c9cacb;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    padding: 15px 18px 23px 14px;
    margin: 3px 2px 19px -2px;
    position: relative;
    width: 927px;
    color: #797878;
    z-index: 1000;
}

.product-view .frame {
    overflow: hidden;
    width: 100%;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bg-product-view.gif) repeat-y 2px 0;
}

.product-view .product-img-box {
    float: left;
    width: 278px;
    margin: 0 39px 0 0;
    padding: 12px 0 0;
    position: relative;
    z-index: 1000;
}

.MagicZoomBigImageCont {
    z-index: 1000 !important;
}

.product-view .product-img-box .product-image {
    margin: 0 0 47px;
    text-align: center;
}

.product-view .more-views {
    height: 1%;
}

.product-view .product-img-box .more-views ul {
    overflow: hidden;
    margin: 0 -20px 0 0;
}

.product-view .product-img-box .more-views li {
    margin: 0 6px 7px 0;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 51px;
    height: 48px;
    padding: 1px;
    overflow: hidden;
    position: relative;
    border: none;
}

.product-view .product-img-box .more-views .video a {
    width: 109px;
}

.product-view .product-img-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/icons-sprite.png) no-repeat 0 -251px;
    width: 53px;
    height: 50px;
    cursor: pointer;
}

.product-view .product-img-box .video .mask {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bg-mask-video.png);
    width: 111px;
}

.product-view .product-shop {
    width: 379px;
    float: left;
    margin: -4px 0 0;
    position: relative;
    z-index: 90;
}

.product-view .product-holder {
    overflow: hidden;
    padding: 0;
}

.product-view .product-holder .product-atribute {
    float: right;
    margin: 3px 0 0 20px;
}

.product-view .product-shop .product-name {
    overflow: hidden;
    margin: 0;
}

.product-view .product-shop h2 {
    font: 18px/21px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #7ad3f7;
    margin: 0;
}

.product-view .product-shop .item-description {
    margin: 0 0 2px;
    font: 12px/12px AvenirLTStd35Light, Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #797878;
}

.product-view .product-shop .short-description {
    margin: 0;
    padding: 0 0 26px;
    background: none;
    font-size: 11px;
    line-height: 14px;
}

.catalog-product-view .short-description .description:not(.collapsed) .more-information-link-description {
    position: absolute;
    top: 155px;
    left: 0;
}

.catalog-product-view .short-description .description {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;

}

.catalog-product-view .short-description .description.collapsed {
    max-height: 100% !important;
}


.catalog-product-view .short-description .description:not(.collapsed):not(.no-collapse):after {
    content: '';
    position: absolute;
    height: 40px;
    bottom: 0;
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(to bottom, transparent, white);

}

.product-view .product-shop .short-description p {
    margin: 0 0 13px;
}

.product-view .product-shop .short-description * {
    font: 12px/15px Arial, Verdana, sans-serif !important;
    font-weight: normal !important;
    color: #231F20
}

.product-collateral .box-collateral {
    margin: 0;
}

.data-table {
    border: none;
}

.data-table .odd,
.data-table .even {
    background: none;
}

.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    border: none;
    line-height: 14px;
    font-size: 11px;
    padding: 0;
}

.product-view .box-additional .data-table td a {
    font-weight: bold;
    text-decoration: underline;
}

.product-view .box-additional .data-table th {
    padding: 0 10px 0 0;
    font: 12px/14px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #231f20;
}

.product-view .box-additional .data-table td {
    color: #797878;
}

.data-table ul {
    padding: 2px 0 0;
}

.data-table li {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bullet03.gif) no-repeat 0 5px;
    padding: 0 0 0 5px;
}

.product-view .price-column {
    position: relative;
    float: right;
    width: 190px;
}

.icons-list {
    padding: 0 0 28px;
    margin: -1px 0 0;
    position: relative;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal !important;
}

.icons-list li {
    padding: 0 0 2px;
}

.icons-list a {
    display: inline-block;
    vertical-align: top;
    min-height: 20px;
    font-size: 11px;
    padding: 6px 0 0 33px;
    line-height: 19px;
    /*color:#87a8cf;*/
    color: #6485ad;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bg-icons-list.png) no-repeat;
}

.icons-list .birth {
    background-position: 0 1px;
}

.icons-list .wish {
    background-position: 0 -42px;
}

.icons-list .print {
    background-position: 0 -84px;
}

.icons-list .friend {
    background-position: 0 -126px;
}

.icons-list .facebook {
    background-position: 0 -169px;
}

.icons-list .shop {
    background-position: 0 -209px;
}

.price-column .print {
    vertical-align: top;
    min-height: 20px;
    font-size: 11px;
    padding: 6px 0 0 33px;
    line-height: 19px;
    /*color:#87a8cf;*/
    color: #6485ad;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bg-icons-list.png) no-repeat;
    background-position: 0 -84px;
}

.price-column .friend {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/icn_mail.jpg) no-repeat;
    background-position: 0 -2px;
    text-decoration: none;
}

.product-options {
    border: none;
    background: none;
    margin: 0;
    padding: 0 0 10px 0px;
}

.product-options dt {
    padding: 0 0 1px;
    font: 12px/15px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #231f20;
}

.product-options dt label {
    padding: 0 0 1px;
    font: 12px/15px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #231f20;
}

.product-options dd {
    padding: 0 0 25px;
    margin: 0;
    border: none;
    color: #5a5758;
    overflow: hidden;
}

* + html .product-options dd {
    padding: 0 0 4px;
}

.product-options dd select {
    padding: 0;
    margin: 0;
    font-size: 11px;
    line-height: 15px;
    color: #5a5758;
    width: 153px;
}

.product-options .qty-holder .qty-disabled  {
    background: #eee;
    border: 1px solid #bbb;
}

.product-options p.required {
    display: none;
}

.product-view .price-box {
    margin: 0;
    padding: 0 0 7px 4px;
}

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

.product-view .price-box .old-price .price {
    font-size: 23px;
    line-height: 23px;
    color: #939598;
    font-weight: normal;
    padding: 0 0 4px 4px;
    display: block;
}

.product-view .price-box .special-price {
    padding: 0;
}

.product-view .price-box .special-price .price {
    font-weight: normal;
    font-size: 40px;
    line-height: 40px;
    color: #231f20;
}

.product-view .price-column button.button {
    margin: 0 0 0 2px;
}

#StempelAantal {
    position: relative;
    font-family: Arial;
}

#StempelAantal span {
    color: #797878;
    font-size: 12px;
    font-family: Arial;
}

#StempelAantal .tipmiddle * {
    color: #231F20;
    font-size: 12px;
    font-family: Arial;
}

#StempelAantal .tipmiddle p {
    text-align: left;
}

/** Product tabs **/
.tabset {
    border-bottom: 1px solid #c9cacb;
    padding: 0 0 0 6px;
    margin: 0 0 8px;
    font: 14px/16px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    height: 1%;
}

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

.tabset li {
    float: left;
    margin-left: 7px;
}

.tabset a {
    float: left;
    padding: 2px 13px 3px 13px;
    /*width:178px;*/
    color: #a7a9ac;
    background: #f3f3f4;
    border: solid #c6c7c9;
    border-width: 1px 1px 0;
    border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}

.ie8 .tabset a,
.ie7 .tabset a {
    padding: 3px 13px 2px 13px;
}

.ie9 .tabset a,
.mac .tabset a {
    padding: 4px 13px 1px 13px;
}

.tabset a:hover,
.tabset .active {
    background: #fff;
    text-decoration: none;
    color: #231f20;
    margin-bottom: -1px;
    padding-bottom: 4px;
    position: relative;
}

.ie8 .tabset a:hover,
.ie8 .tabset .active a,
.ie7 .tabset a:hover,
.ie7 .tabset .active a {
    padding-bottom: 3px;
}

.ie9 .tabset a:hover,
.mac .tabset a:hover,
.ie9 .tabset .active a,
.mac .tabset .active a {
    padding-bottom: 2px;
}

.tab-content {
    overflow: hidden;
    padding: 0 0 24px;
}

.tab-content .tab {
    position: relative;
    margin-bottom: 20px;
}

.tab-content .tab .tabbg {
    background-color: #F7F8F8;
    padding: 10px;
}

.tab-content .tab .tabbg:after {
    content: " ";
    clear: both;
    display: block;
}

.tab-content .tab > h2 {
    margin-bottom: 0;
    border-bottom: 1px solid #C9CACB
}

.tab-content .product-gallery {
    float: left;
    width: 700px;
    padding: 0;
}

.tab-content .product-gallery li {
    background-color: #fff;
}

.tab-content .product-gallery .frame {
    width: 700px;
    margin: 0;
}

.tab-content .product-gallery .image-holder {
    min-height: 111px;
}

.grin-box {

    width: 205px;
    background: #7AD3F7;
    padding: 22px 15px 10px;
    min-height: 133px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    font: 13px/16px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #fff;
}

.tab-content .grin-box {
    float: right;
}

.grin-box h3 {
    font: 23px/23px AvenirLTStd35Light, Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #231f20;
    margin: 0 0 22px;
}

.grin-box li {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bullets-sprite.png) no-repeat 1px -389px;
    padding: 0 0 7px 9px;
}

.mac .grin-box li {
    background-position: 0 -391px;
}

.grin-box a {
    color: #fff;
}

.totop {
    position: absolute;
    right: 0;
    top: 0;
}

#crosssell-products-list .center-button,
#awrelated-products-list .center-button {
    padding: 0 6px;
}

#crosssell-products-list .center-button .selectbtn,
#awrelated-products-list .center-button .selectbtn {
    margin: 5px 0 0 -5px;
}

#add_recipient_button {
    margin: 0;
}

/** Product teasers */
ul.products-grid li.item div.teaser {
    position: absolute;
    width: 80px;
    height: 75px;
    top: 110px;
    right: 0;
}

ol.products-list li.item div.f-fix {
    position: relative;
}

ol.products-list li.item div.teaser {
    position: absolute;
    width: 80px;
    height: 75px;
    top: 0;
    right: 0;
}

.socialshare {
    position: relative;
}

.socialshare div.teaser {
    position: absolute;
    width: 80px;
    height: 75px;
    top: -85px;
    right: 0;
}

/*ul.products-grid li.item div.teaser.sale,*/
/*ol.products-list li.item div.teaser.sale,*/
/*.socialshare div.teaser.sale {*/
/*background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/sale_small.png) no-repeat;*/
/*}*/

ul.products-grid li.item div.teaser.bestbuy,
ol.products-list li.item div.teaser.bestbuy,
.socialshare div.teaser.bestbuy {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/best_buy_small.png) no-repeat;
}

ul.products-grid li.item div.teaser.thema,
ol.products-list li.item div.teaser.thema,
.socialshare div.teaser.thema {
    width: 100px;
    height: 82px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/thema_small_sint.png) no-repeat;
}

/** Combination product offers **/
.plussign {
    float: left;
    font-weight: bold;
    font-size: 38px;
    font-family: arial;
    margin: 10px 7px 0px 0px;
}

.pr_info {
    display: block;
    margin: 0px 0px 10px 0px;
}

.p_info {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.group_order {
    margin-left: 5px !important;
}

.groupeditems {
    width: 99999px;
    overflow: hidden;
}

.groupeditems li {
    float: left;
    margin-right: 7px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #c9cacb;
    min-height: 151px;
    width: 112px;
    padding: 6px 0 3px;
}

.groupeditems .image-holder {
    text-align: center;
    min-height: 110px;
}

.groupeditems img {
    vertical-align: top;
}

.groupeditems .product-name {
    margin: 0 7px 13px;
    font: 12px/15px Arial, Verdana, sans-serif;
    font-weight: normal !important;
}

.groupeditems .product-name a {
    color: #231f20;
}

.groupeditems .holder {
    overflow: hidden;
    padding: 0 11px 0 8px;
}

.groupeditems .price-box {
    margin: 0;
    float: left;
}

.groupeditems .special-price {
    padding: 0;
}

.groupeditems .price-box .price {
    font-size: 16px;
    line-height: 15px;
    font-weight: normal;
    color: #312d2e;
}

.grouped-oldprice {
    margin-bottom: 10px;
}

.grouped-oldprice b {
    font-weight: bold;
    color: #000;
    display: block;
}

.grouped-oldprice span.price {
    font-size: 18px;
    color: #93B949;
    text-decoration: line-through;
}

.grouped-newprice {
    margin-bottom: 10px;
}

.grouped-newprice b {
    font-weight: bold;
    color: #000;
    display: block;
}

.grouped-newprice span.price {
    color: #93B949;
    font-size: 40px;
}

.grouped-diffprice {

}

.grouped-diffprice b {
    font-weight: bold;
    color: #000;
    display: block;
}

.grouped-diffprice span.price {
    font-size: 18px;
    color: #93B949;
}

.product-gallery #lastviewed-products-list .old-price {
    display: block;
}

.groupedcontainer {
    position: relative;
}

.groupedcontainer .teaser {
    position: absolute;
    width: 120px;
    height: 112px;
    top: -30px;
    right: -80px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/best_buy_combi.png) no-repeat;
}

.brand-teaser {
    padding-top: 55px;
}

.brand-teaser a {
    font: 12px/1.35 Arial, Helvetica, sans-serif;
    background-color: #b3d4fc;
    display: inline-block;
    padding: 5px;
}

/** Diversen impl.css **/
/* fix */
.cntReviews,
.product-gallery .rating-links,
.products-block .rating-links,
.toolbar-bottom .toolbar .sort-by,
#content .category-image,
.product-shop .ratings .rating-links,
.crosssell-block .cart .cart-collaterals .ratings .amount,
#content .category-products .ratings .amount {
    display: none;
}

.product-essential {
    background: none;
}

.cm-col-main {
    width: 100% !important;
}

/* update 27.12.11 */
.price-box .price {
    font-size: 28px;
    font-weight: normal;
    color: #222021;
}

.price-box .price-label,
.price-box .label {
    display: none;
}

.products-grid .price-to {
    margin: 6px 0 0;
}

.products-grid .price {
    font-size: 16px;
}

#nav > li > span {
    z-index: 1000;
}

.product-view .price-column dl {
    padding: 0;
}

/*.product-view .price-column dl.amount dt{float: left; width: 50px;}
.product-view .price-column dl.amount dd{float: left; width: 100px;}*/
.product-view .price-column .product-options dl {
    padding: 0;
}

.product-view .price-column dt,
.product-view .button-holder dt {
    color: #231F20;
    font: 12px/15px Arial, Verdana, sans-serif;
    padding: 0 0 1px;
}

.product-view .price-column dd,
.product-view .button-holder dd {
    border: medium none;
    color: #5A5758;
    margin: 0;
    overflow: hidden;
    padding: 0 0 5px;

}

.product-view .price-column select,
.product-view .button-holder select {
    color: #5A5758;
    float: left;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    padding: 0;
    width: 153px;
}

.ratings-table .rating-box .rating {
    height: 13px;
    background: url("https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bkg_rating.gif") repeat-x 0 -200px;
}

.tab-content .collateral,
.tab-content .box-reviews {
    float: left;
    width: 700px;
}

.tab-content .collateral .std {
    padding: 0 0 20px;
}

.price-column .data-table thead th {
    padding: 2px 5px 2px 2px;
    font-size: 10px;
}

.product-view .frame .product-options,
.product-view .frame .price-box,
.product-view .button-holder {

}

.product-view .frame .product-options {
    padding: 0;
}

.icons-list {
    padding: 0 0 8px;
}

.product-view .full-product-price {
    margin-left: -4px;
    position: relative;
}

#checkout-progress-wrapper {
    background: #a7a9ac;
    padding: 7px 10px 5px;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    line-height: 15px;
}

#checkout-progress-wrapper .block {
    border: none;
    margin: 0;
    overflow: hidden;
}

#checkout-progress-wrapper .block-title strong {
    color: #fff;
    font: 22px/24px MyriadProBold, Arial, Verdana, sans-serif;
    text-transform: none;
}

#checkout-progress-wrapper .block .block-content {
    border: none;
    background: none;
    padding: 0;
    font-size: 11px;
}

#checkout-progress-wrapper .block-progress dt {
    border: none;
    padding: 0 5px 2px 9px;
    overflow: hidden;
    background: #b9babd;
    font: 12px/21px MyriadProBold, Arial, Verdana, sans-serif;
    color: #fff;
    margin: 0 0 4px;
}

#checkout-progress-wrapper dt.complete.checked {
    background: #b9babd url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/icons-sprite.png) no-repeat 100% -352px;
    padding-right: 20px;
}

#checkout-progress-wrapper .block-progress dd {
    padding: 0;
    width: auto;
    border: none;
    background: none;
    margin: 0;
}

#checkout-progress-wrapper .block-progress dd.complete {
    background: #fff;
    padding: 7px 9px;
    color: #918f90;
    margin: 0 0 7px;
    width: auto;
}

#checkout-progress-wrapper h4 {
    margin: 15px 0 0;
    color: #231f20;
    font: 11px/15px MyriadProBold, Arial, Verdana, sans-serif;
}

#checkout-progress-wrapper h4:first-child {
    margin: 0 0 2px;
}

#checkout-progress-wrapper dl dl {
    overflow: hidden;
}

#checkout-progress-wrapper dl dl dt {
    float: left;
    clear: left;
    width: 87px;
    font: 11px/15px MyriadProRegular, Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0 3px 0 0;
}

#checkout-progress-wrapper dl dl em {
    font-style: normal;
    width: 40px;
    padding: 0 18px 0 0;
    float: right;
    text-align: right;
}

#checkout-progress-wrapper dl strong {
    color: #231f20;
    font: 11px/13px MyriadProBold, Arial, Verdana, sans-serif;
}

#checkout-progress-wrapper address {
    font-style: normal;
}

#checkout-progress-wrapper .phone {
    font-style: normal;
    display: block;
}

#checkout-progress-wrapper dl a {
    color: #918f90;
}

#checkout-step-billing .field {
    float: left;
    /*width: auto;
	padding:0 30px 0 0;*/
}

#checkout-step-billing .input-box {
    width: 372px;
}

.wrapper #checkout-step-billing .input-text {
    width: 360px;
}

#checkout-step-billing .field .input-box {
    width: 110px;
}

.wrapper #checkout-step-billing .field .input-text {
    width: 98px;
}

.wrapper .control label {
    padding: 2px 0 1px;
}

#checkout-step-billing .buttons-set .button span span {
    min-width: 50px;
}

.opc > li {
    padding: 5px 9px 2px;
}

.opc > li.active {
    padding: 5px 9px 12px;
}

#payment_form_ccsave li {
    padding: 0 0 8px;
}

#checkout-payment-method-load dt {
    padding: 0 0 10px;
}

#payment_form_ccsave {
    padding: 8px 0 0;
}

#payment_form_ccsave .v-fix {
    padding: 0 5px 0 0;
}

#payment_form_ccsave .cvv-what-is-this {
    margin: 5px 0 0 10px;
    display: inline-block;
    vertical-align: top;
}

#checkout-step-payment #payment_form_buckaroo3extended_directdebit.form-list {
    margin-top: 0;
}

#checkout-step-payment #payment_form_buckaroo3extended_directdebit.form-list label {
    float: left;
}

#checkout-step-payment #payment_form_buckaroo3extended_directdebit.form-list li {
    padding-bottom: 10px;
}

#checkout-step-shipping_method {
    background: none;
}

.block-poll button.button > span,
.cart .discount button > span,
.cart .shipping button > span {
    background: url("https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite.png") no-repeat 0 -86px;
}

.block-poll button.button span span,
.cart .discount button span span,
.cart .shipping button span span {
    background: url("https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/icons-sprite.png") no-repeat 100% -312px;
}

.cart .button-holder button {
    margin: 0 0 6px;
}

.cart .discount .text {
    margin: 0 10px 0 0;
    width: 140px;
}

#checkout-review-table th {
    text-align: right;
    font-weight: normal;
}

.cart .discount {
    position: relative;
}

.cart .discount #coupon_code {
    margin-top: 3px;
}

#discount-coupon-form {
    position: relative;
}

.cart .discount-tip {
    position: absolute;
    display: none;
    bottom: 55px;
    left: -100px;
    text-align: center;
}

.cart .discount-tip .tiptop {
    height: 4px;
    width: 320px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_tip-top.png) no-repeat;
}

.cart .discount-tip .tipmiddle {
    padding: 10px;
    width: 300px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_tip-middle.png) repeat-y;
}

.cart .discount-tip .tipmiddle b {
    font-size: 12px;
}

.cart .discount-tip .tipbottom {
    height: 16px;
    width: 320px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_tip-bottom.png) no-repeat;

}

.cart .discount .buttons-set {
    float: left;
    margin: 0;
    clear: none;
}

.cart .totals .cart-points {
    text-align: right;
    margin: 5px 0;
    font-size: 1.2em;
    color: #EC008C;
}

.cart-tip {
    position: absolute;
    display: none;
    top: 35px;
    left: -120px;
    text-align: center;
    z-index: 80000001;
}

#id_stempeltip {
    top: 20px;
    left: -178px;
}

.cart-tip .tiptop {
    height: 16px;
    width: 320px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_carttip-top.png) no-repeat;
}

.cart-tip .tipmiddle {
    padding: 10px;
    width: 300px;
    text-align: left;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_tip-middle.png) repeat-y;
}

.cart-tip .tipmiddle b {
    font-size: 12px;
}

.cart-tip .tipmiddle p {
    text-align: center;
}

.cart-tip .tipbottom {
    height: 4px;
    width: 320px;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_carttip-bottom.png) no-repeat;

}

.cart-usp {
    position: relative;
    float: right;
}

.cart-usp p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    vertical-align: bottom;
}

.cart .page-title h2 {
    overflow: hidden;
}

#discount-coupon-form .discount .buttons-set .button.cancel {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/small_cancel.png) no-repeat !important;
}

.cart .discount {
    background: none;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 12px;
    float: none;
}

.cart .totals td, .cart .totals th {
    padding: 0 0 0 10px;
}

.cart .totals td:first-child {
    text-align: left !important;
}

.cart .totals table {
    width: auto;
}

.cart-collaterals .checkout-types {
    overflow: hidden;
    padding: 2px 0 0;
    clear: both;
}

.cart .total_orig,
.cart .total_subtotal {
    /*font-weight: bold;*/
}

.cart .total_dscnt,
.cart .total_discount {
    color: #e41392;
}

.cart .totals tfoot strong {
    font-weight: bold !important;
}

#checkout-review-table .last {
    text-align: right;
}

#checkout-review-table .total_dscnt,
#checkout-review-table .total_discount {
    color: #e41392;
}

.opc input[type="checkbox"] {
    float: left;
    height: 15px;
    margin: 0 6px 0 0;
    padding: 0;
    width: 15px;
}

.form-list li.control {
    height: 1%;
}

.form-list li.control label {
    color: #333;
}

.form-list li.control:after {
    content: "";
    display: block;
    clear: both;
}

.col2-right-layout #sidebar {
    float: right;
}

.col2-right-layout #content {
    float: left;
}

.block .block-content li.item {
    padding: 3px 4px;
}

#poll-answers li {
    background: none;
    padding: 0 0 3px;
}

.block div.actions {
    background: none;
    padding: 0;
    margin: 0;
}

#cart-sidebar-reorder {
    margin: 0 0 8px;
}

.block-reorder input.checkbox {
    margin: 1px -20px 0 0;
}

.block-account .block-content li a {
    border: none;
    display: inline;
    padding: 0;
}

.block-account .block-content li.current {
    padding: 0 0 0 12px;
    border: none;
}

* + html button.button {
    height: 23px;
}

.col3-layout .sidebar {
    float: left;
    width: 187px;
    margin: 0 20px 0 0;
}

.col3-layout #content {
    float: left;
    width: 550px;
}

.col3-layout #sidebar {
    float: right;
}

.cart-table .btn-remove {
    margin: 0 0 0 9px;
}

#header .block-cart {
    min-height: 36px;
}

#nav > li.over > span a {
    color: #fff !important;
}

#header #nav .title a {
    color: #a7a9ac;
}

.block li, .block dt, .block .actions {
    background-position: 0 4px
}

.block li.active, .block dt.active {
    background-position: 0 6px
}

.toolbar-bottom {
    height: 15px;
}

.account-login .new-users h2,
.account-login .registered-users h2,
.page-title h1 b, .page-title h2 b,
.page-title h1, .page-title h2 {
    color: #231F20;
    font: 22px/28px MyriadProBold, Arial, Verdana, sans-serif;
    background: none;
    padding-left: 0;
}

.dashboard .box-account .box-head h2 {
    color: #231F20;
    font: 16px/21px MyriadProBold, Arial, Verdana, sans-serif;
    padding-left: 0;
    background: none;
}

.account-login .content,
.account-login .buttons-set {
    background: none;
}

.account-login input:focus {
    background: #fff;
}

.account-login .form-list li {
    margin-bottom: 10px;
}

.data-table tfoot td {
    background-color: #dee5e8 !important;
}

.product-gallery .old-price {
    display: block;
}

.product-gallery .price {
    font-size: 16px;
}

.products-block .price,
.crosssell .price {
    color: #231f20;
    font-size: 27px;
}

.price-box .old-price .price, .crosssell .old-price .price, .product-gallery .old-price .price {
    color: #957F7F !important;
    font-size: 12px;
}

.data-table .regular-price .price {
    font-size: 13px;
}

.fieldset .legend {
    border: none;
    color: #231f20;
    font-weight: normal;
    font-family: MyriadProBold, Arial, Verdana, sans-serif;
    background: #fff;
}

.fieldset {
    background: none;
}

.wrapper .form-list label {
    font-weight: normal;
}

.form-list label.required {
    font-family: Arial, Verdana, sans-serif;
    font-weight: bold;
}

.block .block-title strong {
    background: none;
    padding-left: 0;
    color: #fff;
    font: 15px/18px Arial, Verdana, sans-serif;
    font-weight: bold !important;
}

.category-products .minimal-price-link {
    margin-top: 6px;
}

.product-view .frame {
    overflow: visible;
}

.product-view .frame:after {
    content: "";
    display: block;
    clear: both;
}

.wrapper input[type="radio"],
.wrapper input[type="checkbox"] {
    margin-left: 2px;
    width: 15px;
    height: 16px;
}

.price-box .price, .crosssell .price, .product-gallery .price {
    color: #93b949 !important;
}

/** CART **/

.points-notice-msg {
    display: none;
}

.cart {
    margin-bottom: 25px;
    border: 1px solid #c9cacb;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 7px 11px 17px 9px;
}

.cart .page-title {
    padding: 0 0 8px;
    margin: 0;
}

.cart .page-title h2 {
    font: 22px/24px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    margin: 0;
}

.cart-table {
    margin: 0 0 6px;
    color: #797878;
    font: 12px/16px AvenirLTStd35Light, Arial, Verdana, sans-serif;
    font-weight: normal !important;
    border-bottom: 1px solid #797878;
}

.cart-table thead th {
    background: #b3d670;
    color: #fff;
    border: none;
    font: 12px/16px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    padding: 2px 10px 4px;
}

.ie9 .cart-table thead th,
.mac .cart-table thead th {
    padding: 4px 10px 2px;
}

.cart-table tbody td {
    border: none;
    vertical-align: middle;
    padding: 5px 10px;
}

.cart-table tbody .even td {
    background: #f7f8f8;
}

.cart-table .product-name {
    margin: 0;
    font: 12px/16px AvenirLTStd35Light, Arial, Verdana, sans-serif;
    font-weight: normal !important;
}

.cart-table .product-name a {
    color: #797878;
}

.cart-table .product-image {
    padding: 1px;
    display: block;
    width: 43px;
    height: 43px;
    position: relative;
}

.cart-table .cell-w {
    width: 69px;
}

.cart-table .cell-2 {
    width: 58px;
}

.cart-table .cell-3 {
    width: 69px;
}

.cart-table .cell-4 {
    width: 80px;
}

.cart-table .cell-5 {
    width: 78px;
}

.cart-table .cell-6 {
    width: 62px;
}

.cart-table .cell-7 {
    width: 57px;
}

.cart-table .mask {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/icons-sprite.png) 0 -399px;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}

.cart-table .even .mask {
    background-position: 0 -449px;
}

.cart-table .price em {
    font-style: normal;
    padding: 0 0 0 15px;
}

.cart-table .cell .price em {
    padding-left: 10px;
}

.cart-table .input-text {
    border: 1px solid #c9cacb;
    background: #fff;
    color: #918f90;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    float: left;
    padding: 1px 7px;
    font-size: 10px;
    line-height: 13px;
    width: 35px !important;
    margin: 0;
}

.cart-table .input-text:focus {
    background: #fff;
}

.cart-table .btn-remove {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/icons-sprite.png) -39px -194px;
    width: 16px;
    height: 15px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 auto;
}

.cart-table .delivery {
    padding-right: 0;
}

.cart .frame {
    overflow: hidden;
}

.cart .button-holder {
    float: left;
    width: 210px;
    padding: 55px 0 0;
}

.cart .btn-update {
    background-position: 100% -141px;
    margin: 0 0 6px;
}

.cart .btn-update > span {
    background-position: 0 -115px;
}

.cart .btn-update span span {
    background: none;
    width: 188px;
    padding: 0;
    text-shadow: none;
}

.cart .btn-continue span span,
.afterpay_order_form_holder .btn-continue span span {
    background-position: 0 -509px;
    padding: 0 13px 0 22px;
    width: 154px;
}

.afterpay_order_form_holder .btn-continue span span {
    width: auto;
}

.cart-price .regularcartprice .price {
    text-decoration: line-through;
}

.cart .cart-collaterals {
    float: right;
    width: 100%;
    padding: 0;
    text-align: right;
    color: #797878;
}

.cart .cart-collaterals strong {
    color: #231f20;
}

.cart .totals {
    /*float:none;*/
    float: right;
    width: auto;
    background: none;
    border: none;
    overflow: hidden;
    padding: 0 0 4px;
}

.cart .totals table {
    margin: 0;
    width: auto;
    float: right;
}

.cart .totals table em {
    font-style: normal;
    width: 34px;
    float: right;
    text-align: right;
    padding-right: 24px;
    letter-spacing: -1px;
}

.cart .totals table .sign {
    float: left;
}

.cart .totals strong {
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal !important;
}

.cart .totals table strong {
    float: left;
}

.cart .totals p {
    text-align: left;
    margin: 17px 0 0 21px;
    font-size: 11px;
}

.cart .totals p em {
    font-style: normal;
    padding: 0 0 0 5px;
}

#discount-coupon-form {
    float: right;
}

.cart .discount {
    margin: 0 0 7px;
    border: 0;
    background: none;
    padding: 7px 0 8px 19px;
    text-align: left;
    overflow: hidden;
}

.cart .discount label {
    display: block;
    overflow: hidden;
    float: none;
    padding: 5px 10px 0 0;
    font-size: 11px;
}

.cart .discount label:after {
    content: " ";
    clear: both;
    display: block;
}

.cart .discount input.text {
    margin: 0 10px 0 0;
    float: left;
    width: 140px;
    border: 1px solid #c9cacc;
    color: #918f90;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 10px;
}

#discount-coupon-form .discount .buttons-set .button {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-small.png) no-repeat;
    width: 37px;
    margin-right: 2px;
}

.cart .discount .totals {
    float: right;
    width: 180px;
    padding: 5px 0 0;
}

.cart .totals .checkout-types {
    padding: 0;
}

.cart_paymentlogos {
    position: relative;
    width: 49%;
    float: left;
    background-color: #F7F8F8;
}

.cart_paymentlogos h2 {
    background-color: #fff;
    border-bottom: solid 1px #000;
    margin: 0 0 5px;
}

.cart_paymentlogos p {
    padding: 10px;
}

/** One page checkout **/

.opc {
    color: #797878;
    font-size: 11px;
    line-height: 14px;
    padding: 0;
}

.opc > li {
    border: 1px solid #c9cacb;
    border-radius: 11px;
    -moz-border-radius: 11x;
    -webkit-border-radius: 11x;
    background: #fff;
    padding: 5px 9px 5px;
    margin: 0 0 20px;
}

.opc .active .step-title,
.wrapper .opc .step-title {
    border: none;
    background: none;
    color: #231f20;
    padding: 0;
    cursor: default;
    overflow: hidden;
}

* + html .wrapper .opc .step-title {
    padding: 0 0 2px;
}

.opc .active .step-title h2,
.wrapper .opc .step-title h2 {
    font: 22px/28px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #231f20;
    margin: 0;
    padding: 0;
}

.opc .account-box .radio-holder {
    padding-bottom: 9px;
}

.wrapper #checkout-step-billing .account-box label {
    width: 109px;
}

#checkout-step-billing .account-box .input-box {
    width: 347px;
}

.wrapper #checkout-step-billing .account-box .input-text {
    width: 335px;
}

.wrapper #checkout-step-billing .account-box .field .input-box {
    width: 110px;
}

.wrapper #checkout-step-billing .account-box .field .input-text {
    width: 98px;
}

#checkout-step-billing .account-box .herhaal-field {
    width: 229px;
}

#checkout-step-billing .col-2 .form-list {
    padding: 0;
}

.opc #checkout-step-billing .col-2 input[type="radio"] {
    margin: 0 12px 0 0;
}

.opc .step-title .number,
.opc .step-title a {
    display: none;
}

.opc .step {
    border: none;
    background: none;
    padding: 0;
}

.opc input[type="text"]:focus,
.opc input[type="password"]:focus {
    background: #fff;
}

#checkout-step-login {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bg-checkout-step-login.gif) repeat-y 2px 0;
    height: 1%;
}

#opc-login .col2-set {
    overflow: hidden;
    position: relative;
    padding: 0 0 15px;
}

#opc-login .col-1,
#opc-login .col-2,
#opc-login .col-3 {
    float: left;
    width: 250px;
    margin-left: 22px;
    /*min-height:142px;*/
}

#opc-login .col-2 {
    margin-left: 22px;
    width: 233px;
}

#opc-login .col-1 {
    margin: 0;
}

#opc-login h3,
#checkout-step-shipping_method h3,
#checkout-step-payment h3 {
    background: #ec008c;
    padding: 0 12px 3px;
    color: #fff;
    font: 12px/20px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    margin: 0 0 16px;
    border: none;
    text-transform: none;
}

.ie9 #opc-login h3,
.ie9 #checkout-step-shipping_method h3,
.ie9 #checkout-step-payment h3,
.mac #opc-login h3,
.mac #checkout-step-shipping_method h3,
.mac #checkout-step-payment h3 {
    padding: 3px 12px 0;
}

* + html #opc-login h3 {
    margin: 0 0 14px;
}

#opc-login .col-1 h3 {
    margin: 0 0 11px;
}

#opc-login .form-list li {
    margin: 0 0 5px;
    overflow: hidden;
    vertical-align: middle;
}

.wrapper .opc label {
    float: left;
    padding: 5px 0 0;
}

#opc-login label em {
    /*display:none;*/
}

#opc-login .input-box {
    float: right;
    width: 161px;
    clear: none;
}

#opc-login .input-box .input-text {
    width: 149px;
    float: left;
    padding: 3px 5px 4px;
    margin: 0;
    color: #797878;
}

#opc-login #login-form {
    padding: 0 1px 6px 0;
    display: block;
}

#opc-login p {
    margin: 0;
}

#opc-login p a {
    color: #797878;
}

#opc-login .buttons-set {
    position: absolute;
    bottom: 0;
    left: 1px;
    width: 230px;
    padding: 0;
}

#opc-login .col-2 .buttons-set {
    left: 258px;
}

#opc-login .col-3 .buttons-set {
    left: 506px;
}

#opc-login button.button > span > span {
    /*width:156px;*/
    text-align: right;
}

#opc-login #login-form .f-left {
    margin-top: 10px;
}

.float-left span span {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/icons-sprite.png) no-repeat scroll -6px -534px transparent !important;
    padding: 0 0 0 20px !important;
}

#checkout-step-billing {
    overflow: hidden;
    background: none;
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal !important;
}

#checkout-step-billing .col-1 {
    width: 469px;
    float: left;
    margin: 0 0 -11px;
}

#checkout-step-billing .col-2 {
    float: right;
    width: 246px;
}

#checkout-step-billing .box {
    padding: 14px 0 0;
    overflow: hidden;
}

#checkout-step-billing .box:first-child {
    padding: 0;
}

#checkout-step-billing .headline {
    overflow: hidden;
    background: #b3d670;
    padding: 0 60px 2px 14px;
    color: #fff;
    margin: 0 0 10px;
}

.ie9 #checkout-step-billing .headline,
.mac #checkout-step-billing .headline {
    padding: 2px 60px 0 14px;
}

#checkout-step-billing .headline h3 {
    font: 12px/20px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    margin: 0;
    color: #fff;
}

#checkout-step-billing .headline .comment {
    float: right;
    font: 12px/20px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    color: #231f20;
}

.form-list {
    overflow: hidden;
}

#checkout-step-billing .form-list {
    padding: 0 0 0 3px;
}

.wrapper #checkout-step-billing label {
    width: auto;
    padding: 5px 7px 0 0;
}

.opc input[type="radio"] {
    /*width:15px;
	height:15px;
	padding:0;
	margin:0 6px 0 0;*/
    float: left;
}

.opc .radio-holder {
    float: left;
    padding: 5px 0 3px;
}

.wrapper .opc .radio-holder label,
.wrapper #checkout-step-billing .radio-holder label {
    width: auto;
    padding: 1px 25px 0 0;
}

.wrapper .opc label em {
    float: none;
    color: #797878;
    position: static;
}

/*#checkout-step-billing .input-box{
	width:343px;
	float:left;
	/*clear:none;
}*/
.wrapper #checkout-step-billing .input-text {
    width: 331px;
    border: 1px solid #c9cacb;
    float: left;
    padding: 3px 5px;
    margin: 0;
    color: #797878;
}

.wrapper #checkout-step-billing .prefix {
    width: 244px;
}

#checkout-step-billing .form-list .name-prefix,
#checkout-step-billing .form-list .customer-name,
#checkout-step-billing .form-list .name-firstname {
    width: 100%;
    overflow: hidden;
}

#checkout-step-billing .form-list li {
    /*padding:0 0 6px;*/
    padding: 0 0 0;
    margin: 0;
    overflow: hidden;
    vertical-align: top;
}

#checkout-step-billing .example {
    float: right;
    padding: 4px 0 0 8px;
    font-size: 12px;
}

#checkout-step-billing .field {
    width: auto;
    float: left;
    /*clear: both;*/
    padding-bottom: 3px !important;
}

#checkout-step-billing .wide {
    padding-bottom: 3px !important;
}

#checkout-step-billing .herhaal-field {
    float: right;
    width: 230px;
}

#checkout-step-billing .toevoeging-field {
    float: right;
    width: 204px;
}

#checkout-step-billing .toevoeging-field .input-box {
    padding: 0 0 0 8px;
}

#checkout-step-billing .field .input-box {
    width: 74px;
}

.wrapper #checkout-step-billing .field .input-text {
    width: 62px;
}

.wrapper #checkout-step-billing .toevoeging {
    width: auto;
    padding: 5px 5px 0 0;
}

#checkout-step-billing .form-list .ship-holder input.radio,
#checkout-step-billing .form-list ship-holder input.checkbox {
    margin: 0 10px 0 0;
}

.wrapper #checkout-step-billing .birth-text {
    width: 261px;
}

#checkout-step-billing .row {
    overflow: hidden;
    padding: 0 0 15px;
}

.wrapper #checkout-step-billing .row label {
    padding: 0;
    width: auto;
    float: none;
    display: block;
    overflow: hidden;
}

#checkout-step-billing .buttons-set {
    padding: 7px 5px 0 0;
    border: none;
    background: #fff;
    overflow: hidden;
}

#checkout-step-billing .buttons-set .button span span {
    text-align: right;
}

#checkout-step-shipping_method {
    overflow: hidden;
}

#checkout-step-shipping_method .delivery {
    float: left;
    width: 218px;
    margin-right: 30px;
}

#checkout-step-shipping_method .frame {
    overflow: hidden;
}

.buttons-set button.button.float-left {
    float: left;
}

.sp-methods {
    margin: 0 0 10px;
}

.wrapper .sp-methods label {
    padding: 0;
    color: #000;
    font-weight: normal;
}

.sp-methods dt,
#checkout-step-shipping_method .allow-gift-messages-for-order-container label,
.wrapper #checkout-payment-method-load label {
    margin: 0 0 5px;
    font: 12px/15px Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #231f20;
    overflow: hidden;
}

.sp-methods dt {
    padding: 0 0 0 2px;
    font-weight: bold;
}

.opc .sp-methods input[type="radio"] {
    margin: 0 13px 0 0;
}

.sp-methods dd {
    padding: 0 0 4px;
    margin: 0;
}

#payment_form_buckaroo2012ideal label {
    float: none;
}

#payment_form_buckaroo2012creditcard,
#payment_form_buckaroo2012overschrijving {
    display: none;
}

.sp-methods dd li {
    overflow: hidden;
    margin: 0;
    padding: 0 0 26px 1px;
}

.sp-methods dd .shipping-method-options li {
    padding: 0;
}

.sp-methods .price {
    font-weight: normal;
}

.wrapper .sp-methods li label {
    width: 200px;
    padding-right: 6px;
}

.wrapper .sp-methods .freeshipping {
    width: auto;
}

.sp-methods ul a {
    color: #c9cacb;
}

.opc #checkout-step-shipping_method .gift-messages-form {
    padding: 0;
    margin: 0 0 0 170px;
    border: none;
    background: none;
}

#allow-gift-message-container .form-list {
    padding-left: 2px;
}

.wrapper #allow-gift-message-container label {
    margin: 0 0 2px;
    display: block;
    padding: 0;
}

#checkout-step-shipping_method .inner-box {
    height: auto;
    overflow: hidden;
    padding: 0;
    padding-left: 15px;
}

#checkout-step-shipping_method .inner-box .form-list li {
    padding-bottom: 5px;
}

#checkout-step-shipping_method .form-list li {
    margin: 0;
}

#checkout-step-shipping_method .input-box {
    width: 484px;
    overflow: hidden;
}

#checkout-step-shipping_method textarea {
    float: left;
    width: 470px;
    min-width: 470px;
    max-width: 470px;
    border: 2px solid #e4e4e5;
    height: 54px;
    min-height: 54px;
    overflow: auto;
    padding: 5px;
    margin: 0;
}

#opc-shipping_method .buttons-set {
    padding: 11px 5px 0 0;
    background: #fff;
    overflow: hidden;
    margin: 0;
}

#checkout-step-payment h3 {
    background: #b3d670;
    padding: 0 15px 3px;
    margin: 0 0 12px;
}

.opc #checkout-payment-method-load input[type="radio"] {
    margin: 1px 10px 0 0;
}

#checkout-payment-method-load {
    margin: 0 0 -7px;
}

#checkout-payment-method-load dt {
    margin: 0;
}

#checkout-payment-method-load dd {
    padding: 0 27px 6px;
    /*min-height:20px;*/
}

.wrapper #checkout-payment-method-load label {
    margin: 0;
}

#checkout-payment-method-load p {
    float: left;
    margin: 0;
}

#checkout-payment-method-load .form-list {
    /*float:left;*/
    padding: 0 0 0 29px;
    margin: -3px 0 0;
    position: relative;
}

#checkout-payment-method-load li {
    padding: 0;
    margin: 0;
}

#checkout-payment-method-load .input-box {
    float: left;
    width: auto;
    clear: none;
}

#checkout-payment-method-load select {
    padding: 0;
    margin: 0;
    float: left;
    width: 188px;
    color: #5a5758;
}

#checkout-step-payment .buttons-set {
    padding: 0 4px 4px 0;
    margin: 20px 0 0 0;
    border: none;
    position: relative;
    height: 1%;
}

#checkoutSteps .required,
#checkoutSteps .opc .buttons-set p.required {
    color: #000;
}

#checkout-step-login {
    background: none !important;
}

#checkout-step-login .col2-set .col-1 h3 {
    text-align: left !important;
    padding: 6px 12px 2px !important;
}

#checkout-step-login .col2-set .col-2 h3 {
    text-align: left !important;
}

#checkout-step-login .col-1, #checkout-step-login .col-2 {
    display: block !important;
    float: none !important;
    width: 750px !important;
    margin-left: 0px !important;
    text-align: left;
}

#checkout-step-login .col-1 #login-form {
    display: block;
    width: 350px;
}

#checkout-step-login .logtop {
    display: block;
    margin: 10px 0 !important;
}

#checkout-step-login .logtop .form-list {
    margin-top: 10px !important;
}

#checkout-step-login .logtop label {
    width: 80px;
}

#checkout-step-login .logtop .input-box {
    float: left !important;
    margin-left: 10px !important;
}

#checkout-step-login .regguest .form-list li.control {
    padding-bottom: 0px !important;
}

.form-list .field {
    float: left;
    width: 275px !important;
}

.customer-dob div {
    float: left;
}

.dob-full {
    clear: both;
}

#checkout-step-billing .field .input-box {
    width: 140px !important;
}

li.control label {
    width: 200px !important;
}

li.control {

}

.form-list .field.name-prefix,
#checkout-step-billing .field.name-prefix {
    width: 65px !important;
    padding: 0;
}

.form-list .field.name-firstname,
#checkout-step-billing .field.name-firstname {
    width: 210px !important;
    padding: 0;
}

.wrapper #checkout-step-billing .field.name-firstname .input-text {
    width: 189px !important;
}

#checkout-step-billing .field.name-lastname {
    width: 275px !important;
    padding: 0;
}

.wrapper #checkout-step-billing .field.name-lastname .input-text {
    width: 254px !important;
}

.wrapper #checkout-step-billing .fields .input-text {
    width: 254px !important;
}

.form-list .street .street-address {
    width: 275px !important;
    padding: 0 !important;
}

.form-list .housenumber {
    width: 121px !important;
}

.wrapper #checkout-step-billing .field.housenumber input.input-text {
    width: 100px !important;
}

.wrapper .sp-methods li label {
    width: 250px;
}

.wrapper #checkout-step-billing #register-customer-password label {
    width: 200px;
}

.cart .discount .buttons-set, .cart .shipping .buttons-set {
}

.checkout-aggreements-container {
    border: 1px solid #D9DDE3;
    border-width: 0 1px;
}

.opc .checkout-agreements {
    border: 0;
    float: right;
}

.cart .success-msg {
    display: none;
}

div.socialshare {
    position: relative;
    margin-top: 15px;
}

div.socialshare a {
    display: block;
    float: left;
    margin-right: 5px;
}

.ordershare {
    display: block;
    float: left;
    text-align: center;
    margin: 20px 0;
}

.ordershare h2 {
}

.ordershare .product {
    text-align: left;
}

.ordershare .product h3 {
}

.ordershare .product img {
}

.ordershare .product .share {
}

.brands {
    border: none;
    background: none;
    padding: 0 0 6px;
    margin: 0 -15px 0 0;
    width: 783px;
}

.brands li.item {
    display: inline-block;
    vertical-align: top;
    width: 184px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 8px 0 0;
    margin: 7px 5px 0 0;
    position: relative;
    float: none;
}

* + html .brands li.item {
    display: inline;
    margin: 7px 8px 0 0;
}

.brands .image-holder {
    text-align: center;
    min-height: 172px;
}

.brands .brand-image {
    display: inline;
    height: auto;
    margin: 0;
    width: auto;
}

.brands .brand-name {
    font: 12px/14px Arial, Verdana, sans-serif;
    font-weight: normal !important;
    margin: 0 0 0 7px;
    width: 103px;
}

.fb-connect-container {
}

.data-table thead th {
    white-space: normal;
}

.clear {
    clear: both;
}

.new-users .content ul {
    list-style: disc;
    margin: 0 0 0 16px;
}

.eq-users .buttons-set {
    height: 55px;
}

.eq-users .buttons-set .spacer {

}

#payment_form_portfolio_a .field .input-box {
    float: none;
}

#portfolio_a_bankaccount {
    border: 1px solid #b6b6b6;
    padding: 2px;
}

#checkout-payment-method-load .afterpay .conditions {
    padding: 5px 0 25px 0;
}

#checkout-payment-method-load .afterpay .conditions label {
    width: auto;
    color: #666;
}

#checkout-payment-method-load .afterpay a {
    color: #000;
}

.paymentshipping_container {
    text-align: center;
    width: 100%;
}

.paymentshipping {
    margin: 0 auto;
}

.sprite-paymentshipping {
    display: inline-block;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/img_paymentshipping.png) no-repeat top left;
}

.sprite-Overboeking_nl {
    background-position: 0px -604px;
    width: 119px;
    height: 23px;
}

.sprite-buckaroo {
    background-position: 0px 0px;
    width: 60px;
    height: 60px;
}

.sprite-dpd {
    background-position: 0px -70px;
    width: 41px;
    height: 25px;
}

.sprite-logo_abn_s {
    background-position: 0px -105px;
    width: 16px;
    height: 20px;
}

.sprite-logo_afterpay {
    background-position: 0px -135px;
    width: 68px;
    height: 23px;
}

.sprite-logo_asn_s {
    background-position: 0px -168px;
    width: 18px;
    height: 18px;
}

.sprite-logo_fortis_s {
    background-position: 0px -196px;
    width: 21px;
    height: 20px;
}

.sprite-logo_friesland_s {
    background-position: 0px -226px;
    width: 18px;
    height: 20px;
}

.sprite-logo_giropay {
    background-position: 0px -256px;
    width: 54px;
    height: 23px;
}

.sprite-logo_ideal {
    background-position: 0px -289px;
    width: 23px;
    height: 20px;
}

.sprite-logo_ing_s {
    background-position: 0px -319px;
    width: 31px;
    height: 20px;
}

.sprite-logo_lanschot_s {
    background-position: 0px -349px;
    width: 23px;
    height: 23px;
}

.sprite-logo_mastercard {
    background-position: 0px -382px;
    width: 32px;
    height: 20px;
}

.sprite-logo_paypal {
    background-position: 0px -412px;
    width: 62px;
    height: 20px;
}

.sprite-logo_postnl {
    background-position: 0px -442px;
    width: 32px;
    height: 30px;
}

.sprite-logo_rabo_s {
    background-position: 0px -482px;
    width: 16px;
    height: 20px;
}

.sprite-logo_sns_s {
    background-position: 0px -542px;
    width: 24px;
    height: 22px;
}

.sprite-logo_tridos_s {
    background-position: 0px -512px;
    width: 16px;
    height: 20px;
}

.sprite-logo_visa {
    background-position: 0px -574px;
    width: 45px;
    height: 20px;
}

.centerul-404 {
    text-align: center;
}

.centerul-404 ul.brands {
    margin: 0 auto;
}

.send-friend .productinfo {
    border: 1px solid #bbafa0;
    padding: 0 25px 12px 33px;
}

.send-friend .productinfo .image {
    position: relative;
    width: 150px;
    float: left;
}

.send-friend .productinfo .description {
    position: relative;
    width: 450px;
    float: left;
}

.send-friend .productinfo .description .oldprice {
    color: #000;
    font-size: 22px;
    text-decoration: line-through;
}

.send-friend .productinfo .description .price {
    color: #93b949;
    font-size: 28px;
}

.buttons-left {
    position: relative;
    float: left;
}

.buttons-left .button span span {
    background-position: 0 -509px;
    padding: 0 13px 0 22px;
}

.dialog td.magento_n {
    background: none;
}

/* Begin van de CSS dat aangepast moet worden in de bestaande CSS bestanden */
.navigation {
    z-index: 0 !important;
}

.wt-rotator .c-panel {
    z-index: 0 !important;
}

.minishopping {
    /*border: 2px solid #ececec;*/
    padding: 5px;
    width: 120px;
}

/* Einde van de CSS dat aangepast moet worden in de bestaande CSS bestanden */

.cart_count {
    float: right;
    width: 64px;
    height: 50px;
    background-image: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/cart_pink_big.png);
}

.cart_count.empty {
    background-image: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/cart_grey.png);
}

.cart_count .aantal {
    color: #fff;
    font-weight: bold;
    margin-left: 8px;
    font-size: 14px;
    padding-top: 4px;
}

.cart_content {
    width: 180px;
    margin-top: 4px;
    float: right;
    text-align: right;
    position: relative;
    font-size: 11px;
}

.cart_content span.winkelwagen {
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.cart_content span span.price,
.cart_content span {
    font-weight: normal;
    color: #000;
    font-size: 11px;
}

.cart_content span.price {
    color: #000;
    font-weight: normal;
}

.cart_big {
    display: none;
    position: absolute;
    z-index: 80000000;
    width: 355px;
    right: 0;
    background: #fff;
    margin-top: 64px;
    padding: 5px 10px 5px 10px;
    display: none;
    color: #6e6e6e;
    line-height: 21px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.cart_big .ww_head {
    display: block;
    text-transform: uppercase;
    color: #ccc;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}

.cart_big li {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border-top: 1px dashed #ccc;
}

.cart_big li:first-child {
    border: none;
}

.cart_big ul li.subtotaal,
.cart_big ul li.uitgelicht {
    border-top: 1px dashed #ccc;
}

.cart_big ul li.empty {
    text-align: center;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.cart_big li .product_img {
    float: left;
    width: 50px;
    margin-right: 15px;
}

.cart_big li .product_img img {
    float: left;
    width: 50px;
}

.cart_big li .product_desc {
    float: left;
    width: 205px;
    color: #b6b6b6;
    vertical-align: middle;
}

.flt {
    position: relative;
    float: left;
    padding-right: 4px;
    margin-top: -1px;
}

.flt .spacer {
    color: #ccc;
    font-size: 20px;
    width: 15px;
    text-align: center;
}

.cell-4 .flt.min {
    margin-left: 15px;
}

.flt .qty {
    text-align: center;
}

.flt a {
    font-size: 22px;
    color: #ccc;
    vertical-align: middle;
    text-decoration: none;
}

.flt.min {
    margin-top: -3px;
    width: 12px;
}

.flt.min a {
    padding-top: 0px;
}

.product_name {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: bold;
}

.product_name span {
    display: block;
    color: #78d3f2;
    margin-bottom: 5px;
}

.cart_big li .product_price {
    float: right;
    width: 65px;
    text-align: right;
    color: #93b949;
    font-size: 14px;
    font-weight: bold;
}

.cart_big li .product_price span.price {
    color: #93b949;
    font-size: 14px;
    font-weight: bold;

}

.cart_big li .product_price .old-price,
.cart_big li .product_price .new-price {
    display: block;
}

.cart_big li .product_price .old-price span {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    text-decoration: line-through;
}

.cart_big li .product_price .delete-from-shop,
.cart_big li .change-products {
    padding: 4px;
    font-size: 22px;
    color: #cccccc;
    text-align: center;
}

.cart_big li .product_price .delete-from-shop:hover,
.cart_big li .change-products:hover {
    color: #555555;
    text-decoration: none;
}

.cart_big li .pakmee-button {
    padding: 3px 7px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    background-color: #78d3f2;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.cart_big li {
    position: relative;
}

.cart_big li.uitgelicht {
    background: #eef8fb;
    overflow: hidden;
}

.cart_big li img {
    margin-top: 5px;
}

.cart_big li.uitgelicht .meepak_desc .name {
    display: inline;
    color: #555555;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
}

.cart_big li.uitgelicht .product_price span {
    line-height: 24px;
}

.subtotaal .links span,
.subtotaal .rechts span {
    display: block;
}

.subtotaal .links .advantage-label,
.subtotaal .rechts .advantage-price span,
.subtotaal .rechts .advantage-price {
    color: #eb008b;
    font-weight: bold;
}

.subtotaal .links .advantage-label {
    width: 250px;
}

.cart_big li.subtotaal {
    padding-bottom: 2px;
}

.cart_big li.checkout {
    border: none;
    width: 340px;
}

.cart_big li.totaal {
    font-size: 18px;
}

.cart_big li.totaal .links {
    font-weight: bold;
}

.cart_big li .links {
    float: none;
    text-align: left;
}

.cart_big li .rechts {
    float: none;
    text-align: right;
}

.cart_big li.voordeel .links,
.cart_big li.totaal .links {
    float: left;
    text-align: left;
}

.cart_big li.voordeel .rechts,
.cart_big li.totaal .rechts {
    float: right;
}

.cart_big li a.winkelwagen {
    float: left;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 7px 12px;
    background: #7bd4f4;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.cart_big li a.afrekenen {
    float: right;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 7px 12px;
    background: #ea068d;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.cart_big li a.yellow {
    background-color: #ff9b00;
}

.cart_big .verberg {
    display: inline;
    float: right;
    font-size: 12px;
    color: #7bd2f5;
    font-weight: normal;
}

.cart_big .verberg a {
    color: #7bd2f5;
}

.cart_big .verberg a:hover {
    text-decoration: underline;
}

#uitgelicht_product_container {
    width: 9000px;
    overflow: hidden;
}

.uitgelicht_product {
    float: left;
    padding-right: 10px;
    /*display: none;*/
}

/* Meepakker controls */
.prevnext {
    position: absolute;
    right: 10px;
    bottom: 18px;
    width: 32px;
    height: 12px;
    background-repeat: no-repeat;
}

.prevnext .prev {
    float: left;
    height: 13px;
    width: 8px;
    cursor: pointer;
    margin-right: 2px;
    padding: 2px;
    border: 1px solid #555555;
    background-image: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/prev.png);
}

.prevnext .prev:hover, .prevnext .prev.inactive {
    border: 1px solid #a7a7a7;
    background-image: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/prev50.png);
}

.prevnext .next {
    float: right;
    height: 13px;
    width: 8px;
    cursor: pointer;
    margin-left: 2px;
    padding: 2px;
    border: 1px solid #555555;
    background-image: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/next.png);
}

.prevnext .next:hover, .prevnext .next.inactive {
    border: 1px solid #a7a7a7;
    background-image: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/next50.png);
}

.temp {
    background: #c3e9f8 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/ajax-loader.gif) no-repeat center center;
    padding: 20px;
    height: 45px;
}

.postnlform th {
    padding-right: 15px;
}

.postnlform td,
.postnlform th {
    padding-bottom: 6px;
}

.postnlcode {
    position: relative;
    margin: 0 auto;
    border: solid 1px #000;
    padding: 40px;
    width: 240px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

div.items-per-page,
div.tiles {
    position: relative;
    float: left;
}

div.tiles {
    margin-left: 30px;
    margin-top: -3px;
}

div.tiles a {
    position: relative;
    box-shadow: inset 1px 2px 2px -1px rgba(67, 67, 67, 0.2);
    float: left;
    margin: 0 3px;
    font-size: 11px;
    line-height: 11px;
    height: 12px;
    color: #00349a;
    border: 1px solid #ccc;
    padding: 6px 6px 6px 30px;
    background-color: #eeeeee;
    background: -moz-linear-gradient(top, #fdfdfd 0, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #fdfdfd 0, #eeeeee 100%);
    background: -o-linear-gradient(top, #fdfdfd 0, #eeeeee 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0, #eeeeee 100%);
    background: linear-gradient(to bottom, #fdfdfd 0, #eeeeee 100%);
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

div.tiles a .sprite {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 14px;
    height: 14px;
}

div.tiles a.list .sprite {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_tiles.png) no-repeat 0 -24px;
}

div.tiles a.grid .sprite {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/bg_tiles.png) no-repeat 0 -2px;
}

div.tiles a.selected {
    color: #333;
    cursor: default;
    background: #fff;
}

.afterpay .field {
    padding-bottom: 10px;
}

.sallandform th {
    padding-right: 20px;
    padding-bottom: 10px;
}

#fancybox-wrap #fancybox-close {
    top: -17px;
    right: -17px;
    width: 45px;
    height: 45px;
    background: transparent url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancy_close.png') 0 0;
}

div.reviewContainer button.button {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite.png) no-repeat 100% -56px;
    padding: 0 6px 0 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    height: 23px;
    text-transform: uppercase;
    position: absolute;
    right: 1%;
    bottom: 13%;
}

@font-face {
    font-family: 'bignoodletitling';
    src: url('/skin/frontend/default/ikenik_new/fonts/bignoodletitling.ttf');
    src: local('bignoodletitling'), url('/skin/frontend/default/ikenik_new/fonts/bignoodletitling.ttf') format('woff'), url('/skin/frontend/default/ikenik_new/fonts/bignoodletitling.ttf') format('truetype');
}

/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_2555">Text with this font applied</p> */
.bignoodle {
    font-family: 'bignoodletitling' !important;
    color: #000 !important
}

.gray {
    color: #a3a3a3;
}

.dagdealblock {
    /*background-image: none !important;*/
    /*border: 1px solid #dedede !important;
	border-radius: 0 !important;
	margin-top: 3px !important;*/
}

table.dagdeal-prijs {
    width: 100%;
    margin-top: 2px;
    padding-bottom: 0;
    /*margin-bottom: -5px;*/
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.dagdealimg {
    max-width: 100%;
    max-height: 122px;
}

.dagdeal-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 5px;
}

span.voor-prijs {
    color: #fe0000 !important;
    font-size: 18px !important;
}

.rightside {
    text-align: right;
    padding-right: 10px;
}

.leftside {
    text-align: left;
    padding-left: 10px;
    vertical-align: bottom;
}

/*.dagdealblock .top, .dagdealblock .middle, .dagdealblock .bottom  {
	background-image: none !important;
}
.dagdealblock .bottom {
	height: 3px !important;
}*/
.dagdealblock:hover {
    cursor: pointer;
}

.dagdealtitle {
    margin-top: -9px !important;
    float: left;
    font-size: 24px;
    padding-left: 8px !important;
}

.dagdealbottom {
    /*height: 10px !important;*/
}

.dagdealblock .product-title {
    height: 46px;
    padding-left: 8px;
    font-family: 'bignoodletitling';
    font-size: 16px;
    text-align: center;
}

#stage_jbeeb_3 {
    display: inline;
    float: left;
    margin-top: -1px !important;

    margin-left: 21px !important;
}

#textbox_jbeeb_89,
#textbox_jbeeb_174,
#textbox_jbeeb_259 {
    display: none !important;
}

div.van-voor {
    overflow: hidden;
    width: 100%;
}

div.van-prijs {
    position: relative;
    bottom: 2px;
    overflow: hidden;
    display: block;
    float: left;
    /*width: auto;*/
    padding-left: 12px;
    text-align: left;
}

div.voor-prijs {
    position: relative;
    bottom: 2px;
    overflow: hidden;
    display: block;
    float: right;
    /*width: auto;*/
    padding-right: 12px;
    text-align: right;
}

div.van-prijs span {
    display: block;
    white-space: nowrap;
}

div.voor-prijs span {
    display: block;
    white-space: nowrap;
}

span.voor-prijs {
    margin-top: -4px;
}

div.magento_close {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}

#payment_form_portfolio_b .field label {
    padding: 10px 0 5px;
}

.toMobile {
    margin-top: -7px;
    margin-bottom: 15px;
    padding: 20px 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #dddddd;
    font-size: 300%;
    text-align: center;
    font-weight: bold;
    display: none;
}

#checkout-payment-method-load div.dash {
    float: left;
}

#checkout-payment-method-load select.afterpayday {
    width: 50px;
}

#checkout-payment-method-load select.afterpaymonth {
    width: 50px;
}

#checkout-payment-method-load select.afterpayyear {
    width: 60px;
}

.btn {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 7px 12px;
    background: #bbb;
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.btn.yellow {
    background-color: #ff9b00;
}

.btn.coupon {
    padding: 2px 8px;
}

.cart .discount {
    padding-left: 0;
}

.cart .discount input.text {
    margin: 0;
    width: 153px;
}

.cart .discount .buttons-set {
    border: 0;
    padding-top: 3px;
}

.main-c .cart .totals .cart-points {
    font-size: 1em;
}

.cart-table tbody .even td {
    background: none;
}

.cart-table tbody tr.even {
    border-top: solid 1px #eeeded;
}

.cart-table thead th {
    background: #eee;
    color: #797878;
    font-weight: bold;
}

.cart .discount .buttons-set {
    float: right;
}

.discount-tip {
    z-index: 9999;
}

.cart .data-table.giftwrap-style-table thead th, .cart #giftwrap-giftbox thead th {
    color: #797878;
    background: #eee;
}

.stempelcontainer {
    position: relative;
}

.stempelcontainer #id_stempeltip.cart-tip {
    left: auto;
    right: -20px;
}

.main-c .cart .totals {
    overflow: visible;
}

div.header div.middleheader .checkoutmiddle {
    padding-top: 40px;
}

div.header div.middleheader .checkoutmiddle h2,
.checkoutmiddle h3,
.checkoutmiddle p,
.checkoutmiddle h4 {
    margin: 0;
    padding: 0;
}

div.header div.middleheader .checkoutmiddle h2 {
    text-align: left;
    font-size: 16px;
    padding-bottom: 10px;
}

.checkoutmiddle h3 {
    color: #ec008c;
    font-size: 1.3em;
    padding-top: 10px;
    padding-bottom: 0px;
    letter-spacing: 0.37em;
    float: left;
}

.checkoutmiddle h4 {
    color: #ec008c;
    font-size: 1.2em;
}

.checkoutmiddle p {
    float: left;
    font-size: 0.9em;
    padding-top: 15px;
    padding-bottom: 5px;
}

.checkoutmiddle .middleleft {
    float: left;
    padding-right: 30px;
}

.checkoutmiddle .middleleft .icon {
    float: left;
    padding-right: 10px;
}

.checkoutmiddle .middleleft .text {
    float: left;
}

.checkoutmiddle .middleright {
    float: left;
}

.checkoutmiddle .middleright .icon {
    float: left;
    padding-right: 10px;
}

.checkoutmiddle .middleright .text {
    float: left;
}

.icon .circle {
    border-radius: 50%;
    width: 40px;
    height: 33px;
    padding-top: 7px;
    text-align: center;
    background-color: #ec008c;
}

.icon .circle.cphone {
    height: 31px;
    padding-top: 9px;
}

.icon .circle i {
    color: #fff;
}

div.stepscontainer ul.steps {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 964px;
    position: relative;
}

div.stepscontainer ul.steps li {
    display: block;
    color: #fff;
    float: left;
    width: 18.48%;
    height: 32px;
    background: none;
    margin: 4px 1.9% 0 0;
    padding: 0;
}

div.stepscontainer ul.steps li span {
    display: block;
    position: relative;
    height: 32px;
    width: 100%;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    background-color: #bbb;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

div.stepscontainer ul.steps li.current span {
    color: #fff;
    background-color: #e41392;
}

div.stepscontainer ul.steps li.done span {
    background-image: url(/skin/frontend/default/ikenik_new/images/icon-done.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

div.stepscontainer ul.steps li span:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -16px;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 10px solid #bbb;
    right: -10px;
}

div.stepscontainer ul.steps li span:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -16px;
    border-width: 16px 0 16px 10px;
    border-style: solid;
    border-color: #bbb #bbb #bbb transparent;
    left: -10px;
}

div.stepscontainer ul.steps li.current span:after {
    border-left: 10px solid #e41392;
}

div.stepscontainer ul.steps li.current span:before {
    border-color: #e41392 #e41392 #e41392 transparent;
}

div.stepscontainer ul.steps li.first span:before {
    border-color: #bbb #bbb #bbb transparent;
}

div.stepscontainer ul.steps li.last {
    margin-right: 0;
}

.rightcontact {
    padding-top: 20px;
}

.rightcontact h2,
.rightcontact h3,
.rightcontact p,
.rightcontact h4 {
    margin: 0;
    padding: 0;
}

.rightcontact h3 {
    color: #ec008c;
    font-size: 1.3em;
    padding-bottom: 0px;
    letter-spacing: 0.37em;
}

.rightcontact h4 {
    color: #ec008c;
    font-size: 1.2em;
}

.rightcontact p {
    font-size: 0.9em;
    padding-bottom: 5px;
}

.rightcontact .icon {
    float: left;
    padding-right: 10px;
}

.rightcontact .text {
    float: left;
}

.icon .circle {
    border-radius: 50%;
    width: 40px;
    height: 33px;
    padding-top: 7px;
    text-align: center;
    background-color: #848689;
}

.icon .circle.cphone {
    height: 31px;
    padding-top: 9px;
}

.icon .circle i {
    color: #fff;
}

select.select-day {
    float: left;
    width: 50px;
}

select.select-month {
    float: left;
    width: 50px;
}

select.select-year {
    float: left;
    width: 60px;
}

.field .dash {
    float: left;
}

.cart-table .btn-continue span, .cart-table .btn-update span {
    border: 0;
    background: url(https://dennie.ikenik.vi/skin/frontend/default/ikenik_new/images/buttons-sprite.png) no-repeat 0 -86px;
}

.totalbabyregistry {
    float: left;
    font-size: 1.1em;
}

h4.babyregistry-searchtitle {
    font-weight: bold;
    font-size: 1.4em;
}

.price-column #loading-mask .loader {
    position: relative;
    padding: 0;
    border: 0;
}

.checkout-onepage-index .topbar .content ul.buttons {
    display: none;
}

.checkout-cart-index .topbar .content ul.buttons {
    display: none;
}

.checkout-cart-index .topbar .content .webshopkeurmerk a {
    display: none;
}

div.navigation div.secondrow td {
    text-align: center;
}

div.navigation div.secondrow td a {
    padding: 0;
    display: inline;
}

div.navigation div.secondrow td a:before {
    content: '';
    display: inline-block;
    /*height: 100%;*/
    vertical-align: middle;
    /*margin-right: -0.25em; /* Adjusts for spacing */
}

.prev-next-nav .backbtn {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/bg_back_btn.png) no-repeat right top;
    border: none;
    height: 27px;
    width: 43px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 27px;
    margin: 0;
    padding: 0 4px 0 7px;
    position: relative;
    z-index: 3;
    text-align: right;
}

div.behang {
    padding-top: 20px;
}

div.onstock {
    padding-bottom: 20px;
}

div.onstock .title {
    color: #93b949;
    font-weight: bold;
}

div.onstock.orange .title {
    color: #ff8a00;
    font-weight: bold;
}

.products-grid div.onstock {
    color: #957F7F;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 6pt;
}

.service-point-details > a {
    display: block;
    padding-bottom: 10px;
    font-weight: bold;
}

.service-point-details > a:hover {
    color: #EC008C;
}

.service-point-details .pick-service-point-button span {
    background-color: transparent;
}

.service-point-details .pick-service-point-button > span {
    background: transparent url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite.png) no-repeat 0 -86px;
}

.stockordermessage {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #797878;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.bestsellers .frame .button,
.recentlysold .frame .button {
    margin: 10px 0 0 6px;
}

.toolbar .col.middle {
    text-align: center;
}

.toolbar .col.middle div.items-per-page {
    display: inline-block;
    float: none;
}

.header-translate {
    width: 110px;
    overflow: hidden;
    float: right;
    position: relative;
}

.header-translate .goog-te-gadget {
    margin-top: -6px;
}

.header-translate .goog-te-gadget .goog-te-combo {
    padding: 9px 10px 4px 6px;
    border: none;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/arr_down.png) no-repeat 95% 69% #fff;
    margin: 0;
    border-radius: 0;
    min-width: 170px;
    vertical-align: baseline;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

.product-view .original-product-price p {
    margin-bottom: 0;
}

.product-view .original-product-price .price-box .old-price .price {
    font-size: 14px;
}

.product-view .original-product-price .price-box .regular-price .price,
.product-view .original-product-price .price-box .special-price .price {
    font-size: 16px;
    line-height: 20px;
}

.product-view .price-box .price.strikethrough-discount {
    text-decoration: line-through;
    font-size: 20px;
    color: #000 !important;
}

.product-view .price-box .staffel-price {
    font-size: 28px;
    color: #93b949 !important;
}

.translation-links {
    text-align: right;
}

.translation-links img {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
    border: 0;
    cursor: pointer;
    margin-right: 8px;
    height: 11px;
    width: 16px;
}

.translation-links img:hover {
    filter: alpha(opacity=30);
    -moz-opacity: 0.30;
    opacity: 0.30;
}

.overlay_magento {
    z-index: 99999 !important;
}

.dialog {
    z-index: 99999 !important;
}

/* product detail pagina */

.pdp-left {
    width: 50%;
    float: left;
}

.MagicToolboxContainer {
    height: 546px;
}

.pdp-right {
    width: 50%;
    float: left;
}

.pdp-right .h3 {
    margin-top: 6.7%;
}

.pdp-right:after {
    display: table-cell;
    clear: both;
    content: "";
}

.right-wrapper{
    min-height: 489px;
}

.product-addtocartwrapper {
    padding: 2px 20px 0 8px;
}

.product-addtocartwrapper div.onstock {
    padding-bottom: 0;
    line-height: 1.8em;
    float: left;
}

.product-addtocartwrapper > .title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.ninties-days-return {
    float: left;
    width: 100%;
}

.product-addtocartwrapper .price-box {
    display: flex;
    width: 50%;
    float: left;
}

.product-addtocartwrapper .old-price {
    order: 2;
}

.product-addtocartwrapper .special-price {
    order: 1;
}

.product-addtocartwrapper .special-price .price, .product-addtocartwrapper .regular-price .price {
    color: #E6057F !important;
    font-weight: bold;
}

.product-addtocartwrapper .add-to-box {
    margin: 0;
}

.button-holder a.addtocart {
    padding: 15px 12px;
    border-radius: 5px;
    text-shadow: none;
}

.button-holder a.addtocart:after {
    content: "\f07a";
    font-family: FontAwesome;
    margin-left: 10px;
}

.product-addtocartwrapper .amount dt {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.product-addtocartwrapper .amount select {
    width: 100px;
    height: 35px;
    border-radius: 4px;
    padding-left: 9px;
}

.add-to-links {
    display: inline-block;
    width: 100%;
    text-align: center;
    list-style: none;
}

.add-to-links li {
    display: inline-block;
    float: left;
    width: 50%;
}

.add-to-links a {
    color: rgba(0, 0, 0, .4) !important;
    font-size: 12px;
    font-weight: normal;
}

.product-uspbox {
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    display: inline-block;
}

.product-uspbox h4 {
    margin-bottom: 15px;
    margin-top: 0;
}

.product-uspbox li {
    width: 50%;
    float: left;
    line-height: 2.3em;
}

.product-uspbox li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    color: #E6057F;
    margin-right: 10px;
    font-size: 14px;
}

.product-view {
    float: left;
}

.pdp-productname h1 {
    font-size: 36px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

.catalog-product-view h4 {
    color: #656565;
    font-size: 16px;
    font-weight: bold !important;
}

.pdp-brand-teaser p {
    color: #656565;
    font-size: 13px;
    font-weight: bold !important;
    margin: 1.5em 0;
}

.pdp-brand-teaser a {
    color: #656565;
    font-weight: bold !important;
    text-decoration: underline;
    margin-left: 20px;
}

div.MagicToolboxContainer {
    text-align: left;
}

/*
pdp related products
*/

.pdp-related-products {
    background: #ededed;
    float: left;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    max-width: 925px;
    margin-top: 35px;
    margin-bottom: 20px;
}

.pdp-related-products h2 {
    color: #333;
    font-weight: bold !important;
}

.pdp-related-products .product-gallery {
    padding: 0 !important;
    width: 100% !important;
}

.pdp-related-products .product-gallery .frame {
    width: 100%;
    margin: 0 !important;
}

.pdp-related-products .product-gallery .item {
    width: calc(20% - 39px);
    background: #fff;
    padding: 23px 15px;
}

.pdp-related-products #crosssell-products-list {
    width: auto;
}

.pdp-related-products #crosssell-products-list .center-button {
    display: none;
}

.pdp-related-products .product-gallery .price {
    color: #E6057F !important;
    font-weight: bold;
}

/*
pdp selected products
*/

.pdp-selected-products, .pdp-populair-products {
    background: #ededed;
    float: left;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    max-width: 925px;
    margin-bottom: 20px;
}

.pdp-selected-products h2, .pdp-populair-products h2 {
    color: #333;
    font-weight: bold !important;
}

.pdp-selected-products .product-gallery, .pdp-populair-products .product-gallery {
    padding: 0 !important;
    width: 100% !important;
}

.pdp-selected-products .frame ul, .pdp-populair-products .frame ul {
    width: 100%;
    margin: 0 !important;
}

.pdp-selected-products li, .pdp-populair-products li {
    width: calc(20% - 48px);
    background: #fff;
    padding: 23px 15px;
}

.pdp-selected-products #awrelated-products-list, .pdp-populair-products #awrelated-products-list {
    width: auto;
}

.pdp-selected-products #awrelated-products-list .center-button, .pdp-populair-products .center-button {
    display: none;
}

.pdp-selected-products .price, .pdp-populair-products .price {
    color: #E6057F !important;
    font-weight: bold;
}

#pdp-more-info-wrapper h2 {
    font-weight: bold !important;
    color: #333;
    text-transform: none !important;
}

.pdp-more-info {
    float: left;
    position: relative;
}

.pdp-more-info .box-collateral.box-description, .pdp-more-info .box-collateral.box-additional {
    float: left;
    width: calc(50% - 15px);
    padding-right: 15px;
}

.pdp-to-toplink {
    width: 100%;
    text-align: right;
    display: block;
    float: left;
    position: relative;
}

.pdp-to-toplink:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #ddd transparent;
    position: absolute;
    top: 3px;
    right: 73px;
}

#pdp-reviews {
    display: block;
    float: left;
    background: #ededed;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

#product-attribute-specs-table {
    margin-top: 35px;
}

#product-attribute-specs-table tr {
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

#product-attribute-specs-table tr:last-of-type {
    border-bottom: 1px solid #ddd;
}

#product-attribute-specs-table tr th, #product-attribute-specs-table tr td {
    border: none !important;
    padding: 6px 0;
}

#pdp-reviews {
    max-width: 925px;
}

#pdp-reviews h2 {
    font-weight: bold !important;
    color: #333;
    text-transform: none !important;
}

#pdp-reviews .text {
    padding: 20px;
}

#pdp-reviews .rating-date strong {
    font-weight: normal !important;
}

#pdp-reviews span {
    display: block;
    margin-top: 8px;
}

.catalog-product-view .MagicToolboxContainer, .catalog-product-view .MagicZoomPlus {
    /*width: 100%!important;*/
}

.catalog-product-view .MagicToolboxContainer li img {
    max-width: 56px;
}

.MagicToolboxMessage, .catalog-product-view .MagicToolboxContainer h4 {
    display: none;
}

.more-views ul {
    margin-top: 25px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.more-views ul li {
    max-width: calc(25% - 5px);
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.specificaties {
    margin-right: 7%;
}

.short-description .more-information-link-description {
    float: right;
}

.short-description {
    line-height: 1.8em;
}

.MagicZoomPlusHint {
    bottom: 0 !important;
    top: auto !important;
    right: 0 !important;
    left: auto !important;
    background-image: none !important;
    color: #fff !important;
}

.MagicZoomPlusHint:before {
    content: "\f00e";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 30px;
    color: #ddd;
}

.pdp-ekomimeetsmage {
    display: inline-block;
    width: 100%;
}

#StempelAantal {
    text-align: center;
    font-weight: bold;
    font-size: 14px !important;
    margin: 0 !important;
}

.catalog-product-view .h2 {
    color: #333;
    font-weight: bold !important;
    font-size: 1.5em;
    max-width: 40%;
}

.catalog-product-view .h3:not(.product-name) {
    color: #656565;
    font-size: 23px;
    font-weight: bold !important;
}

.catalog-product-view .product-uspbox .h3 {
    margin: 0 0 5px 0;
}

/* product header */

.becommerce-keurmerk {
    float: right;
    margin-top: -4px;
    margin-right: 10px;
}

.becommerce-keurmerk img {
    height: 40px;
}

.content_content h2, .content_content h3 {
    margin-bottom: 0;
}

/* nieuwe header */

div.navigation div.secondrow {

}

/* new footer - 3 mei 2016 */

footer.section-footer {
    background: #ededed;
    margin-bottom: 0 !important;
    text-align: left;
    color: #666666;
}

footer.section-footer .container-footer {
    max-width: 960px;
    margin: 0 auto;
}

footer.section-footer .row-footer {
    border-top: 1px solid #fff;
    display: inline-block;
    width: 100%;
    padding-bottom: 40px;
    padding-top: 20px;
}

footer.section-footer .h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

footer.section-footer ul li a {
    font-weight: normal;
    color: #666666;
}

footer.section-footer ul li a:hover, footer.section-footer ul li a:focus {
    color: #e70582;
}

footer.section-footer .follow-wrapper {
    margin-top: 20px;
}

footer.section-footer .follow-wrapper a {
    width: 32px;
    height: 32px;
    background: #e70582;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 5px;
    border-radius: 16px;
    transition: .2s all ease;
}

footer.section-footer .follow-wrapper a:hover, footer.section-footer .follow-wrapper a:focus {
    text-decoration: none;
    background: #333;
}

footer.section-footer .follow-wrapper .fa {
    font-size: 18px;
}

footer.section-footer .phone, footer.section-footer .mail {
    color: #e70582;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    margin-top: 10px;
}

footer.section-footer .phone span, footer.section-footer .mail span {
    color: #666;
    display: block;
    font-weight: normal;
    font-size: 14px;
}

footer.section-footer .phone i {
    font-size: 36px;
    float: left;
    margin-right: 15px;
}

footer.section-footer .mail i {
    font-size: 30px;
    float: left;
    margin-right: 15px;
}

footer.section-footer .newsletter-footer {
    line-height: .5em;
    text-align: right;
}


footer.section-footer h2.title {
    text-align: center;
    font-size: 24px;
    font-weight: bold !important;
    color: #666666;
    padding-bottom: 15px;
}

.grid-col-3 {
    width: 25%;
    float: left;
    line-height: 2em;
}

.grid-col-6 {
    width: 50%;
    float: left;
}

footer.section-footer .block-subscribe {
    margin-bottom: 0;
    position: relative;
}

footer.section-footer .block-subscribe form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    align-items: center;
    align-content: flex-end;
    flex-wrap: wrap;
}

footer.section-footer .block-subscribe input {
    margin-left: 10px;
    height: 38px;
    border-color: #fefefe;
    width: 322px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #666;
    font-size: 16px;
    padding-left: 10px;
}

footer.section-footer button.button.btn-cart span {
    background: #e70582;
    height: 42px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-shadow: none;
    font-weight: bold !important;
    line-height: 42px;
    padding: 0 25px;
}

footer.section-footer button.button.btn-cart {
    background: transparent;
    padding: 0;
    height: 42px;
    line-height: 42px;
}

footer.section-footer .block .block-content {
    background: transparent;
}

footer.section-footer .subscription input {
    width: -moz-min-content;
    width: min-content;
}

.paymentmethods-footer {
    margin: 0 auto;
    padding: 25px 0;
    max-width: 800px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
}

.validation-advice {
    position: absolute;
    bottom: -28px;
    left: 17px;
}

.pdp-right .product-addtocartwrapper .validation-advice {
    bottom: 0;
    left: 0;
}

#advice-required-entry-pass.validation-advice, #advice-required-entry-email.validation-advice {
    position: relative;
    top: 5px;
    left: 10px;
    margin: 0;
}

.ikenik-second-nav {
    float: right;
}

.ikenik-second-nav a {
    top: 20px;
    margin-right: 12px;
    padding-top: 8px;
    color: #e50581;
    float: left;
    font-weight: bold;
    font-size: 14px;
}

.box-upper-description.box-description {
    display: none;
}

.short-description {
    position: relative;
}

.pdp-more-info .box-collateral.box-additional {
    padding-top: 10px;
}

.pdp-more-info .box-collateral.box-additional:before {
    content: "Specificaties";
    font-size: 1.5em;
    font-weight: bold;
    top: 20px;
    position: absolute;
    left: 50%;
}

#checkout-layout .btn.fright.yellow.loaderOn, #checkout-layout .btn.fright.yellow.loaderDomReady {
    opacity: .4;
}

#checkout-layout .btn.fright.yellow.loaderOn:before, #checkout-layout .btn.fright.yellow.loaderDomReady:before {
    content: "\f110";
    font-family: FontAwesome;
    display: block;
    animation: fa-spin 2s infinite linear;
    -webkit-animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#checkout-layout .alert.alert-danger {
    background: #f2dede;
    color: #a94442;
    border: 1px solid #a94442;
    border-radius: 5px;
    text-align: center;
    width: 280px;
    padding: 3px 10px;
    margin-bottom: 10px;
}

#checkout-layout .review-container.loading {
    opacity: .4;
    position: relative;
}

#checkout-layout .review-container.loading:after {
    content: "\f110";
    font-family: FontAwesome;
    font-size: 36px;
    position: absolute;
    top: 40%;
    left: 50%;
    animation: fa-spin 2s infinite linear;
    -webkit-animation: fa-spin 2s infinite linear;
}

#checkout-layout .page-title {
    border-bottom: none;
    border-top: 1px solid #ccc;
    margin: 5px 0 0;
    padding-top: 10px;
}

body.checkout-onepage-index .topmenu {
    display: none;
}

body.checkout-cart-index .topmenu {
    right: 0px;
}


body.checkout-onepage-index .topbar {
    background: #ddd;
}

body.checkout-onepage-index div.header div.logo img {
    top: 15px;
}

/* header aanpassingen */

div.body {
    padding: 10px 12px 0 12px;
}

div.topbar {
    background: #fff;
}

.topmenu {
    width: 994px;
    margin: 0 auto;
}

.topmenu ul {
    position: absolute;
    top: 0;
    right: 150px;
    z-index: 99;
    margin-left: 15px;
    margin-top: 5px;
    list-style: none;
}

.topmenu li {
    padding: 0 8px 0 0;
    margin: 0 0 0 7px;
    border-right: 1px solid #939598;
}

.topmenu li.last {
    border-right-width: 0;
}

.topmenu li a {
    color: #808285;
    font-size: 11px;
}

div.navigation div.toprow ul li.home:not(.active):not(.act) a {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/img/icn_home.png) no-repeat center 12px !important;
}

.header div.cart_content {
    display: none;
}

.link-toshoppingcart {
    color: #666;
}

#StempelAantal {
    font-weight: normal;
}

/* mini cart aanpassingen */

.minishopping .ww_head {
    float: left;
}

.minishopping .ww_close {
    float: right;
    margin: 10px;
    color: #ddd;
    cursor: pointer;
    font-weight: bold;
}

.minishopping .ww_close:hover {
    color: #333;
}

.minishopping #cart_products {
    clear: both;
}

.noroute-wrapper {
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/404background.jpg);
    background-size: cover;
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
    position: relative;
}

.noroute-innerwrapper {
    position: absolute;
    right: 60px;
    top: 40px;
    background: rgba(255,255,255,.8);
    padding:30px 40px;
    border-radius: 5px;
}

.noroute-head {
    color: #e50581;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    position: relative;
    padding-left:60px;
    padding-top: 20px;
}

.noroute-head:before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    display: inline-block;
    background: url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/logo_small.png) no-repeat;
    width: 60px;
    height: 60px;
}

.noroute-text {
    font-size: 14px;
    max-width: 300px;
}

.noroute-wrapper form {
    position: relative;
    display: inline-block;
}

.noroute-wrapper input[type="text"] {
    padding: 10px 12px;
    font-size: 14px;
    min-width: 280px;
}

.noroute-wrapper .searchbtn {
    position: absolute;
    top:0;
    right:0;
    border: 1px solid #ddd;
    height: 38px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.noroute-wrapper .searchbtn i {
    color: #e50581;
}

.fourOfour-arrow {
    background: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/404-arrow.png'), no-repeat;
    background-size: 200px 200px;
    display: inline-block;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -145px;
    top: 0;
}


img.logo-ikenik-kerst {
    top: 0 !important;
}

#shipper_date_preference_options {
    float: left;
    width: 100%;
}

#shipper_date_preference_options select {
    margin-left: 30px;
}

#shipper_date_preference_options li {
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius:3px;
    width: 180px;
}

#shipper_date_preference_options li label {
    width: 100%;
    border-bottom-width: 0;
    text-align: center;
}

#id_agreement ol {
    list-style: decimal;
}

#ID_agreement--link {
    background: #00A2FA;
    padding: 5px 10px;
    border-width: 0;
    border-radius: 10px;
    color: #fff;
}

#popup-furniture {
    font-size: 15px;
}

#popup-sunday {
    margin-left: 10px;
    margin-top: 5px;
}

#popup-sunday .title {
    text-align: left;
    font-weight: 700;
    font-size: 18px;
}

#popup-sunday .body-text {
    text-align: left;
    margin-left: 10px;
    max-width: 650px;
    font-size: 15px;
}


.MagicToolboxContainer ul {
    height: 74px !important;
}

/*Home page redesign*/
.cms-index-index .body {
    width: 100%;
    padding: 0;
}

.cms-index-index .content {
    padding: 0;
}

.cms-index-index .body .header,
.cms-index-index .body .navigation,
.cms-index-index .body .a4c_bannerrotator,
.cms-index-index .body .std {
    width: 994px;
    padding: 10px 12px 0 12px;
    margin: 0 auto;
}
.cms-index-index .body .header {
    padding-top: 0;
    margin-top: 10px;
}

.cms-index-index div.header div.logo {
    margin: 0;
}

.body .header {
    margin-top: 0;
}

.cms-index-index .body .a4c_bannerrotator > div,
.cms-index-index .body .std > div {
    margin-left: 10px;
}

.cms-index-index .topmenu {
    position: relative;
}

.topbar .translation-links {
    display: flex;
}

.cms-index-index .case {
    margin: 0 auto;
    width: 994px;
}

.cms-index-index .section-footer {
    margin-top: -5px;
}

/*Megastores Block Home Page*/

.megastores-block {
    width: 100%;
    margin-bottom: 100px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
.megastores-title {
    font-size: 2.7rem;
    margin: 20px 0;
}

.megastores-text {
    margin: 0 30px 30px;
    font-size: 0.8rem;
    line-height: 1.4rem;
}

.megastores-items {
    display: flex;
}

.megastores-item {
    width: 313px;
    margin-left: 30px;
}

.megastores-item:first-child {
     margin-left: 0;
}

.megastores-item > img, a > img {
    display: block;
    max-width: 100%;
    margin: 0 auto 0;
}

.webshopkeurmerk a > img {
    margin: 5px auto 0;
}

@media (min-width: 961px) {
    .hidden-md {
        display: none !important;
    }
}
/*Benefits Block Home Page*/

.benefits-block {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f2f2f2;
}

.benefits-items {
    display: flex;
}

.benefits-item {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    font-size: 1rem;
    width: 190px;
    margin-left: 80px;
    text-align: center;
}

.benefits-ico {
    width: 160px;
    height: 160px;
    margin: 0 auto 15px;
    text-align: center;
}

.benefits-ico > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;

    margin-left: auto;
    margin-right: auto;
}

.benefits-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.benefits-content {
    color: #000;
    font-size: 0.7rem;
}

@media screen and (min-width: 960px) {
    .benefits-item:first-child {
        margin-left: 0;
    }
}

/*Gifts Action Block*/

.block-action-gifts {
    position: relative;
    height: 465px;
}

.block-action {
    overflow: hidden;
    height: 100%;
}

.block-action .col2-set {
    display: flex;
    flex-direction: row;
}

.block-action .col-2 {
    height: 100%;
}

.block-action-gifts .case {
    height: 100%;
}

.action-image {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.action-wrap {
    font-family: Arial, Helvetica, Geneva, sans-serif;
    margin: 80px auto 0;
}

.action-wrap .col {
    width: 50%;
}
.block-action-gifts .action-title a {
    margin-bottom: 2.5rem;
    font-family: 'Gotham Narrow Thin', Arial, Helvetica, Geneva, sans-serif;
    font-size: 2.8rem;
    font-weight: lighter;
    color: #000;
    text-decoration: none;
}

.block-action-gifts .btn-default{
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 100;
    border: 1px solid #515053;
    color: #515053;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.block-action-gifts .btn-default:hover {
    color: #ffffff;
    background: #515053;
}

/*Cart Logos*/

.checkout-cart-index div.middleheader .logos {
    margin-left: 145px;
    border: 0;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.ikenik.nl/skin/frontend/default/ikenik_new/css/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */
/*
.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
*/
/* Product Detail sidebar */
.aw-mini-related-items .head h4 {
    background: url(https://www.ikenik.nl/skin/frontend/default/default/relatedproducts/images/icon_clip.gif) left 5px no-repeat;
}

.aw-mini-related-items .product-images {
    width: 72px;
}

.aw-mini-related-cart .product-images a {
    display: block;
    margin-left: 0px !important;
}

.aw-mini-related-items .product-images a {
    display: block;
    margin-left: 20px;
}

.aw-mini-related-items .product-images input {
    float: left; /*margin-right:4px; margin-left:-6px;*/
}

.aw-mini-related-items .product-images .checkbox-container {
    float: left;
    width: 15px;
}

.aw-mini-related-items .product-details {
    margin-left: 80px;
    padding-left: 25px;
}

.aw-mini-related-items ol li {
    padding-left: 0;
    padding-right: 0;
}

/* Base Mini */
.aw-base-mini {
    border: 1px solid #c4c1bc;
    background: #fff;
    line-height: 1.3em;
    font-size: .95em;
}

.aw-base-mini .head {
    margin: 0 1px;
    border-bottom: 1px solid #ddd;
    background: url(https://www.ikenik.nl/skin/frontend/default/default/relatedproducts/images/base_mini_head_bg.gif) repeat-x #fff;
    padding: 2px 8px;
}

.aw-base-mini .head h4 {
    min-height: 16px;
    color: #e26703;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 1px 0 1px 21px;
    text-transform: uppercase;
}

.aw-base-mini .head h4 .count {
    text-transform: none;
    color: #2f2f2f;
    white-space: nowrap;
    font-weight: normal;
    font-size: .95em;
}

.aw-base-mini h5 {
    font-size: 1em;
}

.aw-base-mini .aw-content, .aw-base-mini ol {
    background: #f8f7f5;
}

.aw-base-mini ol li {
    padding: 7px 4px 7px 0px;
}

.aw-base-mini ol li.odd {
    background: #f4f3f3;
}

.aw-base-mini ol li.even {
    background: #fafafa;
}

.aw-base-mini .actions {
    background: url(https://www.ikenik.nl/skin/frontend/default/default/relatedproducts/images/base_mini_actions_bg.gif) repeat-x #dee5e8;
    padding: 6px;
}

.aw-base-mini .product-images {
    float: left;
    width: 52px;
    height: 52px;
}

.aw-base-mini .product-images a img {
    border: 1px solid #a9a9a9;
    vertical-align: top;
}

.aw-base-mini .product-checkbox {
    float: left;
    width: 10px;
}

.aw-base-mini .product-names {
    margin-left: 18px;
}

.aw-mini-related-cart .product-details {
    margin: 0 0 0 40px !important;
    height: 50px;
}

.aw-base-mini .product-details {
    margin: 0 0 0 60px;
    height: 50px;
}

.aw-base-mini .product-details[class] {
    height: auto;
    min-height: 50px;
}

.aw-base-mini .regular-price {
    font-size: 11px;
}

.aw-base-mini .regular-price .price {
    color: #2f2f2f;
}

.aw-base-mini .special-price {
    font-size: 11px;
}

.aw-base-mini .minimal-price {
    font-size: 11px;
}

.aw-base-mini .price-box {
    margin: 1px 0;
}

.aw-link-cart {
    color: #DC6809 !important;
    font-weight: bold !important;
}

.aw-content {
    color: #1b2d3b;
    padding: 12px 12px 12px 15px;
}

/* Sets default padding */
.aw-content#after1400 {
    padding: 9px 9px 9px 12px !important;
}

/* Sets default padding for Magento 1.4.* */

.side-col .aw-box {
    margin-bottom: 1.3em;
}

.side-col .aw-content {
    padding: 5px 10px;
}

.shopping-cart-collaterals .aw-box {
    margin-bottom: 18px;
    padding: 12px 15px;
    border: 1px solid #D0CBC1;
    background: url(https://www.ikenik.nl/skin/frontend/default/default/relatedproducts/images/base_mini_head_bg.gif) repeat-x #fff;
}

.shopping-cart-collaterals .aw-box .form-button {
    margin-left: 5px;
}

.wt-rotator{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
background-color:#000;
border:1px solid #000;
position:relative;
width:825px;
height:300px;
overflow:hidden;
}
.wt-rotator a{
outline:none;
}
.wt-rotator .screen{
position:relative;
top:0;
left:0;
width:825px;
height:300px;
overflow:hidden;
}
.wt-rotator .strip{
display:block;
position:absolute;
top:0;
left:0;
z-index:0;
overflow:hidden;
}
.wt-rotator .content-box{
display:none;
position:absolute;
top:0;
left:0;
overflow:hidden;
}
.wt-rotator .main-img{
display:none;
position:absolute;
top:0;
left:0;
z-index:0;
border:0;
}
.wt-rotator .preloader{
position:absolute;
top:50%;
left:50%;
width:40px;
height:40px;
margin-top:-20px;
margin-left:-20px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
background:#000 url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/loader.gif) center no-repeat;
background:rgba(0,0,0,.7) url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/loader.gif) center no-repeat;
z-index:4;
display:none;
}
.wt-rotator .timer{
position:absolute;
left:0;
height:4px;
background-color:#FFF;
-moz-opacity:.5;
filter:alpha(opacity=50);
opacity:0.5;
z-index:4;
visibility:hidden;
font-size:0;
}
.wt-rotator .desc{
position:absolute;
color:#FFF;
z-index:6;
overflow:hidden;
visibility:hidden;
text-align:left;
}
.wt-rotator .inner-bg{
position:relative;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
-moz-opacity:.7;
filter:alpha(opacity=70);
opacity:.7;
z-index:0;
}
.wt-rotator .inner-text{
position:absolute;
top:0;
left:0;
padding:10px;
width:auto;
height:auto;
z-index:1;
}
.wt-rotator .c-panel{
position:absolute;
top:0;
z-index:7;
visibility:hidden;
}
.wt-rotator .outer-hp,
.wt-rotator .outer-vp{
position:absolute;
background:#333;
background:-moz-linear-gradient(#444, #111);
background:-webkit-gradient(linear, 0 top, 0 bottom, from(#444), to(#111));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#111111',GradientType=0);
border:1px solid #000;
}
.wt-rotator .outer-hp{
left:0;
width:100%;
border-left:none;
border-right:none;
}
.wt-rotator .outer-vp{
top:0;
height:100%;
border-top:none;
border-bottom:none;
}
.wt-rotator .back-scroll,
.wt-rotator .fwd-scroll{
position:absolute;
top:0;
left:0;
z-index:10;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/spacer.png) no-repeat;
}
.wt-rotator .thumbnails,
.wt-rotator .buttons{
display:inline;
position:relative;
float:left;
overflow:hidden;
}
.wt-rotator .thumbnails ul{
position:relative;
list-style:none;
margin:0;
padding:0;
}
.wt-rotator .thumbnails ul.inside{
position:absolute;
top:0;
left:0;
}
.wt-rotator .thumbnails li,
.wt-rotator .play-btn,
.wt-rotator .prev-btn,
.wt-rotator .next-btn{
position:relative;
list-style:none;
display:inline;
float:left;
overflow:hidden;
width:24px;
height:24px;
line-height:24px;
text-align:center;
color:#EEE;
text-shadow: 0 1px 0 #222;
background-color:#000;
background:-moz-linear-gradient(#333, #000);
background:-webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
border:1px solid #111;
cursor:pointer;
font-size:12px;
font-weight:bold;
background-repeat:no-repeat !important;
background-position:center !important;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
.wt-rotator .thumbnails li:hover{
color:#FFF;
text-shadow: 0 1px 0 #888;
background-color:#CCC;
background:-moz-linear-gradient(#CCC, #999);
background:-webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .thumbnails li.curr-thumb{
color:#000;
text-shadow: 0 1px 0 #fff;
background-color:#FFF;
background:-moz-linear-gradient(#FFF, #E0E0E0);
background:-webkit-gradient(linear, 0 top, 0 bottom, from(#FFF), to(#E0E0E0));
cursor:default;
}
.wt-rotator .thumbnails li.image{
background:#000;
-moz-border-radius:0;
-webkit-border-radius:0;
border-radius:0;
}
.wt-rotator .thumbnails li.image.curr-thumb,
.wt-rotator .thumbnails li.image:hover{
border-color:#06F;
}
.wt-rotator .thumbnails li.image a{
display:block;
border:0;
}
.wt-rotator .thumbnails li.image img{
display:block;
border:0;
position:absolute;
-moz-opacity:.85;
filter:alpha(opacity=85);
opacity:0.85;
}
.wt-rotator .thumbnails li.image:hover img{
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
}
.wt-rotator .thumbnails li.image.curr-thumb img{
-moz-opacity:1;
filter:alpha(opacity=100);
opacity:1;
cursor:default;
}
.wt-rotator .thumbnails li *{
display:none;
}
.wt-rotator .thumbnails li div{
position:relative;
color:#FFF;
background-color:#000;
width:auto;
height:auto;
}
.wt-rotator .play-btn{
background:#000 url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/play.png);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/play.png), -moz-linear-gradient(#333, #000);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .play-btn:hover{
background-color:#CCC !important;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/play.png), -moz-linear-gradient(#CCC, #999);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/play.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .pause{
background:#000 url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/pause.png);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/pause.png), -moz-linear-gradient(#333, #000);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .pause:hover{
background-color:#CCC !important;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/pause.png), -moz-linear-gradient(#CCC, #999);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/pause.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .prev-btn{
background:#000 url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/prev.png);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/prev.png), -moz-linear-gradient(#333, #000);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .prev-btn:hover{
background-color:#CCC !important;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/prev.png), -moz-linear-gradient(#CCC, #999);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/prev.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .next-btn{
background:#000 url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/next.png);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/next.png), -moz-linear-gradient(#333, #000);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .next-btn:hover{
background-color:#CCC !important;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/next.png), -moz-linear-gradient(#CCC, #999);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/next.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .up{
background:#000 url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/up.png);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/up.png), -moz-linear-gradient(#333, #000);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .up:hover{
background-color:#CCC !important;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/up.png), -moz-linear-gradient(#CCC, #999);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/up.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
.wt-rotator .down{
background:#000 url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/down.png);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/down.png), -moz-linear-gradient(#333, #000);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#333), to(#000));
}
.wt-rotator .down:hover{
background-color:#CCC !important;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/down.png), -moz-linear-gradient(#CCC, #999);
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/down.png), -webkit-gradient(linear, 0 top, 0 bottom, from(#CCC), to(#999));
}
#rotator-tooltip{
position:absolute;
top:0;
left:0;
z-index:99999;
display:none;
}
#rotator-tooltip.txt-up{
margin-left:-10px;
margin-bottom:5px;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/vtip.png) no-repeat;
background-position:10px bottom;
background-position-x:10px;
background-position-y:bottom;
}
#rotator-tooltip.txt-down{
margin-left:-10px;
margin-top:24px;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/vtip.png) no-repeat;
background-position:10px top;
background-position-x:10px;
background-position-y:top;
}
#rotator-tooltip.img-up{
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/vtip.png) center bottom no-repeat;
}
#rotator-tooltip.img-down{
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/vtip.png) center top no-repeat;
}
#rotator-tooltip.img-right{
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/htip.png) left center no-repeat;
}
#rotator-tooltip.img-left{
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/htip.png) right center no-repeat;
}
#rotator-tooltip .tt-txt{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#FFF;
background-color:#000;
max-width:300px;
padding:5px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
margin:8px 0;
}
#rotator-tooltip img{
display:none;
background-color:#000;
padding:3px;
margin:8px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
.wt-rotator .s-prev,
.wt-rotator .s-next{
position:absolute;
top:50%;
margin-top:-25px;
width:40px;
height:50px;
cursor:pointer;
background:url(https://www.ikenik.nl/skin/frontend/base/default/images/all4coding/bannerrotator/large_buttons.png) no-repeat;
-moz-opacity:.8;
filter:alpha(opacity=80);
opacity:.8;
z-index:8;
}
.wt-rotator .s-prev{
left:0;
background-position:0 center;
}
.wt-rotator .s-next{
left:100%;
margin-left:-40px;
background-position:-40px center;
}
.wt-rotator .s-prev:hover,
.wt-rotator .s-next:hover{
-moz-opacity:.95;
filter:alpha(opacity=95);
opacity:.95;
background-color:transparent !important;
}
.wt-rotator .block,
.wt-rotator .vpiece,
.wt-rotator .hpiece{
position:absolute;
z-index:2;
}
.a4c_bannerrotator {
    margin-bottom: 10px;
}

.wt-rotator .block {
    border: 0px none;
}
.bubbleInfo {
    display: none;
    width: 0;
	position: relative;
	top: 8px;
	left: -30px;
	z-index: 1000;
}


.popup {
	position: absolute;
	display: none;
	z-index: 1000;
    text-align: left;
    background: #fff;
    font-size: 12px;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
    -moz-box-shadow: 0 0 7px #333; -webkit-box-shadow: 0 0 7px #333333; box-shadow: 0 0 7px #333333;
    border: 1px solid #a0c7ff;
    color: #333 !important;
    padding: 10px;
}
.popup p {margin-bottom: 7px;}
.popup #firstname,
.popup #lastname,
.popup #registryid {width: 200px;} 
.popup a {font-size: 12px !important; color: #1E7EC8 !important; display: block; width: 200px !important;}
.popup label {width: 200px !important; display: block;}

.bubbleInfo a.submit {
	background:#7ad3f7 url(https://www.ikenik.nl/skin/frontend/default/ikenik_new/images/buttons-sprite.png) 0 -56px;
	width:72px !important;
	height:23px;
	padding:0 9px;
	color:#fff !important;
	text-transform:uppercase;
	font-size:14px;
	line-height:23px;
}
.mac.presto .bubbleInfo a.submit {
	height:21px;
	line-height:21px;
	padding-top:2px;
}

.shop-access {zoom:1; margin-bottom: 0;}
.shop-access:after,
.quick-access ul:after {content: "."; display: block; height: 0; line-height: 0; clear: both; visibility: hidden;}
.shop-access table {float: right;}
.quick-access ul {display: block; zoom:1; float: right;}
.quick-access li {display: block !important; float: left;}


#loading-mask {background: #FFF4E9;
border: 2px solid #F1AF73;
color: #D85909;
font-weight: bold;
left: 50%;
margin-left: -60px;
padding: 15px 60px;
position: fixed;
text-align: center;
top: 45%;
width: 120px;
z-index: 1000;}

#loading-mask .loader {
background: #FFF4E9;
border: 2px solid #F1AF73;
color: #D85909;
font-weight: bold;
left: 50%;
margin-left: -60px;
padding: 15px 60px;
position: fixed;
text-align: center;
top: 45%;
width: 120px;
z-index: 1000;
}

