/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 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:#496778 url(https://www.biogarten.ch/skin/frontend/default/default/images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

/* Customer */
.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 .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,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.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 .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

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

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

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-cart { color:#dc6809 !important; font-weight:bold; }
.link-wishlist { color:#dc6809 !important; font-weight:bold; }
.link-reorder { font-weight:bold; color:#dc6809 !important; }
.link-compare { font-weight:bold; }
.link-print { /*background:url(https://www.biogarten.ch/skin/frontend/default/default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(https://www.biogarten.ch/skin/frontend/default/default/images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.biogarten.ch/skin/frontend/default/default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.biogarten.ch/skin/frontend/default/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.biogarten.ch/skin/frontend/default/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.biogarten.ch/skin/frontend/default/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; }

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

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

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

/* Noscript Notice */
.noscript {}

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

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


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(https://www.biogarten.ch/skin/frontend/default/default/images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(https://www.biogarten.ch/skin/frontend/default/default/images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
.block-layered-nav dt { background:url(https://www.biogarten.ch/skin/frontend/default/default/images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
.block-layered-nav dd { padding:0 12px 12px; background:url(https://www.biogarten.ch/skin/frontend/default/default/images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { background:#fff url(https://www.biogarten.ch/skin/frontend/default/default/images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(https://www.biogarten.ch/skin/frontend/default/default/images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }

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

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

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

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

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

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

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

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }

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

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

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

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

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

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


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

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

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


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

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

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

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

.availability-only { margin:10px 0 7px; line-height:16px; background:url(https://www.biogarten.ch/skin/frontend/default/default/images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(https://www.biogarten.ch/skin/frontend/default/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.biogarten.ch/skin/frontend/default/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; }

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

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

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

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

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

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

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

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

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.account-create {}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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


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

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

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

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

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

/* 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.biogarten.ch/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.biogarten.ch/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.biogarten.ch/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.biogarten.ch/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.biogarten.ch/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.biogarten.ch/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.biogarten.ch/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.biogarten.ch/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.biogarten.ch/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * aheadWorks Co.
 *
 * 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:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Seacrhautocomplete
 * @copyright  Copyright (c) 2003-2010 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */

/* For Magento  1.3
label within container */
.yui-ac label
{
    float:left;
    height:21px;
    width:24px;
    overflow:hidden;
    text-align:left;
    text-indent:-999em;
}
/* For Magento  1.3
button within container */
.yui-ac button
{
    display:block;
    padding:0;
    margin:0;
    width:auto;
    vertical-align:middle;
    overflow:visible;
    border:0 none;
    cursor:pointer;
    background:none repeat scroll 0 0 transparent;
    color:#2F2F2F;
    font:12px/15px Arial,Helvetica,sans-serif;
}
.yui-ac button span
{
    display:block;
    height:21px;
    padding:0 0 0 3px;
    background:url("https://www.biogarten.ch/skin/frontend/default/default/images/aw_searchautocomplete/btn_search.gif") no-repeat scroll 0 0 transparent;
    color:#FFFFFF;
    text-align:center;
    white-space:nowrap;
    font:bold 11px/21px Tahoma,Verdana,Arial,sans-serif;
}
.yui-ac button span span
{
    background-position:100% 0;
    padding:0 6px 0 3px;
}

/* results container */
#myContainer,
.yui-ac-container {
    position:absolute;
    z-index:999;
}

/* results content */
.yui-ac-content {
	background-color: #FFF;
	border:solid 2px #C4C6C8;
	width: 300px;
	padding: 5px;
    margin:0;
}

/* header within container */
.yui-ac-hd {
	color:#999999;
	display:block;
	margin-bottom:4px;
	padding:0 4px;
	border-bottom:dashed 1px #999999;
	text-align:left;
	font-style:italic;
}

/* item list (ul) container */
.yui-ac-bd {
}

/* items container*/
.yui-ac-content ul,
.header .form-search .search-autocomplete ul {
	background-color:#ffffff;
    border:none;
}

/* result item */
.header .form-search .search-autocomplete ul > li,
.yui-ac-content ul > li
{
    border:solid 1px #C4C6C8;
	margin:4px 0;
	padding:4px;
	cursor:pointer;
	min-height:85px;
    color:#2F2F2F;
}
.yui-ac-highlight { /* highlighted result item */
	background-color: #D5E4EB;
}
.searched-words { /* highlight of the words being searched */
	color:red;
}
.search-autocomplete ul > li{text-align:left}
.search-autocomplete ul > li p{text-align:justify}

.yui-ac-content ul > li:hover{
   background-color: #D5E4EB;
}

.yui-ac-bd ul > li.selected{
    background-color: #D5E4EB;
}

.yui-ac-bd ul > li.aw_hidden{
    background-color: white;
    border: medium none;
    margin: 0;    
    padding: 0;
    display: none;
}
.std ul.disc {
    float: left;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.biogarten.ch/skin/frontend/default/default/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/******************************************************\
*
*  Base TouchCarousel stylesheet
*
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/





/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/

.touchcarousel {
	position: relative;
	width: 600px;
	height: 400px;

	/* style is removed after carousel is inited, use !important if you want to keep it*/
	overflow: hidden;
}
.touchcarousel .touchcarousel-container {
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
	left: 0;
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
}





/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

.touchcarousel .touchcarousel-item {
	/* use margin-right for spacing between items */
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;
}





/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

/* arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
	width: 31px;
	height: 31px;
	position: absolute;
	bottom: 142px;
	display: block;
	cursor: pointer;
	z-index: 25;
}
.touchcarousel .arrow-holder.left {
	left: 9px;
	background: url(https://www.biogarten.ch/skin/frontend/default/default/css/touchcarousel/left.png) no-repeat;
}
.touchcarousel .arrow-holder.right {
	right: 9px;
	background: url(https://www.biogarten.ch/skin/frontend/default/default/css/touchcarousel/right.png) no-repeat;
}

/* arrow icons */
.touchcarousel .arrow-icon{
	width: 31px;
	height: 31px;
	/*margin-top:-45px;*/
	position: absolute;
	cursor: pointer;
	left: 0;
}

.touchcarousel .arrow-holder:hover .arrow-icon.left { background: url(https://www.biogarten.ch/skin/frontend/default/default/css/touchcarousel/left.png) no-repeat; }
.touchcarousel .arrow-holder:hover .arrow-icon.right { background: url(https://www.biogarten.ch/skin/frontend/default/default/css/touchcarousel/right.png) no-repeat; }
.touchcarousel .arrow-holder:hover .arrow-icon { }
.touchcarousel .arrow-holder.disabled { cursor: default; }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }





/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
.touchcarousel .tc-paging-centerer {
	float: left;
	position: relative;
	left: 50%;
}
.touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}

/* Paging items */
.touchcarousel .tc-paging-item {
	float:left;
	cursor:pointer;
	position:relative;
	display:block;
	text-indent: -9999px;
}
.touchcarousel .tc-paging-item.current { }
.touchcarousel .tc-paging-item:hover { }





/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	overflow: hidden;
	background: #a2a2a2;
}
.touchcarousel .scrollbar {
	position: absolute;
	left:0;
	height: 5px;
	bottom: 0px;
	background: #515151;
}
/*
.touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);
	background-color: rgba(0, 0, 0, 0.5);
}
.touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);
	background-color: rgba(255, 255, 255, 0.5);
}
*/




/******************************************************\
*
*  6. Cursors
*
\******************************************************/

/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor{ cursor:url(https://www.biogarten.ch/skin/frontend/default/default/css/touchcarousel/grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(https://www.biogarten.ch/skin/frontend/default/default/css/touchcarousel/grabbing.png) 8 8, move; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }




/* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */
/*! jQuery UI - v1.10.3 - 2013-12-18
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.spinner.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-button{display:inline-block;position:relative;padding:0;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2.2em}button.ui-button-icon-only{width:2.4em}.ui-button-icons-only{width:3.4em}button.ui-button-icons-only{width:3.7em}.ui-button .ui-button-text{display:block;line-height:normal}.ui-button-text-only .ui-button-text{padding:.4em 1em}.ui-button-icon-only .ui-button-text,.ui-button-icons-only .ui-button-text{padding:.4em;text-indent:-9999999px}.ui-button-text-icon-primary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 1em .4em 2.1em}.ui-button-text-icon-secondary .ui-button-text,.ui-button-text-icons .ui-button-text{padding:.4em 2.1em .4em 1em}.ui-button-text-icons .ui-button-text{padding-left:2.1em;padding-right:2.1em}input.ui-button{padding:.4em 1em}.ui-button-icon-only .ui-icon,.ui-button-text-icon-primary .ui-icon,.ui-button-text-icon-secondary .ui-icon,.ui-button-text-icons .ui-icon,.ui-button-icons-only .ui-icon{position:absolute;top:50%;margin-top:-8px}.ui-button-icon-only .ui-icon{left:50%;margin-left:-8px}.ui-button-text-icon-primary .ui-button-icon-primary,.ui-button-text-icons .ui-button-icon-primary,.ui-button-icons-only .ui-button-icon-primary{left:.5em}.ui-button-text-icon-secondary .ui-button-icon-secondary,.ui-button-text-icons .ui-button-icon-secondary,.ui-button-icons-only .ui-button-icon-secondary{right:.5em}.ui-buttonset{margin-right:7px}.ui-buttonset .ui-button{margin-left:0;margin-right:-.3em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:22px}.ui-spinner-button{width:16px;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top:none;border-bottom:none;border-right:none}.ui-spinner .ui-icon{position:absolute;margin-top:-8px;top:50%;left:0}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-spinner .ui-icon-triangle-1-s{background-position:-65px -16px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(https://www.biogarten.ch/skin/frontend/default/default/jquery_ui/css/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);border-radius:8px}
body { color: #515151; line-height: 1.4; text-align: left; background: #FFF; }

h1, h2, h3, h4, h5, h6 { color: #008765; font-weight: bold; }

.page-title { margin: 0; border: none; position: relative; overflow: visible; }
.cms-home .page-title { float: left; width: 100%; margin: 0 0 20px; }
.page-title h1, .page-title h2 { float: none; color: #008765; margin: 0 0 12px; padding: 0 0 3px; text-align: left; border-bottom: 1px solid #D6D6D6; }
.page-title a { display: block; position: absolute; top: -3px; right: 0px; height: 26px; padding: 0 12px; color: #515151; font-size: 12px; font-weight: normal; line-height: 26px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; background: #E2E2E2 }
.page-title a:hover { color: #FFF; text-decoration: none; background: #008866; }

.subtitle, .sub-title { color: #515151; }

a { color: #008866; text-decoration: none; }
a:hover { text-decoration: underline; }

.std ul.disc { float: none; }
.std ul.buttons { margin: 20px 0 0; padding: 0; list-style: none; }
.std ul.buttons li { float: left; margin: 0 10px 0 0; }
.std ul.buttons li span { font-size: 12px; }


/* Layout */
.headerTop-container { float: left; width: 100%; background: #E2E2E2; }
.headerTop { width: 990px; margin: 0 auto; padding: 0; line-height: 39px; }
.headerTop .home { width: 36px; height: 39px; float: left; text-indent: -9999px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/home_link.png') center center no-repeat; }
.headerTop .header-links { float: left; }
.headerTop .header-links ul { float: left; }
.headerTop .header-links ul li { float: left; margin: 0 0 0 18px; }
.headerTop .links { float: right; }
.headerTop .links li { margin: 0 20px 0 0; }
.headerTop a { color: #464646; text-transform: uppercase; text-decoration: none; }
.headerTop a:hover { color: #008866; }

.headerTop .cart-top { float: right; margin: 0 0 0 5px; position: relative; }
.headerTop .cart-top .summary { display: block; padding: 0 0 0 50px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/cart-top_icon.png') 0 5px no-repeat; position: relative; z-index: 150; }
.headerTop .cart-top .cart-details { display: none; position: absolute; top: 25px; right: -25px; padding: 13px 0 0; line-height: 1.5; z-index: 110; }
.headerTop .cart-top .cart-details .cart_arrow { position: absolute; top: 0; right: 34px; width: 44px; height: 16px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/cart-top_arrow.png') 0 0 no-repeat; }
.headerTop .cart-top .cart-details .cart-content { float: left; width: 320px; padding: 15px 0 0; border: 1px solid #C6CBD0; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #FFF; -moz-box-shadow: 0 1px 8px rgba(0,0,0,.15), inset 0 0 4px #E1E1E1; -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.15), inset 0 0 4px #E1E1E1; box-shadow: 0 1px 8px rgba(0,0,0,.15), inset 0 0 4px #E1E1E1; }
.headerTop .cart-top .cart-details .cart-content h3 { margin: 0 0 12px; padding: 0 10px 10px; border-bottom: 1px solid #E2E2E2; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list { float: left; width: 100%; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item { float: left; width: 300px; margin: 0 0 12px; padding: 0 10px 10px; border-bottom: 1px solid #E2E2E2; position: relative; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item.last { margin: 0; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item .product-image { float: left; margin: 0 15px 0 0; border: 1px solid #D6D6D6; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item .product-details { float: left; width:68%;/*width: 210px;*/ margin: -2px 0 0; padding: 0 23px 0 0; font-size: 11px;  }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item .product-details .sku { font-size: 10px; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item .product-details .product-name { font-weight: bold; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item .product-details .bezeichnung-2 { margin: 0 0 10px; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item .product-details p { margin: 0; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item .btn-remove { position: absolute; top: 2px; right: 8px; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .subtotal { float: left; width: 300px; margin: 0; padding: 10px; text-align: right; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; background: #E2E2E2; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .subtotal .label { padding: 0 5px 0 0; text-transform: uppercase; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .subtotal .price { font-size: 18px; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .subtotal .buttons { float: left; width: 100%; margin: 10px 0 0; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .subtotal .buttons .btn-continue { float: right; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .subtotal .buttons .btn-checkout { float: left; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .subtotal .buttons button.button {  }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .subtotal .buttons button.button span { padding: 1px 20px; font-size: 12px; text-transform: uppercase; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; border: 2px solid #FFF; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .subtotal .buttons button.button span span { padding: 0; border: none; }


.header-container { float: left; width: 100%; margin: 0; padding: 0; border: none; background: none; }
.header { width: 990px; padding: 0; }
.header .logo { float: none; display: block; width: 247px; margin: 0 auto 14px; }
.header .form-search { top: 44px; right: 0; width: 216px; height: 28px; padding: 1px; border: 1px solid #E1E1E1; background: 0; }
.header .form-search label { display: none; visibility: hidden; }
.header .form-search input.input-text { width: 163px; height: 20px; margin: 0 1px 0 0; padding: 4px 8px; color: #595959; font-size: 14px; border: none; }
.header .form-search input.input-text:focus { background: #F5F5F5; }
.header .form-search button.button { display: block; width: 34px; height: 28px; border-left: 1px solid #E2E2E2; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/search.png') 5px 4px no-repeat; }
.header .form-search button.button span { display: none; }
.header .form-language { position: absolute; bottom: 27px; right: 2px; }
.header .form-language li { float: left; margin: 0 0 0 8px; padding: 0 0 0 8px; line-height: 12px; border-left: 1px solid #878787; }
.header .form-language li.first { margin: 0; padding: 0; border: none; }
.header .form-language li a { color: #474747; text-transform: uppercase; }
.header .form-language li.active a { font-weight: bold; }


.nav-container { float: left; width: 100%; background: none; }
#nav { width: 988px; height: 43px; padding: 0; font-size: 17px; border: 1px solid #c6cbd0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; -moz-box-shadow: inset 0 0 4px #e1e1e1; -webkit-box-shadow: inset 0 0 4px #e1e1e1; box-shadow: inset 0 0 4px #e1e1e1; background-color: #F0F0F0; }
#nav > li > a { padding: 0 28px; color: #5f5f5f; font-weight: normal; line-height: 43px !important; border-right: 1px solid #E2E2E2; }
#nav > li.first > a { padding-left: 36px; color: #5f5f5f; font-weight: normal; line-height: 43px; -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; }
#nav > li.first.parent > a:hover,
#nav > li.first.parent.over > a { margin: -1px 0 0 -1px; border: 1px solid #c6cbd0; -moz-border-radius: 5px 0 0 0; -webkit-border-radius: 5px 0 0 0; border-radius: 5px 0 0 0; }
#nav > li > a:hover,
#nav > li.over > a,
#nav > li.active > a { color: #FFF; background-color: #008765; -moz-box-shadow: inset 0 3px 13px rgba(0,0,0,.35); -webkit-box-shadow: inset 0 3px 13px rgba(0,0,0,.35); box-shadow: inset 0 3px 13px rgba(0,0,0,.35); }
#nav > li > ul { top: 43px; width: 190px; margin: 0 0 0 -1px; border: none; border-top: 1px solid #c6cbd0; }
#nav > li > ul { background: #FFF; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px; -moz-box-shadow: 0 1px 8px rgba(0,0,0,.15), inset 0 0 4px #e1e1e1; -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.15), inset 0 0 4px #e1e1e1; box-shadow: 0 1px 8px rgba(0,0,0,.15), inset 0 0 4px #e1e1e1; }
#nav > li > ul > li { padding: 0 !important; background: none !important; }
#nav > li > ul > li > a { background: none !important; }
#nav > li > ul > li > a > span { color: #606060; font-size: 14px; padding: 4px 15px 5px; border: 1px solid #c6cbd0; border-top: 0; }
#nav > li > ul > li.last > a > span { -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;  }
#nav > li > ul > li > a:hover > span,
#nav > li > ul > li.over > a > span,
#nav > li > ul > li.active > a > span { color: #FFF; background-color: #008765; -moz-box-shadow: inset 0 3px 13px rgba(0,0,0,.35); -webkit-box-shadow: inset 0 3px 13px rgba(0,0,0,.35); box-shadow: inset 0 3px 13px rgba(0,0,0,.35); }


.main-container { float: left; width: 100%; background: none; }
.main { width: 990px; min-height: inherit; padding: 28px 0 40px; background: none }

.col-left { width: 205px; }
.col-main { position: relative; }
.col1-layout .col-main { float: left; width: 100%; }
.col2-left-layout .col-main,
.col2-right-layout .col-main { width: 730px; }


.breadcrumbs { float: left; width: 100%; margin: 0 0 27px;  }
.breadcrumbs ul { float: right; }
.breadcrumbs ul li { float: left; }
.breadcrumbs li a { float: left; }
.breadcrumbs li span { float: left; width: 5px; margin: 0 5px; text-indent: -9999px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/breadcrump_separator.png') 0px 4px no-repeat; }
.breadcrumbs li strong { float: left; color: #008765; font-weight: normal; }


.footer-container { float: left; width: 100%; border: none; background: #E2E2E2; }
.footer { width: 990px; margin: 17px auto; padding: 0; color: #3D3D3D; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/footer_bg.png') 222px 0px repeat-y; }
.footer .box { float: left; width: 212px; margin: 0 20px 0 0; padding: 5px 20px 5px 0; }
.footer .box.last { margin: 0; }
.footer .box h3 { color: #000; font-size: 14px; margin: 0 0 3px; }
.footer .box a { color: #008866; }
.footer .box ul { float: left; width: 100%; margin: 0 0 10px; }
.footer .box ul li { float: left; width: 100%; padding: 0; background: none; }

.footer table { width: 100%; }
.footer table td { width: 212px; margin: 0 20px 0 0; padding: 5px 20px 5px 0; }
.footer table td.last { padding-right: 0; }
.footer table td h3 { color: #000; font-size: 14px; margin: 0 0 10px; }
.footer table td a { color: #008866; }
.footer table td ul { float: left; width: 100%; margin: 0 0 10px; }
.footer table td ul li { float: left; width: 100%; padding: 0; background: none; }


/* Home Page */
.Teaser-Conteiner { float: left; width: 100%; height: 415px; margin: -8px 0 32px; position: relative; overflow: hidden; }

#Teaser { float: left; width: 100%; height: 415px; margin: 0; position: relative; overflow: hidden; }
.teaser { position: absolute; top: 0; left: 0; opacity: 0; z-index: 10; }
.teaser.activ { opacity: 1; z-index: 12; }
.teaser img { width: 990px; height: 415px; }
.teaser a { display: block; text-decoration: none; }
.teaser .content { position: absolute; bottom: 35px; left: 38px; width: 510px; padding: 18px 15px; color: #FFF; font-size: 14px; background: #111; background: rgba(0, 0, 0, 0.5); }
.teaser .content h2 { color: #FFF; font-size: 24px; }
.teaser .content .content_link { float: left; display: block; margin: 22px 0 0; padding: 4px 18px 3px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; background: #008866; }
.teaser .content .content_link:hover { background: #007d5e; }

.teasernavigation { position: absolute; top: 0; right: 0; width: 294px; z-index: 15; }
.teasernavigation .teasernavigationitem { position: relative; float: left; width: 194px; height: 103px; margin: -3px 0 0; padding: 0 28px 6px 72px; color: #606060; font-size: 18px; line-height: 103px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/teaser_arrow.png') bottom right no-repeat; cursor: pointer; overflow: hidden; z-index: 15; }
.teasernavigation .teasernavigationitem .middle { display: inline-block; vertical-align: middle; line-height: 1.2; }
.teasernavigation .teasernavigationitem h2 { color: #6B6B6B; font-size: 18px; margin: 0; line-height: 1.2; }
.teasernavigation .teasernavigationitem.activ { color: #FFF; background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/teaser_arrow_active.png'); z-index: 20; }
.teasernavigation .teasernavigationitem.activ h2 { color: #FFF; }

.product_slider_container { float: left; width: 925px; height: 325px; margin: 0 0 50px; padding: 0 33px 0 32px; position: relative; overflow: hidden; }
.product_slider_container .product_slider { float: left; width: 925px; height: 325px; padding: 0; }
.product_slider_container .product_slider .products-grid { width: 20000em !important; border: none; padding: 5px; }
.product_slider_container .product_slider .products-grid li.item { margin: 0 20px 0 0 !important; }
.product_slider_container .product_slider .products-grid li.item.last { margin: 0 !important; }
.product_slider_container .product_slider .arrow-holder { position: absolute; top: 65px !important; width: 23px; height: 45px; text-indent: -9999em; background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/home_slider_arrow.png') !important; background-repeat: no-repeat; cursor: pointer; }
.product_slider_container .product_slider .arrow-holder span { display: none; visibility: hidden; }
.product_slider_container .product_slider .arrow-holder.left { left: -32px; background-position: 0px 0px; }
.product_slider_container .product_slider .arrow-holder.left.disabled { background-position: -23px 0px; cursor: default; }
.product_slider_container .product_slider .arrow-holder.right { right: -33px; background-position: 0px -45px; }
.product_slider_container .product_slider .arrow-holder.right.disabled { background-position: -23px -45px; cursor: default; }

.cms-home .page-title h1, .cms-home .page-title h2 { margin: 0; padding: 0 0 5px; }
.cms-home .std { float: left; width: 100%; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/block_separator.png') 484px 0px repeat-y; }
.home_content_block_left { float: left; width: 430px; }
.home_content_block_right { float: right; width: 470px; position: relative; }
.home_content_block_right h2 { color: #424242; font-size: 24px; margin: -5px 0 10px; }
.home_content_block_right .text { position: absolute; bottom: 42px; right: 0; width: 185px; }


/* Category */
.toolbar .sorter { padding: 0; font-size: 12px; color: #5D5D5D; border: none; background: none; }
.toolbar .sorter label { margin: 0 10px 0 0; }
.sorter .sort-by select { margin: 0; padding: 2px 3px; color: #000; border: 1px solid #CCC; }
.toolbar .sorter .sort-by { position: absolute; top: 0; right: 0; padding: 0; }

.category-description { margin: 0 0 12px; text-align: justify; }

.category-products { margin: 23px 0 0; padding: 0 0 40px; }
.products-grid { width: 100% !important; margin: 0 0 25px !important; border-bottom: 1px solid #D6D6D6 !important; background: none; }
.products-grid li.item { width: 167px; height: 315px; padding: 0; margin: 0 20px 30px 0 !important; }
.products-grid li.item:hover { background: #F2F2F2; box-shadow: 0 0 5px rgba(0,0,0,0.3); }
.products-grid li.item.last { margin-right: 0 !important; }
.products-grid .product-image { width: auto; height: auto; margin: 0 0 15px; }
.products-grid .item-content { clear: both; padding: 0 6px; }
.products-grid .product-name { color: #000; font-size: 14px; height: 36px; margin: 0 0 5px !important; overflow: hidden; }
.products-grid .desc { margin: 0 0 8px !important; color: #5D5D5D; font-size: 12px; height: 50px; overflow: hidden; }
.products-grid .desc p { margin: 0; }
.products-grid .price-box { float: left; width: 100%; margin: 0; }
.products-grid .price-box .price-label { float: left; display: block; margin: 7px 5px/* 15px*/ 0 0; color: #008866; font-size: 15px; line-height: 15px; font-weight: normal; }
.products-grid .price-box .price { color: #008866; font-size: 24px; line-height: 24px; }
.products-grid .price-box a { text-decoration: none; }


/* Price-Layout */
.price-box .price-label { float: left; display: block; margin: 3px 8px 0 0; color: #008866; font-size: 15px; font-weight: normal; }
.price-box .price { color: #008866; }
.price-box .price span { font-size: 15px; font-weight: normal; }

.customer-price-box.inkl_mwst .price-excluding-tax { display: none; visibility: hidden; }
.customer-price-box.exkl_mwst .price-including-tax { display: none; visibility: hidden; }

.price-excluding-tax,
.price-including-tax { float: left; }
.price-excluding-tax .label,
.price-including-tax .label { display: none; visibility: hidden; }
.price-excluding-tax .price,
.price-including-tax .price { font-size: 24px; }

.minimal-price-link { float: left; width: 100%; margin: 5px 0 0; }
.minimal-price-link .price { font-weight: bold; }
.minimal-price-link .label { color: #008866; font-size: 15px; }

.old-price { float: left; width: 100%; margin: 0 0 5px; white-space: nowrap; }
.old-price .price-label { float: none; display: inline; margin: 0; font-size: 10px; color: #525252; }
.old-price .price { float: none; margin: 0; font-size: 10px !important; color: #525252; text-decoration: none; }

.special-price { float: left; width: 100%; margin: 0; padding: 0; white-space: nowrap; text-align: right; }
.special-price .price-label { display: none; visibility: hidden; }
.special-price span { float: left; width: 100%; margin: 0; padding: 0; white-space: nowrap; text-align: right; }


/* Infinity Scroller */
#isToTop2 { position: absolute; bottom: 0; right: 0; }
#isToTop2 a { display: block; width: 40px; height: 40px; text-indent: -9999px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/back_to_top.png') 0 0 no-repeat; }

.if-scroll-loader { display: none; width: 150px; margin: 80px auto -40px; color: #C4C4C4; font-style: italic; text-align: center; }
.if-scroll-loader img { display: block; margin: 0 auto 12px; }


/* Layered Navigation */
.block-layered-nav { float: left; width: 100%; }
.block-layered-nav .block-title { display: none; visibility: hidden; }
.block-layered-nav .block-content { border: none; background: none; }
.block-layered-nav .block-subtitle { float: left; width: 100%; padding: 0 0 3px; color: #515151; font-size: 20px; text-transform: none; border: none; background: none; }
.block-layered-nav dl { float: left; width: 100%; margin: 0 0 30px; padding: 0; border-bottom: 1px solid #D6D6D6; }
.block-layered-nav dl.category { margin: 0 0 30px; }
.block-layered-nav dt { float: left; width: 100%; padding: 10px 0; color: #008765;  border-top: 1px solid #D6D6D6; background: none; cursor: pointer; }
.block-layered-nav dt span { padding: 0 20px 0 0; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/layered_label_arrow.png') 100% 50% no-repeat; }
.block-layered-nav dt.active span { background: url('https://www.biogarten.ch/skin/frontend/default/default/images/layered_label_arrow_active.png') 100% 50% no-repeat; }
.block-layered-nav dd { display: none; float: left; width: 100%; padding: 0 0 10px; background: none; }
.block-layered-nav dt.category { padding: 0 0 3px; border-top: none; border-bottom: 1px solid #D6D6D6; }
.block-layered-nav dt.category span { color: #515151; text-transform: none; font-size: 20px; background: none !important; cursor: default; }
.block-layered-nav dd.category { display: block; margin: 10px 0 0; }
.block-layered-nav dd li { float: left; width: 100%; margin: 0 0 2px; }
.block-layered-nav dd a { float: left; padding: 0 0 0 15px; color: #525252; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/layered_checkbox.png') 0px 3px no-repeat; }
.block-layered-nav dd a:hover,
.block-layered-nav dd a.checked { text-decoration: none; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/layered_checkbox_checked.png') 0px 0px no-repeat; }
.block-layered-nav .currently { float: left; width: 100%; margin: 0 0 10px; }
.block-layered-nav .currently .block-subtitle { padding: 0 0 3px; border-bottom: 1px solid #D6D6D6; }
.block-layered-nav .currently ol { float: left; width: 100%; margin: 10px 0 0; padding: 0 0 10px; border-bottom: 1px solid #D6D6D6; }
.block-layered-nav .currently ol li { padding: 0; background: none; }
.block-layered-nav .currently ol li .label { text-transform: none; padding: 0 0 0 18px; background: none; }
.block-layered-nav .currently ol li .btn-remove { top: 0; right: auto; left: 0; height: 18px; width: 205px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/layered_clear_cross.png') 0 3px no-repeat; }
.block-layered-nav .actions { float: left; width: 100%; margin: 0 0 40px; padding: 0; font-size: 12px; text-align: left; border: none; background: none; }
.block-layered-nav .actions a { display: block; float: left; color: #525252; padding: 6px 15px 7px 30px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/layered_clear_cross.png') 11px 9px no-repeat #E2E2E2; }
.block-layered-nav .actions a:hover { text-decoration: none; background-color: #E8E8E8; }



/* Product View */
.product-view { border: none; }
.product-essential { padding: 0; background: none; }

.col1-layout .product-view .product-shop { width: 600px; }
.product-view .product-shop .product-name { margin: 0 0 15px; }
.product-view .product-shop .product-name h1 { font-size: 20px; }
.product-view .product-shop .short-description { margin: 0 0 25px; padding: 0; background: none; }
.product-view .product-shop .more-information { padding: 5px 12px; color: #FFF; font-size: 14px; text-decoration: none; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background: #008866; }
.product-view .product-shop .abv-video-btn {     margin-left: 10px;padding: 5px 12px; color: #FFF; font-size: 14px; text-decoration: none; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background: #008866; }
.product-view .product-shop .add-to-box { float: left; width: 100%; margin: 25px 0; }
.product-view .product-shop .add-to-box label { line-height: 25px; }
.product-view .product-shop .add-to-box .qty { width: 25px !important; border-width: 2px; text-align: right; }
.product-view .product-shop .add-to-box button.button span { padding-left: 36px; background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/add-to-cart.png'); background-position: 9px 4px; background-repeat: no-repeat; }
.product-view .product-shop .add-to-box button.button span span { padding: 0; background: none; }
.product-view .product-shop .add-to-links { float: left; margin: 0 0 0 5px; }
.product-view .product-shop .add-to-links .link-wishlist { float: left; height: 25px; padding: 0 12px 0 36px; color: #FFF !important; font-size: 14px; line-height: 25px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/wishlist.png') 10px 4px no-repeat #9E9E9E; }
.product-view .product-shop .add-to-links .link-wishlist:hover { text-decoration: none; background-color: #909090; }
.product-view .product-shop .add-to-links .link-compare { display: none; visibility: hidden; }

.product-view .product-img-box { width: 335px; margin: 0 0 30px; }
.product-view .product-img-box .base-image-container { float: right; }
.product-view .product-img-box .base-image-container.noGallery { float: left; }
.product-view .product-img-box .product-image { float: left; width: 248px; height: 248px; margin: 0; border: 1px solid #C3C3C3; }
.product-view .product-img-box .product-image-zoom .cloud-zoom-big { margin: 0 0 0 18px; border: 1px solid #C3C3C3; }
.product-view .product-img-box .product-image-zoom .cloud-zoom-lens { padding: 0 1px 0 0; margin: 0 !important; border: none !important; background: #FFF !important; opacity: 0.5; }

.product-view .product-img-box .more-views { float: left; width: 62px; margin: 0 23px 0 0; position: relative; }
.product-view .product-img-box .more-views.slide { height: 207px; padding: 22px 0 21px; overflow: hidden; }
.product-view .product-img-box .more-views .scroll_wrapper { width: 62px; height: 207px; position: relative; overflow: hidden; }
.product-view .product-img-box .more-views .scroll_wrapper .items { position: absolute; height: 20000em; }
.product-view .product-img-box .more-views .scroll_wrapper .items .item { margin: 0 0 10px; }
.product-view .product-img-box .more-views .scroll_wrapper .items .item a { display: block; width: 60px; height: 60px; border: 1px solid #C3C3C3; }
.product-view .product-img-box .more-views .more-views_arrow { position: absolute; top: 0; left: 17px; width: 28px; height: 14px; cursor: pointer; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/more_views_arrow.png') -28px 0 no-repeat; }
.product-view .product-img-box .more-views .more-views_arrow.down { top: auto; bottom: 0; background-position: -28px -14px; }
.product-view .product-img-box .more-views .more-views_arrow.up.disabled { background-position: 0 0 !important; }
.product-view .product-img-box .more-views .more-views_arrow.down.disabled { background-position: 0 -14px !important; }
.product-view .product-img-box .more-views .more-views_arrow.disabled { cursor: default; }
.product-view .product-img-box .more-views-fancy { display: none; }

.product-view .links-container { float: left; width: 100%; margin: 0 0 30px; }
.product-view .links-container a { text-decoration: underline; }
.product-view .links-container .link-list { float: left; }
.product-view .links-container .link-fb { float: right; color: #008866; }

.product-view .grouped-items-table { margin: 0 0 20px; color: #525252; }
.product-view .grouped-items-table .product-image { position: relative; }
.product-view .grouped-items-table .product-image img { border: 1px solid #C3C3C3; }
.product-view .grouped-items-table .product-image .tooltip_image { display: none; position: absolute; top: -107px; left: 82px; padding: 0 0 0 15px; z-index: 50; }
.product-view .grouped-items-table .product-image .tooltip_image .tooltip_content { padding: 15px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); background: #FFF; }
.product-view .grouped-items-table .product-image .tooltip_image .tooltip_arrow { position: absolute; top: 50%; left: 5px; width: 10px; height: 15px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/tooltip_arrow_left.png') 0 0 no-repeat; }

.product-view .grouped-items-table .product-name { display: block; margin: 0 0 3px; font-weight: bold; }
.product-view .grouped-items-table .more_info { float: left; width: 100%; margin: 0; position: relative; }
.product-view .grouped-items-table .more_info > a { float: left; display: block; padding: 8px 0 0; font-size: 10px; text-decoration: underline; cursor: pointer; }
.product-view .grouped-items-table .more_info .more_info_content { display: none; }
.product-view .grouped-items-table .more_info .more_info_content { position: absolute; bottom: 22px; left: 15px; width: 270px; padding: 15px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); background: #FFF; z-index: 50; }
.product-view .grouped-items-table .more_info .more_info_content p { margin: 0; }
.product-view .grouped-items-table .more_info .more_info_close { display: none; position: absolute; top: 6px; right: 5px; width: 16px; height: 14px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/more_infos_close.png') 0 0 no-repeat; cursor: pointer; }
.product-view .grouped-items-table .more_info .more_info_arrow { position: absolute; bottom: -11px; left: 6px; width: 21px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/tooltip_arrow_bottom.png') 0 0 no-repeat; z-index: 100; }
.product-view .grouped-items-table .stock-label { display: block; color: #dc0b00; font-size: 10px; }
.product-view .grouped-items-table .stock-label.orange { color: #cc8201; text-decoration: underline; }
.product-view .grouped-items-table .price-box { float: right; }
.product-view .grouped-items-table .tierprices { float: left; width: 100%; margin: 0; position: relative; }
.product-view .grouped-items-table .tierprices a { float: right; display: block; padding: 10px 0 0; font-size: 10px; text-decoration: underline; position: relative; z-index: 10; cursor: default; }
.product-view .grouped-items-table .tierprices .tierprices_content { display: none; }
.product-view .grouped-items-table .tierprices .tierprices_content { position: absolute; bottom: 24px; right: -105px; min-width: 130px; padding: 15px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); background: #FFF; z-index: 50; }

[lang=fr] .product-view .grouped-items-table .tierprices .tierprices_content {  right: -57px; }

.product-view .grouped-items-table .tierprices .tierprices_content .tier-prices { float: left; width: 100%;margin: 0; background: none;border:0;padding: 0}
.product-view .grouped-items-table .tierprices .tierprices_content .tier-prices li { padding: 0 0 5px; color: #008866; font-size: 11px; text-align: left; white-space: nowrap;background: 0 }
.product-view .grouped-items-table .tierprices .tierprices_content .tier-prices li .price { font-size: 11px; font-weight: normal; color: #008866; }

.product-view .grouped-items-table .tierprices .tierprices_content .tier-prices-grouped { float: left; width: 100%; }
.product-view .grouped-items-table .tierprices .tierprices_content .tier-prices-grouped li { padding: 0 0 5px; color: #008866; font-size: 11px; text-align: left; white-space: nowrap; }
.product-view .grouped-items-table .tierprices .tierprices_content .tier-prices-grouped li .price { font-size: 11px; font-weight: normal; }
.product-view .grouped-items-table .tierprices .tierprices_content .tierprices_arrow { position: absolute; bottom: -11px; left: 88px; width: 21px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/tooltip_arrow_bottom.png') 0 0 no-repeat; z-index: 100; }
.product-view .grouped-items-table .qty { float: left; width: 17px !important; text-align: right; border-width: 2px; padding: 6px 8px 5px; }
.product-view .grouped-items-table .ui-spinner { float: left; padding: 0 0 0 17px; position: relative; border: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: none; }
.product-view .grouped-items-table .ui-spinner .qty { float: right; margin: 0; }
.product-view .grouped-items-table .ui-spinner .ui-spinner-up { position: absolute; top: 3px; left: 0; width: 13px; height: 9px; border: none; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/arrow_up.png') 0 0 no-repeat; cursor: pointer; }
.product-view .grouped-items-table .ui-spinner .ui-spinner-up:hover { background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/arrow_up_hover.png'); }
.product-view .grouped-items-table .ui-spinner .ui-spinner-up span { display: none; }
.product-view .grouped-items-table .ui-spinner .ui-spinner-down { position: absolute; bottom: 3px; left: 0; width: 13px; height: 9px; border: none; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/arrow_down.png') 0 0 no-repeat; cursor: pointer; }
.product-view .grouped-items-table .ui-spinner .ui-spinner-down:hover { background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/arrow_down_hover.png'); }
.product-view .grouped-items-table .ui-spinner .ui-spinner-down span { display: none; }
.product-view .grouped-items-table button.button { float: left; margin: 0 0 0 3px; }
.product-view .grouped-items-table button.button span { width: 29px; height: 29px; padding: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/add-to-cart.png') 5px 7px no-repeat #008866; text-indent: -9999em; }
.product-view .grouped-items-table button.button span span { background: none; }
.product-view .grouped-items-table .link-wishlist { float: left; display: block; margin: 0 0 0 3px; width: 29px; height: 29px; padding: 0; text-align: left !important; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/wishlist.png') 8px 6px no-repeat #9E9E9E; text-indent: -9999em; }

.product-collateral { padding: 0; background: none; }
.product-view .tab-container { float: left; width: 100%; margin: 0 0 -1px; position: relative; z-index: 10; }
.product-view .tab_border_bottom { float: left; width: 100%; padding: 1px 0; border-top: 1px solid #94A3A7; background: #007F5F; position: relative; z-index: 5; }
.product-view .tabs { margin: 20px 0 0 !important; padding: 30px 0 0; border: none !important; }
.product-view .tabs li { margin: 0 3px 0 0; border: none !important; border-bottom: 1px solid #94A3A7 !important; background: none !important; }
.product-view .tabs li.active { border-bottom: 1px solid #007F5F !important; }
.product-view .tabs li a { height: 36px; padding: 0 12px; color: #5F5F5F; font-size: 14px; line-height: 36px; border: 1px solid #C6CBD0; border-bottom: 0px !important; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; background-color: #FFF; -moz-box-shadow: inset 0 0 4px #E1E1E1; -webkit-box-shadow: inset 0 0 4px #E1E1E1; box-shadow: inset 0 0 4px #E1E1E1; }
.product-view .tabs li a:hover { background: #F5F5F5; }
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { color: #FFF !important; font-weight: normal !important; border: 1px solid #9fA5AC; background: #008765 !important; -moz-box-shadow: inset 0 3px 13px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 3px 13px rgba(0,0,0,.1); box-shadow: inset 0 3px 13px rgba(0,0,0,.1); cursor: default; }
.product-collateral .box-collateral { margin: 0; }
.product-collateral h2 { color: #203548; padding: 0; border: none; }

.product-view .padder { float: left; width: 938px; padding: 25px; border: 1px solid #C5CBCF; -moz-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px; background: #FFF; -moz-box-shadow: inset 0 2px 6px rgba(0,0,0,.1); -webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,.1); box-shadow: inset 0 2px 6px rgba(0,0,0,.1); }
.product-view .padder #product_tabs_upsell_products_tabbed_contents { margin: 0 -25px; }
.product-view .padder #product_tabs_related_tabbed_contents { margin: 0 -25px; }
.product-view .padder .product_slider_container { margin: 0; }
.product-view .padder .product_slider_container .product_slider .arrow-holder.left { left: -25px; }
.product-view .padder .product_slider_container .product_slider .arrow-holder.right { right: -25px; }
.product-view .padder .row-left { float: left; width: 45%; }
.product-view .padder .row-right { float: right; width: 50%; }
.product-view .padder .description-tab h2 { font-size: 18px; }
.product-view .padder .description-tab .data-table tr th { white-space: nowrap; }
.product-view .padder .description-tab .data-table tr.first th,
.product-view .padder .description-tab .data-table tr.first td { border-top: 1px solid #AEAEAE; }
.product-view .padder .description-tab .data-table tr.last th,
.product-view .padder .description-tab .data-table tr.last td { border-bottom: 1px solid #AEAEAE !important; }
.product-view .padder .description-tab .data-table p { margin: 0; }
.product-view .padder .description-tab .data-table ul li { float: left; width: 100%; margin: 0; }
.product-view .padder .description-tab .data-table ul li img { vertical-align: middle; }
.product-view .padder .downloads-links-block { margin: 50px 0 0; padding: 0; border: none; }
.product-view .padder .downloads-links-block h4 { color: #203548; font-size: 18px; margin: 0 0 15px; }
.product-view .padder .downloads-links-block table { width: 100%; padding: 0; border-top: 1px solid #AEAEAE; }
.product-view .padder .downloads-links-block table tr:hover { background: #F2F2F2; }
.product-view .padder .downloads-links-block table td { padding: 8px; border-bottom: 1px solid #AEAEAE; }
.product-view .padder .downloads-links-block table td b { font-weight: normal; }


/* Cart */
.cart .page-title h1 { margin: 0 0 15px; border: none; }
.cart .cart-table .product-image { display: block; border: 1px solid #D6D6D6; }
.cart .cart-table .product-name a { color: #515151; }
.cart .cart-table .stock-label { display: block; color: #dc0b00; font-size: 10px; }
.cart .cart-table .stock-label.orange { color: #cc8201; }
.cart .cart-table .qty { width: 17px !important; text-align: right; border-width: 2px }
.cart .cart-table .tierprices { float: left; width: 100%; margin: 0; position: relative; }
.cart .cart-table .tierprices a { float: right; display: block; padding: 10px 0 0; font-size: 10px; text-decoration: underline; position: relative; z-index: 10; cursor: default; }
.cart .cart-table .tierprices .tierprices_content { display: none; }
.cart .cart-table .tierprices .tierprices_content { position: absolute; bottom: 24px; right: -15px; min-width: 130px; padding: 15px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); background: #FFF; z-index: 50; }
.cart .cart-table .tierprices .tierprices_content .tier-prices { float: left; width: 100%; margin:0; padding: 0;background: none; border: none;}
.cart .cart-table .tierprices .tierprices_content .tier-prices li { padding: 0 0 5px; color: #008866; font-size: 11px; text-align: left; white-space: nowrap; background: none; }

.cart .cart-table .tierprices .tierprices_content .tier-prices li .price { font-size: 11px; font-weight: normal; color: inherit;}
.cart .cart-table .tierprices .tierprices_content .tierprices_arrow { position: absolute; bottom: -11px; right: 32px; width: 21px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/tooltip_arrow_bottom.png') 0 0 no-repeat; z-index: 100; }

.cart .cart-table .continue_link { line-height: 25px; margin: 0 25px 0 0; }
.cart .cart-table button.button span { font-size: 12px; color: #5F5F5F; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: none; background: #DDD; }
.cart .cart-table button.button:hover span { color: #FFF; background: #007558; }

.cart .cart-collaterals .col2-set { width: 620px; }
.cart .cart-collaterals .col2-set .col-1 { width: 270px; }
.cart .cart-collaterals .col2-set .col-2 { width: 265px; }

.cart .crosssell { float: left; width: 100%; margin: 40px 0 0; padding: 0; border: 0; background: none; }
.cart .crosssell .page-title h2 { font-size: 20px; }
.cart .crosssell .product_slider_container { margin: 0 }
.cart .crosssell .products-grid .product-image { width: auto; height: auto; border: none; }

.cart .discount { float: left; width: 100%; margin: 0 0 35px; padding: 0; border: none; background: none; }
.cart .discount h2 { margin: 0 0 8px; padding: 0; color: #515151; font-size: 18px; line-height: 1; text-transform: none; background: none; }
.cart .discount label { float: left; width: 100%; margin: 0; }
.cart .discount .input-box { float: left; width: auto; margin: 12px 8px 0 0; }
.cart .discount .input-box input.input-text { width: 170px; height: 15px; line-height: 15px; padding: 4px 8px; }
.cart .discount .buttons-set { clear: none; float: left; width: auto; margin: 12px 0 0; }
.cart .discount .buttons-set button.button span { font-size: 12px; color: #5F5F5F; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: none; background: #DDD; }
.cart .discount .buttons-set button.button:hover span { color: #FFF; background: #007558; }

.cart .madex { float: left; width: 100%; margin: 0 0 35px; }
.cart .madex h2 { margin: 0 0 8px; padding: 0; color: #515151; font-size: 18px; line-height: 1; }
.cart .madex label { font-weight: bold; }
.cart .madex p { margin: 0 0 8px; }
.cart .madex input.input-text { width: 245px; }

.cart .shipping { float: left; width: 100%; margin: 0; padding: 0; border: none; background: none; }
.cart .shipping h2 { margin: 0 0 8px; padding: 0; color: #515151; font-size: 18px; line-height: 1; text-transform: none; background: none; }
.cart .shipping b { float: left; display: block; width: 160px; }
.cart .shipping b .shipping-label { float: left; }
.cart .shipping b .shipping-price { float: right; }


/*bei DE ist der Paketname ein bisschen lang*/
html[lang=de] .cart .shipping b { width:260px; }

.cart .totals { width: 310px; border: 0; background: none; }
.cart .totals table { float: left; width: 100%; margin: 0; }
.cart .totals table td { padding: 8px 12px; border-top: 1px solid #AEAEAE; font-size: 13px; text-align: left !important; }
.cart .totals table td .price { float: right; }
.cart .totals table tfoot td { border-bottom: 1px solid #AEAEAE; }
.cart .totals .checkout-types { float: left; width: 100%; margin: 20px 0 0; padding: 0; }
.cart .totals .checkout-types li { margin: 0; }
.cart .totals button.button span { height: 42px; padding: 0 20px; font-size: 16px; line-height: 42px; }
.cart .totals button.button span span { padding: 0; }


/* Quickorder */
.quickorder .lager_gruen { width: 35px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/stock_green.png') 0 0 no-repeat; }
.quickorder .lager_orange { width: 35px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/stock_orange.png') 0 0 no-repeat; }
.quickorder .lager_rot { width: 35px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/stock_red.png') 0 0 no-repeat; }

.quickorder .quickorder_addToCart { width: 29px; height: 29px; padding: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/add-to-cart.png') 5px 7px no-repeat #008866; text-indent: -9999em; }


/* Login / My Account */
.account-login { margin: 0 0 40px; }
.account-login .page-title { margin: 0 0 15px; }
.account-login .col2-set { background: url('https://www.biogarten.ch/skin/frontend/default/default/images/block_separator.png') 484px 0px repeat-y; }
.account-login .content { min-height: 0; padding: 0; border: none; background: none; }
.account-login .content p.required { display: none; }
.account-login .content h2 { margin: 8px 0 20px; padding: 0; color: #515151; font-size: 18px; text-transform: none; border: none; background: none; }
.account-login .buttons-set { margin: 20px 0 0; padding: 0 0 15px; border: none; background: none; }
.account-login .buttons-set a { line-height: 25px; }
.account-login .buttons-set button.button span { font-size: 12px; }
.account-login .registered-users { float: left !important; width: 46%; }
.account-login .registered-users .buttons-set { width: 272px; }
.account-login .new-users { float: right !important; width: 46%; }
.account-login .new-users .content p { width: 60%; }

.block-account { border: none; }
.block-account .block-title { display: none; visibility: hidden; }
.block-account .block-content { padding: 0; background: none; }
.block-account .block-content li a,
.block-account .block-content li.current { padding: 5px 0; color: #515151; }
.block-account .block-content li.current { border-bottom:0;padding:3px 0;}
.block-account .block-content li a:hover { color: #008765; }

.dashboard .welcome-msg { float: left; width: 650px; margin: 0 0 20px; padding: 0 80px 0 0; }
.dashboard .col2-set { margin: 0 0 35px; }
.dashboard .box .box-title { padding: 0 0 4px; border-bottom: 1px solid #CCC; background: none; }
.dashboard .box .box-title h3 { color: #515151; }
.dashboard .box-info h4 { color: #515151; font-size: 12px; text-transform: none; margin: 0; }

.box-account { float: left; width: 100%; margin: 20px 0; padding: 0; border: none; background: none; }
.box-account .box-head { margin: 0 0 18px; padding: 0; border: none; }
.box-account .box-head h2 { color: #515151; font-size: 16px; text-transform: none; padding: 0; background: none !important; }

.box-recent .box-head { margin: 0 0 12px; padding: 0 0 6px; border-bottom: 1px solid #D6D6D6; }

.account-info .fieldset { margin: 0; }
.account-info .col1 #change-pw-field { margin: 87px 0 12px; }
.account-info .col1 .fields { margin: 0; }
.account-info .col1 .fields .field { width: 100%; margin: 0 0 12px; }
.account-info .col2 { padding: 0 0 0 0; }
.account-info .col2 #ichbinli { margin: 22px 0 20px; }
.account-info .col2 #ichhabeli { margin: 22px 0 20px; }
.account-info .col2 #broschureli label { line-height: 1.4; }

.addresses-list h2 { color: #515151; font-size: 14px; font-weight: bold; margin: 10px 0; padding: 0 0 4px; text-transform: none; border-bottom: 1px solid #CCC; }
.addresses-list h3 { color: #2f2f2f; font-size: 12px; margin: 0; }
.addresses-list a { font-weight: normal; }
.addresses-list li.item { margin: 0 0 25px; padding: 0; border: 0; background: none; }

.my-account #madexfield { margin: 30px 0 12px; }

.customer-address-form #colRight .form-list { margin: 49px 0 0; }
.customer-address-form #colRight .primary_shipping { float: left; width: 100%; margin: 225px 0 15px; }
.customer-address-form #colRight .primary_shipping input { float: left; }

.my-account .pager { margin: 15px 0; line-height: 20px; border: none; background: #F2F2F2; }
.my-account .pager .pages a { color: #999; }
.my-account .pager .pages .current { color: #515151; font-weight: bold; }
.my-account .pager .pages a img { vertical-align: top; margin: 7px 0 0; opacity: 0.4; }
.my-account .pager .pages a:hover img { opacity: 0.8; }
.my-account .pager .limiter label { vertical-align: top; }

.order-info { display: none; }
.order-date { margin: 5px 0 30px; }
.order-info-box { margin: 0 0 30px; padding: 0; border: none; background: none; }
.order-info-box h2 { color: #515151; margin: 0; }
.order-items h2, .order-items h3 { font-size: 18px; }

#wishlist-table .product-name { margin: 0 0 8px; }
#wishlist-table .product-name a { color: #515151; font-weight: bold; }
#wishlist-table .description { display: none; }
#wishlist-table .price-box { display: none; }
#wishlist-table .price-box .price-label { margin: 0 8px 0 0; font-size: 12px; }
#wishlist-table .cart-cell a { display: none; }
#wishlist-table textarea { font-size: 11px; }


/* SearchAutoComplete */
.yui-ac-content { float: left; width: 260px; margin: -1px 0 0 10px; padding: 2px; color: #515151; border: 1px solid #E1E1E1; background: #FFF; }
.yui-ac-hd { display: none; }
.yui-ac-bd ul li { float: left; width: 236px; min-height: 1px; margin: 0; padding: 12px; border: none; border-bottom: 1px solid #E5E5E5; }
.yui-ac-bd ul li.last { border: none; }
.yui-ac-bd ul li:hover,
.yui-ac-bd ul li.selected { background: #F5F5F5; }
.yui-ac-bd ul li.noItem { border: none; background: none !important; }
.yui-ac-bd ul li img { float: left; margin: 0 12px 0 0; border: 1px solid #C3C3C3; }
.yui-ac-bd ul li strong { color: #008765; font-weight: bold; }
.yui-ac-bd ul li .content { float: left; width: 146px; color: #515151; }
.yui-ac-bd ul li .content .product-name { float: left; width: 100%; margin: 0 0 5px; font-size: 12px; font-weight: bold; }
.yui-ac-bd ul li .content .short-desc { float: left; width: 100%; font-size: 11px; }


/* Sitemap */
.page-sitemap .sitemap li.level-0 a { color: #1b2d3b; }


/* Fancybox */
#fancybox-title-over { font-size: 14px; padding: 10px 15px; }


/* Data-Table */
.data-table { border: none; }
.data-table thead tr th,
.data-table thead tr.last th { padding: 5px 8px; font-weight: normal; color: #AEAEAE; border: none; border-bottom: 1px solid #AEAEAE !important; background: none; background-color: #FFF !important; }
.data-table thead th strong { font-weight: normal; text-decoration: none; }
.data-table .odd { background: none; }
.data-table .even { background: none; }
.data-table tbody th,
.data-table tbody td { padding: 8px; border: none; border-bottom: 1px solid #AEAEAE; }
.data-table tbody tr:hover { background: #F2F2F2; }
.data-table .price { font-size: 12px; font-weight: normal; }
.data-table tfoot { border: none; }
.data-table tfoot tr { background: none !important; }
.data-table tfoot tr td { padding: 12px 0; border: none; border-top: 1px solid #AEAEAE; background: none !important; }
.data-table tfoot strong { font-size: 13px; }


/* Formular */
.fieldset { margin: 12px 0 35px; padding: 0; border: none; background: none; }
.fieldset .legend { display: none; visibility: hidden; }
.fieldset .form-list li { margin: 0 0 12px; }
.fieldset .form-list .field { width: 50%; }

input.input-text, textarea { height: 14px; padding: 4px 8px 3px; line-height: 14px; color: #000; font-size: 14px; border: 1px solid #C3C3C3; }
select { padding: 2px 1px; }

button.button {  }
button.button span { height: 25px; padding: 0 12px; font-size: 14px; font-weight: normal; line-height: 25px; border: none; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; background: #008866; }
button.button:hover span { background: #007558; }

.my-wishlist .buttons-set .btn-add span, .my-wishlist .buttons-set .btn-share span { color: #515151; background: #E2E2E2; }
.my-wishlist .buttons-set .btn-add:hover span, .my-wishlist .buttons-set .btn-share:hover span { background: #D2D2D2; }

.form-list { list-style: none !important; padding-left: 0 !important; }
.form-list li { margin: 0 0 12px; }
.form-list label { font-size: 11px; font-weight: normal; }
/*.form-list .field { width: 100%; }*/

.form-list label.required em { color: #333; }
p.required { color: #666; }

.validation-failed { border: 1px solid #c2907f !important; }
.validation-advice { color: #AA0000; font-weight: normal; font-style: italic; padding: 0; background: none; }


/* Sicky Footer */
html, body 		  { height: 100%; }
.wrapper		  { margin: 0 auto; min-height: 100%; height: auto !important; height: 100%; overflow: hidden; }
.push			  { height: 100px; clear: both; }
.footer-container { height: auto; position: relative; z-index: 99; }


/* Bugfix Tablet-View */
.wrapper { min-width: 990px; overflow: inherit; }
.headerTop-container,
.header-container,
.nav-container,
.main-container,
.footer-container { min-width: 990px; width: 96%; padding: 0 2%; }
.nav-container { border-left: 0px !important; border-right: 0px !important; }
.yui-ac-content { margin-left: -36px; }
.headerTop .cart-top .cart-details { right: -10px; }

@media only screen and (max-width: 990px) and (device-pixel-ratio: 1){
	.wrapper { margin-bottom: -100px !important; }
}




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

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px; }
.messages li li { margin:0px; min-height:35px; line-height:35px; }
.messages li li span{}
.error-msg,
.success-msg,
.note-msg,
.notice-msg { text-align: left; border-style:solid !important; border-width:1px !important; background-position:19px 19px !important; background-repeat:no-repeat !important; line-height:35px; min-height:35px !important; padding:19px 19px 19px 70px !important; font-size:14px !important; font-weight:normal !important; font-style: italic !important;  }
.error-msg { border-color:#d9c2ba; background-color:#f2e1d8; background-image:url('https://www.biogarten.ch/skin/frontend/default/default/images/i_msg-error.gif'); color:#872a06; }
.success-msg { border-color:#b5e4a0; background-color:#dceccf; background-image:url('https://www.biogarten.ch/skin/frontend/default/default/images/i_msg-success.gif'); color:#008765; }
.note-msg { border-color:#ccc; background-color:#E9E9E9; background-image:url('https://www.biogarten.ch/skin/frontend/default/default/images/i_msg-note.gif'); color:#585858; }
.notice-msg { border-color:#eee3b1; background-color:#f6f0d9; background-image:url('https://www.biogarten.ch/skin/frontend/default/default/images/i_msg-notice.gif'); color:#a47607; }




/* Textfeld Fokus*/
input.input-text:focus, select:focus, textarea:focus { background-color: #F5F5F5; border-color: #008765; }

/*Adress-Edit Benutzerkonto*/
.my-account .fields.firmaschule { /*display: none; */} /* @steffi: nicht ausblenden, sonst unter Benutzerkonto > "Meine Adressen" für Firmenpersonen nicht mehr sichtbar... ;-) */
.my-account #colLeft, .my-account #colRight {	float:left; width: 365px;	/* outline:1px solid green; */	}
.my-account .fields .typ label {float:none;line-height:20px;}
.my-account .fields #firma {width:314px;}
.my-account .fields #anrede { width:140px;}
.my-account .validate-select.land { width:332px;}
.my-account #korrespondenzsprache { width:150px;}
.my-account input.input-text { clear: both; float: left; width:314px;border-width:1px;}
.my-account .input-text.biwachalbe { width:138px;}
.my-account .biwachalbe { width:176px;}
.my-account .input-text.biwacviertel { width:75px;}
.my-account select.biwacviertel { width:75px;}
.my-account .biwacviertel { width:95px;}
.my-account .biwacdreiviertel { width:240px;}
.my-account .input-text.biwacdreiviertel { width:200px;}
.my-account .validate-select.biwacdreiviertel { width:238px;}

.my-account #ichbinli label {float:none;line-height:20px;}
.my-account #ichhabeli label {float:none;line-height:20px;}
.my-account #broschureli label {float:none;line-height:20px;width:340px;display:inline-block;vertical-align:text-top;}
.my-account #broschureli .field {width:358px;}
.my-account .newsletter label {float:none;line-height:20px;width:340px;}
.my-account .fields .newsletter {width:358px;}

.account-info .col2-set { width: 100%;}
.account-info .col1 { width: 50%;float:left;}
.account-info .col2 { width: 50%; float:right;}
#change-pw-field { margin-top:200px;}


/* Checkout */
.opc { margin: 20px 0 0; }

.opc .step-title .number { margin: 0 8px 0 0; padding: 0; color: #D1D1D1; font-size: 16px; line-height: 16px; border: none; background: none;  }
.opc .step-title { margin: 0 0 20px; padding: 0 0 8px; color: #D1D1D1; border: none; border-bottom: 1px solid #E4E4E4; background: none; }
.opc .step-title h2 { color: #D1D1D1; font-size: 16px; }

.opc .allow .step-title .number { margin: 0 8px 0 0; padding: 0; color: #D1D1D1; font-size: 16px; line-height: 16px; border: none; background: none;  }
.opc .allow .step-title { margin: 0 0 35px; padding: 0 0 8px; color: #D1D1D1; border: none; border-bottom: 1px solid #E4E4E4; background: none; }
.opc .allow .step-title h2 { color: #D1D1D1; font-size: 16px; }
.opc .allow .step-title a { display: block; }

.opc .active .step-title .number { color: #515151; font-size: 16px; line-height: 16px; border: none; background: none;  }
.opc .active .step-title { margin: 0 0 20px; padding: 0 0 8px; color: #515151; border: none; border-bottom: 1px solid #BBB; background: none; }
.opc .active .step-title h2 { color: #515151; font-size: 16px; }
.opc .active .step-title a { display: none; }


.opc .step { margin: 0 0 45px; padding: 0; border: none; background: none; }
.opc .step .col3-set { padding: 10px 0; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/col3-separator.png') 0 0 repeat-y; }
.opc .step .col3-set .col-1 { width: 30%; }
.opc .step .col3-set .col-2 { width: 30%; margin-left: 66px; }
.opc .step .col3-set .col-3 { width: 30%; }
.opc .step .col3-set .buttons-set { padding: 0; }

.opc .step h3 { color: #515151; font-size: 15px !important; text-transform: none !important; border: none !important; padding: 0 !important; margin: 0 0 12px; }
.opc .step p { width: 85%; }
.opc .step p.required  { display: none; }
.opc .step p.back-link { width: 90%; }

.opc .step li.control.first { margin: 25px 0 5px; }
.opc .step li.control.last { margin: 0 0 25px; }

.opc .step input.input-text { clear: both; float: left; }
.opc .step select { padding: 2px 1px; }

.opc .step #login-form input.input-text { width: 254px; }

.opc .step #ichbinli { margin: 20px 0; }
.opc .step #ichhabeli { margin: 20px 0; }
.opc .step #broschureli label { line-height: 1.3 !important; }

.opc .step .madex { margin: 25px 0 0; }
.opc .step .madex > p { float: left; width: 65%; margin: 8px 0 0; }
.opc .step .logged-in .madex { margin: 0; }

.opc .step .shipping-payment-container { position: relative; }
.opc .step .shipping-payment-container .wunsch { position: absolute; top: 0; right: 0; width: 450px; }
.opc .step .sp-methods { margin: 0 0 30px; width: 50%; }
.opc .step .sp-methods dt { margin: 5px 0; }
.opc .step .sp-methods dd li { width: 270px; }
.opc .step .sp-methods label span.price { float: right; }

.opc .step .wunsch label { display: block; font-weight: bold; margin: 0 0 3px; }
.opc .step .wunsch small { display: block; margin: 0 0 6px; }
.opc .step .wunsch input.input-text { width: 120px; }
.opc .step .wunsch img { margin: 3px 0 0 5px; }
#ui-datepicker-div { z-index: 100 !important; }

.opc .step .order-review-container { position: relative; width: 630px; padding: 0 0 0 360px; }
.opc .step .order-review-container label { display: block; font-size: 11px; font-weight: normal; color: #666; margin: 0 0 3px; }
.opc .step .order-review-container #checkout-review-table .product-name { font-size: 12px !important; margin: 0 !important; }
.opc .step .order-review-container #checkout-review-table tr.last td { border-bottom: 1px solid #AEAEAE !important; }
.opc .step .order-review-container #checkout-review-table-totals { width: 350px; margin: 0 0 0 280px; }
.opc .step .order-review-container #checkout-review-table-totals tfoot tr td { padding: 8px; border-top: none; border-bottom: 1px solid #AEAEAE; text-align: left !important; }
.opc .step .order-review-container #checkout-review-table-totals tfoot .price {  float: right; }
.opc .step .order-review-container #checkout-review-table-totals tfoot strong { font-size: 15px; }
.opc .step .order-review-container #checkout-review-table-totals tfoot strong .price { font-size: 15px; font-weight: bold; }
.opc .step .order-review-container #referenzWrapper { position: absolute; top: 6px; left: 0; width: 280px; }
.opc .step .order-review-container #referenzWrapper input.input-text { width: auto; }
.opc .step .order-review-container .ordercomment-comment { position: absolute; top: 65px; left: 0; width: 260px; }
.opc .step .order-review-container .ordercomment-comment textarea { width: 280px; }
.opc .step .order-review-container .checkout-agreements { border: none; padding: 0; width: 350px; margin: 0 0 0 280px; }
.opc .step .order-review-container .checkout-agreements .agreement-content { display: none; }
.opc .step .order-review-container .checkout-agreements .agree { width: 100%; padding: 0; }
.opc .step .order-review-container .checkout-agreements .agree label { display: inline; }
.opc .step .order-review-container .agb-container { display: none; }
.opc .step .order-review-container .forgot-item { display: none; }
.opc .step .order-review-container .buttons-set { margin: 25px 0 0; padding: 0 !important; }
.opc .step .order-review-container .buttons-set button.btn-checkout span { height: 38px; line-height: 38px; padding: 0 25px; font-size: 16px; }
.opc .step .order-review-container .buttons-set button.btn-checkout span span { padding: 0; }

.opc .buttons-set { border: none !important; }
.opc .buttons-set button.button { margin-left: 0; }
.opc .buttons-set a { line-height: 25px; }
.opc .buttons-set .back-link a { padding: 0 !important; background: none !important; }
.opc .buttons-set .please-wait,
.opc .buttons-set .please-wait#review-please-wait { height: 16px; margin: 12px 0 0; line-height: 16px; font-style: italic; clear: both; }
.opc .buttons-set .please-wait img { margin: 0 5px 0 0; vertical-align: top; }


#agb ul { margin: 0 0 10px; padding: 0 0 0 15px; list-style: disc; }




/*Registration*/
.account-create .fields.firmaschule { display: none; }
.account-create #colLeft, .account-create #colRight {	float:left; width: 495px;	/* outline:1px solid green; */	}
.account-create .fields .typ label {float:none;line-height:20px;}
.account-create #ichbinli { margin: 20px 0; }
.account-create #ichbinli label {float:none;line-height:20px;}
.account-create #ichhabeli { margin: 20px 0; }
.account-create #ichhabeli label {float:none;line-height:20px;}
.account-create #broschureli {margin: 0 0 5px;}
.account-create #broschureli label {float:none;width:340px;display:inline-block;vertical-align:text-top;}
.account-create #broschureli .field {width:358px;}
.account-create .newsletter label {float:none;line-height:20px;width:340px;}
.account-create .fields .newsletter {width:358px;}
.account-create .fields #firma {width:340px;}
.account-create .fields #anrede { width:140px;}
.account-create .validate-select.land { width:358px;}
.account-create #korrespondenzsprache { width:150px;}
.account-create input.input-text { width:340px;border-width:1px;}
.account-create input.input-text#geburtsdatum { width: 150px; }
.account-create .ui-datepicker-trigger { margin: 3px 0 0 5px; cursor: pointer; }
.account-create .input-text.biwachalbe { width:150px;}
.account-create .biwachalbe { width:190px;}
.account-create .input-text.biwacviertel { width:75px;}
.account-create select.biwacviertel { width:75px;}
.account-create .biwacviertel { width:95px;}
.account-create .biwacdreiviertel { width:265px;}
.account-create .input-text.biwacdreiviertel { width:225px;}
.account-create .validate-select.biwacdreiviertel { width:263px;}

/*Registration bei Checkout*/
.opc .step .fields.firmaschule { display: none; }
.opc .step #colLeft, .opc .step #colRight {	float:left; width: 460px;	/* outline:1px solid green; */	}
.opc .step .fields .typ label {float:none;line-height:20px;}
.opc .step #ichbinli label {float:none;line-height:20px;}
.opc .step #ichhabeli label {float:none;line-height:20px;}
.opc .step #broschureli label {float:none;line-height:20px;width:340px;display:inline-block;vertical-align:text-top;}
.opc .step #broschureli .field {width:358px;}
.opc .step .newsletter label {float:none;line-height:20px;width:340px;}
.opc .step .fields .newsletter {width:358px;}
.opc .step .fields #firma {width:340px;}
.opc .step .fields .anrede { width:140px;}
.opc .step .validate-select.land { width:358px;}
.opc .step #korrespondenzsprache { width:150px;}
.opc .step input.input-text { width:340px;border-width:1px;}
.opc .step input.input-text#geburtsdatum { width: 150px; }
.opc .step .ui-datepicker-trigger { margin: 3px 0 0 5px; cursor: pointer; }
.opc .step .input-text.biwachalbe { width:150px;}
.opc .step .biwachalbe { width:190px;}
.opc .step .input-text.biwacviertel { width:75px;}
.opc .step select.biwacviertel { width:75px;}
.opc .step .biwacviertel { width:95px;}
.opc .step .biwacdreiviertel { width:265px;}
.opc .step .input-text.biwacdreiviertel { width:225px;}
.opc .step .validate-select.biwacdreiviertel { width:263px;}



.my-account input.input-text.geburtstag { width: 150px; }
.my-account .ui-datepicker-trigger { margin: 3px 0 0 5px; cursor: pointer; }

/* Webforms */
.fieldset .form-list .field.webforms-fields-checkbox { width: 100%; }
.fieldset .form-list .field.webforms-fields-checkbox label { margin: 5px 0 12px; }
.fieldset .form-list .field.webforms-fields-checkbox .input-box { width: 100%; }
.fieldset .form-list .field.webforms-fields-checkbox .input-box ul { width: 100%; }
.fieldset .form-list .field.webforms-fields-checkbox .input-box ul li { float: left; width: 50%; }






/*Land/ORt Select Höhe, Achtung: line-height:17px wegen Safari, alle anderen Browser ignorieren es*/
#ort,#land {height: 23px; line-height: 17px;}

.button.btn-einkauf-fortsetzen { margin-right: 20px;}
.button.btn-einkauf-fortsetzen span {background: #dddddd;color:#5F5F5F;}
.button.btn-einkauf-fortsetzen:hover span {color:white;}
.cart .totals .checkout-types {position: relative;width:130%;left:-30%;}
.cart .cart-header {display: none;}


/*dyn Minicart*/
.headerTop .cart-top .cart-details .cart-content h3 {margin-bottom: 0;}
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item.first {margin-top: 12px;}
.dyn-scroll {max-height: 300px;
     overflow-y: auto;
     overflow-x: hidden; }
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item .btn-remove {right: 10px;}
.headerTop .cart-top .cart-details .cart-content .mini-products-list .item {width: 94%;}


/*Produktliste Hover*/
.products-grid .product-image .product-name {margin:1em 0 5px !important}
.products-grid .product-image {height:100%}
.products-grid .product-image:hover {text-decoration: none;}
.product-view .box-up-sell .products-grid .product-image .item-content {text-align: left;}


/*ajaxcart*/
.super-product-table .ajax_loader,
#super-product-table .ajax_loader {display: none;margin: 0 0/*30px*/ 0 3px;padding-left: 6px; padding-right: 7px;line-height: 29px;float:left;}
.super-product-table .ajax_loader img,
#super-product-table .ajax_loader img {vertical-align: middle;}
#ajaxcartOverlay {display: none;}
#modalajaxcart {min-width: 300px;font-size: 14px;padding: 10px;}
#modalajaxcart #einkauf-fortsetzen {margin-right: 20px;}
.catalog-product-view #fancybox-content {outline: black solid 1px;}


.opc .step .biwac-shipping-note {
    width: 30%;
    margin-bottom: 2em;
}








/****************************************************************************
 * Responsive Mobile Theme by Benjamin 2015
 *******************************************************FCB*****************/

.mobile,
.headerTop .cart-top .summary.mobile,
.product-view .grouped-items-table .stock-label.orange.kontakt,
button.button span.mobile,
.product-collateral > .downloads-links-block,
.block-layered-nav dd.category.mobile {display:none;}
.opc ::-webkit-input-placeholder { visibility: hidden }
.opc :-moz-placeholder { /* Firefox 18- */ visibility: hidden }
.opc ::-moz-placeholder {  /* Firefox 19+ */ visibility: hidden}
.opc :-ms-input-placeholder { visibility: /*hidden*/ visible;color: white;/*hidden geht nicht -> Bug in IE 11*/ }
#korrespondenzsprache option[value=""] {visibility: hidden}
#korrespondenzsprache optgroup {visibility: hidden}
.cart-top .cart-content .mini-products-list .product-details .zwischenschritt {display: inline}

/**
 * Logo Grösse in andermatt.css für Biogarten Desktop setzen und
 * für die anderen Shops (Desktop) via local.css überschreiben
 *
 * Für Mobile (alle) in andermatt.css Media Query überschreiben.
 * (Desktop Logo Height für Biogarten in local.css geht nicht, da es sonst die Mobile Höhe für alle
 * wieder überschreibt (local.css wird nach andermatt.css geladen)
 *
 * Desktop Logo Height
 * ABG          124px
 * ABC          74px
 * ABV          120px
 * ABV2         120px
 * Entomos      69px
 *
 * Mobile Logo Height
 * (alle)       97.5px (Retina)
 */
.header .logo img {height: 124px}

/* http://www.sitepoint.com/media-queries-width-vs-device-width/ */
@media screen and (max-width: 820px),
screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1080px) and (min-device-pixel-ratio: 2),
screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1080px) and (-webkit-min-device-pixel-ratio: 2),
screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1080px) and (min--moz-device-pixel-ratio: 2),
screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1080px) and (-o-min-device-pixel-ratio: 2/1)
{

    .desktop {display: none;}


    body { /*color:red;*/ }
    .wrapper-over-footer { position: relative;z-index: 200 /*see main.js --- falls Filternavi länger als body beim Aufklappen... (damit über Footer und nicht drunter)*/}
    .wrapper { min-width: 100%;min-height: 0}
    .push {display: none}
    .headerTop-container,
    .header-container,
    .nav-container,
    .main-container,
    .footer-container
        { min-width: 100%;padding-left: 0;padding-right: 0;top:0px}
    .header  {width: 100%;}
    .headerTop  {width: 100%;line-height:50px;font-size:16px;}
    .main {width: 87%;padding:0}
    #nav {width: 12%;margin: 0} /*Achtung margin*/
    .footer {       width: 100%;}
    .footer table td {width: 25%;float:left}

    .home_content_block_left,
    .home_content_block_right
        {width: 95%;float:left}

    .messages li {margin-top: 20px !important;}
    .messages li li {line-height: 24px;padding-bottom: 20px}

    .form-list .input-box {width: 100%}
    .fieldset .form-list .field {width: 100%;margin-bottom: 20px}
    .form-list input.input-text {width: 94%;height: 32px;font-size: 16px}
    .form-list label {font-size: 16px}
    .fieldset .form-list li {margin-bottom: 0}
    .buttons-set p.required {font-size: 16px}
    .buttons-set .button span {height: 40px;line-height: 40px;font-size: 16px;padding: 0 20px;}
    .validation-advice {font-size: 14px;padding-top: 5px}
    .form-list .field {width: 100%;margin-bottom: 20px}
    .form-list li {margin-bottom: 0}
    .buttons-set a.back-link {font-size: 16px;margin: 9px 0}

    /**
     * iOS Fancybox Scroll Bugfix
     * für z.B. Checkout AGB
     */
    #fancybox-content, #fancybox-frame {
        overflow: scroll !important;
        -webkit-overflow-scrolling: touch !important;
    }

    /*Desktop Zeugs entfernen*/
    .desktop,
    .headerTop .cart-top .summary.desktop,
    .headerTop .home,
    .headerTop .header-links,
    .headerTop .links .quickorderlink,
    .headerTop .links .my-account-link,
    .header .form-language .inactive,
    #onepage-guest-register-button .desktop,
    .button.onepage-login .desktop
        {display: none;}

    /*Mobile*/
    .headerTop-container {background-color: #ededed}
    .headerTop .links {float:left;}
    .headerTop .links li {margin: 0}
    .headerTop .links .login-link {width:78%;padding:0 38% 0 60px; background: url("https://www.biogarten.ch/skin/frontend/default/default/images/account-icon.png") no-repeat 25px ; background-size: 16px 16px;    height: 100%; display: block;}
    [lang=fr] .headerTop .links .login-link {width:76%; }
    .headerTop .links .logout-link {padding:0 60px; background: url("https://www.biogarten.ch/skin/frontend/default/default/images/account-icon.png") no-repeat 25px ; background-size: 16px 16px;    height: 100%; display: none;}
    .logged-in .headerTop .links .my-account-link {    width: 47%;padding:0 60px; background: url("https://www.biogarten.ch/skin/frontend/default/default/images/account-icon.png") no-repeat 25px ; background-size: 16px 16px;    height: 100%; display: block;}
    [lang=fr] .logged-in .headerTop .links .my-account-link {width: 45.3%}
    .headerTop .cart-top .summary.mobile {        display: block;color: #008b6c;background-position: 0 13px;background-size: 31px 23px;padding-left:37px ;padding-right: 25px;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/retina-cart.png");}
    .headerTop .cart-top .summary.mobile span {background-color: white;border: 1px solid white; border-radius: 8px;padding: 0 3px}
    .headerTop .cart-top .cart-details {top:35px}
    .headerTop a {text-transform: none;color:black}
    .header .form-search {position:relative;top: 0;left: 0;width: 99.4%;height: 49px;padding: 0;border: 1px solid #bfbfbf;background-color: #f6f6f6;background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/lupe.png');background-repeat: no-repeat;background-size: 22px 17px;    background-position: 25px;}
    .header .form-language { top: -50px; right: 95px;font-size: 16px;height:50px;padding-top:0}
    .header .form-language li {border: none}
    .header .form-language li a {color:black;display: block;height:50px;line-height: 47px;padding: 0 20px;border-left:3px solid #e6e6e6;border-right:3px solid #e6e6e6}
    .header .form-language li.active a {font-weight: normal}
    .header .logo {margin:0; text-align: left;padding-left:7px}
    .header .logo img {height:97.5px; margin-bottom: 10px;}
    .hamburger-menu.mobile {display: block;position: absolute;right:33px;top:40px;width: 28px;height:20px;background: url('https://www.biogarten.ch/skin/frontend/default/default/images/hamburger-menu.png') no-repeat 0 ; background-size:  28px 20px;}

    .header .form-search input.input-text {width: 80%;padding:0;margin: 15px 10px 14px 58px;background-color: transparent;font-size: 16px;color:#3d3d3d}
    .header .form-search button.button {display:none;width: 14%;height:51px; background-position: 10px 20px;background-color: transparent}

     .messages {   position: relative; top: -114px; z-index: 0; height: 90px; width: 144%; /* margin-right: 0px !important; */ float: right; left: 9.4%;}
     .error-msg,
     .success-msg,
     .note-msg,
     .notice-msg {padding: 12px 19px 0 70px !important;background-size: 25px 25px;background-position: 7% center !important;}
     .messages li li {padding-bottom: 9px;min-height: inherit;;line-height: 26px}

    .yui-ac-content { display:none; }

    .page-title {background-color: #008b6c;color:white;position: relative;left: -7.4%;width: 107.5%;padding-left:7.4%;padding-top: 12px;margin-bottom: 20px}
    .page-title h1 {color:white;border-bottom: 0;width: 91%;word-wrap: break-word}

    .footer-container .mobile {display: block;}
    .footer-container {height:250px;background-color: white}
    .footer {margin:0;text-align: center}
    .footer table  {display: none;}
    .footer .part1 {background-color: #ededed;min-height:164px;padding-top:26px}
    .footer .part1 p {margin: 0}
    .footer .phone {font-weight:bold;font-size: 26px;padding-left:58px;color:black;background: url('https://www.biogarten.ch/skin/frontend/default/default/images/phone.png') no-repeat;background-size: 38px; padding-bottom: 4px;padding-top: 4px}
    /* iPhone wandelt span in <a> um*/
    .footer a {color: black}
    .footer .mail {line-height: 70px; font-weight:bold;font-size: 26px;padding-left:58px;color:black;background: url('https://www.biogarten.ch/skin/frontend/default/default/images/mail.png') no-repeat 0 5px;background-size: 41px 29px; padding-bottom: 4px;padding-top: 4px}
    .footer .mail .mailto {color:black}
    .footer .desktop-view {font-size: 17px;display: block;margin-top: 20px}
    .footer .desktop-view .desktop-view-link {color: #7b7b7b}
    .footer .address {color:#008b6c;font-size: 15px;background: url("https://www.biogarten.ch/skin/frontend/default/default/images/dots.png") no-repeat 50%; background-size: 115px 7px; display: block; height: 24px; background-position: center 16px; padding-top: 26px;}
    .footer .part2 {min-height: 50px}
    .footer .part2 p {margin: 0}

    /*#nav {  display: none;  position: absolute; top: 100px; z-index: 20; right: 5%; background-color: white;;height:inherit;border-radius: 0;padding-top:30px; border:0; background: url("https://www.biogarten.ch/skin/frontend/default/default/images/mobile-hamburger-menu.png") no-repeat; box-shadow: none; -webkit-box-shadow: none;}*/
    /*#nav .level-top {line-height: normal;padding:0;display: none;}*/
    #nav a  {float:none}
    #nav {border:0;padding:0;width: 100%;background: 0;height:auto;display: none}
    #nav .level0 {width: 100%;background: #ededed;border-bottom: 2px solid transparent}
    #nav > .level0 {border-bottom: 2px solid white; overflow: hidden;}
    /*#nav .level0.active {background: #008b6c}*/
    #nav .level0 .level-top {border:0;padding-left: 6.67%;padding-right: 6.67%;width: 86.67%}
    #nav .level0 .level-top span {line-height: 56px !important;font-weight: bold;color:black}
    /*#nav .level0.active .level-top span {color: white}*/
    #nav .level1  {     border-bottom: 2px solid white;width: 95.73%;position: relative;margin:0 auto;background: #ededed !important;    }
    #nav .level1  span {font-weight: bold;color:black;padding-left:25px;padding-right: 25px}
    #nav > li.first > a {padding-left: 25px;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0}
    #nav > li > a:hover, #nav > li.over > a, #nav > li.active > a {box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;background: none}
    #nav > li > ul {display:none;top:56px;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;margin: 0;border: 0;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0}
    #nav > li.first.parent > a:hover, #nav > li.first.parent.over > a {border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;border:0;margin:0}
    #nav > li > ul > li > a > span {line-height: 56px;font-size: 17px;border: 0}
    #nav .level0.hasChildren {background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/mobile-navi-arrow.png");background-repeat: no-repeat; background-size: 14px 24px; background-position: 93% 16px;}
    #nav .level0.hasChildren.subnav-open {padding-bottom:8px;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/view-open-arrow.png");background-repeat: no-repeat; background-size: 22px 13px; background-position: 93% 21px;background-color: #008b6c}
    #nav .level0.hasChildren.subnav-open .level-top span{color: white}
    #nav .level0.hasChildren.subnav-open .level0 {position: static;background-color: #008b6c}
    #nav li ul.shown-sub, #nav li div.shown-sub {display: none;position: relative}
    #nav .active.hasChildren ul.shown-sub, #nav .active.hasChildren div.shown-sub {display: block;}
    #nav .active.hasChildren ul.shown-sub {top:0}
    /*#nav .active.hasChildren .level-top {display: none}*/
    #nav > li > ul > li > a:hover > span, #nav > li > ul > li.over > a > span, #nav > li > ul > li.active > a > span {background-color:#ededed;color:black;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;}
    .breadcrumbs {display: none;}
    #nav ul li.active {margin: 0 auto}

    .mobile.anmelde-dropdown {display: none;background: #008b6c;    float: left; width: 96.6%;color:white;font-size: 17px;padding:7px 1.7%}
    .mobile.anmelde-dropdown .anmelden-titel {padding-left: 18px;    position: relative; top: 3px;}
    .mobile.anmelde-dropdown .anmelde-links {background: #ededed;margin-top:10px;}
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link {font-size: 17px;height: 65px;}
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-registrieren,
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-pw-vergessen    {line-height: 65px;padding-left:18px;border-top:2px solid white;height:63px}
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-registrieren a,
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-pw-vergessen a {display:block;color:#4b4b4b;font-size: 17px;font-weight: bold;}
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-form  {color:#4b4b4b;font-size: 14px;font-weight: normal;padding-left: 18px;padding-top:20px;height:auto}
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-form input {display: block;height:32px;width:89%;margin-bottom: 26px;font-size: 16px}
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-form label {display: block;font-size: 16px}
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-form .anmelde-button {width: 95%;margin-bottom: 26px}
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-form .anmelde-button span  {height: 38px;line-height: 38px}
    .mobile.anmelde-dropdown .anmelde-links .anmelde-link.anmelden-form .anmelde-button span span {height: 38px;line-height: 38px;font-size: 17px}

    .mobile.sprachen-wechsel-dropdown {display: none;background: #008b6c;    float: left; width: 96.6%;color:white;font-size: 17px;padding:7px 1.7%}
    .mobile.sprachen-wechsel-dropdown .sprachen-titel {padding-left: 18px;    position: relative; top: 3px;}
    .mobile.sprachen-wechsel-dropdown #sprachen-liste { margin-top: 12px;   }
    .mobile.sprachen-wechsel-dropdown #select-lang2 .item {background: #ededed;height:63px;line-height: 63px;font-size: 17px;color:#4b4b4b;border-bottom:2px solid white;}
    .mobile.sprachen-wechsel-dropdown #select-lang2 .item.last {border-bottom-color:transparent}
    .mobile.sprachen-wechsel-dropdown #select-lang2 .item a {color:#4b4b4b;font-weight: bold;cursor: pointer;padding-left: 18px}
    #select-language .mobile {display: none;}
    .mobile.sprachen-wechsel-dropdown #select-lang2 .desktop {display: none;}
    .mobile.sprachen-wechsel-dropdown #select-lang2 .mobile {display: block;}


    .headerTop .cart-top .cart-details .cart_arrow {display: none;}
    .headerTop .cart-top .cart-details .cart-content {display: none;}
    .mobile.warenkorb-dropdown {display: none;background: #008b6c; float: left; width: 100%; color: white; font-size: 17px; padding: 13px 0 0 0;}
    .mobile.warenkorb-dropdown.added-removed {display: block}
    .checkout-cart-index .mobile.warenkorb-dropdown {display: block;}
    .checkout-cart-index .main-container {display: none;}
    .mobile.warenkorb-dropdown .warenkorb-titel {padding-left: 6.935%;    position: relative; top: 3px;}
    .mobile.warenkorb-dropdown .cart-top {background-color: white;margin-top:14px;color: #4b4b4b}
    .mobile.warenkorb-dropdown .cart-top .cart-content h3 {display: none;}
    .mobile.warenkorb-dropdown .cart-top .cart-content > p {padding: 10px 6.935%;text-align: left !important;}
    .mobile.warenkorb-dropdown .cart-top .cart-content .product-image {display: none;}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .item {border-bottom:3px solid #b2b2b2; padding: 12px 0 18px 0;}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details {position:relative;margin:0;padding:0 6.935% ;width: 86.13%;min-height: 85px;}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .btn-remove{position: absolute; bottom: 0; right: 6.935%;background: url("https://www.biogarten.ch/skin/frontend/default/default/images/cart-del-pos-x.png"); width: 27px;height: 26.5px;background-size: 27px 26.5px}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .sku {display: none}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .product-name a {color:#4b4b4b;font-weight: bold}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .bezeichnung-2 {font-size: 0.8em}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .price {position: absolute; top: 0; right: 6.935%;font-weight: bold}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .zwischenschritt {position: absolute;bottom: 0}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .qty {position:absolute;bottom:0;left:32px;margin:0 -5px;display:inline-block; border: 2px solid #c7c7c7;height: 22.5px;width:50px;text-align: center}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .qty-x {display: none}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .mobile.changer{position:absolute;bottom:0;display: inline-block;width: 27px;height:26.5px;background: #c7c7c7;vertical-align: top;background: url("https://www.biogarten.ch/skin/frontend/default/default/images/minus-sign.png");background-size: 27px 26.5px}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .mobile.plus {left:81px;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/plus-sign.png");}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal {position:relative;font-weight: bold;height: 109px;background: #c7c7c7;padding:27px 6.935% 38px 6.935% }
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .buttons {position: absolute;bottom: 38px;width: 87%;}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .subi-totali {display: block}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .subtotal-value {float: right}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .containing-tax  {font-weight: normal;font-size: 0.8em;vertical-align: top;line-height:15px}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .containing-tax.value  {float: right}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .mobile.button.btn-checkout  {display: block;float: right}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .button.button span  {height: 39px;line-height: 39px;font-size: 1.2em}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .button.button span span  {padding: 0 }
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .mobile.button.btn-continue  {display: block;float: left  }
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .mobile.button.btn-continue span {color:#4b4b4b;background-color: #f0f0f0 }
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice {display: block; position: absolute; top: 23px; right:6.74%;text-align: right;font-size: 14px}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content{display: none}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_link {color: #4b4b4b;text-decoration: underline}


    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content { position: absolute; bottom: 25px; right: -105px; min-width: 230px; padding: 15px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); background: #FFF; z-index: 50; }
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content { display: none;width: 100%;max-width: 295px; min-width: 295px; }
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tier-prices-grouped { float: left; width: 100%; }
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tier-prices-grouped li { padding: 0 0 5px; color: #008866; font-size: 11px; text-align: left; white-space: nowrap; }
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tier-prices-grouped li .price { font-size: 11px; font-weight: normal; }
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tierprices_arrow { position: absolute; bottom: -11px; left: 88px; width: 21px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/default/images/tooltip_arrow_bottom.png') 0 0 no-repeat; z-index: 100; }
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content {right: 0px;}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tier-prices-grouped li {font-size: 14px}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tierprices_arrow {  bottom: -11px;        left: 290px; }
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tier-prices { float: left; width: 100%; margin:0; padding: 0;background: none; border: none;}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tier-prices li { padding: 0 0 5px; color: #008866; font-size: 14px; text-align: left; white-space: nowrap; background: none; }
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tier-prices li .price {position: static; font-size: 14px; font-weight: normal; color: inherit;}
    .mobile.warenkorb-dropdown .product-details .mobile.row-total {display: block}

    /*Startseite*/
    .cms-home .page-title, /*Achtung Jetzt Aktuell-Titel*/
    .home_content_block_left,
    .home_content_block_right,
    .Teaser-Conteiner {display: none;}
    .cms-home .page-title {background: 0;}
    .cms-home .page-title.list-slider {display: block;}
    .cms-home .page-title.list-slider h2 {font-size:25px}
    .cms-home .biwac-mobile-home {display: block;}
    .cms-home .biwac-mobile-home h2 {border-bottom: 1px solid #e1e1e1;margin-bottom:0.7em;padding-bottom:0.3em;}
    .cms-home .biwac-mobile-home .button {margin-bottom: 2em;}
    .product_slider_container  { width: 260px;padding: 0 33px;height:405px;    margin: 0 auto; position: relative;float:none}
    .product_slider_container .product_slider { width: 260px/* Percent macht TouchCarousel Slider kaputt weil .width() 100 statt 260 liefert... see skin/frontend/default/default/js/touchcarousel/jquery.touchcarousel-1.1.js:508  updateCarouselSize:function(leavePos) {... this.carouselWidth = this.carouselRoot.width();100%*/;height:405px}
    .product_slider_container .product_slider .products-grid .item-content{ padding: 0}
    .product_slider_container .product_slider .products-grid .desc { font-size:14px;height:60px}
    .product_slider_container .product_slider .products-grid .product-name{;margin-top: 10px !important;height: 42px;}
    .product_slider_container .product_slider .products-grid .product-image .product-name { font-size:16px}
    .product_slider_container .product_slider .products-grid .price-box .price { font-size:32px;line-height: 19px}
    .product_slider_container .product_slider .arrow-holder {top: 95px !important}
    .product_slider_container .product_slider .arrow-holder.left {left:-32px}
    .product_slider_container .product_slider .arrow-holder.right {right:-32px}
    .product_slider_container .product_slider .products-grid {padding:0;border:0 !important}
    .product_slider_container .product_slider .products-grid li.item {width: 240px;margin:0 !important;padding:0 10px;min-height: 405px}
    .product_slider_container .mobile {display:block}
    .cms-home .mehr-produkte {display: none}


    .product_slider_container .product_slider .arrow-holder { position: absolute; top: 95px !important; width: 27px;        height: 52px;text-indent: -9999em; background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/abm-retina-slider.png') !important; background-repeat: no-repeat; cursor: pointer; background-size: 54px 105px}
    .product_slider_container .product_slider .arrow-holder span { display: none; visibility: hidden; }
    .product_slider_container .product_slider .arrow-holder.left { left: -32px; background-position: left top; }
    .product_slider_container .product_slider .arrow-holder.left.disabled { background-position: left bottom; cursor: default; }
    .product_slider_container .product_slider .arrow-holder.right { right: -33px; background-position: right top }
    .product_slider_container .product_slider .arrow-holder.right.disabled { background-position: right bottom; cursor: default; }



    /*Listenansicht / Suche*/
    .col2-left-layout .col-main,
    .col2-right-layout .col-main {width: 100%;}
    .catalog-category-view .category-title {background-color: #008b6c;color:white;position: relative;left: -7.4%;width: 107.5%;padding-left:7.4%;padding-top: 12px;}
    .catalog-category-view .category-title h1 {color:white;border-bottom: 0;width: 91%}
    .catalog-category-view .toolbar {display: none}
    .catalog-category-view .category-description {display: none}
    .catalog-category-view .category-products {position: relative;left: -7.4%;width: 114.9%;margin-top: 20px}
    .catalog-category-view .category-products .products-grid li.item {width: 100%;border-bottom: 2px solid #b2b2b2;background:url('https://www.biogarten.ch/skin/frontend/default/default/images/list-item-bg.png') repeat-x ;background-size: 100% 129px;height:110px }
    .catalog-category-view .category-products .products-grid li.item .product-image img {height:91px;float:left;margin-left: 7%;}
    .catalog-category-view .category-products .products-grid li.item .item-content{clear:none;float:left;width:61%;padding: 0 0 0 4.8%;height: 95px; overflow: hidden;}
    .catalog-category-view .category-products .products-grid li.item .product-name {margin-top: 0 !important;margin-bottom: 0 !important;height: auto;font-size: 16px}
    .catalog-category-view .category-products .products-grid li.item .customer-price-box  {display: none}
    .catalog-category-view .category-products .products-grid li.item.last {  margin-bottom: 0 !important;}
    .catalog-category-view .category-products .products-grid li.item .desc {height:70px;font-size: 16px;line-height: 17px}
    .catalog-category-view .category-title .button.open-filter {display:block;position: absolute;right:7px;top:7px}
    .catalog-category-view .category-title .button.open-filter span  {color:#4b4b4b;background-color: #f0f0f0;height:40px;line-height: 40px;padding:0 11px;font-weight: bold;font-size: 16px}
    .catalog-category-view .main {position: relative}
    .catalog-category-view .col-left.sidebar {display:none;position: absolute;top:54px;background-color: #008b6c;color:white;    width: 110.8%; left: -7.4%;padding:7px 2%;}
    .catalog-category-view .col-left.sidebar .block-layered-nav .block-subtitle {width:91%;color: white;font-weight: normal;font-size: 16px;padding-left:5%;padding-top:8px;padding-bottom:8px}
    .catalog-category-view .col-left.sidebar .block-layered-nav .item {background-color: #ededed;padding:21px 5%;width: 90%;text-transform: none;font-size: 16px;color:#4b4b4b; border-top: 2px solid white;  background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/filter-arrow-right.png");background-repeat: no-repeat;background-size: 12px 22px;background-position: 95% center}
    .catalog-category-view .col-left.sidebar .block-layered-nav .item.active {background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/filter-arrow-down.png');background-size: 22px 13px}
    .catalog-category-view .col-left.sidebar .block-layered-nav #narrow-by-list {margin-bottom: 0}
    .catalog-category-view .col-left.sidebar .block-layered-nav {margin-bottom: 0}
    .catalog-category-view .col-left.sidebar .block-layered-nav .item span {background: none}
    .catalog-category-view .col-left.sidebar .block-layered-nav dd li {margin:0;height:67px;background-color: white;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/filter-sublist-bg.png");background-repeat: repeat-x;background-size: 1px 64px}
    .catalog-category-view .col-left.sidebar .block-layered-nav dd a   { float: left; padding: 25px 18px; color: #525252; background: 0; font-size: 16px; font-weight: bold; display: block; width: 90%;}
    .catalog-category-view .col-left.sidebar .block-layered-nav #narrow-by-list.category   { display: none}
    .catalog-category-view .col-left.sidebar .block-layered-nav .currently .block-subtitle  { border-bottom: 0}
    .catalog-category-view .col-left.sidebar .block-layered-nav .currently ol { margin-top: 0;    padding-top: 10px;background-color: #f3f3f3;border-bottom: 0}
    .catalog-category-view .col-left.sidebar .block-layered-nav .currently li  { background-color: #f3f3f3;color:#4b4b4b;font-size: 16px; font-weight: bold;height: 47px;line-height: 47px}
    .catalog-category-view .col-left.sidebar .block-layered-nav .currently ol li .btn-remove { float:left;position: relative;width: 27px;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/filter-remove.png") ;height: 26px;margin-left: 5%;top:10px;background-size: 27px 26px;background-position: 0}
    .catalog-category-view .col-left.sidebar .block-layered-nav .currently ol li .label {padding-left: 12px}
    .catalog-category-view .col-left.sidebar .block-layered-nav .currently {margin: 0}
    .catalog-category-view .col-left.sidebar .block-layered-nav .actions {    background-color: #f3f3f3; padding-bottom: 22px; padding-left: 5%; width: 95%;margin-bottom: 20px}
    .catalog-category-view .col-left.sidebar .block-layered-nav .actions a {    padding: 10px 0; width: 95%; text-align: center; font-size: 16px; color: white; background: #008b6c; border-radius: 8px;}
    .catalog-category-view .category-products .products-grid  {border-bottom: 0 !important;}
    .catalog-category-view .category-products .products-grid .neu-badge {width: 91px;top:68px;left:7%}
    .catalog-category-view .category-products .products-grid .abg-neu-badge {box-shadow: none}
    .catalog-category-view .category-products .products-grid .ausverkauft-badge {width: 91px;top:68px;left:7%;}
    .catalog-category-view .page-title.category-title .mobile.selected-filters {display: block;}
    .catalog-category-view .page-title.category-title .mobile.selected-filters.has-filters {padding-bottom: 8px}
    .catalog-category-view .page-title.category-title .mobile.selected-filters .currently .block-subtitle {width:91%;color: white;font-weight: normal;font-size: 16px;;padding-top:12px;margin-bottom:6px; border-bottom: 0}
    .catalog-category-view .page-title.category-title .mobile.selected-filters .currently ol { margin-top: 0;    padding-top: 10px;background-color: #f3f3f3;border-bottom: 0;position: relative;left:-4.85%;width: 102.933%}
    .catalog-category-view .page-title.category-title .mobile.selected-filters .currently li  { background-color: #f3f3f3;color:#4b4b4b;font-size: 16px; font-weight: bold;height: 47px;line-height: 47px}
    .catalog-category-view .page-title.category-title .mobile.selected-filters .currently ol li .btn-remove { padding:0;border-radius:0;float:left;position: relative;width: 27px;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/filter-remove.png") ;height: 26px;margin-left: 5%;top:10px;background-size: 27px 26px;background-position: 0;background-repeat: no-repeat}
    .catalog-category-view .page-title.category-title .mobile.selected-filters .currently ol li .label {padding-left: 12px}
    .catalog-category-view .page-title.category-title .mobile.selected-filters .currently {margin: 0}
    .catalog-category-view .page-title.category-title .mobile.selected-filters .actions {    background-color: #f3f3f3; padding-bottom: 22px; padding-left: 5%;padding-top: 10px;    width: 98%; position: relative; left: -4.9%;}
    .catalog-category-view .page-title.category-title .mobile.selected-filters .actions a {  position: static;  padding: 7px 0; width: 95%; text-align: center; font-size: 16px; color: white; background: #008b6c; border-radius: 8px;}

    .catalogsearch-result-index .page-title {background-color: #008b6c;color:white;position: relative;left: -7.4%;width: 107.5%;padding-left:7.4%;padding-top: 12px;}
    .catalogsearch-result-index .page-title h1 {color:white;border-bottom: 0;width: 91%}
    .catalogsearch-result-index .toolbar {display: none}
    .catalogsearch-result-index .category-description {display: none}
    .catalogsearch-result-index .category-products {position: relative;left: -7.4%;width: 114.9%;margin-top: 20px}
    .catalogsearch-result-index .category-products .products-grid li.item {width: 100%;border-bottom: 2px solid #b2b2b2;background:url('https://www.biogarten.ch/skin/frontend/default/default/images/list-item-bg.png') repeat-x ;background-size: 100% 129px;height:110px }
    .catalogsearch-result-index .category-products .products-grid li.item .product-image img {height:91px;float:left;margin-left: 7%;}
    .catalogsearch-result-index .category-products .products-grid li.item .item-content{clear:none;float:left;width:61%;padding: 0 0 0 4.8%;height: 95px; overflow: hidden;}
    .catalogsearch-result-index .category-products .products-grid li.item .product-name {margin-top: 0 !important;margin-bottom: 0 !important;height: auto;font-size: 16px}
    .catalogsearch-result-index .category-products .products-grid li.item .customer-price-box  {display: none}
    .catalogsearch-result-index .category-products .products-grid li.item.last {  margin-bottom: 0 !important;}
    .catalogsearch-result-index .category-products .products-grid li.item .desc {height:70px;font-size: 16px;line-height: 17px}
    .catalogsearch-result-index .category-title .button.open-filter {display:block;position: absolute;right:7px;top:7px}
    .catalogsearch-result-index .category-title .button.open-filter span  {color:#4b4b4b;background-color: #f0f0f0;height:40px;line-height: 40px;padding:0 11px;font-weight: bold;font-size: 16px}
    .catalogsearch-result-index .main {position: relative}
    .catalogsearch-result-index .col-left.sidebar {display:none;position: absolute;top:54px;background-color: #008b6c;color:white;    width: 110.8%; left: -7.4%;padding:7px 2%;}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .block-subtitle {width:91%;color: white;font-weight: normal;font-size: 16px;padding-left:5%;padding-top:8px;padding-bottom:8px}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .item {background-color: #ededed;padding:21px 5%;width: 90%;text-transform: none;font-size: 16px;color:#4b4b4b; border-top: 2px solid white;  background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/filter-arrow-right.png");background-repeat: no-repeat;background-size: 12px 22px;background-position: 95% center}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .item.active {background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/filter-arrow-down.png');background-size: 22px 13px}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav #narrow-by-list {margin-bottom: 0}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav {margin-bottom: 0}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .item span {background: none}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav dd li {margin:0;height:67px;background-color: white;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/filter-sublist-bg.png");background-repeat: repeat-x;background-size: 1px 64px}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav dd a   { float: left; padding: 25px 18px; color: #525252; background: 0; font-size: 16px; font-weight: bold; display: block; width: 90%;}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav #narrow-by-list.category   { display: none}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .currently .block-subtitle  { border-bottom: 0}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .currently ol { margin-top: 0;    padding-top: 10px;background-color: #f3f3f3;border-bottom: 0}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .currently li  { background-color: #f3f3f3;color:#4b4b4b;font-size: 16px; font-weight: bold;height: 47px;line-height: 47px}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .currently ol li .btn-remove { float:left;position: relative;width: 27px;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/filter-remove.png") ;height: 26px;margin-left: 5%;top:10px;background-size: 27px 26px;background-position: 0}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .currently ol li .label {padding-left: 12px}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .currently {margin: 0}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .actions {    background-color: #f3f3f3; padding-bottom: 22px; padding-left: 5%; width: 95%;}
    .catalogsearch-result-index .col-left.sidebar .block-layered-nav .actions a {    padding: 10px 0; width: 95%; text-align: center; font-size: 16px; color: white; background: #008b6c; border-radius: 8px;}
    .catalogsearch-result-index .category-products .products-grid .neu-badge {width: 91px;top:68px;left:7%}
    .catalogsearch-result-index .category-products .products-grid .abg-neu-badge {box-shadow: none}
    .catalogsearch-result-index .category-products .products-grid .ausverkauft-badge {width: 91px;top:68px;left:7%}
    .catalogsearch-result-index .category-products .products-grid  {border-bottom: 0 !important;}

    #isToTop2 a {  background-image: url('https://www.biogarten.ch/skin/frontend/default/default/images/abm-retina-back-to-top.png');background-size: 40px 40px }



    /*Detailansicht*/
    /*.data-table tbody th,*/
    /*.data-table tbody td {float:left}*/
    .product-view .padder {width: 64.7%}
    .col1-layout .product-view .product-shop {width:100%}
    .product-view .product-shop .product-name {margin-top:20px;padding-bottom:5px;border-bottom:1px solid #d6d6d6}
    .product-view .product-shop .product-name h1 {font-size: 24px}
    .product-view .product-shop .ultrakurztext {display:block;margin:20px 0;font-size: 16px}
    .product-view .product-shop .short-description {display:none}
    .product-view .product-shop .more-information {display:none}
    .product-view .product-img-box {width: 100%;position: relative;margin-bottom:  12px;}
    .product-view .product-img-box .more-views.slide {display:none}
    .product-view .product-img-box .base-image-container {float:none;}
    .product-view .product-img-box .product-image {width: 100%;height: auto;border:0}
    .product-view .product-img-box .mobile.images {display: block;width: 100%}
    .product-view .product-img-box .main-image {width: 100%;height: auto}
    .product-view .product-img-box .mobile-image {display:none;width: 100%;height: auto}


    .product-view .carousel-container.mobile {display: block}
    .product-view .product-img-box .mobile-image {display:block;}
    #detailansicht-swipe-slider.touchcarousel .arrow-holder.disabled {display: none}
    #detailansicht-swipe-slider.touchcarousel .arrow-holder{width: 26px;height: 38px}
    #detailansicht-swipe-slider.touchcarousel .arrow-holder:hover .arrow-icon{width: 26px;height: 38px;background: 0}
    #detailansicht-swipe-slider.touchcarousel .arrow-holder.left {left:25px;background: url("https://www.biogarten.ch/skin/frontend/default/default/images/img-prev.png") no-repeat center left;background-size: 26px 38px}
    #detailansicht-swipe-slider.touchcarousel .arrow-holder.right {right:20px;background: url("https://www.biogarten.ch/skin/frontend/default/default/images/img-next.png") no-repeat center right;background-size: 26px 38px}
    #detailansicht-swipe-slider.touchcarousel {position: relative;margin: 0 auto;}
    #detailansicht-swipe-slider.touchcarousel .touchcarousel-item {padding-right: 10px}
    #detailansicht-swipe-slider.touchcarousel .touchcarousel-item.last {padding-right: 0}

    #detailansicht-swipe-slider.touchcarousel,#detailansicht-swipe-slider.touchcarousel .touchcarousel-wrapper,
    #detailansicht-swipe-slider.touchcarousel .touchcarousel-item {width: 325px;height:325px}


    .product-view .product-img-box .mobile-image.image-no-0 {display: block}
    .product-view .product-img-box .mobile.change {display: block;height:88%;width:120px;background:0;border:0;position: absolute;top:5%;}
    .product-view .product-img-box .mobile.change.prev {left:20px;background: url("https://www.biogarten.ch/skin/frontend/default/default/images/img-prev.png") no-repeat center left;background-size: 26px 38px}
    .product-view .product-img-box .mobile.change.next {right:20px;background: url("https://www.biogarten.ch/skin/frontend/default/default/images/img-next.png") no-repeat center right;background-size: 26px 38px}
    .product-view .links-container {display:none}
    .product-view .mobile.dropdown {display:block;margin-top:3px}
    .product-view .mobile.dropdown .title{cursor:pointer;background-color: #ededed;font-size: 17px;color:#4b4b4b;font-weight: bold; padding:19px 0;position: relative;left:-7.66%;padding-left: 7.66%;width: 107.38%;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/view-arrow.png");background-repeat: no-repeat;background-position: 94% center;background-size: 13px 22px}
    .product-view .mobile.dropdown .title.open{background-color: #008b6c;;color:#ffffff;background-image: url("https://www.biogarten.ch/skin/frontend/default/default/images/view-open-arrow.png");background-size: 22px 13px}
    .product-view .mobile.dropdown .content {display: none;}
    .product-view .mobile.dropdown .content iframe {width: 100%; height: 100%;}
    .product-view .mobile.documents .content .downloads-links-block {border: 0;margin: 25px 0}
    .product-view .mobile.documents .content .downloads-links-block .head {display: none}
    .product-view .mobile.documents .content .downloads-links-block td {font-size: 16px;padding-bottom: 20px;}
    .product-view .mobile.documents .content .downloads-links-block td a {display: block}
    .product-view .mobile.documents .content .downloads-links-block .mobile.retina-pdf-icon {display: block;height: 16px}
    .product-view .mobile.documents .content .downloads-links-block .mobile.retina-pdf-icon img {height: 100%}
    .product-view .mobile.videos .content {overflow: auto;padding: 25px 0}
    .product-view .mobile.related .content {margin:20px 0}

    #touchCarousel_relatedmobileRelated .products-grid .product-image {height:auto;}

    #super-product-table {width: 114.6%; position: relative; left: -7%;;}
    #super-product-table thead {display: none;}
    #super-product-table .product-image {display: none;}
    #super-product-table .product-name {font-size: 16px}
    #super-product-table .link-wishlist {display: none;}
    #super-product-table .ui-spinner.ui-widget.ui-widget-content.ui-corner-all {display: none;}
    #super-product-table .first {display: none;}
    #super-product-table td:nth-child(2) {height: 90px;    width: 100%;padding: 25px 6%;font-size: 14px}
    #super-product-table .lieferfrist-beachten td:nth-child(2) {height: 110px}
    #super-product-table td:nth-child(3) {display: none;}
    #super-product-table td:nth-child(4) {position: absolute;right:4%;border: 0;margin-top: 37px;text-align: right}
    #super-product-table td:nth-child(5) {position: absolute;left:4%;margin-top: 90px;border: 0}
    #super-product-table .lieferfrist-beachten td:nth-child(5) {margin-top: 110px}
    #super-product-table td:nth-child(6) {position: absolute;right:4%;margin-top: 75px;border:0;}
    #super-product-table .lieferfrist-beachten td:nth-child(6) {margin-top: 95px}
    #super-product-table .price {font-size: 16px;font-weight: bold;color: #4b4b4b ;}
    #super-product-table .mobile.stock-indicator-img {display: inline;height: 9.5px}
    .product-view .grouped-items-table .tierprices {   display: none; top: -11px;        left: 0px;}
    .product-view .grouped-items-table .tierprices a {font-size: 14px;padding: 9px 0 0;}
    .product-view .grouped-items-table .price-box {float:left}
    .product-view .grouped-items-table .tierprices .tierprices_content {right: -227px;}
    .product-view .grouped-items-table .tierprices .tierprices_content .tier-prices-grouped li {font-size: 14px}
    .product-view .grouped-items-table .tierprices .tierprices_content .tierprices_arrow {   bottom: -10px;left: 35px;  }
    .product-view .grouped-items-table .more_info {display: none}
    .product-view .grouped-items-table .more_info > a {font-size: 14px;padding: 4px 0 0;}
    .product-view .grouped-items-table .more_info .more_info_arrow {left:36px}
    .product-view .grouped-items-table button.button span {width: 160px;height:40px;border-radius:8px;background-image: none;text-indent: 0;line-height: 40px;font-size: 16px;}
    .product-view .grouped-items-table .mobile.lager-text {display: block;position: absolute;top: -12px;font-size: 14px;right: 8px}
    #modalajaxcart  {min-width: 240px}
    #modalajaxcart .button {float:left;margin-bottom: 20px;width: 100%;}
    #modalajaxcart .button span  {height: 39px;line-height: 39px;font-size: 16px}
    .product-view .product-collateral {display: none}
    .product-view .grouped-items-table .stock-label.orange {font-size: 14px}
    .product-view .grouped-items-table .stock-label.noch-x-stueck {font-size: 14px}
    .product-view .grouped-items-table .stock-label.orange.kontaktieren-sie-uns {display: none}
    .product-view .grouped-items-table .stock-label.orange.kontakt {display:block;font-size: 16px;color:white;background-color: #da995e;height: 37px;line-height: 37px;border-radius: 8px;padding:0 30px;    margin-top: 20px;    width: 100px;        text-align: center;}
    .product-view .grouped-items-table .stock-label.ausverkauft {font-size: 16px;color:white;background-color: #c31924;height: 37px;line-height: 37px;border-radius: 8px;padding:0 30px;    margin-top: 20px;    width: 100px;        text-align: center;}
    .product-view .grouped-items-table .product-name {display: block;width: 80%}
    .products-grid li.item:hover {box-shadow: none;background: 0}
    /*.products-grid li.item:hover a {;background: #F2F2F2}*/
    .product-view .product-collateral > .downloads-links-block {display: none}
    .product-view .mobile.description .content {padding-top: 16px;  font-size: 16px}
    .product-view .mobile.description .content .subtitle {font-size: 16px}
    .dyn-scroll {max-height: none;overflow: visible}
    .product-view .mobile.specifications .content h2 {display: none}
    .product-view .mobile.specifications .content .data-table {margin: 10px 0}
    .product-view .mobile.specifications .content .data-table tbody th {font-size: 16px;padding-left:0;padding-right: 0}
    .product-view .mobile.specifications .content .data-table tbody td {font-size: 16px;padding-left:8px;padding-right: 0}
    .product-view .mobile.specifications .content .data-table tbody td img {    margin-top: 5px;margin-bottom: 7px;margin-right: 10px;float: left;}




    /*Cart*/
    .data-table thead tr th,
    .data-table thead tr.last th {float:left}
    .cart .cart-collaterals .col2-set {width: 62.62%;}


    /*Checkout*/
    #checkoutSteps {margin-top: 0}
    .opc .step .col3-set .col-3 {width: 80%;}
    .checkout-onepage-index .page-title {display: none}
    .section {display: none}
    .section.active {display: block}
    #opc-login {/*min-height: 390px;*/}
    #opc-login .step-title { width: 100%;   padding: 17px 7.4%;;position: relative;left:-7.4%;background-color: #008b6c;color:#ffffff;margin-bottom: 0}
    #opc-login .step-title .number {display: none;}
    #opc-login .step-title a {display: none;}
    #opc-login .step-title h2 {color:inherit}
    #opc-login h3 {display: none}
    #checkout-step-login .col3-set:first-child .col-1 {display: none}
    #checkout-step-login .col3-set:first-child .col-2 {display: none}
    #checkout-step-login button.button span {border-radius: 0}
    #checkout-step-login button.button span.mobile {display: block;}
    .col-1 #onepage-guest-register-button {position: absolute;top:52px;left:-7.4%;width:115%;margin-bottom: 3px}
    .col-1 #onepage-guest-register-button span {color:#4b4b4b;background-color: #ededed;height:50px;line-height: 50px;font-size: 16px;font-weight: bold;text-align: left;padding:0 7.22% }
    .col-1 #onepage-guest-register-button span span {padding:0 }
    .col-2 #onepage-guest-register-button {position: absolute;top:104px;left:-7.4%;width:115%;margin-bottom: 3px}
    .col-2 #onepage-guest-register-button span {color:#4b4b4b;background-color: #ededed;height:50px;line-height: 50px;font-size: 16px;font-weight: bold;text-align: left;padding:0 7.22% }
    .col-2 #onepage-guest-register-button span span {padding:0 }
    #checkout-step-login .col-3 .button {position: relative;top:-55px; left: 9.5%;width: 143.68%;margin-bottom: 3px}
    #checkout-step-login .col-3 .button span {color:#4b4b4b;background-color: #ededed;height:50px;line-height: 50px;font-size: 16px;font-weight: bold;text-align: left;padding:0 7.22% }
    #checkout-step-login .col-3 .button span span {padding:0 }
    #checkout-step-login .col-3 .form-list{display:none;position: absolute;left:0;top:150px;margin:20px 0;background-color: white;width: 97%}
    #checkout-step-login .col-3 .form-list label {font-size: 16px}
    #checkout-step-login .col-3 .form-list input.input-text {height: 30px; line-height: 30px}
    .opc .step #login-form input.input-text {width: 94%}
    .opc .step #login-form .form-list li{margin-bottom: 10px}
    #opc-billing .step-title { width: 100%;   padding: 17px 7.4%;;position: relative;left:-7.4%;background-color: #008b6c;color:#ffffff;margin-bottom: 0}
    #opc-billing .step-title .number {display: none;}
    #opc-billing .step-title a {display: none;}
    #opc-billing .step-title h2 {color:inherit}
    #checkout-step-billing {margin-top: 20px}
    #checkout-step-billing .form-list label {display:none;font-size: 16px}
    #checkout-step-billing .form-list label + br {line-height: 20px;/*height: 20px*/}
    #checkout-step-billing .typ label {display:inline;padding-left: 12px;      vertical-align: top;line-height: 22px;   padding-bottom: 20px;}
    #checkout-step-billing .typ input {    width: 22px;display: inline-block;height: 22px;;    vertical-align: middle;line-height: 22px;    margin-bottom: 20px;}
    #checkout-step-billing .typ #typ2 {margin-bottom: 0}
    #checkout-step-billing .form-list li {margin-bottom: 0}
    .opc input, .opc select, .opc textarea, .opc button {font-size: 16px}
    .opc input.input-text, .opc textarea {height: 20px;line-height: 20px;padding:9px 2.7%}
    .opc ::-webkit-input-placeholder { color: #4b4b4b; visibility: visible }
    .opc :-moz-placeholder { /* Firefox 18- */ color: #4b4b4b; visibility: visible }
    .opc ::-moz-placeholder {  /* Firefox 19+ */ color: #4b4b4b;  visibility: visible}
    .opc :-ms-input-placeholder { color: #4b4b4b; visibility: visible }
    .opc .form-list .field {margin-bottom: 0}

    #checkout-step-billing .fields #firma {width: 94%}
    #checkout-step-billing input.input-text {width: 94%;}
    #checkout-step-billing .input-text.biwachalbe { width: 50%; }
    #checkout-step-billing .input-text.biwacdreiviertel { width: 101.89%; }
    #checkout-step-billing .input-text.biwacviertel { width: 76.5%}
    [lang=fr] #checkout-step-billing .input-text.biwacviertel { width: 106.5%}
    #checkout-step-billing .biwacdreiviertel { width: 205px; }
    #checkout-step-billing .validate-select.biwacdreiviertel { width: 203px; }
    [lang=fr] #checkout-step-billing .validate-select.biwacdreiviertel { width: 173px; }
    #checkout-step-billing .validate-select.land { width: 80%; }
    #checkout-step-billing .biwachalbe { width: 120px; }
    #checkout-step-billing #colLeft,
    .opc .step #colRight {        width: 100%;}
    #checkout-step-billing #broschureli .field { width: 100%; }
    #checkout-step-billing .fields .newsletter { width: 80%; }
    #checkout-step-billing .form-list li.wide .input-box { width: 50%; }
    #checkout-step-billing .form-list .field { width: 100%; }
    /*.opc .step #colRight {width: 200px}*/

    .opc .step .fields .anrede {height: 40px;width: 100%}
    #checkout-step-billing .input-text.biwachalbe {width: 94%}
    #checkout-step-billing .form-list .field.biwacdreiviertel {width: 68%}
    #checkout-step-billing .form-list .field.biwacviertel  {width: 32%;}
    #checkout-step-billing .form-list .field.biwacviertel #hausnummer  {float: right;width: 42%}
    #checkout-step-billing .form-list .field.biwacviertel .input-text  {padding:9px 8.7%;}
    #checkout-step-billing #ort.validate-select.biwacdreiviertel {height: 40px;float: right}
    #checkout-step-billing #plzortland {display: none}
    #checkout-step-billing .form-list label.mobile[for=billing\:use_for_shipping_yes] { display: inline; padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    #checkout-step-billing .form-list label[for=billing\:use_for_shipping_no] {    display: inline; padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    #checkout-step-billing #billing\:use_for_shipping_yes {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    #checkout-step-billing #billing\:use_for_shipping_no {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px;/* margin-bottom: 20px;*/}
    #checkout-step-billing #shipping-hausnr {float: right;    width: 53%;}
    #checkout-step-billing #shipping\:city_select {height: 40px;float: right;}
    #checkout-step-billing #shipping-land {display: none}
    .opc .step .madex p {font-size: 16px; width: 100%}
    #co-billing-form .col2-set.logged-in .col-2 {width: 100%;margin-top: 20px}


    .opc .step #billing-new-address-form li.control,
    #checkout-step-billing .form-list li.geburi,
    #checkout-step-billing .form-list li.faxi,
    #checkout-step-billing .form-list li.korr,
    #checkout-step-billing .form-list li.mobi {display: none;}
    .opc .step #broschureli label {width: 50%}
    .opc .step #colRight {border-top:3px solid #ededed;padding-top:20px;margin-top:20px}
    .opc .step #colRight #register-customer-password {margin-top: 20px}
    .opc .step #colRight #register-customer-password  .input-box {width: 100%}
    .opc .step #colRight #confirmation {margin-top: 20px}
    #korrespondenzsprache option[value=""] {visibility: hidden/*visible*/}
    .opc .step #korrespondenzsprache {height: 44px;width: 100%}
    .opc .step #ichbinli {/*padding-top: 20px;border-top: 3px solid #ededed;*/border-bottom: 3px solid #ededed }
    .opc .step #ichbinli label {display: inline;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .opc .step #ichbinli #ichbin1 {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .opc .step #ichbinli #ichbin2 {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .opc .step #ichhabeli {padding-top: 20px;border-top: 3px solid #ededed;border-bottom: 3px solid #ededed }
    .opc .step #ichhabeli label {display: inline;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .opc .step #ichhabeli #ichhabe1 {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .opc .step #ichhabeli #ichhabe2 {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .opc .step #ichhabeli #ichhabe3 {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}

    .opc .step #broschureli #broschure {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .opc .step #broschureli label {display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;width: 88%}
    .opc .step #broschureli label br {display: none}
    .opc .step .newsletter #newsletter {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    #checkout-step-billing  .newsletter label {display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;width: 88%}
    .opc .step input.input-text#geburtsdatum {position: relative;z-index: 100}
    #checkout-step-billing .validation-advice {font-size: 14px;padding-top: 10px;line-height: 20px}
    #checkout-step-billing #advice-validate-select-ort {text-indent: 20px}
    #checkout-step-billing #advice-validate-select-shipping\:city_select {text-indent: 20px}
    #checkout-step-billing #advice-validate-select-shipping-land {display: none}
    #ui-datepicker-div { z-index: 10000 !important; }
    .opc .step p.back-link {width: 46%;text-align: left;font-size: 16px}
    .opc .buttons-set .back-link a {display: block; background-color: #f0f0f0 !important; color: #4b4b4b; height: 20px; line-height: 20px; padding: 10px !important; text-align: center;border-radius: 10px}
    #checkout-step-billing .buttons-set button.button span {height: 40px;line-height: 40px;font-size: 16px;padding: 0 26px}
    [lang=fr] #checkout-step-billing .buttons-set button.button span {padding: 0 20px}
    #checkout-step-login .messages {   position: relative; top: -82px; z-index: 0; height: 0; width: 144%; /* margin-right: 0px !important; */ float: right; left: 9.4%;}
    .checkout-onepage-index #checkout-step-login .col-3 .messages { position: absolute; top: 136px; z-index: 490; height: 80px; width: 114%; float: right; left: -7.1%; }
    .opc #checkout-step-login.step { margin-bottom: 92px; }
    #checkout-step-login .error-msg,
    #checkout-step-login .success-msg,
    #checkout-step-login .note-msg,
    #checkout-step-login .notice-msg {padding: 12px 19px 0 70px !important;background-size: 25px 25px;background-position: 7% center !important;}
    #checkout-step-login .messages li li {padding-bottom: 9px;min-height: inherit;;line-height: 26px}

    #checkout-step-billing .logged-in .wide {font-size: 16px}
    #checkout-step-billing .col2-set.logged-in .col-1{width: 100%}
    #checkout-step-billing .logged-in .form-list li.wide .input-box{width: 100%}
    #checkout-step-billing .col2-set.logged-in li.wide select{width: 100%;height: 40px;margin-top: 20px}
    #checkout-step-billing .col2-set.logged-in  label[for="shipping:save_in_address_book"] {display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;width: 87%}
    #checkout-step-billing .col2-set.logged-in  #shipping\:save_in_address_book {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}

    #opc-billing.active .original-step-label {display: none}
    #opc-billing.active .mobile.billing-addr-title {display: block}
    .opc .step #billing-new-address-form li.control.first {margin: 0}

    #opc-shipping_method .step-title { width: 100%;   padding: 17px 7.4%;;position: relative;left:-7.4%;background-color: #008b6c;color:#ffffff;margin-bottom: 0}
    #opc-shipping_method .step-title .number {display: none;}
    #opc-shipping_method .step-title a {display: none;}
    #opc-shipping_method .step-title h2 {color:inherit}
    #opc-shipping_method  .shipping-payment-container .wunsch {position: static;    font-size: 16px;width: 100%;}
    .opc .step .wunsch input.input-text { width: 87%; }
    #opc-shipping_method .sp-methods {margin-top: 20px;font-size: 16px;width: 100%}
    #opc-shipping_method  #co-payment-form .sp-methods {margin-top: 0}
    .opc .step .sp-methods dd li {width: 100%}
    #opc-shipping_method .sp-methods .no-display  {display: inline-block;visibility: hidden}
    #opc-shipping_method .sp-methods #s_method_flatrate_flatrate {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    #opc-shipping_method .sp-methods #s_method_instorepickupplus_instorepickupplus {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 0px;}
    #opc-shipping_method .sp-methods #p_method_cash {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    #opc-shipping_method .sp-methods #p_method_invoice {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 0px;}
    #opc-shipping_method .sp-methods label[for="s_method_flatrate_flatrate"] span {font-weight: normal;display: inline;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    #opc-shipping_method .sp-methods label[for="s_method_instorepickupplus_instorepickupplus"] span {  font-weight: normal;display: inline;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    #opc-shipping_method .sp-methods label[for="p_method_cash"]  {display: inline;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    #opc-shipping_method .sp-methods label[for="p_method_invoice"]  {display: inline;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    #opc-shipping_method .buttons-set button.button span {height: 40px;line-height: 40px;font-size: 16px;padding: 0 26px}

    #opc-review .step-title { width: 100%;   padding: 17px 7.4%;;position: relative;left:-7.4%;background-color: #008b6c;color:#ffffff;margin-bottom: 0}
    #opc-review .step-title .number {display: none;}
    #opc-review .step-title a {display: none;}
    #opc-review .step-title h2 {color:inherit}
    .opc .step .order-review-container {width: 100%;padding: 0;}
    .opc .step .order-review-container #checkout-review-table-totals {width: 115%;margin: 0;position: relative;top:260px;background-color: #c7c7c7;left:-7.4%;padding-bottom: 250px;margin-bottom: -200px;}
    .opc .step .order-review-container .checkout-agreements {margin: 0;width: 100%}
    .opc .step .order-review-container #checkout-review-table tr td {width: 15%;border-bottom: 3px solid #b2b2b2 !important}
    .opc .step .order-review-container #checkout-review-table tr.last td {;border-bottom: 3px solid #b2b2b2 !important}
    .opc .step .order-review-container .ordercomment-comment {    position: relative;top: -423px;;height: 135px;width: 100%}
    .opc .step .order-review-container #referenzWrapper {position: relative;height: 85px;top:-181px;width: 100%}
    .opc .step .order-review-container #checkout-review-table  {width: 115%; position: relative; left: -7.4%; }
    .opc .step .order-review-container #checkout-review-table thead {display: none}
    .opc .step .order-review-container #checkout-review-table tr td:first-child {display: none}
    .opc .step .order-review-container #checkout-review-table tr td:nth-child(2) {height:46px;width: 100%;padding-top: 54px;font-size: 14px;padding-left: 7%}
    .opc .step .order-review-container #checkout-review-table .product-name {font-size: 16px !important;text-indent: -3px}
    .opc .step .order-review-container #checkout-review-table tr td:nth-child(3) span {border: 2px solid #c7c7c7 !important; position: relative; left: -170px; height: 18px; width: 36px; display: block;padding: 2px 10px;top:12px;    font-size: 16px;        font-weight: bold;line-height: 20px;}
    .opc .step .order-review-container #checkout-review-table tr td:nth-child(4) { display: none}
    .opc .step .order-review-container #checkout-review-table tr td:nth-child(5) { padding-right: 7.4%;padding-top: 25px;}
    .opc .step .order-review-container .data-table .price { font-size: 16px; font-weight: bold; }

    .opc .step .order-review-container .ordercomment-comment textarea {height: 92px;width: 94%}
    .opc .step .order-review-container label {font-size: 14px}
    .opc .step .order-review-container .form-list .input-box {width: 100%}
    .opc .step .order-review-container #referenzWrapper input.input-text {width: 94%}
    .opc .step .order-review-container #checkout-review-table-totals tfoot tr td {border-bottom-color: #c7c7c7 !important;font-size: 14px;padding:0 7% }
    .opc .step .order-review-container #checkout-review-table-totals tfoot tr td .price{font-size: 14px;font-weight: normal}
    .opc .step .order-review-container #checkout-review-table-totals tfoot tr:first-child td {border-bottom-color: #c7c7c7 !important;font-size: 14px;padding-top: 23px}
    .opc .step .order-review-container #checkout-review-table-totals tfoot strong { font-size: 16px; }
    .opc .step .order-review-container #checkout-review-table-totals tfoot tr td strong .price{ font-size: 16px; font-weight: bold}
    .opc .step .order-review-container .checkout-agreements .agree  {position: relative;        top: -190px;    }
    .opc .step .order-review-container .checkout-agreements .agree label {display: inline-block;width: 80%}
    .opc .step .order-review-container .agree label {font-size: 16px;font-weight: normal;display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .opc .step .order-review-container #agreement-1 {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .opc .step .order-review-container #agreement-2 {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .opc .step .order-review-container #agreement-3 {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .opc .step .order-review-container #agreement-11 {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .opc .step .order-review-container #checkout-review-submit  {position: relative; top: 200px;}
    .opc .step .order-review-container #checkout-review-submit #review-buttons-container .mobile.review-back {display: block;float: left;margin-top: 20px;width: 100%}
    .opc .step .order-review-container #checkout-review-submit #review-buttons-container .mobile.review-back span {height: 40px;line-height: 40px;color: #4b4b4b;background-color: #f0f0f0}
    .opc .step .order-review-container #checkout-review-submit #review-buttons-container  {position: relative;top:-220px;width: 100%}
    .opc .step .order-review-container #checkout-review-submit #review-buttons-container  .button.btn-checkout{float: left;width: 100%;}
    .opc .step .order-review-container #checkout-review-submit #advice-required-entry-agreement-1 {    font-size: 16px; position: relative; top: -20px;;}
    .opc .step .order-review-container #checkout-review-submit #advice-required-entry-agreement-2 {    font-size: 16px; position: relative; top: -20px;;}
    .opc .step .order-review-container #checkout-review-submit #advice-required-entry-agreement-3 {    font-size: 16px; position: relative; top: -20px;;}

    .checkout-onepage-success .col-right {display: none}
    .checkout-onepage-success .col-main {font-size: 16px}
    .checkout-onepage-success .col-main .subtitle {font-size: 16px}
    .checkout-onepage-success .col-main .sub-title {font-size: 16px}
    .checkout-onepage-success .page-title {margin-top: 20px}
    .checkout-onepage-success .mobile.order-id-no-link {display: block;margin-bottom: 1em}
    .checkout-onepage-success .button span {height: 40px;line-height: 40px;font-size: 16px;padding: 0 20px}
    .checkout-onepage-success .buttons-set {padding-bottom: 8px;}

    #login-form .validation-advice {font-size: 14px;padding-top: 3px;}

    /* KOntakt*/
    .contacts-index-index .col-right {display: none}
    .contacts-index-index .std {font-size: 16px}
    .contacts-index-index .fieldset .form-list li {margin-bottom:0}
    .contacts-index-index .fieldset .form-list .field {width: 100%;margin-bottom: 20px}
    .contacts-index-index .fieldset .form-list label {font-size: 16px}
    .contacts-index-index .fieldset .form-list input.input-text {width: 94%;height: 33px;padding: 4px 2.9% !important;}
    .contacts-index-index .fieldset .form-list .input-box { width: 100%;}
    .contacts-index-index .fieldset .form-list .input-box textarea { width: 95% !important;}
    .contacts-index-index .buttons-set p.required { font-size: 16px;}
    .contacts-index-index .button span { height: 40px;line-height: 40px;font-size: 16px;padding: 0 20px;}
    .contacts-index-index .validation-advice {font-size: 14px;;}

    /*Logout*/
    .customer-account-logoutsuccess p {font-size: 16px}

    /*Startseite*/
    /*.cms-index-index.cms-home p {font-size: 16px}*/


    /*Kundenkonto*/
    .dashboard .welcome-msg {width: 100%;;padding-right: 0}
    .dashboard .welcome-msg p {font-size: 16px}
    .sales-order-history #my-orders-table thead {display: none;}
    .sales-order-history #my-orders-table td:first-child {display: none;}
    .sales-order-history #my-orders-table td:nth-child(3) {display: none;}
    .sales-order-history #my-orders-table td:nth-child(2) {width: 150px}
    .sales-order-history #my-orders-table  {font-size: 16px;}
    .sales-order-history #my-orders-table.data-table .price  {font-size: 16px;}

    .customer-account-index #my-orders-table thead {display: none;}
    .customer-account-index #my-orders-table td:first-child {display: none;}
    .customer-account-index #my-orders-table td:nth-child(3) {display: none;}
    .customer-account-index #my-orders-table td:nth-child(2) {width: 150px}
    .customer-account-index #my-orders-table  {font-size: 16px;}
    .customer-account-index #my-orders-table.data-table .price  {font-size: 16px;}
    .customer-account-index .messages { top: -40px; height: 100px; width: 117%; }
    .my-account .box-recent .box-head a {font-size: 16px;}
    .dashboard .box .box-title h3, .dashboard .box .box-title h4 {font-size: 16px}
    .my-account p {font-size: 16px}
    .my-account address {font-size: 16px}
    .my-account .dashboard .box-info h4 {font-size: 16px}
    .my-account .col2-set .col-1 {width: 100%;}
    .my-account .col2-set .col-2 {width: 100%;margin-top: 10px}
    .my-account .col2-set .col-1 a {font-size: 16px;}
    .my-account .col2-set .col-2 a {font-size: 16px;display: inline-block;padding-top: 20px}
    .my-account .mobile.box.box-logout {display: block}
    .my-account .mobile.box.box-logout .link {font-size: 16px}

    .customer-account-index .col-left {display:none;width: 100%;font-size: 16px}
    .sales-order-history .col-left {display:none;width: 100%;font-size: 16px;margin-top: 40px}
    .sales-order-history .my-account .pager {font-size: 16px;}
    .sales-order-history .my-account .pager .limiter select {font-size: 16px;padding: 2px 10px;}
    .sales-order-history .my-account .pager .limiter label {vertical-align: middle}
    .sales-order-history .my-account .pager .amount {padding-top: 4px}
    .sales-order-view .my-account .link-print {display: none}
    .sales-order-view .order-info-box {font-size: 16px}
    .sales-order-view .order-info-box h2 {font-size: 16px}

    .sales-order-view #my-orders-table thead {}
    .sales-order-view #my-orders-table.data-table thead tr th{float: none}
    .sales-order-view #my-orders-table td:first-child {}
    .sales-order-view #my-orders-table td:nth-child(2) {;}
    .sales-order-view #my-orders-table  {font-size: 16px;}
    .sales-order-view #my-orders-table.data-table .price  {font-size: 16px;}
    .sales-order-view #my-orders-table.data-table tfoot strong  {font-size: 16px;}
    .sales-order-view .buttons-set  {position: absolute;margin-top: 2em;border: 0}
    .sales-order-view .order-items {margin-bottom: 80px;border: 2px solid #bfbfbf; padding: 2%; width: 96%;}
    .sales-order-view .col-left {display:none;width: 100%;font-size: 16px;margin-top: 40px}

    .customer-account-edit .account-info .col1 {width: 100%}
    .customer-account-edit .account-info .col2 {width: 100%;margin-top: 40px}
    .customer-account-edit .account-info .col1 .form-list .input-box {width: 100%}
    .customer-account-edit .account-info .form-list label {font-size: 16px}
    .customer-account-edit .account-info  input.input-text { width: 95%; padding: 2%; height: 32px; }
    .customer-account-edit .account-info  input.input-text.geburtstag.hasDatepicker { width: 70%}
    .customer-account-edit .account-info  .fieldset .form-list li {margin-bottom: 20px}
    .customer-account-edit #change-pw-field label {font-size: 16px;font-weight: normal;display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .customer-account-edit #change-pw-field input {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .customer-account-edit .col2 label {width:81%;font-size: 16px;font-weight: normal;display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .customer-account-edit .col2 input {width: 22px; display: inline-block; height: 22px; vertical-align: top; line-height: 22px; margin-bottom: 20px;}
    .customer-account-edit #korrespondenzsprache {height: 32px;margin-bottom: 20px;font-size: 16px;width: 100%}
    .customer-account-edit label[for=korrespondenzsprache] {padding-left: 0; padding-bottom: 10px}
    .customer-account-edit .col2 .form-list .field {width: 100%}
    .customer-account-edit .col2 #broschureli label {;width: 81%;}
    .customer-account-edit .my-account #broschureli .field {width: 100%}
    .customer-account-edit .button span { height: 40px;line-height: 40px;font-size: 16px;padding: 0 20px;}
    .customer-account-edit  .col-left {display:none;width: 100%;font-size: 16px;margin-top: 40px}

    .my-account .validation-advice {padding-top: 5px;font-size: 14px}

    .customer-address-index .addresses-list h2 {font-size: 16px}
    .customer-address-index .addresses-list h3 {font-size: 16px}
    .customer-address-index .button span { height: 40px;line-height: 40px;font-size: 16px;padding: 0 10px;}
    .customer-address-index .buttons-set .back-link { margin: 9px 0}
    .customer-address-index .col-left {display:none;width: 100%;font-size: 16px;margin-top: 40px}
    .customer-address-index .messages  {width: 117%; top:-40px;height: 90px}


    .customer-address-form .col-left {display:none;width: 100%;font-size: 16px;margin-top: 40px}
    .customer-address-form .my-account #colLeft {width: 100%}
    .customer-address-form .my-account #colRight {width: 100%}
    .customer-address-form .form-list .field {width: 100%;margin-bottom: 20px}
    .customer-address-form .form-list label {font-size: 16px}
    .customer-address-form .my-account .fields #anrede {width: 99.62%;height: 42px;font-size: 16px}
    .customer-address-form #ort {width: 99.62%;height: 42px;font-size: 16px}
    .customer-address-form #land {width: 99.62%;height: 42px;font-size: 16px}
    .customer-address-form .my-account .input-text {width: 94%;height: 32px;font-size: 16px}
    .customer-address-form .form-list li {margin: 0;}
    .customer-address-form .button span { height: 40px;line-height: 40px;font-size: 16px;padding: 0 20px;}
    .customer-address-form .buttons-set .back-link { margin: 9px 0}
    .customer-address-form #colRight .primary_shipping {margin-top: 0}
    .customer-address-form #colRight .primary_shipping input {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .customer-address-form #colRight .primary_shipping label {width:88%; font-size: 16px;font-weight: normal;display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .customer-address-form .my-account #firma {margin-bottom: 20px}

    .wishlist-index-index .col-left {display:none;width: 100%;font-size: 16px;margin-top: 40px}


    .customer-account-forgotpassword p {font-size: 16px}
    .customer-account-forgotpassword .form-list label {font-size: 16px}
    .customer-account-forgotpassword .form-list .input-box {width: 100%}
    .customer-account-forgotpassword .form-list input.input-text {font-size: 16px;width: 94%;height: 32px}
    .customer-account-forgotpassword .button span { height: 40px;line-height: 40px;font-size: 16px;padding: 0 10px;}
    .customer-account-forgotpassword .buttons-set .back-link { margin: 9px 0}
    .customer-account-forgotpassword .validation-advice {padding-top: 5px;font-size: 14px}

    .customer-account-login .messages { top: -35px; width: 117%; }


    .account-login .new-users {width: 100%;font-size: 16px}
    .account-login .new-users .content p {width: 100%}
    .account-login .registered-users {width: 100%;font-size: 16px}
    .account-login .buttons-set button.button {float: left;width: 98%}
    .account-login .buttons-set button.button span {font-size: 16px}
    .account-login .buttons-set a {margin-bottom: 20px}
    .account-login .registered-users .buttons-set {width: 100%}
    .account-login .registered-users .input-box {margin-bottom: 20px}

    .account-create #colLeft, .account-create #colRight {width: 100%}
    .account-create .fields .typ label {width:84%; font-size: 16px;font-weight: normal;display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .account-create .fields .typ input {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .account-create  #ichbinli label {width:80%; font-size: 16px;font-weight: normal;display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .account-create  #ichbinli input {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .account-create  #ichhabeli label {width:80%; font-size: 16px;font-weight: normal;display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .account-create  #ichhabeli input {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .account-create  #broschureli label {width:80%; font-size: 16px;font-weight: normal;display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .account-create  #broschureli input {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .account-create  .field.newsletter label {width:80%; font-size: 16px;font-weight: normal;display: inline-block;padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}
    .account-create  .field.newsletter input {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    .account-create .fields #firma {width: 94%}
    .account-create .fields #anrede {width: 100%;height: 42px}
    .account-create .input-text.biwachalbe {width: 94%}
    .account-create .input-text.biwacdreiviertel {width: 94%}
    .account-create .input-text.biwacviertel {width: 94%}
    #ort, #land {height: 42px;width: 100%}
    .account-create input.input-text#geburtsdatum {width: 86%}
    .account-create #korrespondenzsprache {height: 42px;width: 100%;font-size: 16px}
    .account-create #broschureli .field {width: 100%}
    .account-create .fields .newsletter {width: 100%}

    /*Account Bestellliste Link ausblenden*/
    .block-account .block-content li:nth-last-child(2) a {border-bottom: none}
    .block-account .block-content li.current.last {display: none}

    #cart-sidebar-subtotal .button span {padding: 0 10px}


    /*Lieferfrist beachten */
    #super-product-table .lieferfrist-beachten td:nth-child(6) { margin-top: 115px; }
    #super-product-table .lieferfrist-beachten td:nth-child(2) { height: 130px; }
    #super-product-table .lieferfrist-beachten td:nth-child(5) { margin-top: 130px; }
    [lang=fr] .product-view .grouped-items-table .stock-label.orange {width: 130px}

    /*Filter no gaps*/
    .catalog-category-view .block-layered-nav dd {
        padding-bottom: 0;
    }

    /*Checkout Review ohne Mwst Total*/
    .opc .step .order-review-container .totals-count-3.area-totals-count-2 #referenzWrapper {top: -161px}
    .opc .step .order-review-container .totals-count-3.area-totals-count-2 .ordercomment-comment {top:-403px}

    /*Cart long product names*/
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details {min-height: 115px}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mini-products-list .product-details .product-name {width: 72%}

    .catalog-category-view .col-left.sidebar .block-layered-nav dt.item-cnt-0.has-category-0 {
        border-top:none;
    }

    .opc .buttons-set .please-wait,
    .opc .buttons-set .please-wait#review-please-wait {
        display: inline-block;
        max-width: 50%;
        clear: none;
    }

    .opc .step .biwac-shipping-note {
        margin-top:1em;
        font-size: 16px;
        width: 100%;
    }
}


/**
 * Iphone 4/5
 */
@media screen and (width: 320px){
    .headerTop .links .login-link {width: 100px;padding-right: 0;}
    [lang=fr] .headerTop .links .login-link {width: 100px}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal {height: 168px}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .mobile.button.btn-continue {width: 100%;margin-bottom: 20px;}
    .mobile.warenkorb-dropdown .cart-top .cart-content #cart-sidebar-subtotal .subtotal .mobile.button.btn-checkout {width: 100%}
    .headerTop .cart-top .summary.mobile {background-position: 17px 13px;padding-left: 54px}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content {right:-25px;}
    .mobile.warenkorb-dropdown .cart-top .cart-content .mobile.cart-sidebar-tierprice .tierprices_content .tierprices_arrow {left:270px}
    .product_slider_container {padding: 0 13px}
    .product_slider_container .product_slider .arrow-holder.right {right: -13px}
    .product_slider_container .product_slider .arrow-holder.left {left: -13px}
    .product_slider_container .product_slider .products-grid li.item {width: 200px;padding: 0 30px}
    .product_slider_container .product_slider .products-grid li.item img {width: 200px}
    .product_slider_container .product_slider .arrow-holder {top: 65px !important;}
    .catalog-category-view .category-products .products-grid li.item .item-content {width: 51%}
    .catalogsearch-result-index .category-products .products-grid li.item .item-content {width: 51%}
    #modalajaxcart { min-width: 200px; }
    [lang=fr] #checkout-step-billing .input-text.biwacviertel {width: 126.5%;}
    #checkout-step-billing .validate-select.biwacdreiviertel { width: 173px; }
    [lang=fr] #checkout-step-billing .validate-select.biwacdreiviertel { width: 133px; }
    .opc .step #broschureli label {width: 78%}
    #checkout-step-billing .newsletter label {width: 78%}
    #checkout-step-billing .buttons-set button.button span {padding:0 16px}
    .opc .step p.back-link {width: 36%}
    #opc-shipping_method .sp-methods {width: 274px}
    #opc-shipping_method .sp-methods label[for="s_method_instorepickupplus_instorepickupplus"] span:first-child {width: 150px;display: inline-block}
    .opc .step .wunsch input.input-text { width: 77%; }
    .opc .step .order-review-container #checkout-review-table tr td:nth-child(3) span {left:-123px}
    .logged-in .headerTop .links .my-account-link {padding-right: 0 ; width: 70%}
    [lang=fr] .logged-in .headerTop .links .my-account-link {padding-right: 0 ; width: 67.4%}
    .product-view .grouped-items-table .stock-label.orange {width: 120px}
}

/**
 * iphone 4/5 bis Sony/HTC M8
 */
@media screen and (min-width: 320px) and (max-width: 359px){
    #detailansicht-swipe-slider.touchcarousel,#detailansicht-swipe-slider.touchcarousel .touchcarousel-wrapper,
    #detailansicht-swipe-slider.touchcarousel .touchcarousel-item {width: 278px;height:278px}
    #detailansicht-swipe-slider.touchcarousel .arrow-holder {bottom: 120px}
    .catalog-category-view .category-products .products-grid li.item .item-content {width: 51%}
    .catalogsearch-result-index .category-products .products-grid li.item .item-content {width: 51%}
    .checkout-onepage-index #checkout-step-login .col-3 .messages {height: 98px;}
    .opc #checkout-step-login.step {margin-bottom: 118px}
}

/**
 * HTC M8, Sony Xperia Z3
 */
@media screen and (min-width: 360px) and (max-width: 374px){
    #detailansicht-swipe-slider.touchcarousel,#detailansicht-swipe-slider.touchcarousel .touchcarousel-wrapper,
    #detailansicht-swipe-slider.touchcarousel .touchcarousel-item {width: 313px;height:313px}

}


#touchCarousel_related .products-grid .product-image {height:auto;}

.category-products .products-grid .product-image {position: relative}
.neu-badge { background-color: rgba(255, 0, 0, 0.7); color: #ffffff; text-align: center; position: absolute; width: 100%; top: 144px; height: 23px; line-height: 23px; }
.abg-neu-badge { box-shadow: 0 0 7px 1px #aaaaaa;  }

.abg-ausverkauft-badge { opacity: 0.5; }
.ausverkauft-badge { position: absolute; background-color: rgba(255, 0, 0, 0.7); width: 100%; text-align: center; color: white; padding: 4px 0; top: 144px; }

.product-view #super-product-table  .lagerpopup {z-index:20;bottom:92px;display:none;left:110px;box-shadow: 0 0 5px 0 #CCCCCC  ;margin-left:-210px;color:#4b4b4b;font-size:11px; padding:10px;position: relative;width: 224px;background: #ffffff;border:1px solid #CCCCCC;float:left;}
[lang=fr] .product-view #super-product-table  .lagerpopup {margin-left:-260px;width: 274px;left:132px;}
.product-view #super-product-table  .lagerpopup .lager_arrow {position: absolute; bottom: -11px; left: 113px; width: 21px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/tooltip_arrow_bottom.png') 0 0 no-repeat; z-index: 100;}
[lang=fr] .product-view #super-product-table  .lagerpopup .lager_arrow {left: 138px; }
.product-view #super-product-table  .stock-indicator:hover .lagerpopup {display: block;}

#nav > li > a { padding: 0 25px;/* color: #5f5f5f; font-weight: normal; line-height: 43px !important; border-right: 1px solid #E2E2E2; */}
#nav > li.last > a {background-color:#bebebe;border-right-color:#bebebe;border-top-right-radius: 5px;border-bottom-right-radius: 5px;padding: 0  28px;}
#nav > li.last.active > a {background-color:#008866;border-right-color:#008765 }
#nav > li.last > a:hover {background-color:#008866;border-right-color:#008765 }
[lang=fr] #nav > li > a { padding: 0 21px;/* color: #5f5f5f; font-weight: normal; line-height: 43px !important; border-right: 1px solid #E2E2E2; */}
[lang=fr] #nav > li.last > a {padding: 0  26px;}

#nav > li.level0.nav-7.last.level-top > a {background-image: url(https://www.biogarten.ch/skin/frontend/default/biogarten/images/BeratungIcon.png);background-repeat:  no-repeat ;background-position: 15px; background-size: 15%;padding-left: 40px; padding-right: 16px; }
[lang=fr] #nav > li.level0.nav-7.last.level-top > a {padding-left: 27px;background-position:7px;}


#opc-shipping_method .saturday-delivery-info {margin-top: 15px;}
.checkout-onepage-success .block-poll {margin-top: 3em;/*max-width: 300px;*/font-size: 12px;border:0}
.checkout-onepage-success .block-poll .block-title  {background-image: none;border: 0;font-size: 15px;padding:4px 0}
.checkout-onepage-success .block-poll .block-title strong {background-image: none;padding: 0px;color:#008866;font-size: 15px;text-transform: none}
.checkout-onepage-success .block-poll .block-subtitle  {padding:5px 0;font-weight: bold;margin-bottom: 1em}
.checkout-onepage-success .block-poll .question .block-subtitle  { height: 39px;}
.checkout-onepage-success .block-poll label {color:black;font-weight: normal;cursor: pointer}
.checkout-onepage-success .block-poll .block-content {background: none}
.checkout-onepage-success .block-poll li {padding: 2px 0}
.checkout-onepage-success .block-poll li.odd {background: none}
.checkout-onepage-success .block-poll li.even {background: none}
.checkout-onepage-success .block-poll .actions {background: none;padding: 6px 0}
.checkout-onepage-success .block-poll button.button span {background: #008866;border: 0}
.checkout-onepage-success .block-poll button.button:hover span {background: #007558;}
.checkout-onepage-success .block-poll .actions button.button {float: right}
.checkout-onepage-success .block-poll .additional #additional {display: none;margin:4px 18px;padding: 3px;}
.checkout-onepage-success .block-poll .question {    float: left;width: 230px;min-height: 160px;padding-right: 20px;}
.checkout-onepage-success .block-poll .question:nth-of-type(3n){    padding-right: 0px;}
.checkout-onepage-success .block-poll .question textarea {width: 90%;max-width: 90%;height:60px}
.checkout-onepage-success .Continue-Shopping span  {background-color: #E2E2E2; color: #515151}
.checkout-onepage-success .Continue-Shopping span:hover  {color: white}


.product-webform {  clear:both;  padding: 1em 0;  }
.product-webform .form-list .input-box {  width:84%;  }
.product-webform .form-list li.wide .input-box {width: 422px;}

.cms-home .form-list .input-box {width:230px;}


.product-view .padder .description-tab.is-virtual .row-right,
.product-view .padder .description-tab.is-virtual .row-left {float: left;width:100%}
.product-view .padder .description-tab.is-virtual .row-right > #product-attribute-specs-table,
.product-view .padder .description-tab.is-virtual .row-right > h2 {display: none}


.list-related { float: left; width: 94.94%; margin:0;padding: 0 2.531%}
.list-related .add-to-box {margin: 0 }
.list-related h3 {display: none; font-size: 13px; margin: 0; }
.list-related .price-box .price-label { margin: 0 5px 0 0; font-size: 12px; }
.list-related .price { /*float: left;*/ }
.list-related button.button span { width: auto;  padding: 0 8px; /*line-height: 22px; font-size: 11px; text-transform: uppercase*/; text-indent: 0; background-color: #008866; }
/*.list-related button.button:hover span { background-color: #007558; }*/
.list-related button.button span span { padding: 0 8px; background: none; }
.list-related td span.product-name { width:287px; }
.list-related td span.product-name a { color:inherit;}
.list-related td .product-image img { border: 1px solid #C3C3C3;}
/* .list-related td span.product-name {width: 93px !*173px;*!}*/

#modalajaxcart.show-related > p {width: 33%;position: relative;margin: auto;}
[lang=fr] #modalajaxcart.show-related > p {width: 38%;}
#modalajaxcart.show-related th {font-size: 12px;}

#modalajaxcart.show-related .grouped-items-table { margin: 0 0 20px; color: #525252; }
#modalajaxcart.show-related .grouped-items-table .product-image { position: relative; }
#modalajaxcart.show-related .grouped-items-table .product-image img { border: 1px solid #C3C3C3; }
#modalajaxcart.show-related .grouped-items-table .product-image .tooltip_image { display: none; position: absolute; top: -107px; left: 82px; padding: 0 0 0 15px; z-index: 50; }
#modalajaxcart.show-related .grouped-items-table .product-image .tooltip_image .tooltip_content { padding: 15px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); background: #FFF; }
#modalajaxcart.show-related .grouped-items-table .product-image .tooltip_image .tooltip_arrow { position: absolute; top: 50%; left: 5px; width: 10px; height: 15px; background: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/tooltip_arrow_left.png') 0 0 no-repeat; }
#modalajaxcart.show-related .grouped-items-table .product-name { display: block; margin: 0 0 3px; font-weight: bold; }
#modalajaxcart.show-related .grouped-items-table .more_info { float: left; width: 100%; margin: 0; position: relative; }
#modalajaxcart.show-related .grouped-items-table .more_info > a { float: left; display: block; padding: 8px 0 0; font-size: 10px; text-decoration: underline; cursor: pointer; }
#modalajaxcart.show-related .grouped-items-table .more_info .more_info_content { display: none; }
#modalajaxcart.show-related .grouped-items-table .more_info .more_info_content { position: absolute; bottom: 22px; left: 15px; width: 270px; padding: 15px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); background: #FFF; z-index: 50; }
#modalajaxcart.show-related .grouped-items-table .more_info .more_info_content p { margin: 0; }
#modalajaxcart.show-related .grouped-items-table .more_info .more_info_close { display: none; position: absolute; top: 6px; right: 5px; width: 16px; height: 14px; background: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/more_infos_close.png') 0 0 no-repeat; cursor: pointer; }
#modalajaxcart.show-related .grouped-items-table .more_info .more_info_arrow { position: absolute; bottom: -11px; left: 6px; width: 21px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/tooltip_arrow_bottom.png') 0 0 no-repeat; z-index: 100; }
#modalajaxcart.show-related .grouped-items-table .stock-label { display: block; color: #dc0b00; font-size: 10px; }
#modalajaxcart.show-related .grouped-items-table .stock-label.orange { color: #cc8201; text-decoration: underline; }
#modalajaxcart.show-related .grouped-items-table .price-box { float: right; }
#modalajaxcart.show-related .grouped-items-table .tierprices { float: left; width: 100%; margin: 0; position: relative; }
#modalajaxcart.show-related .grouped-items-table .tierprices a { float: right; display: block; padding: 10px 0 0; font-size: 10px; text-decoration: underline; position: relative; z-index: 10; cursor: default; }
#modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content { display: none; }
#modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content { position: absolute; bottom: 24px; right: -105px; min-width: 130px; padding: 15px; -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; -moz-box-shadow: 0 0 5px rgba(0,0,0,.75); -webkit-box-shadow: 0 0 5px rgba(0,0,0,.75); box-shadow: 0 0 5px rgba(0,0,0,.75); background: #FFF; z-index: 50; }
[lang=fr] #modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content {right:-57px}

#modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content .tier-prices { float: left; width: 100%; }
#modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content .tier-prices li { padding: 0 0 5px; color: #008866; font-size: 11px; text-align: left; white-space: nowrap; }
#modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content .tier-prices li .price { font-size: 11px; font-weight: normal; }


#modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content .tier-prices-grouped { float: left; width: 100%; }
#modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content .tier-prices-grouped li { padding: 0 0 5px; color: #008866; font-size: 11px; text-align: left; white-space: nowrap; }
#modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content .tier-prices-grouped li .price { font-size: 11px; font-weight: normal; }
#modalajaxcart.show-related .grouped-items-table .tierprices .tierprices_content .tierprices_arrow { position: absolute; bottom: -11px; left: 88px; width: 21px; height: 11px; background: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/tooltip_arrow_bottom.png') 0 0 no-repeat; z-index: 100; }
#modalajaxcart.show-related .grouped-items-table .qty { float: left; width: 17px !important; text-align: right; border-width: 2px; padding: 6px 8px 5px; }
#modalajaxcart.show-related .grouped-items-table .ui-spinner { float: left; padding: 0 0 0 17px; position: relative; border: none; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; background: none; }
#modalajaxcart.show-related .grouped-items-table .ui-spinner .qty { float: right; margin: 0; }
#modalajaxcart.show-related .grouped-items-table .ui-spinner .ui-spinner-up { position: absolute; top: 3px; left: 0; width: 13px; height: 9px; border: none; background: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/arrow_up.png') 0 0 no-repeat; cursor: pointer; }
#modalajaxcart.show-related .grouped-items-table .ui-spinner .ui-spinner-up:hover { background-image: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/arrow_up_hover.png'); }
#modalajaxcart.show-related .grouped-items-table .ui-spinner .ui-spinner-up span { display: none; }
#modalajaxcart.show-related .grouped-items-table .ui-spinner .ui-spinner-down { position: absolute; bottom: 3px; left: 0; width: 13px; height: 9px; border: none; background: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/arrow_down.png') 0 0 no-repeat; cursor: pointer; }
#modalajaxcart.show-related .grouped-items-table .ui-spinner .ui-spinner-down:hover { background-image: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/arrow_down_hover.png'); }
#modalajaxcart.show-related .grouped-items-table .ui-spinner .ui-spinner-down span { display: none; }
#modalajaxcart.show-related .grouped-items-table button.button { float: left; margin: 0 0 0 3px; }
#modalajaxcart.show-related .grouped-items-table button.button span { width: 29px; height: 29px; padding: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/add-to-cart.png') 5px 7px no-repeat #008866; text-indent: -9999em; }
#modalajaxcart.show-related .grouped-items-table button.button span span { background: none; }
#modalajaxcart.show-related .grouped-items-table .link-wishlist { float: left; display: block; margin: 0 0 0 3px; width: 29px; height: 29px; padding: 0; text-align: left !important; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: url('https://www.biogarten.ch/skin/frontend/default/biogarten/images/wishlist.png') 8px 6px no-repeat #9E9E9E; text-indent: -9999em; }
#modalajaxcart.show-related .grouped-items-table .add-to-box {    width: 262px;margin: 0}
#modalajaxcart.show-related .grouped-items-table .price-box {    margin: 0}

#modalajaxcart.show-related .grouped-items-table.data-table tbody td {    font-size: 12px}

#modalajaxcart.show-related .grouped-items-table button.button.biwacAjaxcartPopup span {padding-left: 5px;width:150px;text-indent: 0;padding-top: 1px}




#modalajaxcart .list-related {margin-top: 4em;margin-bottom: 6em;}
#modalajaxcart .list-related h3 {display:block;font-size: 16px}
#modalajaxcart .list-related .tooltip_content {/*display: none*/}
#modalajaxcart .list-related .tier-prices-grouped {/*display: none*/}
#modalajaxcart .list-related .tierprices {/*display: none*/}
#modalajaxcart .list-related .link-wishlist {display: none}
#modalajaxcart .list-related .data-table td.last,
#modalajaxcart .list-related .data-table th.last{
    width: 110px;
}

#modalajaxcart .list-related button.button span {
    width: 29px;
    height: 29px;
    padding: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: url(https://www.biogarten.ch/skin/frontend/default/biogarten/images/add-to-cart.png) 5px 7px no-repeat #008866;}


.stock-indicator.reminder-colspan {width: 300px}
.product-view #super-product-table .reminder-colspan .lagerpopup {top:-16em}
.reminder-container {}
.reminder-text {font-weight: bold;padding: 0.6em 0}
.product-view .grouped-items-table button.button.reminder-button {float: none}
.product-view .grouped-items-table button.button.reminder-button span {background: #e52f25;text-indent: 0;padding: 0 12px;width: auto;height: auto}
.product-view .grouped-items-table button.button.reminder-button span span {padding: 0;}


.cart .totals table .biwac-freeshipping-threshold td {font-size:15px;}
.cart .totals table .biwac-freeshipping-threshold em {font-style: normal;color:#007558 /*#008866*/;}

.madexmarketing {clear: both;padding: 1em 0}
.form-list .madexmarketing label {font-size: 12px;cursor: pointer;padding-left: 3px;line-height: 20px;}
.form-list .madexmarketing input {float: left;clear:left;cursor: pointer;line-height: 20px;height: 20px}

#captcha-input-box-user_create {list-style: none;margin:3em 0 2em;}
#captcha-image-box-user_create {margin-bottom: 2em;}

.opc .step .wunsch input.input-text {
    float: none;
}

.opc .step .biwac-checkout-pre-review-block p {
    width: 100%;
}

#opc-shipping_method #payment-buttons-container {padding-top: 4em;}
.opc .step .saturday-delivery-info p {width: 100%}
@media screen and (max-width: 820px),
screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1080px) and (min-device-pixel-ratio: 2),
screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1080px) and (-webkit-min-device-pixel-ratio: 2),
screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1080px) and (min--moz-device-pixel-ratio: 2),
screen and (orientation: landscape) and (min-width: 1025px) and (max-width: 1080px) and (-o-min-device-pixel-ratio: 2/1) {

    #opc-shipping_method .sp-methods #s_method_biwacshippingsaturday_default {width: 22px; display: inline-block; height: 22px; vertical-align: middle; line-height: 22px; margin-bottom: 20px;}
    #opc-shipping_method .sp-methods label[for="s_method_biwacshippingsaturday_default"] span {display: inline; font-weight: normal; padding-left: 12px; vertical-align: top; line-height: 22px; padding-bottom: 20px;}

    #checkout-step-billing .form-list .madexmarketing label {display:block; padding-left: 16px;}
    .form-list .madexmarketing input {
        width: 22px;
        display: inline-block;
        height: 22px;
        vertical-align: middle;
        line-height: 22px;
        margin-bottom: 20px;
    }

    #modalajaxcart .list-related {display: none;}

    #nav > li.level0.nav-7.last.level-top > a {
        background-position: 6.68%;
        background-size: 25px;
        padding-left: 15%;
    }
    .checkout-onepage-success .block-poll {
        font-size: 16px;
    }

    .checkout-onepage-success .block-poll .block-title {
        font-size: 19px;
    }

    .checkout-onepage-success .block-poll .block-title strong {
        font-size: 19px;
    }

    .checkout-onepage-success .block-poll .block-subtitle {
        font-size: 16px;
    }

    .checkout-onepage-success .block-poll li {
        padding: 5px 0
    }

    .checkout-onepage-success .block-poll .actions {
        margin-top: 25px
    }

    .checkout-onepage-success .block-poll label {
        height: 20px;
        line-height: 20px;
        vertical-align: middle;
        display: inline-block;
        margin-top: 10px;
        width: 88.1%;
    }

    .checkout-onepage-success .block-poll input.radio {
        height: 20px;
        line-height: 20px;
        display: inline-block;
        width: 20px;
        margin-top: 10px;
        margin-right: 10px;
        vertical-align: middle;
    }

    .checkout-onepage-success .block-poll .additional #additional {
        margin: 1em 30px;
        padding: 7px;
        font-size: 16px
    }

    .checkout-onepage-success .block-poll .question {float:none;width: auto;padding: 0}
    .checkout-onepage-success .block-poll .block-subtitle {margin: 1em 0 0}
    .checkout-onepage-success .block-poll .question textarea {font-size: 16px}


    .product-webform .form-list li.wide .input-box{  width:100%;  }
    .product-webform .form-list .input-box {  width:92%;  }
    .product-webform .form-list .input-box input[type=radio],
    .product-webform .form-list .input-box input[type=checkbox]{ width: 22px;
        display: inline-block;
        height: 22px;
        vertical-align: middle;
        line-height: 22px;
        margin-bottom: 20px; }
    .product-webform .form-list .input-box input[type=file] {font-size: 16px;margin-bottom: 1em}



    .product-view .list-related .grouped-items-table {width: 114.6%; position: relative; left: -7%;;}
    .product-view .list-related .grouped-items-table thead {display: none;}
    .product-view .list-related .grouped-items-table .product-image {display: none;}
    .product-view .list-related .grouped-items-table .product-name {font-size: 16px}
    .product-view .list-related .grouped-items-table .link-wishlist {display: none;}
    .product-view .list-related .grouped-items-table .ui-spinner.ui-widget.ui-widget-content.ui-corner-all {display: none;}
    .product-view .list-related .grouped-items-table .first {display: none;}
    .product-view .list-related .grouped-items-table td:nth-child(2) {height: 90px;    width: 100%;padding: 25px 6%;font-size: 14px}
    .product-view .list-related .grouped-items-table .lieferfrist-beachten td:nth-child(2) {height: 110px}
    .product-view .list-related .grouped-items-table td:nth-child(3) {display: none;}
    .product-view .list-related .grouped-items-table td:nth-child(4) {position: absolute;right:4%;border: 0;margin-top: 37px;text-align: right}
    .product-view .list-related .grouped-items-table td:nth-child(5) {position: absolute;left:4%;margin-top: 90px;border: 0}
    .product-view .list-related .grouped-items-table .lieferfrist-beachten td:nth-child(5) {margin-top: 110px}
    .product-view .list-related .grouped-items-table td:nth-child(6) {position: absolute;right:4%;margin-top: 75px;border:0;}
    .product-view .list-related .grouped-items-table .lieferfrist-beachten td:nth-child(6) {margin-top: 95px}
    .product-view .list-related .grouped-items-table .price {font-size: 16px;font-weight: bold;color: #4b4b4b ;}
    .product-view .list-related .grouped-items-table .mobile.stock-indicator-img {display: inline;height: 9.5px}
    .product-view .list-related .grouped-items-table .lieferfrist-beachten td:nth-child(6) { margin-top: 115px; }
    .product-view .list-related .grouped-items-table .lieferfrist-beachten td:nth-child(2) { height: 130px; }
    .product-view .list-related .grouped-items-table .lieferfrist-beachten td:nth-child(5) { margin-top: 130px; }


    #super-product-table .row-with-reminder td:nth-child(2){height: 24em;}
    .product-view .grouped-items-table .row-with-reminder .stock-label.ausverkauft {display: block;margin: 2em 0 2em 51.4%;}
    #super-product-table .stock-indicator.reminder-colspan {width: 88%}
    #super-product-table .reminder-container {font-size: 16px;text-align: left;}
    #super-product-table .reminder-container .reminder-input {font-size: 16px;width: 95%;height:23px;margin-bottom: 1em;}
    .product-view .grouped-items-table button.button.reminder-button  {width: 99%}
    .product-view .grouped-items-table button.button.reminder-button span {background: #c31924}

    #captcha-input-box-user_create label {font-size: 16px}
    #captcha-input-box-user_create input {width: 94%;height: 32px;font-size: 16px;}
    #captcha-input-box-user_forgotpassword {margin:2em 0;}
    .customer-account-create .messages, .customer-account-forgotpassword .messages {top: -28px;left:0;width: 100%}

    .opc .step .biwac-checkout-pre-review-block {
        font-size: 16px;
        padding: 1em 0;
    }

}


/* iPad Mini in portrait only */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

}
.triangle-up, .filter-item:before, .filter-item:after {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 6px solid #e7e7e7; }

.solr-checkbox {
  display: none; }

.crossbox {
  position: relative;
  padding-left: 0;
  color: #444444;
  line-height: 16px; }
  .crossbox:before {
    position: relative;
    content: '';
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    border: 1px solid #e7e7e7;
    background-color: white;
    margin-right: 10px; }

.crossbox--checked:before {
  background-color: #444444;
  border-color: #444444; }

.crossbox--checked:after {
  position: absolute;
  top: -1px;
  left: -22px;
  content: 'x';
  width: 13px;
  height: 13px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff; }

.col-main {
  position: relative; }

.block-filter-nav {
  position: relative;
  min-height: 180px;
  background-color: #f6f6f6; }

.filter {
  width: 100%;
  margin-bottom: 10px; }
  .filter:after {
    content: '';
    position: relative;
    display: block;
    clear: both; }

.filter-item {
  position: relative;
  float: left;
  height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  cursor: pointer;
  width: calc(1/4 * (100% - ((4 - 1) * 10px))); }
  .filter-item:nth-child(4n) {
    margin-right: 0; }
  .filter-item:hover {
    background-color: #444444; }
    .filter-item:hover .filter-title {
      color: #ffffff; }
  .filter-item:before, .filter-item:after {
    content: '';
    position: absolute;
    top: calc(50% - 6px);
    right: 15px; }
  .filter-item:after {
    top: calc(50% + 3px);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.filter-title {
  padding: 10px 15px; }

.filter-content {
  display: none;
  position: absolute;
  z-index: 200;
  left: 0px;
  top: 35px;
  height: 0;
  transition: all .4s ease; }

.filter-list {
  overflow: auto;
  height: 100%; }
  .filter-list ol {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
    .filter-list ol li {
      display: inline-block;
      width: 100%;
      padding: 5px 15px; }

.filter-item--active {
  background-color: #444444;
  color: #ffffff; }
  .filter-item--active:before, .filter-item--active:after {
    border-bottom-color: #ffffff; }
  .filter-item--active .filter-content {
    display: block;
    width: 150%;
    height: auto;
    max-height: 200px;
    padding: 10px 0;
    background-color: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); }
    .filter-item--active .filter-content li {
      font-style: italic; }

.currently {
  width: 100%;
  overflow: hidden; }

.filter-currently-intro {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  font-weight: bold;
  line-height: 22px; }

.filter-currently-item {
  float: left;
  margin-right: 10px;
  background-color: #f6f6f6;
  color: #444444;
  padding: 2px 5px 0px;
  height: 24px;
  line-height: 20px; }
  .filter-currently-item .btn-remove {
    position: relative;
    top: 2px; }

.solr-loader,
.solr-system {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8); }
  .solr-loader.active,
  .solr-system.active {
    display: block;
    z-index: 300; }

.solr-system__notice,
.solr-loader--modern__notice {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  font-size: 8px;
  text-transform: uppercase;
  font-family: 'Helvetica Neue',Verdana, Arial, sans-serif;
  font-weight: bold;
  opacity: 0.6;
  padding-left: 15px; }

.solr-system__stars {
  position: relative;
  margin: 0 auto;
  top: 45%;
  left: 50%; }

.solr-system__star {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%; }

.solr-system__star--sun {
  background-color: #F8E71C;
  width: 20px;
  height: 20px;
  margin: 0 auto; }

.solr-system__star--mercury {
  left: -10px;
  top: -10px;
  background-color: #C7C2A6;
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
  -webkit-animation: axis 1.3s linear infinite;
  animation: axis 1.3s linear infinite; }

.solr-system__star--venus {
  width: 8px;
  height: 8px;
  left: -22px;
  top: -22px;
  background-color: #C7C2A6;
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: axis 1.9s linear infinite;
  animation: axis 1.9s linear infinite; }

.solr-system__star--earth {
  width: 10px;
  height: 10px;
  left: -36px;
  top: -36px;
  background-color: #009bff;
  -webkit-transform-origin: 46px 46px;
  transform-origin: 46px 46px;
  -webkit-animation: axis 2.5s linear infinite;
  animation: axis 2.5s linear infinite; }

.solr-system__star--mars {
  left: -45px;
  top: -45px;
  background-color: #C7C2A6;
  -webkit-transform-origin: 55px 55px;
  transform-origin: 55px 55px;
  -webkit-animation: axis 3.5s linear infinite;
  animation: axis 3.5s linear infinite; }

.solr-loader--modern__notice {
  color: #444444;
  margin-top: -5px;
  padding-left: 10px;
  top: 40%; }

.solr-loader--modern__spinner {
  position: relative;
  top: 40%;
  left: -30px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-color: #d75f07;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }

@-webkit-keyframes axis {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }

@keyframes axis {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 0, 0);
    transform: rotateZ(0deg) translate3d(0, 0, 0); }
  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 0, 0);
    transform: rotateZ(360deg) translate3d(0, 0, 0); } }

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/**
 * MageParts
 * 
 * NOTICE OF LICENSE
 * 
 * This code is copyrighted by MageParts and may not be reproduced
 * and/or redistributed without a written permission by the copyright 
 * owners. If you wish to modify and/or redistribute this file please
 * contact us at info@mageparts.com for confirmation before doing
 * so. Please note that you are free to modify this file for personal
 * use only.
 *
 * If you wish to make modifications to this file we advice you to use
 * the "local" file scope in order to aviod conflicts with future updates. 
 * For information regarding modifications see http://www.magentocommerce.com.
 *  
 * DISCLAIMER
 * 
 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF 
 * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 
 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 
 * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 
 * OF THE POSSIBILITY OF SUCH DAMAGE.
 * 
 * @category   MageParts
 * @package    MageParts_RestrictCustomer
 * @copyright  Copyright (c) 2009 MageParts (http://www.mageparts.com/)
 * @author 	   MageParts Crew
 */
 
.area-restriction-message { 
	color:#df280a; 
	width:100%; 
	overflow:hidden; 
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:9px 0px 8px 0px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    border-color:#f16048;
    background-color:#faebe7;
    background-image:url(https://www.biogarten.ch/skin/frontend/default/default/mageparts/restrictcustomer/images/i_msg-error.gif);
    text-indent:32px;
}
/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * 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@mageworx.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 * or send an email to sales@mageworx.com
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @copyright  Copyright (c) 2009 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */

/**
 * Downloads extension
 *
 * @category   skin_default
 * @package    MageWorx_Downloads
 * @author     MageWorx Dev Team <dev@mageworx.com>
 */

.downloads-links-block {
	margin-top: 4px;
	margin-bottom: 7px;
    border: solid 1px #DFDFDF; 
    padding: 7px;
}
.downloads-links-block .head {
    padding-bottom: 4px;
}
.downloads-links-block table {
    padding-left: 5px;
}
.downloads-links-block td {
	padding-right: 5px;
}
.downloads-links-block span {
	padding-left: 5px; 
	color: #EF5E2C;
	font-style: italic;
}



#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
	background-color: #FFF;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 6px .75em;
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 5px; top: 4px;
	padding: 2px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
}
#MB_close:hover {
	background: transparent;
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(https://www.biogarten.ch/skin/frontend/default/default/css/mageworx/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  background-color: #DDD;
  border-bottom: 1px solid #CCC;
}
#MB_caption { color: #000 }
#MB_close { color: #777 }
#MB_close:hover { color: #000 }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
/********************** Tabs */
.product-view .tabs { margin: 15px 0px; overflow:hidden; border-bottom:1px solid #496778;  zoom: 1;}
.product-view .tabs li                { float:left; border-right:1px solid #ffffff; border-left:1px solid #fff; font-size:0.9em; line-height:1em;  background: #f2f2f2; }
.product-view .tabs li.first          { border-left:0; }
.product-view .tabs li.last           { border-right:0; }
.product-view .tabs a                 { display:block; padding:6px 10px; color:#444; text-decoration: none;}
.product-view .tabs a:hover           { background-color:#ddd; text-decoration:none; color:#444; text-decoration: none;}
.product-view .tabs li.active a,
.product-view .tabs li.active a:hover { background:#496778;  font-weight:bold; color:#fff; }

#product_tabs_tags_tabbed_contents.input-box input	{ width: 300px; }
#product_tabs_tags_tabbed_contents .input-box	{ width: 300px; float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents li	{ float:left; margin-right: 10px;}
#product_tabs_related_tabbed_contents ol	{ clear: both;}
.product-collateral:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; zoom: 1}
/**
 * Crius
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt
 *
 * @category   Crius
 * @package    Crius_GroupedProductsPro
 * @copyright  Copyright (c) 2011 Crius (http://www.criuscommerce.com)
 * @license    http://www.criuscommerce.com/CRIUS-LICENSE.txt
 */
 
.sortcol strong {
	cursor: pointer;
	padding-right: 14px;
	background-repeat: no-repeat;
	background-position: right center;
	text-decoration: underline;
}
.sortcol-right strong {
	padding-right: 0;
	padding-left: 14px;
	background-position: left center;
}
.data-table thead th.sortasc,
.data-table thead th.sortdesc {
	background-color: #94aec4;
	background-image: none;
}
.data-table .price-box {
    text-align: right;
}
.sortasc strong {
	background-image: url(https://www.biogarten.ch/skin/frontend/base/default/images/groupedproductspro/up.gif);
}
.sortdesc strong {
	background-image: url(https://www.biogarten.ch/skin/frontend/base/default/images/groupedproductspro/down.gif);
}
.nosort strong {
	cursor: default;
}

