/**
 * 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_blank
 * @copyright   Copyright (c) 2013 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:#fff; font:12px/1 Helvetica, Arial, sans-serif; color:#444; text-align:center; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; min-width:1024px; }

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

a             { color:#0084cf; text-decoration:underline; cursor:pointer; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

::selection   { background-color:#0084cf; color:#fff; }
::-moz-selection { background-color:#0084cf; color:#fff; }


/* Headings */
h1            { font-size:24px; font-weight:700; font-family:"Cabin", sans-serif; color:#fc9400; margin-bottom:24px; }
h2            { font-size:22px; font-weight:700; font-family:"Cabin", sans-serif; color:#fc9400; margin-bottom:22px; }
h3            { font-size:16px; font-weight:700; font-family:"Cabin", sans-serif; color:#fc9400; margin-bottom:16px; line-height:20px; }
h4            { font-size:14px; font-weight:700; font-family:"Cabin", sans-serif; color:#fc9400; margin-bottom:14px; }
h5            { font-size:14px; font-weight:normal; font-family:Helvetica, Arial, sans-serif; color:#1e1f21; margin-bottom:14px; }
h6            { font-size:14px; font-weight:normal; font-family:Helvetica, Arial, sans-serif; color:#1e1f21; margin-bottom:14px; }

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

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

/* Content */
strong        { font-weight:bold; }
address       { font-style:normal; }
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; }
.relative     { position:relative !important; }

.mobile-show { display:none; }

@media screen and (max-width: 767px){
    .mobile-show { display:block; }
    .mobile-hide { display:none; }
}



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


/* Layout ================================================================================ */
.page { text-align:left; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }

.main-container { width:1000px; margin:0 auto; }
.main {}

.main-wrapper { margin: 0 auto; max-width: 1000px; }
.main-container { float:left; width: 100%; }
.footer-container { float:left; width: 100%; }
.site-width{ margin: 0 auto; max-width: 1000px; }

/* Base Columns */
.col-left { float:left; width:300px; }
.col-main { float:left; width:680px; }
.col-right { float:right; width:300px; }

/* 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 { width:680px; }

/* 3 Columns Layout */
.col3-layout .col-main { width:484px; margin-left:10px; }
.col3-layout .col-wrapper { float:left; width:748px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { float:right; width:390px; width: 40%; }
.col2-set .col-wide { float:left; width:590px; float: left; width: 60%; box-sizing: border-box; padding-right: 20px;}
.col2-set .col-narrower { float:right; width:330px; }
.col2-set .col-wider { float:left; width:650px; }

.cms-home .col2-set {
    padding-top: 50px;
}

.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%; }

/* Before body end */

.page-bottom {
    float:left;
    width: 100%;
}

.page-bottom-container {
    max-width: 1000px;
    margin: 0 auto;
}


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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea { font:12px Helvetica, Arial, sans-serif; vertical-align:middle; color:#444; }
input.input-text,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:5px; border-radius:2px; }
input.input-text { height:33px; border:1px solid #ccc; border-radius:2px; padding:0 5px; }
select {}
select option {}
select.multiselect option {}
select.multiselect option:last-child {}
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; text-rendering:optimizelegibility; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none; }
a.button { display:inline-block; }
.button span { float:left; height:34px; border-radius:2px; border-bottom:1px solid #004880; color:#fff; font-size:16px; font-weight:700; font-family:"Cabin", sans-serif; line-height:34px; }
.button span span { background:#0084cf; padding:0 20px; }
.button:active { position:relative; top:1px; }
button.disabled {}
button.disabled span {}

button.btn-checkout span {}
button.btn-checkout.no-checkout {}

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

/* Fake Selects */
.input-select-wrapper { display:inline-block; position:relative; background:#fff; border-radius:2px; box-shadow:#c0c0c0 0px 1px 1px; }
.fake-input-select-wrapper { padding:0 10px; }
.fake-input-select { overflow:hidden; white-space:nowrap; height:22px; line-height:22px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/fake-input-select.png) 100% 9px no-repeat; padding-right:19px; }
.real-input-select-wrapper { margin-top:-22px; }
.real-input-select-wrapper select { opacity:0; border:1px solid #ddd; height:22px; width:100%; cursor:pointer; }

/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:20px 0 0; clear: left;}
.form-list label { color: #1e1f21; display: block; margin-bottom:4px; }
.form-list label.required { display:inline-block; }
.form-list label.required em { color:#f00; float:right; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; float:left; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .input-box input[type="checkbox"] { float:left; margin-right:5px; }
.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 .input-select { width:254px; height: 30px; line-height: 30px; background: #fff; border: 1px solid #ccc; }
.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; }

.buttons-set { clear:both; margin-top:20px; border-top:1px solid #efefef; padding-top:20px; }
.buttons-set .back-link { float:left; line-height:34px; }
.buttons-set .back-link a { font-weight:bold; text-decoration:none; }
.buttons-set .back-link a:hover { text-decoration:underline; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { margin-bottom:20px; }
.fieldset .legend { font-size:16px; margin-bottom:16px; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:2px; font-size:10px; line-height:13px; color:#f00; }
.validation-failed { border-color:#f00 !important; background-color:#fff4f4 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* 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:#f00; font-weight:bold; }
.notice { color:#ccc; }

.messages { margin-top:26px; }
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 26px; }
.messages li li { margin:0; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { min-height:24px !important; padding:8px 8px 7px 18px !important; line-height:22px !important; font-weight:bold !important; color:#fff; }
.error-msg { background:#cf0000; }
.success-msg { background:#5ab412; }
.note-msg,
.notice-msg { background:#f6f6f6; color:#444; }

/* BreadCrumbs */
.breadcrumbs {
    /*border-top: 1px solid #efefef;*/
    padding: 15px 0 15px 1px;
    margin-top: 10px;
    border-bottom: 1px solid #efefef;
}
.breadcrumbs li { display:inline-block; color:#888; position:relative; padding-right:13px; margin-right:6px; }
.breadcrumbs li a { color:#888; text-decoration:none; }
.breadcrumbs li a:hover { color:#0084cf; text-decoration:underline; }
.breadcrumbs li span { display:block; width:4px; height:8px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/breadcrumb.png) 0 0 no-repeat; text-indent:-999em; position:absolute; right:0; top:2px; }
.breadcrumbs li strong { font-weight:normal; }

/* Page Heading */
.page-title { margin-top:30px; }
.page-title h1,
.page-title h2 { font-size:22px }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.title-buttons { text-align:right; margin-bottom:20px; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; line-height:34px; margin:0; }

.subtitle,
.sub-title { clear:both; }

/* Pager */
.pager {}
.pager .amount { float:left; }
.pager .limiter { float:left; }
.pager .pages { float:right; line-height:22px; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline-block; margin:0 2px; }
.pager .pages li:first-child { margin-left:0; }
.pager .pages li:last-child { margin-right:0; }
.pager .pages a { color:#444; text-decoration:none; }
.pager .pages a:hover { color:#0084cf; text-decoration:underline; }
.pager .pages .current { font-weight:bold; color:#1e1f21; }

/* Sorter */
.sorter {}
.sorter .view-mode {}
.sorter .sort-by label { display:block; float:left; margin-right:10px; color:#1e1f21; line-height: 35px; }
.sorter .link-feed {}


/* Toolbar Custom Select */

.select-wrapper { position :relative; float:left; }
.select-wrapper .select-styling { height: 30px; appearance: none; background: white;
    -webkit-appearance: none; -moz-appearance: none; -op-appearance: none; -ms-appearance: none;
    border: 1px solid #b7b7b7; border-radius: 3px; padding: 0 35px 0 10px; margin: 3px 0 3px 0; cursor: pointer; margin-right: 10px;
}

.select-wrapper .select-styling a { line-height: 27px; text-decoration:none; color: #444; font-size: 12px; }
.select-wrapper .arrow-down { height: 13px; position: absolute; right: 20px; top: 12px; background-image: url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/select-arrow-down.png); background-repeat: no-repeat; background-size: 12px; background-position: 0px 0px; width: 13px; pointer-events: none; }
.select-wrapper .arrow-down.high-low { transform:rotate(270deg); top: 11px; right: 17px; }


/* Toolbar */
.toolbar { background:#ccc; padding:10px 20px; border-radius:2px; }
.toolbar-top .pager { display:none; }
.toolbar-top .input-select-wrapper { width:120px; margin-right:5px; display:block; float:left; }
.toolbar-bottom .sorter,
.toolbar-bottom .pager .amount { display:none; }
.toolbar-bottom .limiter { line-height:22px; color:#1e1f21; }
.toolbar-bottom .input-select-wrapper { width:70px; color:#444; margin:0 3px; }

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; font-weight:bold; }
.data-table td { padding:5px; }
.data-table thead { background-color:#efefef; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even {}
.data-table tbody.odd {}
.data-table tbody.odd td {}
.data-table tbody.even {}
.data-table tbody.even td {}
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {}
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; }
.data-table td.value {}

/* 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.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.summary-details { display:table-row !important; }
tr.summary-details-excluded { font-style:italic; }
tr.summary-total { display:none !important; }

/* 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.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/bkg_collapse.gif) 100% 4px 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% -53px; }

/* Class: std - styles for admin-controlled content */
.std { line-height:18px; }
.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 li { padding:2px 0; }
.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 { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-rss { background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove {
    /*display:block; width:11px; height:11px; */
    /*font-size:0; line-height:0; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/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.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/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.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/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; width:1px; height:12px; display:inline-block; background:#ccc !important; text-indent:999em; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; 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:1000px; margin:0 auto; padding:12px 0 12px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }



/* Cookie Notice */
.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.notice-cookie .notice-inner { margin:0 auto; text-align:left; }
.notice-cookie .notice-inner p { margin:0 0 10px;  padding:10px; }
.notice-cookie .notice-inner .actions { }

.notice-cookie { padding: 20px 20px; display: block;  background: rgba(0, 0, 0, 0.45); border-color: #000000; color: #ffffff; margin: 0; border-radius: 5px; position: fixed !important; bottom: 50px !important;
    max-width: 600px; left: calc(50% - 300px); box-sizing: border-box; z-index: 1000; }
.notice-cookie p { margin: 0; float: left; width: 60%; }
.notice-cookie p a { color: white; text-decoration: underline; }
.notice-cookie p a:hover { color: white; text-decoration: none; }
.notice-cookie .actions { margin-top: 5px; float: right; }

@media screen and (max-width: 650px) {
    .notice-cookie { width: calc(100% - 40px); left: 20px; }
    .notice-cookie p { width: 100%; }
    .notice-cookie .actions { margin-top: 15px; float: left; width: 100%; }
}


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


/* Header ================================================================================ */
.logo { float:left; }
.header-container { background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/bg_quick-access.png) 0 0 repeat-x; }
.header,
.quick-access { width:1000px; margin:0 auto; }
.quick-access { height:40px }
.quick-access li { display:block; float:left; margin-top:11px; height:16px; line-height:14px; }
.quick-access li strong { color:#1e1f21; }
.quick-access li a { color:#1e1f21; text-decoration:none; }
.quick-access li a:hover { color:#0084cf; text-decoration:underline; }
.quick-access li.twwb { margin-top:10px; }
.quick-access li.contact { background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/bg_contact.png) 0 2px no-repeat; padding-left:16px; margin-left:20px; font-size: 14px;}

@media screen and (max-width: 1000px){
    .quick-access .contact, .quick-access li.twwb { display:none; }
}

.quick-access .right li a { display:inline-block; line-height:14px; padding:0 8px; height:14px; border-left:1px solid #ccc; }
.quick-access .right li:last-child a { padding-right:0; }

.quick-access .language-switch { padding-right:8px; }
.quick-access .language-switch a { padding:0 !important; margin:1px 0 0 4px; border:none !important; width:16px !important; height:11px !important; text-indent:-999em; background-repeat:no-repeat; }

.header { height:130px; position:relative; }
.header .logo { float:left; text-decoration:none !important; margin-top: 8px; }
.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 .logo .logo {  padding:0; max-width: 300px; }
.header .logo .logo img { height: auto; max-width: 240px; }


.header .form-search { text-align:right; float:left; margin: 15px 0 0px 20px; }

@media screen and (min-width: 991px){
    .header .form-search { text-align:right; float:left; margin: 40px 0 0px 20px; }
}




.header .form-search .input-text { font-style:italic; float:left; width:500px; border-right:none; border-radius:2px 0 0 2px; height: 42px; padding-left: 15px; }
.header .form-search .button span { border-radius:0 2px 2px 0; height: 42px; line-height: 42px; }
.header .form-search .search-suggestions { clear:both; padding:5px 0 0 5px; text-align:left; }
.header .form-search .search-suggestions * { display:inline; }

@media screen and (max-width:1039px) {
    /*.header .form-search { text-align:right; float:left; margin: 40px 0 0px 20px; }*/
    .header .form-search .input-text { font-style:italic; float:left; width:450px; border-right:none; border-radius:2px 0 0 2px; height: 42px; }
}

@media screen and (max-width: 955px){
    /*.header .form-search { text-align:right; float:left; margin: 40px 0 0px 20px; }*/
    .header .form-search .input-text { font-style:italic; float:left; width:350px; border-right:none; border-radius:2px 0 0 2px; height: 42px; }
}
@media screen and (max-width: 860px){
    /*.header .form-search { text-align:right; float:left; margin: 40px 0 0px 20px; }*/
    .header .form-search .input-text { font-style:italic; float:left; width:250px; border-right:none; border-radius:2px 0 0 2px; height: 42px; }
}

.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }

.header .top-cart { float:right; margin-top:40px; }
.header .top-cart .cart-total { display:inline-block; float:left; height:25px; line-height:34px; margin-right:4px; font-family:"Cabin", sans-serif; font-weight:700; font-size:14px; color:#000; margin-top: 7px; }

@media screen and (max-width: 767px){
    .header .top-cart .cart-total { margin-top: 0;}
}

.header .top-cart > a { display:inline-block; padding-right:55px; height:45px; position:relative; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/bg_top-cart.png) 100% 0 no-repeat; background-size: 40px;  }
.header .top-cart > a .cart-qty { position:absolute; top:-2px; right:-5px; display:inline-block; color:#fff; font-weight:bold; font-size:11px; text-decoration:none; background:#0384cf; padding:2px 4px 1px; text-align:center; border-radius:2px; }
.header .top-cart #cartContent { position:absolute; z-index:500; right:-20px; }
.header .top-cart .cart-content { background:#fff; box-shadow:#c0c0c0 0 0 5px; border-radius:2px; width:429px; padding:20px 10px; }
.header .top-cart .cart-content > strong { font:700 14px "Cabin", sans-serif; color:#fc9400; }
.header .top-cart .cart-content .close { display:block; width:8px; height:8px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/close.png) 50% no-repeat; opacity:0.4; text-indent:-999em; float:right; padding:2px; margin:-12px -2px 0 0; }
.header .top-cart .cart-content .close:hover { opacity:1; }
.header .top-cart .cart-content .products-list { margin-top:-16px; }
.header .top-cart .cart-content .item { padding:10px; border-bottom:1px solid #efefef; }
.header .top-cart .cart-content .item div { float:left; }
.header .top-cart .cart-content .item .product-name { display:block; float:left; text-align:left; font-weight:600; margin:0 20px 0 10px; width:249px; font-family:"Cabin", sans-serif; }
.header .top-cart .cart-content .item .product-name a { color:#444; }
.header .top-cart .cart-content .item .product-name a:hover { color:#0084cf; text-decoration:none; }
.header .top-cart .cart-content .item .product-details { width:60px; text-align:right; line-height:18px; }
.header .top-cart .cart-content .item .product-details .qty { display:block; color:#a5a5a5; }
.header .top-cart .cart-content .item .product-details .price { display:block; }
.header .top-cart .cart-content .item .product-details br { display:none; }
.header .top-cart .cart-content .item .product-details strong { font-weight:lighter; }
.header .top-cart .cart-content .summary { padding:10px 10px 20px; line-height:18px; margin-bottom:16px; }
.header .top-cart .cart-content .summary .subtotal span { display:inline-block; font-weight:bold; }
.header .top-cart .cart-content .summary .subtotal .label { width:300px; float:left; }
.header .top-cart .cart-content .summary .subtotal .amount { width:80px; float:right; text-align:right; }
.header .top-cart .cart-content .summary .free-shipping { color:#5ab412; }
.header .top-cart .cart-content .actions { padding:0 10px; }
.header .top-cart .cart-content .actions .show-more { float:left;}
.header .top-cart .cart-content .actions .show-more .button span span { background:#0084cf; border-color:#004880; }
.header .top-cart .cart-content .actions .button { float:right; }
.header .top-cart .cart-content .actions .button span span { background:#6dc600; border-color:#5dba00; }
.header .top-cart .cart-content .actions .trusted_shop_vat_link {
    float: right;
    display: block;
    line-height: 2;
    width: 100%;
    text-align: right;
}

.checkout-cart-index .header .top-cart #cartContent { display:none !important; }

.header .tax-switch { position:absolute; right:0; top:15px; }

@media screen and (min-width: 991px){
    .header .tax-switch { position:absolute; right:0; bottom:25px; top: auto; }
}

.header .tax-switch a { display:block; height:13px; padding-left:30px; font-size:10px; color:#444; text-decoration:none; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/tax_switch.png) 0 0 no-repeat; }
.header .tax-switch.disabled a { background-position:0 100%; }

/* Sticky header */

@media screen and (min-width: 768px){
    .show-sticky .nav-wide-container {
        position: fixed;
        width:100%;
        z-index:99999;
        left:0;
        top:0;
        height:57px;
    }

    .show-sticky {
        padding-top:59px;
    }
}



    /********** < Navigation */
.nav-container { width:1000px; margin:0 auto; }
#nav { height:56px; width:1000px; background:#6a6a6a; border-radius:2px; border-bottom:1px solid #303030; font-family:"Cabin", sans-serif; }

/* All Levels */
#nav li { text-align:left; position:relative; }
#nav li.over { z-index:998; }
#nav li.parent {}
#nav li a { display:block; text-decoration:none; }
#nav li a:hover { text-decoration:none; }
#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
#nav li ul a span { white-space:normal; }

/* 1st Level */
#nav li { float:left; display:block; margin:21px 0 0 30px; }
#nav li a { float:left; font-size:16px; font-weight:700; color:#fff; }
#nav li a:hover { color:#b5b5b5; }

#nav .home { margin-top:18px; }
#nav .home a { display:block; width:22px; height:20px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/home.png) 0 0 no-repeat; text-indent:-999em; }

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

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

#nav ul li { float:none; border-bottom:1px solid #ddd; }
#nav ul li.last { border-bottom:0; }
#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
#nav ul li a:hover { color:#000 !important; }
#nav ul li.active > a,
#nav ul li.over > a { color:#000 !important; }
*/

/* 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 { margin:0 0 10px; }
.block .block-title {}
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { font-size:13px; font-weight:bold; }
.block .block-content {}
.block .block-content li.item { padding:5px 0; }
.block .btn-remove,
.block .btn-edit { float:right;}
.block .actions { text-align:right; }
.block .actions a { float:left; }
.block .empty {}

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

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }


/* Block: Search */
.form-search-sidebar { position:relative; }
.form-search-sidebar h3 { line-height:1; }
.form-search-sidebar .input-text { font-style:italic; float:left; width:220px; border-right:none; border-radius:2px 0 0 2px; }
.form-search-sidebar button.button { right:0; position:absolute; }
.form-search-sidebar button.button span { border-radius:0 2px 2px 0; }


/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Layered Navigation */
.block-layered-nav {}
.block-layered-nav dt { font:700 16px "Cabin", sans-serif; color:#fc9400; padding-top:21px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/dash.png) 0 0 repeat-x; margin:20px 0 16px; }

.block-layered-nav ol.m-filter-css-checkboxes li  { margin:0 0 12px 0; color:#a5a5a5; display:block; width:150px; float:left; }
.block-layered-nav ol.m-filter-css-checkboxes li a.m-checkbox-unchecked,
.block-layered-nav ol.m-filter-css-checkboxes li a.m-checkbox-checked { color:#444; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/checkbox.png) 0 0 no-repeat !important; }
.block-layered-nav ol.m-filter-css-checkboxes li a.m-checkbox-checked { background-position:0 100% !important; }
.block-layered-nav ol.m-filter-css-checkboxes li a.m-checkbox-unchecked:hover,
.block-layered-nav ol.m-filter-css-checkboxes li a.m-checkbox-checked:hover { color:#0084cf; text-decoration:underline !important; }

#left_price-track { width:300px !important; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/mana_slider.png)0 50% no-repeat; }
#left_price-span { border:none; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/mana_slider_value.png) 0 0 repeat-x; height:12px; margin:3px -2px 0; }
#left_price-from,
#left_price-to { width:32px; height:24px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/mana_slider_grippie.png) 0 0 no-repeat; margin-top:-2px; cursor:ew-resize; }
#left_price-from { margin-left:-1px; }
#left_price-to { margin-left:1px; }
#left_price-from:active,
#left_price-to:active { background-position:0 100%; }


#m-wait { position:fixed !important; width:100%; height:100%; top:0; left:0; background:#fff; opacity:0.70; z-index:9999 !important; }
#m-wait * { display:none !important; }


/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:center; }
.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 5px 0; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.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 .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */

.col-banner { float:left; width: 100%; margin-top: 10px; }
.col-banner img { width: 100%; }

.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

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

/* USP */
.block_usp { font-size:14px; color:#1e1f21; margin-bottom: 20px; }
.catalog-product-view .block_usp ul { margin-top: 20px; }
.block_usp li { position:relative; padding-left:36px; margin-top: 10px; }
.block_usp li span { line-height: 30px; margin-left: 15px; }
.block_usp li img { position:absolute; left:5px;  }

.sidebar .block_usp { height:auto; margin-bottom:40px; }
.sidebar .block_usp h2 { font-size:16px;  }

/* Customer Rating - Kiyoh custom */
.customer-rating { max-width: 240px; width: 240px; float:left; border: 1px solid #b7b7b7; margin-top: 10px; }
.customer-rating .top { text-align: center; float: left; width: calc(100% - 59px); background:white; }
.customer-rating .top span { display:block; }

.customer-rating .top .score {  font:700 24px "Cabin", sans-serif; background: #fc9400; padding: 10px; color: white; float: left; outline: 1px solid #fc9400; }
.customer-rating .top .reviews {     vertical-align: middle; margin-top: 5px; font-size: 11px; display: block; float: left; margin-left: 10px; }

.customer-rating .top .stars,
.customer-rating .top .stars * { width:64px; height:12px; }
.customer-rating .top .stars .overlay { position:absolute; top:0; right:0; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/rating_stars.png) 100% 100% no-repeat; }
.customer-rating .top .stars.r10 .overlay { width:58px; }
.customer-rating .top .stars.r20 .overlay { width:51px; }
.customer-rating .top .stars.r30 .overlay { width:45px; }
.customer-rating .top .stars.r40 .overlay { width:38px; }
.customer-rating .top .stars.r50 .overlay { width:32px; }
.customer-rating .top .stars.r60 .overlay { width:25px; }
.customer-rating .top .stars.r70 .overlay { width:19px; }
.customer-rating .top .stars.r80 .overlay { width:12px; }
.customer-rating .top .stars.r90 .overlay { width:6px; }
.customer-rating .top .stars.r100 .overlay { display:none !important; }
.customer-rating .top .stars .base { background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/rating_stars.png) 0 0 no-repeat; }

.customer-rating .top .stars { position: relative; overflow: hidden; float: left; vertical-align: middle; margin: 12px 10px 0; }

.customer-rating .bottom { background :#b7b7b7; padding :0 10px; float :right; height :49px; max-width  :70px; }
.customer-rating .bottom a { color:#fff; text-decoration:none; }
.customer-rating .bottom .kiyoh-logo img { margin: 17px 0px 0 0px; }

.product-view .customer-rating { border-color:#b7b7b7; }
.product-view .customer-rating .bottom { background:#b7b7b7; }
.customer-rating .bottom .real-rating { display:none; }

/* Usp under nav */
.col-100 .block_usp { float:left; width: 100%; }
.col-100 .block_usp h2 { display :none; }
.col-100 .block_usp ul { float:left; width: 100%; }
.col-100 .block_usp li { position: relative; float: left; width: 25%; padding: 0px 0px 0px 55px; margin-top: 20px; line-height: 1.2em; color: #b7b7b7; font-size: 12px; font-family: "Cabin", sans-serif;}
.col-100 .block_usp li a {text-decoration: none; color: #b7b7b7;}
.col-100 .block_usp li strong { font-size: 13px; color:#696a6d; }
.col-100 .block_usp li img { position:absolute; left:15px; top: 0px; }
.col-100 .block_usp { font-size:14px; color:#1e1f21; height:auto; }

/* Column layout for USP and rating block under nav */
.col-100 { float:left; width: 100%; }
.col-75 { float:left; width: 70%; }
.col-25 { float:left; width: 30%; }
.col-25 .customer-rating { float: right;  }

@media screen and (max-width: 1039px){
    .col-25 .customer-rating { margin-right:15px; }
}

@media screen and (max-width: 850px){
    .col-75 { float:left; width: 100%; }
    .col-25 { float:none; width: 240px; margin: 0 auto; }
    .col-25 .customer-rating { display:none; }
    .col-100 .block_usp li {margin-top:12px;}
}

@media screen and (max-width: 700px){
    .col-100 .block_usp li { position: relative; float: left; width: 50%; padding: 0px 0px 0px 55px; margin-top: 12px; line-height: 1.2em;  min-height: 35px; max-height: 50px; overflow:hidden; }
}

@media screen and (max-width: 767px){
    .col-25 .customer-rating { max-width: 240px; width: 240px;  position: absolute; top: 75px; right: 0px; display:none; }
}

@media screen and (max-width: 550px){
    .col-100 .block_usp { padding-top: 0; }
    .col-75 { padding-bottom: 0; }
    .col-25 { display:none;  }
    .col-25 .customer-rating { float: left; }

}

/* Helper */
.glg-helper { text-align:center; }
.glg-helper img { display:inline-block; }

.glg-helper .buying-guide { background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/dash.png) 0 100% repeat-x; padding-bottom:16px; margin-bottom:18px; }
.buying-guide { text-align:center; }
.buying-guide .button { display:inline-block; width:300px; }
.buying-guide .button > span { width:100%; }
.buying-guide .button span { font-size:18px; height:60px; line-height:60px; border-width:2px; text-align:center; background:#0084cf; }
.buying-guide .button span span { background:#0084cf url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/buying-guide.png) 0 50% no-repeat; padding:0 0 0 32px !important; display:inline-block; float:none; }

.glg-helper .shipping-methods { margin-top:20px; }
.glg-helper .shipping-methods h6 { display:inline-block; font-size:12px; }
.glg-helper .shipping-methods { vertical-align:middle; }

/* Call to Action */
.glg-cta { margin-top:40px; }

/* Newsletter subscribe */
.newsletter-subscribe { position:relative; }
.newsletter-subscribe .input-box { width:211px; float:left; }
.newsletter-subscribe .input-text { width:200px; border-right:0; border-radius:2px 0 0 2px; }
.newsletter-subscribe .button { float:left; position:absolute; }
.newsletter-subscribe .button span { border-radius:0 2px 2px 0px; }
.sidebar .newsletter-subscribe br { display:none; }

/* Subscribe home */
.newsletter-subscribe-home { text-align:center; margin-top:40px; }
.newsletter-subscribe-home .heading { display:inline-block; text-align:right; padding:4px 21px 0 65px; height:46px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/newsletter.png) 0 50% no-repeat; }
.newsletter-subscribe-home form { display:inline-block; }
.newsletter-subscribe-home .input-box,
.newsletter-subscribe-home .actions,
.newsletter-subscribe-home .button { float:left; }
.newsletter-subscribe-home .input-box { width:245px; text-align:left; }
.newsletter-subscribe-home .input-text { width:255px; border-right:0; border-radius:2px 0 0 2px; }
.newsletter-subscribe-home .button span { border-radius:0 2px 2px 0px; }
.newsletter-subscribe-home .validation-advice { position:absolute; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.col-top { margin:10px 0 30px; padding-bottom:14px; border-bottom:1px solid #efefef; }
.col-top .buying-guide { margin-top:-50px; }
.col-bottom { clear:both; margin-top:40px; padding-top:40px; border-top:1px solid #efefef; }
.category-title {}
.category-image { width:100%; overflow:hidden; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

li.item .product-image { position:relative; text-decoration:none !important; }
li.item .discount-label { display:block; width:64px; height:64px; padding-top:11px; position:absolute; top:9px; right:9px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/discount_label.png); text-decoration:none; color:#fff; font:24px "Cabin", sans-serif; letter-spacing:-0.05em; text-align:center; white-space:nowrap; }
li.item .discount-label small { font-size:9px; display:block; letter-spacing:normal; margin-top:-3px; text-transform:uppercase; }

/* Category Description */
#categoryDescription { display:block; position:relative; float:left; width: 100%; overflow: hidden; }
#categoryDescription .overlay { height: 100px; width:100%; position:absolute; top:0; left:0; background-image:-webkit-linear-gradient(rgba(255,255,255,0),#fff); background-image: linear-gradient(rgba(255,255,255,0),#fff); }

.desc-button { text-align: left; float: left; width:100%; color: #1858a3; position: relative; padding: 5px 0px; }
.desc-button svg { position: absolute; top: 6px; height: 14px; width: 13px; margin-left: 5px; }
.desc-button.less svg { transform: rotate(180deg); }

/* Subcategories List */
.subcategories-container { background:#f6f6f6; border-radius:2px; padding-top:18px; }
.subcategories-container h2.title { margin:0 10px 18px; }
.subcategories-grid li.item { display:block; width:110px; /*min-height:170px;*/ margin:0 10px; float:left; }
.subcategories-grid .category-image { width:110px; height:110px; }
.subcategories-grid .category-name { font-size:13px; line-height:20px; margin-top:7px; min-height:40px; }
.subcategories-grid .category-name a { color:#0084cf; text-decoration:none; }
.subcategories-grid .category-name a:hover { text-decoration:underline; }

/* Home - Popular */
.popular-products { background:#f6f6f6; margin-top:20px; padding:16px 0 25px; border-radius:2px; position:relative; }
.popular-products .subtitle { margin-left:10px; }
.popular-products .type-filter { position:absolute; top:16px; right:10px; }
.popular-products .products-grid { width:100% !important; }
.popular-products .products-grid li.item { width:180px; margin:0 10px; padding:0; text-align:center; }
.popular-products .products-grid .product-image { width:160px; height:160px; padding:10px; margin-bottom:5px; background:#fff; }
.popular-products .products-grid .product-image img { width:100%; height:auto; }
.popular-products .products-grid .product-name { height:42px; overflow:hidden; }
.popular-products .products-grid .product-type { font-style:italic; display:inline-block; margin:4px 0 7px; }
.popular-products .products-grid .price-box { font-size:14px; }
.more-products-link { padding:13px 0 11px 10px; border-bottom:1px solid #efefef; margin-bottom:36px; }
.more-products-link a { text-decoration:none; position:relative; padding-left:10px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/more-link.png) 0 1px no-repeat; }
.more-products-link a:hover { text-decoration:underline; }

/* Contacts */
.contacts-index-index .sidebar.col-right { margin-top:30px; }
.contacts-index-index .col-top { border:none; margin-bottom:0; padding-bottom:0; }
#contactForm .button { float:left; }
#contactForm p.required { float:right; }

/* View Type: Grid */
.products-grid { 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 { margin:0 0 5px; font-weight:bold; font-size:14px; line-height:20px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }

/* View Type: List */
.products-list li.item { margin-top:20px; padding-bottom:15px; border-bottom:1px solid #efefef; }
.products-list li.item.last {}
.products-list .product-image { float:left; }
.products-list li.item .discount-label { top:-10px; left:-5px; }
.products-list .product-shop { margin-left:140px; width:540px; }
.products-list .product-name { font-size:14px; margin:0 0 10px 0; }
.products-list .glg-lampvoet { margin:9px 0; display:block; }
.products-list .product-details { margin-bottom:10px; }
.products-list .product-tiers { width:350px; float:left; }
.products-list .tier-prices.product-pricing { width:100% !important; }
.products-list .product-pricing { width:170px; float:right; line-height:21px; margin-top:-4px; }
.products-list .product-pricing .msrp-price { width:100%; }
.products-list .product-pricing .msrp-price span { display:block; width:50%; float:left; }
.products-list .product-pricing .msrp-price .price { text-align:right; }
.products-list .price-box { text-align:right; }
.products-list .price-box .normal-price-label { display:block !important; float:left; }
.products-list .price-box .regular-price .price { color:#1e1f21; }
.products-list .price-box .old-price .price { font-size:10px; }
.products-list .tax-notice { font-size:10px; text-align:right; color:#a5a5a5; }
.products-list .discount-notice { font-weight:bold; color:#1e1f21; text-align:right; }
.products-list .availability { margin-bottom:16px; float:left; width: 100%; }
.products-list .product-bottom { height:35px; }
.products-list .product-bottom .more-info { float:left; line-height:36px; }
.products-list .product-bottom .more-info a { text-decoration:none; position:relative; padding-left:10px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/more-link.png) 0 1px no-repeat; }
.products-list .product-bottom .more-info a:hover { text-decoration:underline; }
.products-list .add-to-cart { float:right; }
.products-list .trusted_shop_vat_link {
    float: right;
    width: 100%;
    text-align: right;
    line-height: 2;
}
.products-list .add-to-cart label { float:left; line-height:36px; }
.products-list .add-to-cart .qty { height:24px; width:36px !important; margin:5px 15px 0 5px; }
.products-list .add-to-cart .button { float:left; margin:0; }
.products-list .add-to-cart .button span span { background:#6dc600; border-color:#5dba00; }


/* Onsale =========================================================================================================== */

div.onsale-product-label,
div.onsale-category-label { margin-left:0 !important; }

.onsale-product-container-inside {
    background-repeat:no-repeat !important;
    left: auto !important;
    right: 0 !important;
}

.onsale-category-container {
    background-repeat: no-repeat !important;
    left:0 !important;
    top: 0 !important;
}

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


/* Product View ========================================================================== */
/* Availability */
.availability { margin:0; }
.availability span { color:#5ab412; font-weight:normal; line-height: 18px; font-size: 13px; }


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

.price-box {}
.price-box .price { font-weight:bold; }

.price-box .price-excluding-tax .price,
.price-box .price-including-tax .price  {
    font-weight:bold;
}

.catalog-product-view .product-shop .price-box .price-excluding-tax .price,
.catalog-product-view .product-shop .price-box .price-including-tax .price  {
    font-weight:bold;
    font-family:"Cabin", sans-serif;
    font-size: 24px;
    float: left;
    margin-top: -5px;
    margin-left: 10px;
    color: black;
}


/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price { display:inline-block; }
.old-price .price-label { display:none; }
.old-price .price { font-size:12px; font-weight:normal; color:#737373; text-decoration:line-through; }

/* Special price */
.special-price { display:inline-block; }
.special-price .price-label { display:none; }
.special-price .price { font-weight:bold; color:#5ab412; }

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

.minimal-price-link { display:none; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.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 {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

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

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

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

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

.product-tiers { background:#f6f6f6; padding:14px 16px 19px; border-radius:2px; margin-top: 25px; }
.product-tiers .title { display:block; color:#fc9400; margin-bottom:14px; }
.tier-prices { width:auto; float:none; }
.tier-prices .tier-price { display:inline-block; margin-right:20px; }
.tier-prices .tier-price .price { color:#1e1f21; }

.product-view .product-tiers { padding: 20px 20px 20px 20px;  }

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; 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 {}
.product-shop .trusted_shop_vat_link {
    float: right;
    width: 100%;
    text-align: right;
    line-height: 2;
}

.product-view {}
.product-essential { margin-top:30px; }
.product-collateral { padding-top:40px; border-top:1px solid #efefef; margin-top:40px; }

/* Product Images */
.product-view .product-img-box { float:left; width:54%; overflow:hidden; width: calc(55% - 20px); }
.product-view .product-img-box .onsale-product-container{ border: 2px solid #f6f6f6; }

.product-view .product-img-box .product-image {}
.product-view .product-img-box .product-image a { display :block; text-align:center; }
.product-view .product-img-box .product-image img { max-width: 100%; }
.product-view .product-img-box .more-views { display:block; padding-top:15px; }
.product-view .product-img-box .more-views ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin: 0 8px 8px 0; }
.product-view .product-img-box .more-views li .thumbnail { opacity: 0.7; }
.product-view .product-img-box .more-views li .thumbnail:hover,
.product-view .product-img-box .more-views li .thumbnail.active { opacity: 1; }

#overlay { width:100%; background:#fff; opacity:0.7; position:fixed; top:0; z-index:9999; bottom: 0; left: 0; right: 0; height: 100% !important; }
#lightboxWrapper { width:600px; height:600px; text-align:center; position:fixed; left:50%; top:50%; margin:-300px 0 0 -300px; z-index:9999; }
#lightbox { position:relative; height:600px; width:600px; display:table-cell; vertical-align:middle; background:#fff; box-shadow:#c0c0c0 0 0 5px; border-radius:2px; }
#lightbox img { max-height:580px; max-width:580px; height:auto; width:auto; }
#lightbox a.close { display:block; width:8px; height:8px; background: url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/close.png) 50% no-repeat; opacity:0.4; text-indent:-999em; padding:2px; position:absolute; right:10px; top:10px; z-index:9999; }
#lightbox a.close:hover { opacity:1; }


/* Product Shop */
.product-view .product-shop { float:right; width:45%; }
.product-view .product-name { float:left; width: 100%;  margin-bottom:19px; padding-bottom:19px; }
.product-view .product-name h1 { margin:0 0 9px; }
.product-view .product-name .glg-lampvoet { font-size:14px; color:#1e1f21; }

.product-view .prefix-label { display:block; float:left; color:#1e1f21; font-weight:bold; font-size:14px; margin-right:5px; margin-top: 10px;}
.product-view .price-box { font-size:14px; float:left; margin-top: 10px;}
.product-view .old-price .price { font-size:14px; }
.product-view .regular-price .price { color:#1e1f21; }

.product-view .availability { margin:12px 0 16px; }

.product-view .tier-cta { display:block !important; margin-top:35px; }
.product-view .tier-cta .seperator { display:block; width:1px; height:14px; background:#ccc; text-indent:-999em; margin:0 10px; width: 100%; visibility:hidden; }

.product-view .add-to-box { margin-top:20px; }
.product-view .add-to-box .add-to-cart { float: left; width: 100%; margin: 20px 0; }
.product-view .add-to-box label { float:left; line-height:36px; }
.product-view .add-to-box .qty { height:24px; width:36px !important; margin:5px 15px 0 5px; text-align:center; }
.product-view .add-to-box .button { float:right; width: 75%; margin: -5px 0 0 0; position :relative;  text-align:center; }

.product-view .add-to-box .button > span span:before {
    content: '';
    background-image: url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/bg_addtocart.png);
    background-size: 24px;
    position: relative;
    margin-right: 10px;
    top: 13px;
    padding: 15px;
    background-repeat: no-repeat;
}


.product-view .add-to-box .button span { width: 100%;     float: left; height: 44px; line-height: 44px; border-bottom: 2px solid #5dba00;  }
.product-view .add-to-box .button span span { background:#6dc600; border-color:#5dba00; cursor: pointer; }
.product-view .add-to-box .button span span:hover {
    background: #5dba00;
    border-bottom: 2px solid #4b9600;
}

.product-view .add-to-box .weee-tax { float:left; line-height:36px; position:relative; }
.product-view .add-to-box .weee-tax > a { display:inline-block; width:14px; height:16px; position:relative; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/ico_q.png) 0 0 no-repeat; vertical-align:middle; }
.product-view .add-to-box .weee-tax .tooltip { position:absolute; padding:0 0 35px 120px; bottom:0; left:0; display:none; }
.product-view .add-to-box .weee-tax .tooltip-content { background:#fff; color:#444; border:1px solid #ccc; padding:10px 10px 0; width:300px; box-shadow:#c0c0c0 0px 1px 1px; border-radius:2px; }
.product-view .add-to-box .weee-tax > a:hover + .tooltip,
.product-view .add-to-box .weee-tax .tooltip:hover { display:block; }
.product-view .add-to-box .weee-tax .value { display:inline-block; margin-left:7px; }


@media screen and (max-width: 767px){
    .product-view .tooltip {
        z-index: 1000 !important;
        left: -100px !important;
    }
}

/* Tabs */
.product-tabs { background:#f6f6f6; border-radius:2px 2px 0 0;  }
.product-tabs li { display:block; float:left; }
.product-tabs li:last-child,
.product-tabs li.last { padding-right:0; border:none; }
.product-tabs li a { color:#000; text-decoration:none; font:700 16px/35px "Cabin", sans-serif; display:inline-block; padding: 15px 25px; cursor: pointer;}

@media screen and (min-width: 770px) and (max-width:1000px){
    .product-tabs li a { padding-left: 0; background: none !important; }
}

.product-tabs li a:hover { background: #f2f2f2; }
.product-tabs li.active a { color:black; text-decoration:none !important; cursor:default; background-position:0 0 !important; position: relative;  }
.product-tabs li.active a:before { content: ''; padding: 2px; left:0; right: 0; top: 0; position: absolute; background-color: #fc9400; }


.product-tabs-content { background:#f6f6f6; border-radius:0 0 2px 2px; border:1px solid #f6f6f6; overflow:hidden; }
.product-tabs-content .std { padding:15px 20px; }
.product-tabs-content table * { border:none; }
.product-tabs-content table .odd * { background:#fff; }
.product-tabs-content table .label { padding:10px 10px 9px 0; color:#1e1f21; }
.product-tabs-content table .data { padding:10px 0 9px 0; }

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
.product-options dt label { font-weight:bold; float:none; line-height: inherit; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:0; }
.product-options dl.last dd.last {}
.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:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }
.product-view .product-options .add-to-box label { display: block; padding:0 0 5px; line-height: inherit; }

.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
.product-options-bottom .price-box { margin:10px 0; display:block; }
.product-options-bottom .add-to-links { display:none; }

/* Alternative Products */
.alternative-products { padding-top:40px; border-top:1px solid #efefef; margin-top:40px; }
.alternative-products .products-grid li.item { width:230px; margin:0 10px; padding:0; text-align:center; }
.alternative-products .products-grid .product-image { width:180px; height:180px; margin-bottom:5px; display:inline-block; }
.alternative-products .products-grid .product-name { width:180px; background:none; padding:0; margin-bottom:5px; height:42px; overflow:hidden; display:inline-block; }
.alternative-products .products-grid .product-type { font-style:italic; display:inline-block; margin:4px 0 7px; }
.alternative-products .products-grid .price-box { float:none; }
.alternative-products .products-grid .qty-wrapper { display:block; width:230px; margin:16px 0 10px; }
.alternative-products .products-grid .qty-wrapper label,
.alternative-products .products-grid .qty-wrapper .qty { float:none; display:inline-block; }
.alternative-products .products-grid .qty-wrapper .qty { height:24px; width:36px !important; }
.alternative-products .products-grid .add-to-cart button.button { margin:0; float:none; }
.alternative-products .products-grid .button span span { background:#6dc600; border-color:#5dba00; }
/* ======================================================================================= */

.products-grid .add-to-cart .trusted_shop_vat_link {
    float:left;
    width: 100%;
    text-align: center;
    line-height: 4;
    font-size:11px;
}


/* Content Styles ================================================================= */
.product-name a { text-decoration:none; }
.product-name a:hover { text-decoration:underline; }

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}
.cms-index-index .main { margin-top:25px; }
.cms-home .main { margin-top:0; }
/* CMS Customer Service */
.cms-customer-service .col-narrower ul { list-style:none; padding:0; }
.cms-customer-service .col-narrower ul li { margin-top:22px; position:relative; padding-left:30px; }
.cms-customer-service .col-narrower ul li img { position:absolute; top:4px; left:0; }
.cms-customer-service .col-narrower ul li strong { font-size:14px; color:#1e1f21; display:block; margin-bottom:6px; }

.faq-tabs { margin:28px 0; }
.faq-tabs li { display:block; float:left; width:323px; height:52px; border:1px solid #efefef; margin-bottom:-1px; }
.faq-tabs li.active { background:#f6f6f6; }
.faq-tabs li:not(.active):hover { background:#0084cf; }
.faq-tabs li a { display:block; width:100%; height:100%; font:700 14px "Cabin", sans-serif; text-decoration:none; padding-left:30px; line-height:50px; }
.faq-tabs li.active a { color:#444; cursor:default; }
.faq-tabs li:not(.active):hover a { color:#fff; }

.faq-tabs-content dt { font:700 14px/20px "Cabin", sans-serif; text-decoration:none; margin:20px 0 6px; }
.faq-tabs-content dd { padding:0; }


/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.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 {}

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


/* Shopping Cart ========================================================================= */
.cart .page-title { margin:26px 0; }
.cart .page-title h1 { margin-bottom:0; line-height:35px; }
.cart .btn-proceed-checkout span span { background:#6dc700; border-color:#5dba00; }
.cart .cart-buttons { margin-top:40px; border-top:1px solid #efefef; padding-top:20px; }
.cart .cart-buttons .btn-continue { float:left; }
.cart .cart-buttons .btn-continue span span { background-color:#6a6a6a; border-color:#303030; }
.cart .cart-buttons .btn-proceed-checkout { float:right; }

.cart .cart-buttons .trusted_shop_vat_link {
    float: right;
    display: block;
    width: 100%;
    text-align: right;
    height: 20px;
    line-height: 2;
}

/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }
.cart .title-buttons .checkout-types li { float:left; display:block; height:35px; margin-left:10px; }
.cart .title-buttons .checkout-types .trusted_shop_vat_link {
    display: block;
    width: 100%;
    line-height: 2.5;
}
.button.btn-update span,
.button.btn-update span span {
    background: none !important;
    border: none;
    color: #6a6a6a;
}
.button.btn-update span span:hover {
    color: #0084cf;
}

.button.btn-continue,
.checkout-cart-index .footer-top a {
    display :none;
}

/* Shopping Cart Table */
.cart-table thead tr { border:none;}
.cart-table th { padding:8px 15px 7px 0; color:#1e1f21; font-weight:bold; font-size:12px; }
.cart-table th.first { padding-left:10px; border-radius:2px 0 0 0 }
.cart-table th.last { padding-right:10px; border-radius:0 2px 0 0; }
.cart-table tr { border-bottom:1px solid #f6f6f6; }
.cart-table tr td { padding:15px 15px 15px 0; vertical-align:middle; }
.cart-table tr td.first { padding-left:10px; }
.cart-table tr td.last { padding-right:10px; }

.cart-table .product-name { margin:0; font-size:14px }
.cart-table .product-name a { color:#444; text-decoration:none; font-weight: 400; }
.cart-table .product-name a:hover { color:#0084cf; }

.cart-table .qty { height:24px; width:36px !important; text-align:center; }

.cart-table .btn-remove2 { display:inline-block; width:15px; height:15px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/product_remove.png); opacity:0.5; }
.cart-table .btn-remove2:hover { opacity:1; }


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding-top:15px; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell { margin-top:40px; }
.cart .crosssell li.item { display:block; width:147px; float:left; margin:0 10px; text-align:center; }
.cart .crosssell .product-image { display:block; margin:25px 0; }
.cart .crosssell .product-details h3 { font-size:14px; line-height:18px; height:56px; margin-bottom:12px; }
.cart .crosssell .product-details .glg-lampvoet { display:inline-block; font-style:italic; margin-bottom:12px; }
.cart .crosssell .product-details .price-box { margin-bottom:20px; }
.cart .crosssell .product-details label { line-height:24px; vertical-align:middle; }
.cart .crosssell .product-details input.qty { width:20px !important; height:22px; margin-left:6px; }
.cart .crosssell .product-details button.button { margin-top:10px; }
.cart .crosssell .product-details button.button span { height:29px; line-height:29px; font-size:14px; border-color:#cb7700; background:#fc9400; }
.cart .crosssell .product-details button.button span span { padding:0 15px; }


/* Discount Codes & Estimate Shipping and Tax Boxes */

.cart .discount h2 { font-size:14px; margin-bottom:14px; display:inline-block; }
.cart .discount .coupon-link { display:inline-block; margin-left:4px; }
.cart .discount .discount-form label { display:none; }
.cart .discount .cancel-coupon { display:inline-block; margin-top:5px; }
.cart .discount .input-box { float:left; }
.cart .discount .input-box .input-text { width:200px; border-right:none; border-radius:2px 0 0 2px; }
.cart .discount .buttons-set { margin:0; padding:0; border:none; float:left; clear:none !important; }
.cart .discount .buttons-set .button span span { border-radius: 0 2px 2px 0; }

/* Shopping Cart Totals */
.cart .totals { float:right; margin-right:0; width:385px; }
.cart .totals table { width:100%; }
.cart .totals table tr:first-child td { font-weight:bold; }
.cart .totals table th,
.cart .totals table td { padding-bottom:15px; }
.cart .totals table td:last-child { width:170px; }
.cart .totals table strong { font-size:14px; color:#1e1f21; }
.cart .totals .checkout-types,
.cart .totals br { display:none; }
.cart .totals tfoot td { text-align:right; }

.cart .extras { width:503px; float:left; }

.cart .shipping { margin-top:20px; }
.cart .sp-methods { line-height:1.6; }
.cart .sp-methods dd { margin-bottom:15px; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.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:30px; top:7px; }
.col-right .truncated .show .item-options  { left:-240px; top:7px; }
/* ======================================================================================= */

/* Buying Guide ========================================================================== */
#buying-guide .col-1 { width:680px; position:relative; }
#buying-guide .col-2 { width:300px; }

.buying-guide-info { margin-top:30px; }

.buying-guide-filters { border-radius:2px; overflow:hidden !important; }
.buying-guide-filters .btn-clear { position:absolute; right:0; top:-48px; }
.buying-guide-filters .btn-clear span { height:28px; line-height:29px; font-size:14px; }
.buying-guide-filters .btn-clear span span { padding:0 15px; }
.buying-guide-filters .filter { background:#efefef; margin-bottom:1px; padding:15px 20px 10px; width:640px; }
.buying-guide-filters .filter h4 { color:#444; height:20px; line-height:20px; position:relative; padding-left:40px; }
.buying-guide-filters .filter h4 .number { display:block; width:20px; height:20px; color:#fff; text-align:center; background:#fc9400; border-radius:10px; position:absolute; left:0; top:0; }
.buying-guide-filters .filter .m-filterclear { float:right; position:relative; z-index:100; }
.buying-guide-filters .filter ol { margin:0 -10px; }
.buying-guide-filters .filter ol li { display:block; float:left; width:104px; height:100px; background:#fff; border:2px solid #fff; margin:10px; text-align:center; background-position:-5px -4px; }
.buying-guide-filters .filter ol li a { display:block; width:100%; height:100%; color:#1e1f21; text-decoration:none; font:700 12px/1 "Cabin", sans-serif; padding-top:66px; }
.buying-guide-filters .filter ol li a:hover { color:#0084cf; }
.buying-guide-filters .filter ol li.m-selected-ln-item { border-color:#0084cf; }
.buying-guide-filters .filter ol li.m-selected-ln-item a,
.buying-guide-filters .filter ol li a:hover { color:#0084cf; }
.buying-guide-filters .filter ol li .count { display:none; }
.buying-guide-filters .filter .input-select-wrapper { width:180px; }
.buying-guide-filters .filter .m-more-less {display: none;}

#glg_wattage ol li a { font:24px/90px "Cabin", sans-serif; padding:0; }
#glg_wattage ol li a:after { content:"W"; }

.buying-guide-results { padding:20px 0 30px; width:100%; background:#efefef; text-align:center; border-radius:2px; }
.buying-guide-results .title { color:#fc9400; font-size:22px; font-family:"Cabin", sans-serif; margin-bottom:23px; }
.buying-guide-results .title strong { font-weight:700; }
.buying-guide-results .count { color:#a5a5a5; font-size:72px; margin-bottom:26px; }

.buying-guide-products { margin-top:40px; }
.buying-guide-products .products-grid { margin-bottom:30px; padding-bottom:30px; border-bottom:1px solid #efefef; }
.buying-guide-products .products-grid.last { padding-bottom:0; border:none; }
.buying-guide-products li.item { width:320px; padding:0; margin-right:20px; }
.buying-guide-products li.item.last { margin-right:0; }
.buying-guide-products li.item .product-image { width:100px; height:100px; float:left; margin:0 10px 0 0; }
.buying-guide-products li.item .product-image img { margin:0 5px; }
.buying-guide-products li.item .info { float:left; width:210px; }
.buying-guide-products li.item .actions { position:static; }
.buying-guide-products li.item .price-box { font-size:14px; margin-top:10px; }
.buying-guide-products li.item .add-to-cart { margin-top:18px; }
.buying-guide-products li.item .button { margin-left:20px; }
.buying-guide-products li.item .button span { height:28px; line-height:29px; font-size:14px; border-color:#cb7700; }
.buying-guide-products li.item .button span span { padding:0 15px; background:#fc9400; }
.buying-guide-products li.item .qty { height:22px; width:21px !important; margin-top:3px; }
/* ======================================================================================= */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; 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 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

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

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

.input-tooltip-action { display: inline-block; width: 14px; height: 14px; position: relative; background: url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/ico_q.png); vertical-align: middle; margin-top: -3px; cursor: help; }

@media screen and (max-width:767px){
    .input-tooltip { position:absolute; padding:0 0 22px 7px; bottom:0; display:none; z-index:1000; width:180px; }
}
@media screen and (min-width: 768px) {
    .input-tooltip { position:absolute; padding:0 0 22px 7px; bottom:0; display:none; z-index:1000; width:300px; }
}

.input-tooltip-action:hover .input-tooltip,
.input-tooltip:hover { display:block; }
.input-tooltip-content { color: #000; background: #fff; border: 1px solid #c0c0c0; padding: 10px; width: auto; white-space: normal; letter-spacing: normal; text-transform: none; cursor: auto; -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.22); -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.22); box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.22); }

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.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; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding: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; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:1px solid #ddd; position:relative; }
.opc li.section { border:1px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
.opc .step-title h2 { float:left; }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}
.opc .order-review .authentication {}
.opc .order-review .warning-message {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}

#container_payment_method_buckaroo3extended_ideal ul { margin-top:-10px; }
#container_payment_method_buckaroo3extended_ideal li { margin:0; }
#container_payment_method_buckaroo3extended_ideal li:first-child label.required { margin-bottom:11px; }
#container_payment_method_buckaroo3extended_ideal label.required em { float:none !important; }
#radiogroup-container label { margin-bottom:5px !important; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login {}
.account-login .new-users {}
.account-login .registered-users {}

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

/* Captcha */
.captcha-note  {}
.captcha-image { float:left; position:relative; }
.captcha-img { border:1px solid #ccc; }
.registered-users .captcha-image    {}
#checkout-step-login .captcha-image {}
.captcha-reload { position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

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

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/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 {}
.remember-me-popup {}
.remember-me-popup h3 {}
.remember-me-popup .remember-me-popup-head {}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
.remember-me-popup .remember-me-popup-body {}
.remember-me-popup .remember-me-popup-body a {}
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }
.my-account .title-buttons { padding-bottom:20px; border-bottom:1px solid #efefef; }

.my-account .data-table td { padding:10px 5px 9px; }
.my-account .data-table td a { text-decoration:none; }
.my-account .data-table td a:hover { text-decoration:underline; }
.my-account .data-table thead { background:#fc9400;; }
.my-account .data-table thead th { color:#fff; padding:10px 5px 9px; }
.my-account .data-table tbody tr.even * { background:#f6f6f6; }
.my-account .data-table td .trusted_shop_vat_link { display:block; line-height:2; text-align:left;}

.my-account .pager { background:#ccc; color:#1e1f21; padding:10px 20px; border-radius:2px; margin-top:20px; position:relative; text-align:center; }
.my-account .pager .amount,
.my-account .pager .pages { position:absolute; top:14px; line-height:1; }
.my-account .pager .amount { left:10px; }
.my-account .pager .pages { right:10px; }
.my-account .pager .limiter { display:inline-block; float:none; }
.my-account .pager .limiter .sort-order { margin:0 3px; color:#444; }


.block-account { margin-top:30px; }
.block-account .block-title strong { color:#fc9400; font-size:16px; font-family:"Cabin", sans-serif; }
.block-account .block-content { background:#f6f6f6; border-radius:2px; padding:10px; margin-top:16px; }
.block-account .block-content li { padding:8px 2px; }
.block-account .block-content li a { color:#1e1f21 }
.block-account .block-content li a:hover { color:#0084cf; text-decoration:underline; }
.block-account .block-content li a,
.block-account .block-content li strong { display:inline-block; text-decoration:none; padding-left:10px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/more-link.png) 0 0 no-repeat; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg { line-height:18px; border-bottom:1px solid #efefef; margin-bottom:20px; padding-bottom:20px; }
.dashboard .welcome-msg .hello strong { color:#1e1f21; }

/* Block: Recent Orders */
.dashboard .box-recent { border-bottom:1px solid #efefef; margin-bottom:20px; padding-bottom:20px; }
.dashboard .box-recent .box-head h2 { float:left; padding-right:10px; border-right:1px solid #ccc; }
.dashboard .box-recent .box-head a { display:block; float:left; line-height:24px; margin-left:10px; }

/* Block: Account Information */
.dashboard .box-info .col2-set { margin-bottom:30px; }
.dashboard .box-info .box-title h3 { float:left; padding-right:10px; border-right:1px solid #ccc; margin-bottom:8px; }
.dashboard .box-info .box-title a { display:block; float:left; line-height:20px; margin-left:10px; }
.dashboard .box-info .box-content { line-height:18px; }
.dashboard .box-info h4 { margin:8px 0 4px; }

/* Block: Reviews */
.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:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.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:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list address { line-height:18px; }
.addresses-list h3 { margin-bottom:8px; }
.addresses-list li.item { margin-bottom:30px; }

/* Order View */
.order-info { border:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.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 {}
.page-print .print-head img { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
/* 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 Reviews */
.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 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { margin-top:60px; }
.footer { background:#f6f6f6; padding:30px 0; }
.footer .usp,
.footer .col2-set,
.footer-bottom { width:1000px; margin:0 auto; }
.footer h3 { border-bottom:1px solid #ccc; padding-bottom:10px; }
.footer .col2-set > div { margin:0 10px; width:480px; margin-top:26px; }
.footer .col2-set .left,
.footer .col2-set .right { width:230px; }

.footer ul { padding:0; list-style:none; }
.footer li a { color:#444; text-decoration:none; }
.footer li a:hover { color:#0084cf; text-decoration:underline; }
.footer-container .bottom-container { text-align:center; }

.footer .usp .branding { width:180px; float:left; margin:0 10px; }
.footer .usp .branding img { width:148px; }
.footer .usp .std li { display:block; width:150px; padding-left:30px; float:left; margin:11px 10px 0; position:relative; }
.footer .usp .std li img { position:absolute; left:0; top:4px; }

.footer .newsletter-subscribe { margin-top:19px; }
.footer .newsletter-subscribe .input-box { width:310px; }
.footer .newsletter-subscribe .input-text { width:299px; }
.footer .newsletter-subscribe .actions { position:relative; }

.footer-top { width:1000px; margin:0 auto; text-align:right; height:23px; }
.footer-top a { display:inline-block; height:23px; line-height:22px; padding:0 14px; border-radius:2px 2px 0 0; overflow:hidden; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/bg_ttt.png) 0 0 repeat-x; color:#fff; font-family:"Cabin", sans-serif; font-weight:700; font-size:12px; text-decoration:none; cursor:pointer; }

.footer-bottom .left li { display:block; float:left; margin:13px 0; height:16px; line-height:14px; }
.footer-bottom .left li a { display:inline-block; line-height:14px; padding:0 8px; height:14px; border-right:1px solid #ccc; color:#646464; text-decoration:none; }
.footer-bottom .left li a:hover { color:#0084cf; text-decoration:underline; }
.footer-bottom .left li:last-child a { border-right:none; padding-right:0; }
.footer-bottom .left li:first-child a { padding-left:0; }
.footer-bottom .left li a img { margin-right:5px; }

.footer-bottom a.mobile-switch { display:block; float:left; color:#646464; line-height:14px; text-decoration:none; margin:13px 8px; padding:0 8px; height:14px; border-left:1px solid #ccc; }
.footer-bottom a.mobile-switch:hover { text-decoration:underline; }

.footer-bottom .right li { display: block; float: left; height: 16px; line-height: 15px; padding: 13px 4px; }
.footer-bottom .right li img { max-height: 16px; }

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

/* menu toggler */
.menu-toggler,
.search-toggler { display:none; }


/* Clears ================================================================================ */
.clearer:after,
.sticky-container .sticky:after,
.header-container:after,
.header-container .top-container:after,
.header .top-cart .cart-content .item:after,
.header .top-cart .cart-content .actions:after,
.header:after,
.quick-access:after,
#nav:after,
.main:after,
.footer .usp:after,
.footer:after,
.footer-container .bottom-container:after,
.footer .newsletter-subscribe:after,
.footer-bottom:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col4-set:after,
.search-autocomplete li:after,
.form-search-sidebar:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.block-layered-nav dd:after,
.faq-tabs:after,
.page-title:after,
#crosssell-products-list:after,
.subcategories-grid:after,
.products-grid:after,
.products-grid .qty-wrapper:after,
.products-list li.item:after,
.products-list .product-details:after,
.products-list .product-bottom:after,
.products-list .product-pricing:after,
.products-list .msrp-price:after,
.products-list .price-box: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-tabs:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.buying-guide-filters .filter ol:after,
.cart:after,
.cart .cart-buttons:after,
.cart-collaterals: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; }
/* ======================================================================================= */

/* OSC buttons */
#onestepcheckout-coupon-add span span {
    background: #fc9400;
    border-color: #cb7700;
}

/* Kiyoh snippet */
.kiyoh-snippets {
    text-align: center;
    color: #646464;
    line-height: 14px;
    margin-bottom: 13px;
}


/* Coupons */
span#couponcode_button {
    color: #fc9400;
    cursor: pointer;
    display: block;
    font: 700 14px "Cabin", sans-serif;
    margin-top: -35px;
    padding-bottom: 5px;
    width: 100%;
}
.couponfield-bottom-line{
    background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/dash.png) 0 100% repeat-x;
    display: block;
    height: 1px;
}
#coupon-field{
    margin-bottom: 15px;
    margin-top: 15px;
}

.onestepcheckout-hide{
    display: none !important;
}

/*.onestepcheckout-button span {*/
    /*border-bottom: 2px solid #004880 !important;*/
    /*background: #6dc700 !important;*/
/*}*/

.onestepcheckout-column-middle .payment-methods {
    margin-bottom: 40px;
}

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
.sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
    background :url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/icon_sprite.png);
    background-repeat:no-repeat;
    text-indent: -9999px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
    .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
        background-image: url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/icon_sprite@2x.png);
        background-size: 100px 1000px;
    }
}

@media screen and (max-width: 770px){

    .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
    .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
        background :url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/icon_sprite.png) no-repeat;
        text-indent: -9999px;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
        .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .sorter > .sort-by .sort-by-switcher, .sorter > .view-mode .grid,
        .sorter > .view-mode .list, .skip-nav .icon, .skip-search .icon, #search_mini_form .search-button:before, .skip-account .icon, .skip-cart .icon, .product-view .sharing-links a, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating {
            background-image: url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/icon_sprite@2x.png);
            background-size: 100px 1000px;
        }
    }
}

/* ============================== Reviews - product view ================================= */

.product-tabs-content .box-reviews h2 { margin-bottom: 0; }
.product-tabs-content .box-reviews { padding: 15px; }
.product-tabs-content .box-reviews .customer-review { padding-left: 10px;  }
.product-tabs-content .box-reviews .customer-review dt { padding-top: 10px; }
.product-tabs-content .box-reviews .customer-review dt .review-title { font-size:14px; color:#000; font-weight: bold; }
.product-tabs-content .box-reviews .customer-review dd { margin-bottom: 20px; }
.product-tabs-content .box-reviews .customer-review .review-detail{ font-size:13px; font-style: italic; line-height:17px; }

.product-tabs-content .box-reviews .form-add { margin-top: 30px; }
.product-tabs-content .box-reviews .form-add #product-review-table { margin:10px 0; }
.product-tabs-content .box-reviews .form-add #product-review-table thead { background-color: #B7B7B7; }
.product-tabs-content .box-reviews .form-add #product-review-table thead th { padding: 10px 0; }
.product-tabs-content .box-reviews .form-add #product-review-table tr.odd { background: #f6f6f6; padding: 5px; }
.product-tabs-content .box-reviews .form-add #product-review-table tbody th { color: #424242; text-align: left; padding: 15px 15px 15px 15px; }
.product-tabs-content .box-reviews .form-add #product-review-table tbody td { text-align :center; padding: 15px 0; }


/* -------------------------------------------- *
 * Ratings
 */
.catalog-product-view .product-shop .product-name { float:left; width: 100%; }
.catalog-category-view .product-shop .product-name { float:left; width: calc(100% - 70px); }
.catalog-category-view .product-attribute { float:left; width: 10%; }
.catalog-product-view .ratings { float:left; width: 90%; }
.catalog-product-view .ratings .rating-box { width: 65px; height: 13px; background-repeat:repeat-x; background-position:0 -615px; overflow: hidden; float:left;  margin-top: -1px; margin-right: 7px; }
.products-list .product-heading .ratings {margin-bottom:10px; float:left; width: 100%; }
.products-list .product-heading .ratings .rating-box { width: 65px; height: 13px; background-repeat:repeat-x; background-position:0 -615px; overflow: hidden; float:left; margin-right: 5px; margin-top: 0px; }


@media screen and (max-width:767px){
    .catalog-product-view .product-attribute { display:none; }
    .catalog-product-view .ratings .rating-box { margin-top: 4px; }
}

.ratings .rating-box { width: 65px; height: 13px; background-repeat:repeat-x; background-position:0 -615px; overflow: hidden; margin: auto; }
.ratings .rating-box .rating { float: left; height: 13px; background-repeat :repeat-x;background-position:0 -600px; }
.ratings-table { font-size: 12px; text-transform: uppercase; display:block; padding-left: 10px; }
.ratings-table tr { display:block; padding: 5px 0; }
.ratings-table th { padding-right: 10px; min-width: 140px; }
.ratings-table .rating-box { background-position: 0 -615px; background-repeat: repeat-x; height: 13px; overflow: hidden; text-indent: -9999px; width: 65px; }
.ratings-table .rating-box .rating { background-position: 0 -600px; background-repeat: repeat-x; float: left; height: 13px; text-indent: -9999px; }

@media only screen and (max-width: 950px) {
    #customer-reviews .review-summary-table .rating-box { text-indent: 0px; text-align: center; background: none; height: 19.6px; width: 100%; }
    #customer-reviews .review-summary-table .rating-box .rating { display: none; }
    #customer-reviews .review-summary-table .rating-box .rating-number { display: inline-block; }
    .review-summary-table .rating-box .rating-number:after { content: ""; display: inline-block; background-position: 0px -599px; width: 13px; height: 14px; margin-left: 5px; position: relative; top: 2px; }
}

.shipping-method-content-cpshipping,
.shipment-method-title-cpshipping {
    display:none;
}


/* USP'S one Home only =============== */

.usp-bar { display: none; }
.cms-home .usp-bar { display: block; }


/* OnePage checkout */

.opc .step-title {
    background-color: #f6f6f6;
    padding: 20px 5px;
    text-align: right;
}

.opc .active .step-title {
    background-color: #e4e4e4;
    cursor: default;
}

.opc .step-title .number {
    float: left;
    line-height: 14px;
    margin-left: 10px;
    margin-right: 15px;
}

.opc .step-title  h2 {
    font-size: 16px;
    margin-bottom: 0px;
}

#checkout-step-login .ul {
    list-style: circle;
    line-height: 19px;
    padding-left: 20px;
}

#checkout-step-login .form-list {
    margin-bottom: 20px;
}

#checkout-shipping-method-load {
    line-height: 20px;
    padding: 10px;
}


#opc-payment .sp-methods dt {
    font-weight: bold;
    background: #f6f6f6;
    padding: 8px;
}

.opc-block-progress div {
    background-color: #f6f6f6;
    line-height: 20px;
}

.opc-block-progress div dt,
.opc-block-progress div dd {
    display:none;
}

.opc-block-progress div dt.complete {
    display:block;
}

.opc-block-progress div dd.complete {
    display :block;
    margin-bottom: 15px;
}

.sp-methods dd {
    padding-bottom: 10px;
}

.opc-block-progress .block .block-title {
    padding: 30px 0;
}

div#checkout-step-review {
    line-height: 22px;
}

#checkout-review-table h3.product-name{
    font-size: 12px;
    font-family: "Cabin", sans-serif;
    margin-bottom: 16px;
    line-height: 20px;
    color: #444;
}

.block-progress {
    margin-top: 75px;
    padding: 15px;
    background: #f6f6f6;
}

.rewards-checkout-onepage-guestwarn {
    visibility: hidden;
}

/* Energy label ===================================================================================================== */

.catalog-product-view .energy-label-outer-wrapper {
    margin-top: 5px;
}

.energy-label-outer-wrapper {
    position :relative;
    float:right;
}

.catalog-category-view .products-list .item {
    position: relative;
}

.catalog-category-view .energy-label-outer-wrapper {
    position :absolute;
    right: 0;
    top: 0;
}

.energy-label-inner-wrapper {
    position: absolute;
    top: 50px;
    left: -185px;
    background: #02aef0;
    z-index: 110;
    float: left;
    width: auto;
    display: none;
    border: 2px solid #02aef0;
    border-radius: 10px;
    padding: 2px;
}


.energy-label-inner-wrapper:before {
    content: '';
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid #02aef0;
    border-left: 30px solid rgba(0, 0, 0, 0);
    border-right: 0px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: 40px;
    top: -40px;
}

.energy-label-container.no-bg {
    background-image: none;
    background-color: white !important;
    border-radius: 5px;
}

.energy-label-container img {
    width: 100%;
}

.energy-label-container {
    background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/energylabel_blanc.png');
    background-repeat:no-repeat;
    height: 500px;
    width: 232px;
    position :relative;
}

/* Manufacturer & SKU */

.energy-label-container .energy-label-manufacturer {
    position :absolute;
    top: 90px;
    left: 10px;
    width: 100px;
    font-size: 13px;
    font-weight:bold;
    word-wrap: break-word;
}

.energy-label-sku {
    position: absolute;
    top: 90px;
    right: 10px;
    width: 100px;
    max-width: 100px;
    font-weight: bold;
    word-wrap: break-word;
}

/* Arrows */

.energy-label-arrow{
    position :absolute;
    text-align:right;
    background: black;
    color: white;
    font-size: 18px;
    width: 50px;
    padding: 7px 7px;
    right: 4px;
}

.energy-label-arrow:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 15px solid black;
    position: absolute;
    left: -15px;
    top: 0;
}

@media screen and (max-width: 767px){
    .catalog-product-view .energy-label-arrow{
        padding: 2px 7px;
    }
}

.catalog-category-view .energy-label-arrow{
    padding: 6px 7px;
}

.energy-label-arrow.energy-label-A\+\+{
    top: 152px;
}

.energy-label-arrow.energy-label-A\+{
    top: 193px;
}

.energy-label-arrow.energy-label-A{
    top: 234px;
}

.energy-label-arrow.energy-label-B{
    top: 274px;
}

.energy-label-arrow.energy-label-C{
    top: 313px;
}

.energy-label-arrow.energy-label-D{
    top: 352px;
}

.energy-label-arrow.energy-label-E{
    top: 392px;
}

/* Wattage */

.energy-label-container .energy-label-wattage {
    position :absolute;
    top: 450px;
    font-size: 18px;
    font-weight: bold;
    left: 15px;
    width: 200px;
    max-width: 200px;
    word-wrap: break-word;
}


/* Arrow next to price */

.energy-label-arrow-price {
    position: relative;
    text-align: right;
    background: black;
    color: white;
    font-size: 14px;
    width: 40px;
    padding: 5px 5px;
    margin-left: 12px;
    cursor:pointer;
}

.energy-label-arrow-price:before {
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid black;
    position: absolute;
    left: -12px;
    top: 0;
    cursor:pointer;
}

.energy-label-arrow-price:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px){
    .catalog-product-view .energy-label-arrow-price:before {
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent;
    }
}

.catalog-category-view .energy-label-arrow-price {
   padding: 2px 5px;
}

.energy-label-arrow-price.energy-label-A\+\+ {
    background: #00a651;
}

.energy-label-arrow-price.energy-label-A\+\+:before {
    border-right: 12px solid #00a651;
}

.energy-label-arrow-price.energy-label-A\+ {
    background: #50b848;
}

.energy-label-arrow-price.energy-label-A\+:before {
    border-right: 12px solid #50b848;
}

.energy-label-arrow-price.energy-label-A {
    background: #bfd730;
}

.energy-label-arrow-price.energy-label-A:before {
    border-right: 12px solid #bfd730;
}

.energy-label-arrow-price.energy-label-B {
    background: #fff200;
    color: black;
}

.energy-label-arrow-price.energy-label-B:before {
    border-right: 12px solid #fff200;
}

.energy-label-arrow-price.energy-label-C {
    background: #fdb913;
}

.energy-label-arrow-price.energy-label-C:before {
    border-right: 12px solid #fdb913;
}

.energy-label-arrow-price.energy-label-D {
    background: #f37021;
}

.energy-label-arrow-price.energy-label-D:before {
    border-right: 12px solid #f37021;
}

.energy-label-arrow-price.energy-label-E {
    background: #ed1c24;
}

.energy-label-arrow-price.energy-label-E:before {
    border-right: 12px solid #ed1c24;
}

/* Nosto Blocks ===================================================================================================== */

.cms-index-index .nosto_element img {
    max-height: 110px;
    width: auto !important;
    height: auto !important;
    max-width: 110px !important;
}

@media screen and (min-width: 350px){
    .cms-index-index .nosto_element img {
        max-height: 115px;
        width: 115px !important;
    }
}

.cms-index-index .nosto_element .popular-products .products-grid .product-image {
    width: 100%;
    height: auto !important;
}

.alternative-products .products-grid .product-image {
    min-height: 180px;
}

/* Product View - Relocate block via Flexbox ======================================================================== */

@media screen and (min-width: 768px){
    .flex-container {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-container .flex-block{
        flex: 0 0 100%;
    }

    .flex-container .tier-pricing {
        order: 1;
    }

    .flex-container .add-to-box {
        order: 2;
    }

    .flex-container .usp-kiyoh-container {
        order: 3;
    }
}
/*
 * ProNav v3.5 CSS
 * Theme: Magento Default
 * Author: Brandammo
 * Description: You can use this as a base for your theme
 * 				or duplicate this file and set it in the
 * 				ProNav configuration
 */

/*
 * PRONAV
 */

@media screen and (min-width: 768px){
    .nav-wide-container { background: #6a6a6a; border-bottom: 1px solid #303030; }
}

ul#pronav { height:56px !important; width:1000px; margin:0 auto;  background:#6a6a6a; border-radius:2px; font-family:"Cabin", sans-serif; }
/*
 * PRIMARY LINK STYLES
 */
ul#pronav li.primary-pronav-item { float:left; display:block; margin-top:1px; }
ul#pronav li.primary-pronav-item a.primary-pronav-link { float:left; font-size:16px; font-weight:400; color:#fff; text-decoration:none; display:block; padding:21px 17px; }
ul#pronav li.primary-pronav-item:hover a.primary-pronav-link { background:#fff; color:#6a6a6a; }

ul#pronav #nav-sale,
ul#pronav #nav-green { border-bottom: 1px solid dimgrey; }

ul#pronav #nav-sale,
ul#pronav #nav-green,
ul#pronav #nav-brands { float:right; }

ul#pronav #nav-sale a { background: rgb(252, 148, 0) none repeat scroll 0% 0%; border-radius: 0px 2px 2px 0px; height: 56px;  }
ul#pronav #nav-green a { background: #5ab412 none repeat scroll 0% 0%; border-radius: 0px 2px 2px 0px; height: 56px;  }

ul#pronav #nav-sale .sub-cat-list li a,
ul#pronav #nav-green .sub-cat-list li a { background: white; }

@media screen and (max-width: 990px) {
    ul#pronav #nav-sale a,
    ul#pronav #nav-green a { border-radius: 0; }
}

@media screen and (max-width: 767px) {
    ul#pronav #nav-sale,
    ul#pronav #nav-green,
    ul#pronav #nav-brands { float:none; }

    ul#pronav #nav-green a { background: rgb(252, 148, 0) none repeat scroll 0% 0%; border-radius: 0; height: auto; border-bottom:0; }
    ul#pronav #nav-sale a { background: #5ab412 none repeat scroll 0% 0%; border-radius: 0; height: auto; border-bottom:0; }
    ul#pronav #nav-sale a:hover {  background: #FFA320; border-radius: 0; height: auto; border-bottom:0; }
    ul#pronav #nav-green a:hover {  background: #FFA320; border-radius: 0; height: auto; border-bottom:0; }

    ul#pronav .last-pronav-item { border-bottom: 1px solid #6A6A6A; }
}

ul#pronav #li-primary-pronav-accueil,
ul#pronav #li-primary-pronav-home { margin:18px 15px 0 30px; background:none !important; }
ul#pronav #li-primary-pronav-accueil a,
ul#pronav #li-primary-pronav-home a { display:block; width:22px; height:20px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/home.png) 0 0 no-repeat; text-indent:-999em; padding:0; }
/*
 * DROPDOWN STYLES
 */
ul#pronav li.primary-pronav-item .sub { margin-top:28px; width:100% !important; box-shadow:#c0c0c0 0 4px 5px; z-index:500 !important; }
ul#pronav li.primary-pronav-item .sub ul li a { padding:0 !important; }

ul#pronav li.primary-pronav-item .sub .sub-cat-list { background:#fff; padding:30px 20px 0; }

ul#pronav li.primary-pronav-item .sub li.level-2 { display:block; width:100%; float:none !important; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/dash.png) 0 100% repeat-x; padding-bottom:20px; }
ul#pronav li.primary-pronav-item .sub li.level-2 a { color:#fc9400; text-decoration:none; font-size:22px !important; display:inline !important; }

ul#pronav li.primary-pronav-item .sub li.level-3 { display:block; width:300px; overflow:hidden; float:left; height:60px; position:relative; margin:18px 30px 14px 0; }
ul#pronav li.primary-pronav-item .sub li.level-3:nth-child(3n+1) { margin-right:0; }
ul#pronav li.primary-pronav-item .sub li.level-3 a { text-decoration:none !important; }
ul#pronav li.primary-pronav-item .sub li.level-3 a:hover { text-decoration:underline !important; }
ul#pronav li.primary-pronav-item .sub li.level-3 > a { display:inline-block !important; font-size:14px; margin:5px 0 0 60px; }
ul#pronav li.primary-pronav-item .sub li.level-3 img { position:absolute; top:0; left:0; }

ul#pronav li.primary-pronav-item .sub .sub-child-list { margin:8px 0 0 60px; line-height:18px; }
ul#pronav li.primary-pronav-item .sub .sub-child-list a { display:inline !important; font-size:12px !important; font-weight:normal !important; font-family:Helvetica, Arial, sans-serif; }

ul#pronav .menu-footer { font-family:Helvetica, Arial, sans-serif; background:#fc9400; color:#fff; text-align:center; padding:12px 0 11px; }
ul#pronav .menu-footer a { color:#fff; }

@media screen and (max-width: 767px) {
    ul#pronav .menu-footer { display:none;}
}

ul#pronav li.primary-pronav-item .sub .sub-cat-list:after { content:'.'; display:block; height:0; line-height:0; overflow:hidden; clear:both; }
/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#ajaxcartpro-progress{
    position: fixed;
    text-align: center;
    padding: 10px;
    background-color: #fff;
    z-index: 9999;
    padding:14px;
    border-radius:2px;
    overflow:hidden;
    box-shadow:#c0c0c0 0 0 5px;
}

#ajaxcartpro-add-confirm,
#ajaxcartpro-remove-confirm{
    position: fixed;
    border: 1px #999999 solid;
    text-align: center !important;
    padding: 10px;
    background-color: #ffffff;
    z-index: 9999;
    color: black;
    overflow:  auto;
    min-height:20px;
    min-width: 260px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +200+ "px");*/
}

.ajaxcartpro-box-hide{
   display:none;
}

.ajaxcartpro-box-show{
    display:block;
}

#ajaxcartpro-add-confirm p,
#ajaxcartpro-remove-confirm p{
    width: 260px;
}

.acp-msg-block{
    font-weight:bold;
    background-image: none;
    padding:0!important;
    min-height:0!important;
    font-size: 12px !important;
    text-align: center;
}

.aw-acp-continue, .aw-acp-checkout, .aw-acp-continue:hover, .aw-acp-checkout:hover{
    padding:0;
    line-height:24px;
    height:24px;
    margin:0 auto;
    display:block;
    font-family:Arial;
    font-weight: bold;
    font-size: 12px;
    text-decoration:none;
    cursor: pointer;
}

.aw-acp-continue, .aw-acp-continue:hover{
    color:#333;
    background:url('https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/ajaxcartpro/images/btn_continue_shopping.png');
    width:144px;
}


.aw-acp-checkout, .aw-acp-checkout:hover{
    color:#fff;
    background:url('https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/ajaxcartpro/images/btn_view_cart.png');
    width:164px;
}

#acp-configurable-block #bundle-product-wrapper
{
    z-index: 1000;
}

#acp-configurable-block dl
{
    text-align: left;
    padding-left: 10px;
}

#acp-configurable-block .price
{
    font-size: 14px;
}

#acp-configurable-block .product-name
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#acp-overlay
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#888;
    opacity:0.2;
    z-index:9999;
}
#acp-overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
}

#acp-product-options
{
    min-width: 400px;
    position: fixed;
    overflow:  auto;
    z-index:1000;
    background-color: white;
    padding: 10px;
    width: auto;
    height: auto;
    /*position:absolute;*/
    /*top: expression(parseInt(document.documentElement.scrollTop, 10) +window.ACPTop+ "px");*/
}

#acp-product-options .aw-acp-continue,
#acp-product-options .aw-acp-checkout{
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

#acp-product-options .aw-acp-btn-container{
    margin: 5px auto 5px auto;
    padding-left: 20px;
}

#acp-product-options .giftcard-send-form{
    margin: 0;
}

#acp-product-options .product-options dt label.required em {
    color: #EB340A;
    margin-left: 5px;
}

#acp-product-options #product-options-wrapper
{
    margin:0;
    text-align:center;
}
.map-popup
{
    z-index: 1001 !important;
}

.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #a5a5a5;
    margin-bottom: 15px;

}
.postTitle a {
    text-decoration: none;
}
.postTitle a:hover {
    text-decoration:underline;
}

.postTitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 15px 0px 5px 0;
    padding: 0px;
    color: #636363;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 15px 0px 5px 0;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postContent ul{
    list-style: disc outside;
    margin-bottom: 1.5em;
}

.postContent ul li{
    margin-left: 2em;
}

.postContent ol{
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.postContent ol li{
    margin-left: 2em;
}

.postDetails {
    padding-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #a5a5a5;
    margin-bottom: 0px;
    text-align: right;
    color: #646464;
}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.postBookmarks a.bm {
    display: inline-block;
}

.postBookmarks img {
    display: inline;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentTitle {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.commentTitle div {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #636363;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    display:inline-block;
    background-color:rgba(107, 133, 136, 0.10);
    width: auto;
    border-radius: 20px;
    padding: 0px 10px 2px 10px;
    font-size: 12px;
    font-weight: normal;
    margin-top:7px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
    display: inline;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest .title {
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 0.5em;
    text-rendering: optimizelegibility;
    text-transform: uppercase;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

.toolbar-bottom .limiter {
    display: none;
}
.aw-blog-read-more {
    display: block;
    clear:both;
}

.onsale-product-container {
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.onsale-product-container-inside {
    cursor: pointer;
    position: absolute;
    z-index: 100;
}

div.onsale-product-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-product-label-text {
    FONT-FAMILY: inherit;
    FONT-SIZE: 16px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    COLOR: #FFFFFF;
}

div.new-onsale-product-label-text {
    FONT-FAMILY: inherit;
    FONT-SIZE: 16px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    COLOR: #FFFFFF;
}

div.custom-onsale-product-label-text {
    FONT-FAMILY: inherit;
    FONT-SIZE: 16px;
    TEXT-ALIGN: center;
    VERTICAL-ALIGN: middle;
    COLOR: #FFFFFF;
}
div.onsale-category-container-grid {
    position: relative;
}

div.onsale-category-container-list {
    position: relative;
    float: left;
}

.onsale-category-container {
    cursor: pointer;
    position: absolute;
    z-index: 100;
}

div.onsale-category-label {
    position: absolute;
    top: 3px;
    left: 4px;
    margin-left: -2px;
    text-align: center;
}

div.onsale-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

div.new-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

div.custom-onsale-category-label-text {
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}




/*
 * ProNav 	v3.2 CSS
 * Author: 	Brandammo
 * 
 * Notes:  	Do not modify this file, 
 * 			if you are not comfortable with css.
 */


/*
 * PRONAV
 */
ul#pronav {
	margin:0 auto;
	padding:0;
	width:auto;
	list-style:none;
	position:relative;	
}

ul#pronav.pn-left,
ul#pronav.pn-right {
	width:100% !important;
	margin:0 0 10px 0;
}


/*
 * PRIMARY LINK STYLES
 */
ul#pronav li.primary-pronav-item {
	float:left;
	margin:0;
	padding:0;
	position:relative; /* IMPORTANT - needs to be positioned relative */
}

ul#pronav.pn-left li.primary-pronav-item,
ul#pronav.pn-right li.primary-pronav-item  {
	float:none;
	border-bottom:1px solid #000;
}

ul#pronav li.primary-pronav-item.position-static {
	position:static;
}

ul#pronav.pn-left li.primary-pronav-item.position-static,
ul#pronav.pn-right li.primary-pronav-item.position-static {
	position:relative;
}

ul#pronav li.primary-pronav-item a.primary-pronav-link {
	display:block;
}


/*
 * DROPDOWN STYLES
 */
ul#pronav li.primary-pronav-item .sub,
ul#pronav li.primary-pronav-item .sub ul li.has-children .child-sub {
	top:28px;
	position:absolute; /* IMPORTANT - needs to be positioned absolute */
	z-index:99999;
	display:none;
	opacity:0;
	filter:alpha(opacity=0);	
}

ul#pronav li.primary-pronav-item .sub.sub-align-right {
	right:0px;
}

ul#pronav li.primary-pronav-item .sub.sub-align-left,
ul#pronav li.primary-pronav-item .sub.sub-align-start {
	left:0px;
}

ul#pronav li.primary-pronav-item .sub.sub-align-end {
	right:0px;
}

/*
 * DROPDOWN ROW STYLES
 */
ul#pronav li.primary-pronav-item .sub .row {
	clear:both;
	width:100%;
	margin-bottom:10px;
}

ul#pronav li.primary-pronav-item .sub .row.last-row {
	margin-bottom:0px;
}
	
/*
 * DROPDOWN COLUMNS
 */
ul#pronav li.primary-pronav-item .sub .row ul {
	list-style:none;
	margin:0;
	padding:15px 0;
	width:15em; /* IMPORTANT */
	float:left;
	min-height:100px;
}

ul#pronav li.primary-pronav-item .sub .row ul.has-columns,
ul#pronav li.primary-pronav-item .sub .row ul.columns-split,
ul#pronav li.primary-pronav-item .sub .row ul.columns-split ul {
	min-height:0;
	width:100%;
}


/*
 * DROPDOWN LIST & LINK STYLES
 */

ul#pronav li.primary-pronav-item .sub ul li {
	width:100%;
}

ul#pronav li.primary-pronav-item .sub ul li.level-2 a {
	font-size: 16px;
	font-weight: bold;
}

ul#pronav li.primary-pronav-item .sub ul li.level-3 a {
	font-size: 14px;
	font-weight: bold;
}

ul#pronav li.primary-pronav-item .sub ul li.level-4 a {
	font-size: 12px;
	padding-left: 30px;
}

ul#pronav li.primary-pronav-item .sub ul li.level-5 a {
	font-size: 10px;
	padding-left: 50px;
}

ul#pronav li.primary-pronav-item .sub ul li a {
	padding:3px 25px;
	display:block;
}

ul#pronav li.primary-pronav-item .sub .row ul.columns-split li.columns-inside {
	float:left;
	width:15em;
}


/*
 * RESPONSIVE PRONAV
 */

#pronav-selection-container {
	display:none;
	margin:0 auto;
}

#pronav-selection-container.responsive {
	margin-left:0;
	margin-right:0;
}

#pronav-selection-container #pronav-select-toggle {
	text-transform:uppercase;
	display:block;
	padding:10px;
	margin:0 auto;
	text-decoration: none;
	font-weight:bold;
	background: url(https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/pronav/images/pronav-select.png) no-repeat 10px center #0A263D;
}

#pronav-selection-container #pronav-selection {
	display:none;
	padding:10px 0;
}

#pronav-selection-container #pronav-selection select {
	display:block;
	margin:5px auto;
	width:90%;
}

@media (max-width: 600px) {
	ul#pronav.make-responsive { display: none; }
	#pronav-selection-container { display: block; }
}
.slideshow-style-one {padding-bottom: 0px;margin-bottom: 0px;}
.slideshow-style-one .banner-slider {padding: 0px; margin: 0px;}
.slideshow-style-one .items {position: relative;}
.slideshow-style-one .items .banner-desc { position: absolute; width: 100%; height: 100%; top: 0px;}
.slideshow-style-one .items .banner-desc .banner-box { display: table; height: 100%; width: 100%;}
.slideshow-style-one .items .banner-desc .banner-box .banner-text { display: table-cell; vertical-align: middle; padding: 0 0 0 100px;}
.col1-layout .slideshow-style-one .items .banner-desc h3 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 1em;
    /* text-transform: uppercase; */
    width: 50%;
    display: block;
    text-shadow: 1px 2px 3px black;
    font-family: "Cabin", sans-serif;
    margin: 15px 0;
}
.col1-layout .slideshow-style-one .items .banner-desc p {
    color: #fff;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    /* letter-spacing: 7px; */
    line-height: 1em;
    margin: 0;
    /* text-transform: uppercase; */
    display: block;
    text-shadow: 1px 2px 3px black;
}
.col1-layout a.btn-action {
    background-color: rgb(0, 132, 207);
    border: 2px solid rgb(0, 132, 207);
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: bold;
    margin: 2% 0;
    color: white;
    border-bottom: 2px solid #004880;
    padding: 10px 30px 11px;
    text-decoration: none;
    border-radius: 3px;
}
.col1-layout a.btn-action:hover {
    background-color: #004880;
    border: 2px solid #004880;
    display: inline-block;
    letter-spacing: 0px;
    font-weight: bold;
    margin: 2% 0;
    color: white;
    border-bottom: 2px solid #003871;
    text-decoration: none;
    border-radius: 3px;
}

.slideshow-style-two {padding-bottom: 0px;margin-bottom: 0px; text-align: center;}
.slideshow-style-two .banner-slider {padding: 0px; margin: 0px;}
.slideshow-style-two .items {position: relative;}
.slideshow-style-two .items .banner-desc { position: absolute; width: 100%; height: 100%; top: 0px;}
.slideshow-style-two .items .banner-desc .banner-box { display: table; height: 100%; width: 100%;}
.slideshow-style-two .items .banner-desc .banner-box .banner-text { display: table-cell; vertical-align: middle; padding: 0; }
.col1-layout .slideshow-style-two .items .banner-desc h3 {color: #fff; font-size: 55px; line-height:1em; font-weight: 700; text-transform: uppercase; margin: 10px; letter-spacing: 3px; font-family: "Cabin", sans-serif;}
.col1-layout .slideshow-style-two .items .banner-desc p {font-style:normal; margin: 0; line-height: 15px; font-size: 13px; color: #fff; letter-spacing: 3px; text-transform: uppercase; font-family: Helvetica, Arial, sans-serif; }
.slideshow-style-two .banner-bg {  height: auto; padding: 15px 0;}
.col1-layout .slideshow-style-two a.btn-action { border: 0px; clear: both; color: #fff; background-color: #6dc600; display: inline-block; font-size: 15px; margin: 0; padding: 15px 40px; text-decoration: none; text-transform: uppercase; font-weight: bold;}
.col1-layout .slideshow-style-two a.btn-action:hover { }
.slideshow-style-two.owl-theme .owl-controls .owl-buttons div{display: inline-block;zoom: 1;*display:inline;-moz-transition: all 0.6s ease-in-out;background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/banner/images/controls.png) no-repeat;width:21px;height:11px;margin:-5px 0 0;font-size: 0px; top: 50%;position: absolute;}
.slideshow-style-two.owl-theme .owl-controls .owl-buttons .owl-prev {background-position: -83px -85px;left: 20px;}
.slideshow-style-two.owl-theme .owl-controls .owl-buttons .owl-next {background-position: -83px -60px;right: 20px;}
.slideshow-style-two.owl-theme .owl-controls .owl-buttons .owl-prev:hover {background-position: -83px -97px;}
.slideshow-style-two.owl-theme .owl-controls .owl-buttons .owl-next:hover {background-position: -83px -72px;}
.slideshow-style-two.owl-theme .owl-controls { margin: 0;}
.slideshow-style-two.owl-theme .owl-pagination { bottom: 15px;}
.slideshow-style-two.owl-theme .owl-controls .owl-page span{background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0; border-radius: inherit; height: 3px; width: 30px;}
.slideshow-style-two.owl-theme .owl-controls .owl-page.active span {background: #fff none repeat scroll 0 0 !important; border: medium none !important; transform: none !important;}
.owl-carousel .owl-wrapper:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.owl-carousel {display: none;position: relative;width: 100%;-ms-touch-action: pan-y; clear: both;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls {-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.owl-carousel .owl-item {  float: left;}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-carousel .owl-item img {max-width: 100%;}
.owl-theme .owl-controls{  text-align: center; width: 100%; z-index: 1;}
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    zoom: 1;
    -moz-transition: all 0.6s ease-in-out;
    background: url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/banner/images/controls.png) no-repeat;
    width: 35px;
    height: 81px;
    margin: -40px 0 0;
    font-size: 0px;
    top: 50%;
    position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {background-position: 0px -82px;left: 0px;}
.owl-theme .owl-controls .owl-buttons .owl-next {background-position: -42px -82px;right: 0px;}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover {background-position: 0px 0px;}
.owl-theme .owl-controls .owl-buttons .owl-next:hover {background-position: -42px 0px;}
.owl-theme .owl-controls .owl-page{display: inline-block; zoom: 1;*display: inline;/*IE7 life-saver */}
.owl-theme .owl-controls .owl-page span{display: block;width: 7px;height: 7px;margin: 5px;filter: Alpha(Opacity=50);/*IE7 fix*/opacity: 1;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px; background: rgb(255,255,255) none repeat scroll 0 0; }
.owl-theme .owl-controls .owl-page.active span {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;     background: transparent none repeat scroll 0 0; border: 1px solid rgb(255,255,255); transform: scale(1.33333);}
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
.owl-pagination { bottom: 15px; left: 0; position: absolute; right: 0;}


.col3-layout .slideshow-style-one .items .banner-desc h3 { font-size: 30px; line-height: 40px; color: #000; display: block; font-family: "Open Sans",sans-serif; font-weight: 700; letter-spacing: 7px; text-transform: uppercase; width: 50%;}
.col3-layout .slideshow-style-one .items .banner-desc p { color: #000; display: block; font-family: "Open Sans",sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 6px; line-height: 60px; margin: 0; text-transform: uppercase; font-style: normal;}
.col3-layout a.btn-action { padding: 7px 15px; margin: 3% 0 4%; background-color: #000; border: 2px solid #000; color: #fff; display: inline-block; font-size: 12px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase;}
.col3-layout a.btn-action:hover { background-color: transparent; border: 2px solid #000; color: #000; text-decoration: none;}
.col3-layout .slideshow-style-one .items .banner-desc .banner-box .banner-text { padding: 0 0 0 80px;}
.col3-layout .slideshow-style-one .owl-pagination { bottom: 15px}

.col3-layout .slideshow-style-two .items .banner-desc p { color: #fff; font-size: 11px; letter-spacing: 4px; line-height: 10px; margin: 0; text-transform: uppercase; font-style: normal; font-family: "Open Sans",sans-serif;}
.col3-layout .slideshow-style-two .items .banner-desc h3 { color: #fff; font-size: 65px; font-weight: 700; letter-spacing: 3px; margin-bottom: 0; text-transform: uppercase;}
.col3-layout .slideshow-style-two a.btn-action { background-color: transparent; border: 2px solid #fff; clear: both; color: #fff; display: inline-block; font-size: 13px; font-weight: bold; margin: 0; padding: 6px 16px; text-decoration: none; text-transform: uppercase;}
.col3-layout .slideshow-style-two a.btn-action:hover { background-color: #fff; color: #000;}
.col3-layout .slideshow-style-two .owl-pagination { bottom: 15px;}

.col2-right-layout .slideshow-style-one .items .banner-desc h3 { font-size: 40px; line-height: 55px; color: #000; display: block; font-family: "Open Sans",sans-serif; font-weight: 700; letter-spacing: 7px; text-transform: uppercase; width: 50%;}
.col2-right-layout .btn-action { padding: 7px 15px; margin: 3% 0 4%; background-color: #000; border: 2px solid #000; color: #fff; display: inline-block; font-size: 12px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase;}
.col2-right-layout .btn-action:hover { background-color: transparent; border: 2px solid #000; color: #000; text-decoration: none;}
.col2-right-layout .slideshow-style-one .items .banner-desc p {color: #000; display: block; font-family: "Open Sans",sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 7px; line-height: 77px; margin: 0; text-transform: uppercase; font-style: normal;}
.col2-right-layout .slideshow-style-one .owl-pagination { bottom: 15px}

.col2-right-layout .slideshow-style-two .items .banner-desc p { color: #fff; font-size: 11px; letter-spacing: 6px; line-height: 10px; margin: 0; text-transform: uppercase; font-style: normal; font-family: "Open Sans",sans-serif;}
.col2-right-layout .slideshow-style-two .items .banner-desc h3 { color: #fff; font-size: 90px; font-weight: 700; letter-spacing: 3px; margin-bottom: 0; text-transform: uppercase;}
.col2-right-layout .slideshow-style-two a.btn-action { background-color: transparent; border: 2px solid #fff; clear: both; color: #fff; display: inline-block; font-size: 13px; font-weight: bold; margin: 0; padding: 6px 16px; text-decoration: none; text-transform: uppercase;}
.col2-right-layout .slideshow-style-two a.btn-action:hover { background-color: #fff; color: #000;}
.col2-right-layout .slideshow-style-two.owl-theme .owl-pagination { bottom: 15px;}

.col2-left-layout .slideshow-style-one .items .banner-desc h3 { font-size: 40px; line-height: 55px; color: #000; display: block; font-family: "Open Sans",sans-serif; font-weight: 700; letter-spacing: 7px; text-transform: uppercase; width: 50%;}
.col2-left-layout .btn-action { padding: 7px 15px; margin: 3% 0 4%; background-color: #000; border: 2px solid #000; color: #fff; display: inline-block; font-size: 12px; letter-spacing: 2px; text-decoration: none; text-transform: uppercase;}
.col2-left-layout .btn-action:hover { background-color: transparent; border: 2px solid #000; color: #000; text-decoration: none;}
.col2-left-layout .slideshow-style-one .items .banner-desc p {color: #000; display: block; font-family: "Open Sans",sans-serif; font-size: 16px; font-weight: 600; letter-spacing: 7px; line-height: 77px; margin: 0; text-transform: uppercase; font-style: normal;}
.col2-left-layout .slideshow-style-one .owl-pagination { bottom: 15px}

.col2-left-layout .slideshow-style-two .items .banner-desc p { color: #fff; font-size: 11px; letter-spacing: 6px; line-height: 10px; margin: 0; text-transform: uppercase; font-style: normal; font-family: "Open Sans",sans-serif;}
.col2-left-layout .slideshow-style-two .items .banner-desc h3 { color: #fff; font-size: 90px; font-weight: 700; letter-spacing: 3px; margin-bottom: 0; text-transform: uppercase;}
.col2-left-layout .slideshow-style-two a.btn-action { background-color: transparent; border: 2px solid #fff; clear: both; color: #fff; display: inline-block; font-size: 13px; font-weight: bold; margin: 0; padding: 6px 16px; text-decoration: none; text-transform: uppercase;}
.col2-left-layout .slideshow-style-two a.btn-action:hover { background-color: #fff; color: #000;}
.col2-left-layout .slideshow-style-two.owl-theme .owl-pagination { bottom: 15px;}

.col3-layout .owl-wrapper-outer { margin: 25px 0;}

@media (max-width: 1100px) {
    .col3-layout .slideshow-style-one .items .banner-desc h3 { font-size: 26px; line-height: 36px; width: 58%;}
    .col3-layout .slideshow-style-one .owl-pagination { bottom: 5px; }

    .col3-layout .slideshow-style-two .items .banner-desc h3 { font-size: 50px;}
    .col3-layout .slideshow-style-two .owl-pagination { bottom: 5px; }
}

@media (max-width: 997px) {
    .col1-layout .slideshow-style-one .items .banner-desc h3 {
        font-size: 35px;
        /*line-height: 43px; */
        /*letter-spacing: 5px;*/
    }
    .col1-layout .slideshow-style-one .items .banner-desc p { font-size: 16px;}*/
    .col1-layout a.btn-action { padding: 7px 15px;}
    .col1-layout .slideshow-style-two .items .banner-desc h3 { font-size: 40px}
    .col1-layout .slideshow-style-two .items .banner-desc p { letter-spacing: 4px;}
    .col1-layout .slideshow-style-two a.btn-action { padding: 10px 30px;}
    .slideshow-style-one .items .banner-desc .banner-box .banner-text { padding: 0 0 0 80px;}
    .col2-right-layout .slideshow-style-one .items .banner-desc .banner-box .banner-text { padding: 0 0 0 60px;}
    .col2-right-layout .slideshow-style-one .items .banner-desc h3 { font-size: 22px; letter-spacing: 5px; line-height: 30px;}
    .col2-right-layout .slideshow-style-one .items .banner-desc p { font-size: 14px; letter-spacing: 4px; line-height: 50px;}
    .col2-right-layout .btn-action { padding: 5px 10px; margin-top: 2%;}
    .col2-right-layout .slideshow-style-two .items .banner-desc h3 { font-size: 60px}
    .col2-right-layout .slideshow-style-two .items .banner-desc p { letter-spacing: 4px;}

    .col2-left-layout .slideshow-style-one .items .banner-desc .banner-box .banner-text { padding: 0 0 0 60px;}
    .col2-left-layout .slideshow-style-one .items .banner-desc h3 { font-size: 22px; letter-spacing: 5px; line-height: 30px;}
    .col2-left-layout .slideshow-style-one .items .banner-desc p { font-size: 14px; letter-spacing: 4px; line-height: 50px;}
    .col2-left-layout .btn-action { padding: 5px 10px; margin-top: 2%;}
    .col2-left-layout .slideshow-style-two .items .banner-desc h3 { font-size: 60px}
    .col2-left-layout .slideshow-style-two .items .banner-desc p { letter-spacing: 4px;}

    .col3-layout .slideshow-style-one .items .banner-desc .banner-box .banner-text { padding: 0 0 0 60px;}
    .col3-layout .slideshow-style-one .items .banner-desc h3 { font-size: 22px; letter-spacing: 5px; line-height: 30px;}
    .col3-layout .slideshow-style-one .items .banner-desc p { font-size: 14px; letter-spacing: 4px; line-height: 50px;}
    .col3-layout .btn-action { padding: 5px 10px; margin-top: 2%;}
    .col3-layout .slideshow-style-two .items .banner-desc h3 { font-size: 60px}
    .col3-layout .slideshow-style-two .items .banner-desc p { letter-spacing: 4px;}

}

@media (max-width: 768px) {
    .col2-right-layout .slideshow-style-one .items .banner-desc p { font-size: 16px; line-height: 77px; letter-spacing: 7px;}
    .col2-right-layout .slideshow-style-one .items .banner-desc h3 { font-size: 40px; line-height: 45px; letter-spacing: 7px; width: 63%;}
    .col2-right-layout .btn-action { margin-top: 3%;}

    .col2-left-layout .slideshow-style-one .items .banner-desc p { font-size: 16px; line-height: 77px; letter-spacing: 7px;}
    .col2-left-layout .slideshow-style-one .items .banner-desc h3 { font-size: 40px; line-height: 45px; letter-spacing: 7px; width: 63%;}
    .col2-left-layout .btn-action { margin-top: 3%;}

    .col3-layout .slideshow-style-one .items .banner-desc p { font-size: 16px; line-height: 77px; letter-spacing: 7px;}
    .col3-layout .slideshow-style-one .items .banner-desc h3 { font-size: 40px; line-height: 45px; letter-spacing: 7px; width: 63%;}
    .col3-layout .btn-action { margin-top: 3%;}
}

@media (max-width: 767px) {
    .slideshow-style-one .items .banner-desc .banner-box .banner-text, .col2-right-layout .slideshow-style-one .items .banner-desc .banner-box .banner-text, .col2-left-layout .slideshow-style-one .items .banner-desc .banner-box .banner-text, .col3-layout .slideshow-style-one .items .banner-desc .banner-box .banner-text { padding: 0 0 0 20px;}
    .col1-layout .slideshow-style-one .items .banner-desc h3 { font-size: 20px; }
    .col1-layout .slideshow-style-one .items .banner-desc p { font-size: 12px; letter-spacing: 4px; }
    .col1-layout a.btn-action { padding: 5px 20px; margin: 1% 0;}
    .col1-layout .slideshow-style-two .items .banner-desc p { font-size: 10px; letter-spacing: 3px;}
    .col1-layout .slideshow-style-two .items .banner-desc h3 { font-size: 35px;}
    .col1-layout .slideshow-style-two a.btn-action { font-size: 12px;}
    .owl-buttons { display: none;}
    .col2-right-layout .slideshow-style-one .items .banner-desc p {font-size: 14px;letter-spacing: 5px; line-height: 45px;}
    .col2-right-layout .slideshow-style-one .items .banner-desc h3 { font-size: 24px; letter-spacing: 7px; line-height: 30px; width: 46%;}
    .col2-right-layout .btn-action { margin-top: 2%; font-size: 11px;}
    .col2-right-layout .slideshow-style-one .owl-pagination { bottom: 5px; }
    .col2-right-layout .slideshow-style-two.owl-theme .owl-pagination { bottom: 5px;}
    .col2-right-layout .slideshow-style-two .items .banner-desc h3 { font-size: 45px}
    .col2-right-layout .slideshow-style-two .items .banner-desc p { font-size: 10px; letter-spacing: 3px;}
    .col3-layout .slideshow-style-two .owl-pagination { bottom: 5px;}
    .col3-layout .slideshow-style-one .owl-pagination { bottom: 5px}
    .owl-pagination { bottom: 5px;}
    .slideshow-style-two.owl-theme .owl-pagination { bottom: 5px;}

    .col2-left-layout .slideshow-style-one .items .banner-desc p {font-size: 14px;letter-spacing: 5px; line-height: 45px;}
    .col2-left-layout .slideshow-style-one .items .banner-desc h3 { font-size: 24px; letter-spacing: 7px; line-height: 30px; width: 46%;}
    .col2-left-layout .btn-action { margin-top: 2%; font-size: 11px;}
    .col2-left-layout .slideshow-style-one .owl-pagination { bottom: 5px; }
    .col2-left-layout .slideshow-style-two.owl-theme .owl-pagination { bottom: 5px;}
    .col2-left-layout .slideshow-style-two .items .banner-desc h3 { font-size: 45px}
    .col2-left-layout .slideshow-style-two .items .banner-desc p { font-size: 10px; letter-spacing: 3px;}

    .col3-layout .slideshow-style-one .items .banner-desc p {font-size: 14px;letter-spacing: 5px; line-height: 45px;}
    .col3-layout .slideshow-style-one .items .banner-desc h3 { font-size: 24px; letter-spacing: 7px; line-height: 30px; width: 46%;}
    .col3-layout .btn-action { margin-top: 2%; font-size: 11px;}
    .col3-layout .slideshow-style-one .owl-pagination { bottom: 5px; }
    .col3-layout .slideshow-style-two.owl-theme .owl-pagination { bottom: 5px;}
    .col3-layout .slideshow-style-two .items .banner-desc h3 { font-size: 45px}
    .col3-layout .slideshow-style-two .items .banner-desc p { font-size: 10px; letter-spacing: 3px;}

}

@media (max-width: 600px) {
    .col1-layout .slideshow-style-one .items .banner-desc h3 { width: 70%; margin: 5px 0;}
    .col1-layout a.btn-action { padding: 5px 10px; font-size:12px;}
    .col2-right-layout .slideshow-style-one .items .banner-desc h3 { width: 53%; }
    .col2-left-layout .slideshow-style-one .items .banner-desc h3 { width: 53%; }
    .col3-layout .slideshow-style-one .items .banner-desc h3 { width: 53%; }
}

@media (max-width: 480px) {
    .col1-layout .slideshow-style-one .items .banner-desc p, .col1-layout .slideshow-style-two .items .banner-desc p, .col2-right-layout .slideshow-style-one .items .banner-desc p, .col2-right-layout .slideshow-style-two .items .banner-desc p, .col2-left-layout .slideshow-style-one .items .banner-desc p,
    .col2-left-layout .slideshow-style-two .items .banner-desc p, .col3-layout .slideshow-style-one .items .banner-desc p, .col3-layout .slideshow-style-two .items .banner-desc p, .col1-layout .slideshow-style-one .items .banner-desc p,
    .col1-layout .slideshow-style-two .items .banner-desc p{ display: none;}
    .col1-layout .slideshow-style-one .items .banner-desc h3 { font-size: 18px; line-height: 30px; letter-spacing: 3px; margin: 0;}
    .col1-layout .slideshow-style-two .items .banner-desc h3 { font-size: 30px; margin: 0;}

    .col2-right-layout .slideshow-style-one .items .banner-desc h3 { width: 63%; margin: 0;}
    .col2-right-layout .slideshow-style-two .items .banner-desc h3 { font-size: 30px; margin: 0;}

    .col2-left-layout .slideshow-style-one .items .banner-desc h3 { width: 63%; margin: 0;}
    .col2-left-layout .slideshow-style-two .items .banner-desc h3 { font-size: 30px; margin: 0;}

    .col3-layout .slideshow-style-one .items .banner-desc h3 { width: 63%; margin: 0;}
    .col3-layout .slideshow-style-two .items .banner-desc h3 { font-size: 30px; margin: 0;}

    .col3-layout a.btn-action, .col3-layout .slideshow-style-two a.btn-action, .col2-right-layout .slideshow-style-two a.btn-action, .col2-left-layout .btn-action, .col2-left-layout .slideshow-style-two a.btn-action, .col1-layout a.btn-action, .col1-layout .slideshow-style-two a.btn-action { font-size: 10px; margin: 3% 0 5%; padding: 4px 11px; }

}

@media (max-width: 420px) {
    .col2-right-layout .slideshow-style-one .items .banner-desc h3 { font-size: 20px; letter-spacing: 4px; line-height: 24px; width: 58%}
    .col2-left-layout .slideshow-style-one .items .banner-desc h3 { font-size: 20px; letter-spacing: 4px; line-height: 24px; width: 58%}
    .col3-layout .slideshow-style-one .items .banner-desc h3 { font-size: 20px; letter-spacing: 4px; line-height: 24px; width: 58%}
}

@media (max-width: 360px) {
    .col2-right-layout .slideshow-style-one .items .banner-desc h3 { width: 63%; letter-spacing: 2px;}
    .col2-left-layout .slideshow-style-one .items .banner-desc h3 { width: 63%; letter-spacing: 2px;}
    .col3-layout .slideshow-style-one .items .banner-desc h3 { width: 63%; letter-spacing: 2px;}

}
@media (max-width: 340px) {
    .col1-layout .slideshow-style-one .items .banner-desc h3 { width: 75%;}
    .col1-layout .slideshow-style-one .items .banner-desc h3 { font-size: 20px; letter-spacing: 2px; line-height: 26px; width: 60%;}
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/**
 * Magmodules.eu
 * http://www.magmodules.eu
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-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 info@magmodules.eu so we can send you a copy immediately.
 *
 * @category	Magmodules
 * @package		Magmodules_Kiyoh
 * @author		Magmodules <info@magmodules.eu)
 * @copyright	Copyright (c) 2015 (http://www.magmodules.eu)
 * @license		http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.kiyoh-sidebar-block {
	padding: 10px;
}

.kiyoh-sidebar-block .rating-name  {
	font-style: italic;
	vertical-align: middle;
}

img.kiyoh-logo  {
	display: block;
	margin: 0 auto;
}

.kiyoh-sidebar-block .rating-empty { float: right; display: block; width: 80px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 -16px; margin-right: 5px;  }
.kiyoh-sidebar-block .rating-star-1 { float: left; display: block; width: 8px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }
.kiyoh-sidebar-block .rating-star-2 { float: left; display: block; width: 16px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }
.kiyoh-sidebar-block .rating-star-3 { float: left; display: block; width: 24px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }
.kiyoh-sidebar-block .rating-star-4 { float: left; display: block; width: 32px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }
.kiyoh-sidebar-block .rating-star-5 { float: left; display: block; width: 40px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }
.kiyoh-sidebar-block .rating-star-6 { float: left; display: block; width: 48px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }
.kiyoh-sidebar-block .rating-star-7 { float: left; display: block; width: 56px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }
.kiyoh-sidebar-block .rating-star-8 { float: left; display: block; width: 64px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }
.kiyoh-sidebar-block .rating-star-9 { float: left; display: block; width: 72px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }
.kiyoh-sidebar-block .rating-star-10 { float: left; display: block; width: 80px; height: 16px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/star.png') 0 0; margin-right: 5px; }

/** big review stars **/
.block-content p.company-name { text-align: center; margin: 5px auto; font-size: 12px; }
.total-block-text { border-bottom: 1px solid #ccc; padding-bottom: 5px; }
.total-block-text p { text-align: center; padding-top: 5px; margin-bottom: 2px; font-size: 18px; }
.total-block-text p.based-on { text-align: center; padding-top: 0px; font-size: 11px; font-style: italic; }
.total-block-stars { height: 35px; width: 188px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/5-stars-empty.png') no-repeat; margin: 5px auto; }
.total-block-stars span{ display: block; height: 50px; background: url('https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/kiyoh/images/5-stars-full.png') no-repeat; }
/*
 * Magmodules.eu - http://www.magmodules.eu.
 *
 * NOTICE OF LICENSE
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://www.magmodules.eu/MM-LICENSE.txt
 * 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 info@magmodules.eu so we can send you a copy immediately.
 *
 * @category      Magmodules
 * @package       Magmodules_Richsnippets
 * @author        Magmodules <info@magmodules.eu>
 * @copyright     Copyright (c) 2018 (http://www.magmodules.eu)
 * @license       https://www.magmodules.eu/terms.html  Single Service License
 */
.snippets {
    border: 1px solid #E4E4E4;
    margin: 0px 0;
    overflow: auto;
}

.snippets p {
    margin-bottom: 0
}

.snippets .product-name {
    font-weight: 700
}

.snippets .prod-thumb {
    float: left;
    padding: 8px
}

.snippets img {
    display: block;
    margin: 0px;
}

.snippets .content {
    padding: 5px
}

.snippets .content i {
    font-style: initial;
}

.snippets .rating-box {
    float: right;
    margin-bottom: 5px;
}

.snippets-footer {
    margin-top: -5px;
    color: #666;
    font-style: normal
}

.snippets-fields {
    font-size: x-small;
}

.snippets-fields ul {
    display: inline
}

.snippets-fields li {
    display: inline;
    color: #5D5D5D;
    background: none !important;
    padding-left: 0 !important;
    font-size: 13px;
    float: left;
    margin: 0px !important;
}

.snippets-fields li + li::before {
    content: "- "
}

.snippets-sidebar .rating-box {
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    width: 73px;
    position: absolute;
    height: 15px;
    font-size: 0;
    background: url(https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-size: 15px;
    text-indent: -999em;
    overflow: hidden;
}

.snippets-sidebar .rating {
    float: left;
    height: 13px;
    background: url(https://www.gloeilampgoedkoop.nl/skin/frontend/base/default/magmodules/snippets/images/bkg_rating.gif) repeat-x;
    background-position-y: 100%;
    background-size: 15px
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seo-content {
  color: #333;
  width: 600px;
  margin: 0 auto;
  padding: 5px 10px;
  margin-top: -50px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
    display:none;
 }

/*seo-info*/

/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}

/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family:Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family:Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family:Arial;
  padding:0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform:none;
}
.seo-info .seo-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
}

/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width:100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label, .seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  box-shadow: none;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label, .seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width:100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}

/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}

/*link*/
.seo-info .seo-additional-info-link-style {
  font-family:Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}

/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255,255,255,0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}

/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}

/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}

.seo-info .m-seo-info-scroll-hide {
  display: none;
}

/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display:table;
  width:100%;
  padding-top: 3px;
}

.seo-info .m-seo-info-template-table-row {
  display:table-row;
}

.seo-info .m-seo-info-template-table-cell {
  display:table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}

.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-table-cell:nth-child(3) {
   border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}

.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell{
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.seo-info .m-seo-info-id-width {
  width: 30px;
}

.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}

.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}

.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}

.seo-info .m-seo-info-status-width {
  width: auto;
}

/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}

@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 100%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display:none;
 }
.seositemap-index-index div.seositemap-map table {
  width:100%;
}
.seositemap-index-index div.seositemap-map table tbody tr td {
  vertical-align: top;
}
.billink-billing-form-message
{
    margin:10px 0px;
}
label[for=p_method_billink].disabled
{
    opacity:0.6;
}

#container_payment_method_billink
{
    padding-top:0px;
}
#payment_form_billink li label{
    line-height: 15px;
}

#billink-birthdate-fields select
{
    width:auto;
    display:block;
}

.form-list .customer-dob .dob-year
{
    width:60px;
}

li#billink-birthdate-fields {
    margin: 10px 0;
}
li#billink_street,
li#billink_housenumber,
li#billink_housenumber_extension {
    margin-bottom: 10px;
}
#container_payment_method_billink label,
#container_payment_method_billink label.required {
    display: block;
}
li#billink-sex-radio label,
li#billink-type-radio label {
    display: inline;
}

#container_payment_method_billink label.required em{
    float:none;
}

#container_payment_method_billink .input-box{
    margin: 0px;
}

a.postnl-message {color:#EA7601 !important; text-decoration:underline;}

/* globals */
html *,
html *:before,
html *:after { -moz-box-sizing:border-box !important; -webkit-box-sizing:border-box !important; box-sizing:border-box !important; }

.newsletter-subscribe .input-box { width:50%; }
.newsletter-subscribe .input-box .input-text { width:100%; }
.newsletter-subscribe .button span { width:100%; }

.quick-access .login { display:none; }

@media screen and (max-width:1039px) {

    body { min-width:100%; }
    img { max-width:100%; height:auto; }
    .main-container { width:100%; padding:0 15px; }
    .header,
    .quick-access,
    .footer-top { display:block; width:100%; max-width:100%; }
    .col2-left-layout .col-main,
    .col2-right-layout .col-main { width:68%; }
    .col-left,
    .col-right { width:30%; }
    .header-container  { padding:0 15px; }
    .mb-top-menu { padding:0 15px; }

    /* navigation */
    ul#pronav { width:100%!important; }
    ul#pronav li.primary-pronav-item a.primary-pronav-link { padding-left:15px; padding-right:15px; }
    .sticky-container .sticky { width:100%; }
    .sticky .mini-cart { margin-right:15px; }

    /*.col2-set .col-wide { width:60%; }*/
    /*.col2-set .col-narrow { width:38%; }*/
    /*.col2-set .col-wider { width:60%; }*/
    /*.col2-set .col-narrower { width:38%; }*/
    /*.customer-rating,*/
    /*.customer-rating .bottom { width:100%; }*/

    .onsale-category-container-list { width:25%; }
    .popular-products div.onsale-category-container-list { width:100%; }
    .popular-products .products-grid { padding:0 10px; }
    .popular-products .products-grid li.item { padding:0 5px; margin:0; width:20%; }
    .popular-products .products-grid .product-image { width:100%; height:auto; }
    .popular-products .products-grid .product-image img { width:100%; height:auto; }
    .products-list .product-shop { margin-left:0; width:75%; float:left; }

    /* filters */
    #left_price-track { width:100%!important; }

    /* buying guide */
    #buying-guide .col-1 { width:68%; }
    #buying-guide .col-2 { width:30%; }
    .buying-guide-filters .filter { width:100%; }
    .buying-guide-filters .filter ol { padding-right:3%; }
    .buying-guide-filters .filter ol li { margin:0 0 3% 3%; width:22%; height:auto; min-height:110px; background-repeat: no-repeat; background-size:100%; border:10px solid #ffffff; }
    .buying-guide-filters .filter ol li a { min-height:25px; }
    .buying-guide-products li.item { padding-right:20px; margin-right:0; width:33.333333%; }

    .footer { padding:30px 15px; }
    .footer .col2-set > div { width:50%; margin:0; }
    .footer .usp, .footer .col2-set, .footer-bottom { width:100%; }
    .footer-bottom { padding-left:15px; padding-right:15px; }
    .footer-top { padding:0 15px; }
    .footer .usp .branding { margin-left:0; padding-bottom:30px; }

}

@media screen and (max-width:990px) {



    .header {
        height: initial !important;
    }

    .header .logo img {
        height: auto !important;
        max-width: 130px !important;
    }

    .breadcrumbs {
        display : none;
    }

    h2 { line-height: 1.4; }

    .quick-access { height:40px; }
    .quick-access .right { float:none; }

    /*.header .form-search { margin:42px 0 0 50px; }*/
    .buying-guide .button { width:100%; }

    .block_usp { height:auto; }
    .block_usp h2 { font-size:18px;}
    .block_usp li { margin-top:15px; }

    /* navigation */
    /*ul#pronav { border-radius: 0; padding-left:15px; }*/
    ul#pronav #li-primary-pronav-home { display:none; }
    ul#pronav li.primary-pronav-item a.primary-pronav-link { padding-left:12px; padding-right:12px; font-size:14px; }
    ul#pronav li.primary-pronav-item .sub,
    ul#pronav li.primary-pronav-item .sub ul li.has-children .child-sub { top:27px; }
    ul#pronav li.primary-pronav-item .sub li.level-3 { padding-right:25px; margin-right:0; width:50%; }
    .mb-top-menu { padding:0; }

    .sticky-container .sticky { width:100%; max-width:100%; padding-left:15px; }
    #stickynav li { margin-left:10px; }
    #stickynav li a { font-size:14px; }

    .newsletter-subscribe-home .heading { width:49%; float:left; }
    .newsletter-subscribe-home form { width:50%; }
    .newsletter-subscribe-home .input-box { width:100%; }
    .newsletter-subscribe-home .input-text { width:100%; }
    .newsletter-subscribe-home .button { position:absolute; right:0; }

    .subcategories-grid { padding:0 10px; }
    .subcategories-grid li.item { width:25%; margin:0; padding:0 5px; }
    .subcategories-grid .category-image,
    .subcategories-grid .category-image img { width:110px; height:110px; }

    .form-search-sidebar .input-text { width:100%; }
    .form-search-sidebar button { position: absolute; right:0; }

    /* filters */
    #left_price-track { width:100%!important; }
    .block-layered-nav ol.m-filter-css-checkboxes li a.m-checkbox-unchecked,
    .block-layered-nav ol.m-filter-css-checkboxes li { width:100%; margin-bottom:5px; }

    /* product list */
    .products-list .product-shop { width:70%; max-width:70%; margin-left:0; float:left; }
    .products-list .product-name { font-size:16px;    width: calc(100% - 70px); }
    .products-list .product-details { margin-bottom:0; }
    .products-list .product-bottom .more-info,
    .products-list .add-to-cart { display:block; float:none; width:100%; }
    .products-list .product-tiers { width:100%; }
    .products-list .product-pricing { width:100%; margin-top:5px; }
    .products-list div.onsale-category-container-list { width:30%; float:left; }
    .products-list .add-to-cart label { display:none; }
    .products-list .add-to-cart .qty { margin-top:0; margin-right:5px; height:34px; width:34px!important; }
    .products-list .add-to-cart .button span span { padding:0 10px; }

    /* product page */
    .product-view .product-shop { width:63%; }
    .product-view .product-img-box { width:35%; }
    .product-view .product-tabs-content table .label { white-space:normal; }

    /* upsells */
    .alternative-products .products-grid li.item { width:33.33333%; padding:0 5px 15px; margin:0; }
    .alternative-products .products-grid li.item:nth-of-type(1) { padding-left:0; }
    .alternative-products .products-grid li.item:nth-of-type(2) { padding-right:0; }
    .alternative-products .products-grid .product-image { width:100%; height:auto; }
    .alternative-products .products-grid .qty-wrapper { width:100%; }
    .alternative-products .products-grid .add-to-cart label { display:none; }
    .alternative-products .products-grid .add-to-cart .qty { margin:0; height:42px; width:42px!important; }
    .alternative-products .products-grid .add-to-cart .button span span { padding:0 10px; }

    /* tabs */
    .product-tabs li a { font-size:15px; }

    /* faq tabs */
    .faq-tabs li { width:50%; }

    /* cart page */
    .cart .totals { margin-right:0; width:100%; float:none; }
    .cart .totals table { width:50%; float:right; margin-top:20px; }
    .cart .sp-methods { margin-top:20px; }
    .cart .shipping { float:left; width:50%; }

    /* minicart */
    .header .top-cart #cartContent { right:0; }
    .header .top-cart > a { text-decoration: none; }
    .header .top-cart .cart-content .item div { width:20%; }
    .header .top-cart .cart-content .item .product-name { width:50%; margin:0; text-align: left; }
    .header .top-cart .cart-content .item .product-details { width:30%; }
    .header .top-cart .cart-content .summary .subtotal .label { width:70%; }

    /* onestepcheckout */
    .onestepcheckout-index-index .onestepcheckout-column-left,
    .onestepcheckout-index-index .onestepcheckout-column-middle,
    .onestepcheckout-index-index .onestepcheckout-column-right { width:50%; padding:0; background:none; border:0; }
    .onestepcheckout-index-index .onestepcheckout-column-right { width:100%; }
    .onestepcheckout-index-index h3 { padding-top:15px; font-size:18px; }
    .onestepcheckout-index-index table.onestepcheckout-summary,
    .onestepcheckout-index-index table.onestepcheckout-totals { width:100%; }
    .onestepcheckout-index-index .onestepcheckout-coupons .input-text { width:99%; }
    .onestepcheckout-index-index button#onestepcheckout-coupon-add { position: absolute; right:0; }
    .onestepcheckout-index-index #onestepcheckout-login-popup .onestepcheckout-popup-wrapper h3 { padding-top:0; }
    .onestepcheckout-index-index .input-box .input-text,
    .onestepcheckout-index-index .input-box.input-address .input-text,
    .onestepcheckout-index-index .input-box.input-country select,
    .onestepcheckout-index-index .input-box.input-tax .input-text,
    .onestepcheckout-index-index .input-box.input-coc .input-text { width:90%; }
    .onestepcheckout-index-index .onestepcheckout-enable-newsletter {margin-top: 50px;}


    .newsletter-subscribe .button span span { padding:0 10px; }

    .footer { padding:30px 15px; }
    .footer .col2-set { padding:0 15px; }
    .footer .usp { padding-bottom:30px; }
    .footer .usp .branding { display:none; }
    .footer .usp .std { padding-left:15px; }
    .footer .usp .std li { margin:0; paddding-right:15px; width:25%; }
    .footer .col2-set > div,
    .footer .col2-set .left,
    .footer .col2-set .right { width:50%; margin:0; padding-right:15px; }

    .footer .newsletter-subscribe .input-box { width:50%; }

}

@media screen and (max-width: 850px) {
    ul#pronav li.primary-pronav-item a.primary-pronav-link { padding-left:10px; padding-right:10px; font-size:13px; }
}

@media screen and (max-width:767px) {

    .quick-access .left { display:none; }

    body { font-size:14px; line-height:1.6; min-width:100%; }
    .buttons-set { padding-bottom:15px; }
    .std { line-height:1.6; }
    .main-container { width:100%; padding:0 15px; }
    .products-list .ratings {line-height:1;}
    h2 { margin-bottom:10px; line-height:1.4; font-size:20px; }
    h4 { margin-bottom:0; line-height:1.4; font-size:18px; }
    a.button { display:block; }
    .col-main,
    .col-left,
    .col-right,
    .col2-left-layout .col-main,
    .col2-right-layout .col-main { width:100%; }
    .header-container { padding:0; }
    .breadcrumbs li span { top:6px; }

    /* forms */
    .button span { width:100%; padding:0; height:42px; line-height:42px; text-align:center; }
    .button span span { padding:0 10px; }
    input.input-text { padding:0 10px; height:42px; line-height:42px; font-size:14px; }
    .input-box .input-text { width:100%; }
    .form-list input.input-text { width:100%; }
    .form-list .field { width:100%; margin-bottom:10px; }
    .form-list .input-box { width:100%; }

    .header { height:auto; }
    .quick-access { height:40px; padding:0 15px; }
    .quick-access .left { display:block; }
    .quick-access .twwb,

    .quick-access .login { display: block; }
    .quick-access .right { float:none; }
    .quick-access .right li { display:none; }
    .quick-access .right li.language { display:block; }
    .quick-access .language-switch { padding-right:0; }
    .header .tax-switch { top:15px; right:15px; bottom: inherit; }

    .header .logo,
    .header .form-search  { display:block; margin:0; float:none; }
    .header .logo { padding:15px; max-width:191px; height :auto; }
    .header .logo img { height: auto !important; max-width: 130px !important; }
    .header form { width:100%; }
    .header .form-search { display:none; }
    .header .form-search.open { display:block; position: relative; padding:15px; background:#6a6a6a; color:#ffffff; }
    .header .form-search.open a { color:#ffffff; }

    .header .form-search { width:100%; text-align:left; }
    .header .form-search .input-text { width:70%; }
    .header .form-search .button { width:30%; }
    .header .form-search .search-suggestions { padding-left:0; }
    .form-search-sidebar button.button { position: relative; width:30%; }

    /* minicart */
    .header .top-cart { margin-top:0; }
    .header .top-cart > a { background:none; padding:0; }
    .header .top-cart .cart-total { line-height:50px; font-size:13px; height:auto; float:none; color: #fff; }
    .header .top-cart #cartContent { left:0; right:0; }
    .header .top-cart .cart-content { width:100%; box-shadow: rgba(0,0,0,0); border-radius: 0; }
    .header .top-cart .cart-content .actions .button span span { padding:0 10px; }
    .header .top-cart .cart-content .summary { padding-bottom:10px; }

    /* navigation */
    ul#pronav { display:none; width:100%!important; padding-left:0; height:auto!important; border-radius:0; border-bottom:0; }
    ul#pronav.open { display:block; }
    ul#pronav li.primary-pronav-item { display:block; float:none; }
    ul#pronav li.primary-pronav-item a.primary-pronav-link { display:block; float:none; padding:8px 15px; font-size:14px; }
    ul#pronav li.primary-pronav-item.open a.primary-pronav-link { background:#ffffff; color:#6a6a6a; }
    ul#pronav #li-primary-pronav-home { margin:0; }
    ul#pronav #li-primary-pronav-home a { padding:8px 15px; width:100%; height:auto; background:transparent; text-indent:0; }
    ul#pronav #li-primary-pronav-home a:hover { background:#6a6a6a; color:#ffffff; }
    li.primary-pronav-item .sub.sub-align-start { display:none!important; }
    li.primary-pronav-item.open .sub.sub-align-start { display:block!important; opacity: 1!important; }
    ul#pronav li.primary-pronav-item .sub,
    ul#pronav li.primary-pronav-item .sub ul li.has-children .child-sub { margin-top:0; position:relative; top:0; box-shadow:0 0 0 0; }
    ul#pronav li.primary-pronav-item .sub li.level-2 { display:none; }
    ul#pronav li.primary-pronav-item .sub .sub-cat-list { padding:0 15px 15px; }
    ul#pronav li.primary-pronav-item .sub .sub-child-list { display:none; }
    ul#pronav li.primary-pronav-item .sub li.level-3 { display:block; margin:0; padding-right:0; float:none; width:100%; height:auto; }
    ul#pronav li.primary-pronav-item .sub ul li.level-3 a { display:block!important; margin:0; padding:4px 0!important; font-size:14px; border-top:1px solid #e0e0e0; }
    ul#pronav li.primary-pronav-item .sub li.level-3 img { display:none; }
    .sticky-container { display:none!important; }

    .block_usp { height:auto; }
    .block_usp li { margin-top:10px; }

    div.onsale-category-container-list { float:none; }
    .popular-products { margin-top:15px; padding:15px; }
    .popular-products .subtitle { margin-left:0; }
    .popular-products .products-grid { margin:0; padding:0; }
    .popular-products .products-grid li.item { width:50%; padding:0 5px 15px; margin:0; }
    .popular-products .products-grid li.item:nth-of-type(1) { padding-left:0; }
    .popular-products .products-grid li.item:nth-of-type(2) { padding-right:0; }
    .popular-products .products-grid .product-image { width:100%; height:auto; margin:0 0 10px; }
    .popular-products .products-grid .product-image img { width:100%; height:auto; }
    .popular-products .type-filter { position:relative; top:auto; right:auto; margin-bottom:15px; }
    .more-products-link { padding-left:0; }

    .buying-guide .button { width:100%; }
    .buying-guide .button span span { background-position:15px 50%; }
    .col-top .buying-guide { margin-top:0; }

    /* subcategories grid */
    .subcategories-grid { padding:0 5px; }
    .subcategories-grid li.item { padding:0 5px; margin:0; width:25%; }
    .subcategories-grid .category-image,
    .subcategories-grid .category-image img { width:100px; height:100px; }

    .products-list .add-to-cart .qty { height:42px; width:42px!important; }

    /* filters */
    .block-layered-nav ol.m-filter-css-checkboxes li { display:block; width:100%; margin-bottom:5px; float:none; }
    div#narrow-by-list { margin:0 0 15px; }
    .block .block-subtitle { font-size:14px; font-family: "Cabin", sans-serif; }
    .form-search-sidebar .input-text { width:70%; }

    .m-filter-slider > .m-slider-to,
    .m-filter-slider > .m-slider-from { cursor: w-resize; background: #0084cf !important; border-radius: 5px; border: 1px solid #1b5f7d; }

    .block-layered-nav ol.m-filter-css-checkboxes li a.m-checkbox-unchecked { background-position: 0 2px!important; line-height:1.6; }
    .block-layered-nav ol.m-filter-css-checkboxes li a.m-checkbox-checked { background-position: 0 -14px!important; line-height:1.6; }

    /* product page */
    .product-view .product-shop { display:block; width:100%; float:none; }
    .product-view .add-to-cart label { line-height:42px; }
    .product-view .add-to-cart .qty { margin-top:0; margin-right:5px; height:42px; width:42px!important; }
    .product-view .add-to-cart .button span span { padding:0 10px; }
    .product-view .product-img-box {  width:100%; float:none; margin:0 auto; }
    .product-view .product-img-box .product-image { text-align: center; }

    /* hide image popup */
    .catalog-product-view #lightbox,
    .catalog-product-view #lightboxWrapper,
    .catalog-product-view #overlay { display:none; }

    /* upsells */
    .alternative-products .products-grid li.item { width:50%; }
    .alternative-products .products-grid .product-name { width:100%; }

    /* tabs */
    .product-tabs { height:auto; padding:15px 5px; }
    .product-tabs li { padding:0 10px; width:100%; float:none; }
    .product-tabs li:nth-child(1) { margin-top:0; }

    /* faq tabs */
    .faq-tabs li { width:100%; float:none; height:auto; }
    .faq-tabs li a { padding-left:15px; line-height:40px; }
    .faq-tabs li:nth-child(2n+0) { border:1px solid #efefef; }

    .col-top { margin-bottom:15px; }
    .col2-set .col-wider,
    .col2-set .col-narrower,
    .col2-set .col-wide,
    .col2-set .col-narrow { width:100%; float:none; }
    .col2-set .col-1,
    .col2-set .col-2 { width:100%; float:none; }

    /* cart */
    .cart .page-title h1 { display:block; margin:0 0 10px; }
    .title-buttons h1,
    .title-buttons h2,
    .title-buttons h3,
    .title-buttons h4,
    .title-buttons h5,
    .title-buttons h6 { float:none; text-align:left; }
    .cart-table .qty { width:42px!important; height:42px!important; }
    .cart .extras { width:100%; float:none; }
    .cart .totals { margin:0 0 15px; width:100%; }
    .cart .totals table,
    .cart .sp-methods { margin:15px 0 0; }
    .cart .discount .input-box,
    .cart .discount .buttons-set { width:50%; }
    .cart .discount .input-box .input-text,
    .cart .discount .buttons-set .button { width:100%; }

    /* onestepcheckout */
    .onestepcheckout-index-index .onestepcheckout-title { float:none; margin:0; }
    .onestepcheckout-index-index p.onestepcheckout-login-link { margin:10px 0!important; float:none; }
    .onestepcheckout-index-index .onestepcheckout-column-left,
    .onestepcheckout-index-index .onestepcheckout-column-middle,
    .onestepcheckout-index-index .onestepcheckout-column-right { width:100%; padding:0; background:none; border:0; }
    .onestepcheckout-index-index h3 { padding-top:15px; font-size:18px; }
    .onestepcheckout-index-index table.onestepcheckout-summary,
    .onestepcheckout-index-index table.onestepcheckout-totals { width:100%; }
    .onestepcheckout-index-index .onestepcheckout-coupons .input-text { width:100%; z-index:1; }
    .onestepcheckout-index-index .input-box { display:block; width:100%; float:none; }
    .onestepcheckout-index-index .input-box .input-text,
    .onestepcheckout-index-index .input-box.input-country select,
    .onestepcheckout-index-index .input-box.input-address .input-text,
    .onestepcheckout-index-index .input-box.input-tax .input-text,
    .onestepcheckout-index-index .input-box.input-coc .input-text { display:block; width:100%; float:none; }
    .onestepcheckout-coupons .button { position: relative; z-index:2; }
    .onestepcheckout-index-index #onestepcheckout-login-popup .onestepcheckout-popup-wrapper { width:90%; max-width:90%; left:5%; right:5%; }
    .onestepcheckout-index-index #onestepcheckout-login-popup .input-box { width:100%; }
    .onestepcheckout-index-index #onestepcheckout-login-popup .button-box button { float:none; }
    .onestepcheckout-index-index #onestepcheckout-login-popup .button-box a { float:none; margin-left:0; margin-top:10px; }
    .onestepcheckout-index-index .agreement-content.oscmodal { width:90%!important; max-width:90%!important; left:5%; right:5%; }

    .footer-container { margin-top:20px; }
    .footer { padding:15px; }
    .footer-top,
    .footer .usp,
    .footer .col2-set,
    .footer-bottom { width:100%; }
    .footer-bottom { padding: 15px; }
    .footer-bottom .left li { margin:2px 0; }
    .footer .usp .branding  { display:none; }
    .footer .std li { word-wrap: break-word; }
    .footer .usp .std li { width:100%; margin-left:0; margin-right:0; }
    .footer .col2-set .left,
    .footer .col2-set .right { float:none; width:100%; }
    .footer .col2-set > div { width:100%; margin:0; }
    .footer-top { text-align:center; }

    .footer .newsletter-subscribe .input-box { width:60%; }
    .footer .newsletter-subscribe .input-text { width:100%; }
    .footer .newsletter-subscribe .actions { width:40%; float:left; }
    .newsletter-subscribe .button { position:relative; width:100%; }

    .newsletter-subscribe-home { margin-top:15px; }
    .newsletter-subscribe-home .heading { display:block; padding:0; width:100%; height:auto; background:none; text-align:center; }
    .newsletter-subscribe-home form { width:100%; padding-top:10px; }
    .newsletter-subscribe-home .input-box { display:block; width:100%; float:none; }
    .newsletter-subscribe-home .button { display:block; width:100%; position: relative; border-radius: 2px 2px 0 0; }
    .newsletter-subscribe-home .input-text { width:100%; border:1px solid #e0e0e0; border-bottom:0; }
    .newsletter-subscribe-home .actions { display:block; width:100%; float:none; }

    .newsletter-subscribe .input-box { width:100%; }
    .newsletter-subscribe .input-box .input-text { width:100%; border:1px solid #ccc; border-bottom:0; border-radius: 2px 2px 0 0; }
    .newsletter-subscribe .button span,
    .newsletter-subscribe-home .button span { width:100%; border-radius: 0 0 2px 2px; }

    .menu-toggler,
    .search-toggler,
    .top-cart { display:inline-block; height:50px; width:33.3333333%; position: static; float:left; border-right: 1px solid #464646; background-color:#555555; color: white; cursor:pointer; text-align:center; font-family: "Cabin", sans-serif; font-size:14px; font-weight:bold; line-height:50px; }
    .top-cart { border-right:0; }
    .header .top-cart > a .cart-qty { position:relative; right:auto; width:25px; height:25px; border-radius: 25px; text-align: center; line-height: 20px; }
    .menu-toggler.open,
    .search-toggler.open { color:#ffffff; background:#6a6a6a; }

     /* customer account */
    .block-account .block-content li { border-bottom:1px solid #ffffff; }
    .block-account .block-content li { border-bottom:0; padding-bottom:0; }
    .block-account .block-content li a,
    .block-account .block-content li strong { background-position:0 4px; }
    .box-account .box { margin:0 0 15px; }

    /* buying guide */
    .buying-guide-filters .filter,
    #buying-guide .col-1,
    #buying-guide .col-2 { width:100%; max-width:100%; }
    .buying-guide-filters .filter h4 { padding-bottom:15px; height:auto; }
    .buying-guide-filters .filter ol { padding-right:3%; }
    .buying-guide-filters .filter ol li { margin:0 0 3% 3%; width:22%; height:auto; min-height:110px; background-repeat: no-repeat; background-size:100%; border:10px solid #ffffff; }
    .buying-guide-filters .filter ol li a { min-height:25px; }
    .buying-guide-results { padding:20px; }
    .buying-guide-results .button span { display:block; float:none; }
    .buying-guide-results .title,
    .buying-guide-results .count { margin-bottom:0; }

    .buying-guide-products .products-grid { padding-bottom:0; margin-bottom:0; border:0; }
    .buying-guide-products li.item { padding-bottom:30px; margin-bottom:30px; width:100%; border-bottom:1px solid #ccc; }
    .buying-guide-products li.item .info { width:68%; }
    .buying-guide-products li.item .product-image { margin:0; width:30%; height:auto; }
    .buying-guide-products li.item .product-image img { padding-right:15px; max-width:100%; height:auto; }
    .buying-guide-products li.item .qty { margin-top:0; margin-right:5px; height:42px; width:42px!important; }
    .buying-guide-products li.item .button { margin-left:0; }
    .buying-guide-products li.item .button span { height:42px; line-height: 42px; }

    /* clears */
    .quick-access:after,
    .mobile:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

}

@media screen and (max-width:479px) {
    .buying-guide-filters .filter ol li { width:30.33333%; }

}



@media screen and (max-width: 767px){

    .product-essential {
        margin-top: 15px;
    }

    .product-view .product-name {

        margin-bottom: 0px;

    }

    .aw_prevnext {
        display: none;
    }

    .product-view .add-to-box .button {
        margin: 0;
    }

    .product-view .availability {
        margin:22px 0 16px;
        padding-bottom: 10px;
    }

    .product-collateral {
        padding-top: 0;
        border-top: 0;
        margin-top: 0;
    }

    .product-tabs,
    .product-tabs li {
        padding: 0;
    }

    .product-tabs li a {
        font-size: 15px;
        width: 100%;
    }

    iframe {
        width: 100%;
    }

}

@media screen and (max-width: 500px){
    .product-view .add-to-box .button {
        margin: 15px 0 0 0;
        float:left;
        width: 100%;
    }

    /* subcategories grid */
    .subcategories-grid { padding:0 5px; }
    .subcategories-grid li.item { padding:0 5px; margin:0; width:33.333333%; }
    .subcategories-grid .category-image,
    .subcategories-grid .category-image img { width:100px; height:100px; }

}
.aw_prevnext { }
.aw_prevnext li { display:block; float:left; margin-top:10px; }

.aw_prevnext li.awpn_next,
.aw_prevnext li.awpn_prev { float:right; margin-left:5px; }
.aw_prevnext li.awpn_next a,
.aw_prevnext li.awpn_prev a { display:block; width:18px; height:18px; background:url(https://www.gloeilampgoedkoop.nl/skin/frontend/gloeilamp/default/images/prev_next.png) 0 0 no-repeat; text-indent:-999em; }
.aw_prevnext li.awpn_next a { background-position:100% 0; }

.aw_prevnext:after { content:"."; clear:both; font-size:0;  height:0; line-height:0; overflow:hidden; }
#amfile-list .file
{
    display: block;
    height: 26px;
}

#amfile-list img
{
    max-width: 24px;
    max-height: 24px;
    float: left;
}

#amfile-list span
{
    margin-left: 29px;
    display: block;
}

.add-to-info {
    float: left;
}

.product-view .add-to-box .tig-infotooltip {
    clear: both;
    position: relative;
    margin-bottom: 8px;
}

.product-view .add-to-box .tig-infotooltip > a {
    display: inline-block;
    height: 16px;
    vertical-align: middle;
    width: 14px;
}

.product-view .add-to-box .tig-infotooltip .tooltip {
    display: none;
    bottom: 0;
    padding: 0 0 25px 120px;
    position: absolute;
    z-index: 100;
}

.product-view .add-to-box .tig-infotooltip .tooltip-content {
    background: #fff;
    box-shadow: #c0c0c0 0 1px 1px;
    border-radius: 2px;
    color: #444;
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    width: 300px;
}

.product-view .add-to-box .tig-infotooltip > a:hover + .tooltip,
.product-view .add-to-box .tig-infotooltip .tooltip:hover {
    display: block;
}

.catalog-product-view .klarna-widget.klarna-part-payment {
    width:160px;
    height:64px
}
