/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_blank
 * @copyright   Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
* { margin:0; padding:0; }

body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }

img           { border:0; vertical-align:top; }

a             { color:#05c; text-decoration:underline; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* Headings */
h1            { font-size:20px; font-weight:normal; line-height:1.15; }
h2            { font-size:18px; font-weight:normal; line-height:1.25; }
h3            { font-size:16px; font-weight:bold; line-height:1.25; }
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 */
strong        { font-weight:bold; }
address       { font-style:normal; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
sup           { font-size:1em; vertical-align:top; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.wrapper {}
.page { margin:0 auto; padding:0px 0; text-align:left; }
.page-print { background:#fff; padding:0px; text-align:left; }
.page-empty { background:#fff; padding:0px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
.main-container {}
.main { margin:0px 0; }

/* Base Columns */

/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle;}

select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
/*input.input-text:focus,select:focus,textarea:focus {}*/
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:0px solid #ddd; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }



.buttons-set-order {}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:10px; text-align:right; color:#f00; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#f00; font-weight:bold; }
.notice { color:#ccc; }


/* Page Heading */

.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; }
.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; }


/* Data Table */
.data-table { width:100%; }
.data-table th { padding:5px; border:0px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:5px; border:0px solid #ddd; }
.data-table thead { background-color:#f2f2f2; }
.data-table tbody {}
.data-table tfoot {}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
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.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .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 { font-weight:bold; color:#f00; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold; }
.link-compare { font-weight:bold; }
.link-print { background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/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.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/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:#ddd; text-indent:-999em; overflow:hidden; }

/* Noscript Notice */
.noscript { border:0px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.noscript .noscript-inner { margin:0 auto; padding:12px 0 12px; background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
/* ======================================================================================= */

/* Mini Products List */
.mini-products-list li { padding:5px 0; }
.mini-products-list .product-image { float:left; width:50px; padding:5px; border:0px solid #ddd; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }

/* Block: Account */
.block-account {}

/* Block: Currency Switcher */
.block-currency {}
.block-currency select { width:100%; border:1px solid #888; }

/* Block: Wishlist */
.block-wishlist {}

/* Block: Related */
.block-related {}
.block-related li { padding:5px 0; }
.block-related input.checkbox { float:left; margin-right:-20px; }
.block-related .product { margin-left:20px; }
.block-related .product .product-image { float:left; margin-right:-65px; }
.block-related .product .product-details { margin-left:65px; }

/* Block: Compare Products */
.block-compare {}
.block-compare li { padding:5px 0; }

/* Block: Recently Viewed */
.block-viewed {}

/* Block: Recently Compared */
.block-compared {}

/* Block: Poll */
.block-poll label {}
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags ul,
.block-tags li { display:inline; }

/* Block: Subscribe */
.block-subscribe {}

/* Block: Reorder */
.block-reorder {}
.block-reorder li { padding:5px 0; }
.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }

/* Block: Banner */
.block-banner {}
.block-banner .block-content { text-align:center; }

/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* 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 #ddd; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-grid .product-name a {}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.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 #ddd; 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; }
.products-list .product-name a {}
.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 */

.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.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount {}


/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:0 0 7px; }
.availability-only a { background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong {}

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last {}

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box {}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {}
.regular-price .price { font-weight:bold; }

/* Old price */
.old-price {}
.old-price .price-label { white-space:nowrap; }
.old-price .price { font-weight:bold; text-decoration:line-through; }

/* Special price */
.special-price {}
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price {}
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal; }

/* Excluding tax */
.price-excluding-tax { display:block; }
.price-excluding-tax .label { white-space:nowrap; }
.price-excluding-tax .price { font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { font-weight:bold; }

/* Configured price */
.configured-price {}
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from {}
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to {}
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; }
.price-notice .price { font-weight:bold; }

/* Price as configured */
.price-as-configured {}
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle {}
/********** Product Prices > */

/* Tier Prices */
.tier-prices .price { font-weight:bold; }
.tier-prices .benefit {}

.tier-prices-grouped {}

/* Add to Links */
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; }
.add-to-cart .qty { float:left; }
.add-to-cart button.button { float:left; margin-left:5px; }
.add-to-cart .paypal-logo { clear:left; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box {}
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; margin:0 10px; }
.add-to-box .add-to-links { float:left; }


.product-view {}

.product-essential {}

.product-collateral .box-collateral { margin:0 0 15px; }

/* 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 { border:0px solid #ddd; }
.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 { 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.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/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.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/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 ul { margin-left:-4px }
.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }

.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 { margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:445px; }
.product-view .product-name {}
.product-view .short-description {}

/* Product Options */

/* Grouped Product */
.product-view .grouped-items-table {}

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional {}

/* Block: Upsell */
.product-view .box-up-sell {}
.product-view .box-up-sell .products-grid td { width:25%; }

/* Block: Tags */
.product-view .box-tags {}
.product-view .box-tags .form-add label { float:left; }
.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
.product-view .box-tags .form-add input.input-text { width:254px; }
.product-view .box-tags .form-add p { clear:both; }

/* Block: Reviews */
.product-view .box-reviews {}
.product-view .box-reviews .form-add {}

/* Send a Friend */
.send-friend {}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { font-size:1em; font-weight:normal; }
.product-name a {}

/* Product Tags */
.tags-list li { display:inline; }

/* Advanced Search */
.advanced-search {}
.advanced-search-amount {}
.advanced-search-summary {}

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a {}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {}

/* RSS */
.rss-title h1 { background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart {}

/* Checkout Types */
.cart .checkout-types { float:right; text-align: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:3px 55px 8px 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table .item-msg { font-size:10px; }

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:700px; }

.cart .crosssell {}
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:0px solid #ddd; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell li.item { margin:12px 0; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {}

/* Shopping Cart Totals */
.cart .totals { float:right; }
.cart .totals table { width:100%; }
.cart .totals table th,
.cart .totals table td { padding:5px; }
.cart .totals table th { font-weight:bold; }
.cart .totals table tfoot th {}

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:0px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }

/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods dt { font-weight:bold; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods select.month { width:150px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0 1em; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; margin-right:5px; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { cursor:help; margin-left:5px; }

/* Tooltip */
.tool-tip { border:0px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
.tool-tip .btn-close { text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/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 {}
.gift-messages-form { border:0px solid #ddd; background-color:#FFF; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

.gift-message-link { display:block; background:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/bkg_collapse.gif) 0 4px no-repeat; padding-left:0px; }
.gift-message-link.expanded { background-position:0 -53px; }
.gift-message-row {}
.gift-message-row .btn-close { float:right; }
.gift-message dt strong { font-weight:bold; }

/* Checkout Agreements */
.checkout-agreements {}
.checkout-agreements li { margin:10px 0; }
.checkout-agreements .agreement-content { border:0px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
.checkout-agreements .agree { padding:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:0px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

/* Generic Info Set */
.info-set {}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {}
.block-progress dt { font-weight:bold; }
.block-progress dt.complete,
.block-progress dd.complete { background-color:#f6f6f6; }

.opc { border-bottom:0px solid #ddd; position:relative; }
.opc li.section { border:0px solid #ddd; border-bottom:0; }

.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }

.opc .step-title { background-color:#f6f6f6; }
.opc .step-title .number { }
.opc .step-title a { display:none; float:right; }

.opc .allow .step-title { cursor:pointer; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active {}
.opc .active .step-title { background-color:#ccc; cursor:default; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border-top:1px solid #ddd; position:relative; padding-top:20px; }
.opc .step .tool-tip { right:10px; }

.opc .order-review {}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 50px; margin:10px 0; }
.checkout-progress li.active { border-top-color:#000; color:#000; }

.multiple-checkout { position:relative; }
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
.multiple-checkout .grand-total big {}
.multiple-checkout .grand-total .price {}
/* ======================================================================================= */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard {}
.dashboard .welcome-msg {}

/* Block: Recent Orders */
.dashboard .box-recent { margin:10px 0; }

/* Block: Account Information */
.dashboard .box-info {}

/* Block: Reviews */
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-reviews .details { margin-left:20px; }

/* Block: Tags */
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
.dashboard .box-tags .details { margin-left:20px; }
/********** Dashboard > */

/* Address Book */
.addresses-list {}
.addresses-list-additional li.item {}

/* Order View */
.order-info { border:0px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

.order-date { margin:10px 0; }

.order-info-box {}

.order-items { width:100%; overflow-x:auto; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head {}
.page-print .print-head img { float:left; }

.page-print .print-head address { float:left; margin-left:15px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Reviews */
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 {}
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer { border:0px solid #ddd; padding:10px; }
.footer p { text-align:right; }
.footer address { text-align:right; }
.footer ul {}
.footer ul li { display:inline; }
.footer-container .bottom-container { text-align:center; }
/* ======================================================================================= */


/* 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,
.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 .product-shop .short-description:after,
.product-view .box-description:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.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; }
/* ======================================================================================= */

body {
	margin:0px;
	padding:0px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/bg.png);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#f6f6f6;
}

body.page-popup {
	background:none;
	background-color:#FFF;
}

html {
	margin:0px;
	padding:0px;
}

/* basis */

* {
	margin:0px;
	padding:0px;
}

td, div, th, span {
	vertical-align:top;
	text-align:left;
	border:0px solid #000;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	color:#666666;
}

/* links */

a {
	color:#f42837;
	text-decoration:underline;
	outline: none;
}

a.link-print,
a.link-reorder {
	font-size:12px;
}

/* opsommingen */

ul,
ol {
	margin-left:20px;
	margin-bottom:15px;
}

ul li {
	list-style-type:square;
}

/* afbeeldingen */

img {
	border:none;
}

/* invoervelden */

input,
input.input-text {
	width:200px;
	height:20px;
	border:1px solid #cccccc;
	background:none;
	color:#666666;
}

textarea {
	width:200px;
	border:1px solid #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}

select {
	width:200px;
	border:1px solid #cccccc;
	color:#666666;
}

input[type=submit],
button,
.button {
	width:158px;
	height:34px;
	font-size:14px;
	color:#FFF;
	cursor:hand;
	cursor:pointer;
}

.button {
	float:left;
	width:158px;
	height:34px;
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}

#onestepcheckout-login-button,
.button span span,
div#remember-me-popup a.remember-me-popup-close {
	float:left;
	display:block;
	width:156px;
	height:22px;
	margin:0px;
	padding:0px;
	padding-top:4px;
	border:1px solid #868484;
	background:none;
	background-color:#e31836;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

#onestepcheckout-login-button {
	margin:0px;
	padding:0px;
}

.button:hover span span {
	color:#ebebeb;
}

.button span,
.button span span {
	color:#FFF;
}

input[type=checkbox],
input[type=radio] {
	float:left;
	width:12px !important;
	height:12px !important;
	margin-top:2px;
	margin-right:10px;
	background:none !important;
	border:none;
}

div.buttons-set,
div.buttons-set .button {
	float:left;
	margin:0px;
	padding:0px;
}

div.buttons-set2 .button {
	margin-top:10px;
	margin-right:10px;
	margin-bottom:10px;
}

input[type=checkbox],
input[type=radio] {
	width:12px;
	height:12px;
	border:none;
}

hr {
	color:#cccccc;
	border:none;
	border-top:1px solid #cccccc;
	height:1px;
}

/* MC edit */

body.checkout-onepage-index ol#checkoutSteps li div span.number,
body.checkout-onepage-index p.back-link {
	display: none;
}
.form-list .customer-name-middlename .name-firstname {
	width: 275px;
}
.form-list .customer-name-middlename .name-firstname input.input-text {
	width: 254px;
}
.form-list .name-middlename {
	display: none;
}

/* messages */

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

ul.messages,
ul.messages li,
ul.messages li ul,
ul.messages li ul li {
	margin:0px !important;
}

ul.messages {
	margin-bottom:15px !important;
}

ul.messages li.error-msg,
ul.messages li.success-msg,
ul.messages li.notice-msg,
P.note-msg {
	width:720px !important;
	height:34px;
	margin:0px;
	padding:0px;
	padding-top:10px;
	border:none !important;
	background:none !important;
	background-color:#FFF !important;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/ani_msg_720px.gif) !important;
	background-repeat:no-repeat !important;
	background-position:-10px 0px !important;
	text-align:center;
	color:#666;
}

P.note-msg {
	float:left;
}

ul.messages li.error-msg *,
ul.messages li.success-msg *,
ul.messages li.notice-msg * {
	background:none;
}

body.checkout-cart-index ul.messages *,
body.checkout-cart-index ul.messages * {
	border:none !important;
}

body.checkout-cart-index ul.messages li,
body.checkout-cart-index ul.messages li {
	background:none;
}

body.checkout-cart-index ul.messages li.notice-msg,
body.checkout-cart-index ul.messages li.success-msg,
body#col1-layout ul.messages li.notice-msg,
body#col1-layout ul.messages li.success-msg {
	width:915px !important;
	height:34px;
	margin:0px;
	margin-top:20px !important;
	margin-left:20px !important;
	padding:0px;
	padding-top:10px;
	border:none !important;
	background-color:#FFF !important;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/meldingen_ani_gifje.gif) !important;
	background-repeat:no-repeat !important;
	background-position:0px 0px !important;
	text-align:center;
	color:#666;
}

/* container */

div#wrapper {
	margin:0px auto;
	width:1021px;
}

div#container {
	float:left;
	width:990px;
	margin:0px 0px 0px 31px;
}

/* header */

div#container div#language {
	float:left;
	width:990px;
	height:35px;
	margin:5px 0px 0px 0px;
    display:none;
}

div#container div#language div.form-language {
	float:right;
	margin:0px 30px 0px 0px;
}

div#container div#language label {
	float:left;
	margin:2px 10px 0px 0px;
	font-size:11px;
}

div#container div#language select {
	float:left;
	width:100px;
	height:20px;
	margin:0px;
	font-size:11px;
}

/* header */

div#container div#header {
	float:left;
	width:990px;
	margin:0px;
	padding:0px 0px 0px 0px;
}

div#container div#header div#logo-one {
	float:left;
	position:relative;
	width:320px;
	height:150px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/logo.png);
	background-repeat:no-repeat;
	z-index:100;
}

div#container div#header div#logo-one a {
	float:left;
	display:block;
	width:330px;
	height:150px;
}

div#container div#header div#logo-two {
	float:left;
	display:block;
	width:117px;
	height:115px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/logo.jpg);
	background-repeat:no-repeat;
	visibility:hidden;
	display:none;
}

div#container div#header div#logo-two a {
	display:block;
	width:117px;
	height:115px;
}

/* cart */

div#container div#header div#cart {
	float:right;
	display:block;
	height:115px;
	margin:0px 22px 0px 0px;
	padding:0px;	
}

div#container div#header div#cart div.block-title {
	float:left;
	width:220px;
	margin-bottom:10px;
	padding:0px;
	color:#000;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

div#container div#header div#cart div.block-content {
	float:left;
	width:220px;
	height:40px;
	margin-bottom:10px;
}

div#container div#header div#cart div.block-content P {
	margin-bottom:0px;
	color:#000;
	font-family:Arial;
	font-size:11px;
}

div#container div#header div#cart div.block-content P a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

div#container div#header div#cart div.block-content div.subtotal,
div#container div#header div#cart div.block-content div.actions {
	float:left;
	width:220px;
	margin-top:5px;
	color:#000;
	font-size:11px;
}

div#container div#header div#cart div.block-content div.subtotal span.label {
	float:left;
	display:block;
	width:108px;
	color:#000;
	font-family:Arial;
	font-weight:bold;
	font-size:11px;
}

div#container div#header div#cart div.block-content div.subtotal span.price {
	color:#000;
	font-family:Arial;
	font-size:11px;
}

div#container div#header div#cart div.block-content div.actions .button {
	float:right;
	margin-top:5px;
}

/* topmenu */

div#container div#topmenu {
	float:right;
	margin:0px 35px 0px 0px;
	padding:0px;
}

div#container div#topmenu a {
    color:#3f353e;
    text-decoration: none;
}

div#container div#topmenu ul#login,
div#container div#topmenu ul#login li {
	float:left;
	width:150px;
	margin:0px;
	padding:0px;
}

div#container div#topmenu ul#login li a {
	display:block;
	color:#000;
	font-size:11px;
	text-decoration:none;
}

/* mainmenu */

div#container div#mainmenu {
	float: left;
width: 994px;
height: 31px;
padding-top: 10px;
background-color: #e41114;
margin-left: -26px;
padding-left: 10px;
}

div#container div#mainmenu ul {
	float:left;
	margin:0px;
	padding:0px;
}

div#container div#mainmenu ul li {
	float:left;
	height:18px;
	padding-top:2px;
	margin-right:25px;
	padding-left:25px;
	border-left:1px solid #ebebeb;
	list-style-type:none;
	font-family:Arial;
}

div#container div#mainmenu ul li.menu-home {
	border-left:0px;
	padding-left:20px;
}

div#container div#mainmenu ul li a {
	color:#FFF;
	font-size:15px;
	text-decoration:none;
    text-transform:uppercase;
}

div#container div#mainmenu ul li a:hover {
	color:#3f353e;
}

/* breadcrumbs */

div#container div#breadcrumbs {
	float:left;
	width:940px;
	height:20px;
	margin-top:10px;
	color:#999999;
	font-size:11px;
	overflow:hidden;	
}

div#container div#breadcrumbs ul {
	margin:0px;
	padding:0px;
}

div#container div#breadcrumbs ul li {
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div#container div#breadcrumbs ul li a,
div#container div#breadcrumbs ul li span {
	float:left;
	display:block;
	margin:0px;
	padding:0px;	
	color:#999999;
	font-size:11px;
	text-decoration:none;
}

div#container div#breadcrumbs ul li span.spacer {
	margin-left:5px;
	margin-right:5px;
}

div#container div#breadcrumbs ul li span.current,
div#container div#breadcrumbs ul li a:hover {
	color:#f42837;
}

/* left */

div#container div#col-left {
	float:left;
	width:220px;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	padding-top:20px;
}

div#container div#col-left div#submenu-container {
	float:left;
	width:220px;
	padding:15px 0px 0px 0px;
	background-color:#3f353e;
}

div#container div#col-left div#submenu-container h6 {
	color:#fff;
	padding-left: 15px;
margin-top: 15px;
}

#submenu h6 {
	display: none;
}

div#container div#col-left div.block,
div#container div#col-left div#search,
div#container div#col-left div#submenu,
div#container div#col-left div#home-text {
	float:left;
	width:220px;
	border-bottom:2px solid #FFF;
}

div#container div#col-left div.block {
	padding-right:10px;
	padding-bottom: 15px;
}

div#container div#col-left div.block * {
	color:#fff;
}

/* left links */

div#container div#col-left div#search a#advanced,
div#container div#col-left div.block-wishlist div.actions a,
div#container div#col-left div.block-compare div.actions a,
div#container div#col-left div.block-tags div.actions a,
div#container div#col-left div.block-reorder div.actions a {
	color:#fff;
	font-size:12px;
	text-decoration:underline;
}

div#container div#col-left div#search a#advanced {
	display:block;
}

/* left bullets */

ul#recently-compared-items li.item,
ul#recently-viewed-items li.item {
	margin:0px;
	padding:0px;
	list-style-type:none;
	background:none;	
}

/* submenu */

div#container div#col-left div#submenu {
	display: none;
}

/*
div#container div#col-left div#submenu ul#nav {
	float:left;
	width:176px;
	margin:0px;
	padding:0px;
	background:none;
}

div#container div#col-left div#submenu ul#nav li {
	float:left;
	width:205px;	
	margin:0px;
	margin-bottom:5px;
	padding:0px;
	list-style-type:none;
	background:none;
	padding-left:15px;
}

div#container div#col-left div#submenu ul#nav li.active, 
div#container div#col-left div#submenu ul#nav li.open {
	background: url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/menustartbg.png) #e31013;
	margin-left: -8px;
	background-repeat: no-repeat;
	width: 208px;
	padding-left: 20px;
	padding-top: 3px;
}

div#container div#col-left div#submenu ul#nav li ul li.active {
	background: none;
}
div#submenu ul#nav li a,
div#container div#col-left div#submenu ul#nav li span a,
div#container div#col-left div#submenu ul#nav li span a span {
	color: #fff;
	font-weight: normal;
	line-height: 25px;
	text-decoration: none;
	font-size: 13px;
}

div#container div#col-left div#submenu ul#nav li:hover span a,
div#container div#col-left div#submenu ul#nav li:hover span a span {
	font-weight: normal;
	line-height: 25px;
	text-decoration: none;
	font-size: 13px;
}

div#container div#col-left div#submenu ul#nav li span a:hover span,
div#container div#col-left div#submenu ul#nav li.active span a span,
div#container div#col-left div#submenu ul#nav li.op-op span a span,
div#container div#col-left div#submenu ul#nav li.current a,
div#container div#col-left div#submenu ul#nav li.current {
	color:#ddd;
}

div#container div#col-left div#submenu ul#nav li.active span a span {
	padding-left: 3px;
	color:#3f353e;
}

div#container div#col-left div#submenu ul#nav li.op-op span a span {
	font-weight:bold;
}

div#container div#col-left div#submenu ul#nav li ul {
	margin:0px;
	margin-top:0px;
	padding:0px;
}
div#container div#col-left div#submenu ul#nav li.active ul li {
	margin-bottom:5px;
}

div#container div#col-left div#submenu ul#nav li.active ul li.level1 span a span {
	color:#fff;
}

div#container div#col-left div#submenu ul#nav li.active ul li span a:hover span,
div#container div#col-left div#submenu ul#nav li.active ul li.active span a:hover span {
	color:#333;
}
*/

/* submenu new */

.submenu {
	float: left;
	width: 100%;
	border-bottom: 2px solid #fff;
}
.submenu h6 {
	display: none;
}
.submenu ul.level1 {
	float:left;
	width:176px;
	margin:0px;
	padding:0px;
	background:none;
}
.submenu li.level1 {
	float:left;
	width:205px;	
	margin:0px;
	padding:0px;
	list-style-type:none;
	background:none;
	padding-left:15px;
}
.submenu li.level1,
.submenu li.level2,
.submenu li.level3 {
	position: relative;
	transition: background-color ease 0.4s;
}
.submenu li.level1.hassub,
.submenu li.level1.active.hassub a.level1,
.submenu li.level2.hassub {
	background: url('https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/bg_submenu_li_hassub.png') right 0 no-repeat;
}
.submenu li.level2.hassub {
	background-position: right -3px;
}
.submenu li.level1:hover,
.submenu li.level2:hover,
.submenu li.level3:hover {
	background-color: rgba(255,255,255,0.25);
}
.submenu .level1 a {
	display: block;
	color: #fff;
	font-weight: normal;
	padding: 5px 0;
	text-decoration: none;
	font-size: 13px;
	box-sizing: border-box;
}
.submenu li.level1.active {
	background: url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/menustartbg.png) #e31013;
	margin-left: -8px;
	background-repeat: no-repeat;
	width: 208px;
	padding-left: 20px;
	padding-top: 3px;
}
.submenu ul.level2,
.submenu ul.level3 {
	position: absolute;
	width: 400px;
	top: 5px;
	left: 190px;
	display: none;
	background: #E31013;
	padding: 5px;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.5);
	border: 1px solid #fff;
	z-index: 5;
}
.submenu li.level1:hover ul.level2,
.submenu li.level1 ul.level2:hover,
.submenu li.level2:hover ul.level3,
.submenu li.level2 ul.level3:hover {
	display: block;
}
.submenu li.level2 {
	float: left;
	width: 50%;
}
.submenu li.level2 a {
	padding: 2px 5px;
}
.submenu li.level2.active a.level2 {
	padding: 1px 4px;
	border: 1px solid rgba(255,255,225,0.5);
}
.submenu ul.level3 {
	top: 0;
	left: 165px;
	width: 200px;
	background: #3f353e;
}
.submenu li.level3 {
	float: left;
	width: 100%;
}

/* homepage text left */

div#container div#col-left div#home-text {
	margin-bottom:0px;
	padding-bottom:0px;
	border-bottom:0px solid #FFF;
    margin:0px;
    padding:0px;
    margin-top: -2px;
overflow: hidden;
}

div#container div#col-left div#home-text P {
	color:#333;
	font-size:13px;
}

div#container div#col-left div#submenu {
    margin-bottom:0px;
   }

/* search */

div#container div#col-left div#search div#form-search {
	float:left;
	width:176px;
	height:27px;
	margin-bottom:10px;
}

div#container div#col-left div#search div#form-search .button {
	float:left;
	width:26px;
	height:26px;
	margin:4px 0px 0px 10px;
	padding:0px;
	border:none;
	background:none;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/search_button.png);
	background-repeat:no-repeat;	
}

div#container div#col-left div#search div#form-search .input-text {
	float:left;
	width:140px;
	height:27px;
	margin-top:3px;
	border:none;
	background:none;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	color:#999;
}

/* blocks left  */

div#container div#col-left div.block ul,
div#container div#col-left div.block ol {
	margin:0px;
	padding:0px;
}

div#container div#col-left div.block ul li,
div#container div#col-left div.block ol li {
	width:180px;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div#container div#col-left div.block ul li a,
div#container div#col-left div.block ol li a {
	color:#fff;
	text-decoration:none;
}

div#container div#col-left div.block a,
div#container div#col-left div.block a.popup-link {
	color:#333;
	text-decoration:underline;
}
            
div#container div#col-left div.block span.seperator {
	margin-left:2px;
	margin-right:2px;
}

div#container div#col-left div.block a.btn-remove {
	float:right;
	width:14px;
	height:14px;
	margin-top:2px;
	background:none;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/remove.png);
	background-repeat:no-repeat;	
}

/* wishlist left */

div#container div#col-left div.block-wishlist ol li {
	margin-bottom:10px;
	padding-bottom:10px;
}

div#container div#col-left div.block-wishlist ol li P {
	margin-bottom:5px;
}

div#container div#col-left div.block-wishlist ol li div.price-box * {
	color:#f42837;
	font-weight:normal;
}

/* layered navigation */

div.block-layered-nav div.block-content ul li ul {
	margin-bottom:15px !important;
	color:#FFF;
}

ul#narrow-by-list li ul {
	float:left !important;
	margin-bottom:15px !important;
}

div.block-layered-nav div.block-content ul li ul li {
	float:left;
	padding-left:15px !important;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/arrow_filter.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	font-weight:normal;
	font-size:12px;
}

/* main */

div#container div#col-main {
	float:left;
	width:720px;
	margin-left:20px;
	padding-top:20px;
	min-height: 400px;
}

body.catalog-category-view div#container div#col-main,
body.cms-home div#container div#col-main {
	width:720px;
}

body#col2-right-layout div#container div#col-main {
	width:750px;
	margin-left:0px;
}

body#col2-right-layout div#container div#col-right {
	float:left;
	width:200px;
	padding-top:70px;
}

body#col1-layout div#container div#col-main {
	float:left;
	width:960px;
	margin-left:0px;
	padding-top:20px;
}

div.page-title {
	width:720px;
	margin-bottom:25px;
	padding:0px;
	padding-bottom:10px !important;
	border-bottom:1px solid #ebebeb;		
}

body.checkout-cart-index div.page-title,
body.catalogsearch-result-index div.page-title {
	border:none;
}

body#col1-layout div.page-title {
	width:960px;	
}

div.page-title .button {
	float:right !important;
	position:relative;
	top:-4px;
}

/* homepage banner magento 1.9 */

.magestore-bannerslider-title {
	display: none;
}
div#container div#col-main .flexslider {
	width:750px;
	width: 100%;
	height:220px;
	margin-bottom: 15px;
	border-width: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}
div#container div#col-main .flex-control-nav {
	width: auto;
	right: 10px;
	bottom: 10px;
}
div#container div#col-main .flex-control-nav li {
	float: left;
}
div#container div#col-main .flex-control-paging li a {
	width: 20px;
	height: 20px;
	display: block;
	background: #fff;
	border: 1px solid #000;
	cursor: pointer;
	border-radius: 0;
}
div#container div#col-main .flex-control-paging li a.flex-active {
	background: #E41114;
}

/* homepage image */

div#container div#col-main div#homepage-image {
	float:left;
	width:750px;
	height:220px;
	margin:0px;
	margin-bottom:15px;
	padding:0px;
	overflow:hidden;
}

div#container div#col-main div#overlay {
	visibility:hidden;
	display:none;
/*	float:left;
	position:relative;
	top:-235px;
	width:750px;
	height:220px;
	margin-bottom:-235px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/overlay.png);
	background-repeat:no-repeat;*/
}

/* toolbar */

div.toolbar-top,
div.toolbar-bottom {
	float:left;
	width:720px;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}

div.toolbar-top {
	width:720px;
	margin-bottom:25px;
	padding-top:8px;
	padding-bottom:12px;
	border-top:1px solid #ebebeb;
	border-bottom:1px solid #ebebeb;
}

div.toolbar-bottom {
	margin-top:0px;
	margin-bottom:20px;
}

div.toolbar-bottom div.pager div.pages {
	float:left;
	width:720px;
	padding-bottom:10px;
}

div.toolbar-top div.pager div.pages,
div.toolbar-bottom div.showall,
div.toolbar-bottom div.sorter,
div.toolbar-bottom div.sort-by,
div.toolbar-bottom div.limiter {
	visibility:hidden;
	display:none;
}

div.toolbar-top div.pager,
div.toolbar-top div.limiter,
div.toolbar-top div.showall,
div.toolbar-top div.sorter,
div.toolbar-top div.sort-by {
	float:left;
	width:225px;
}

div.toolbar-top div.limiter,
div.toolbar-top div.sort-by {
	margin-top:7px;
}

div.toolbar-top div.pager,
div.toolbar-top div.pager div.limiter {
	width:125px;
}

div.toolbar-top div.limiter label {
	float:left;
	padding-top:2px;
	color:#000;
}

div.toolbar-top div.limiter select {
	width:70px;
	margin-left:10px;
	color:#000;	
}

div.toolbar-top div.showall {
	width:200px;
	margin-left:25px;
	padding-top:9px;
}

div.toolbar-top div.showall a {
	float:left;
	height:25px;
	color:#f42837;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;	
}

div.toolbar-top div.sorter,
div.toolbar-top div.sorter div.sort-by {
	float:right;
	width:270px;
}

div.toolbar-top div.sorter div.sort-by label {
	float:right;
	margin-top:2px;
	margin-right:15px;
	color:#000;
}

div.toolbar-top div.sorter div.sort-by select {
	float:right;
	width:160px;
	color:#000;
}

div.toolbar-bottom div.pager,
div.toolbar-bottom div.pages {
	float:left;
	width:720px;
	height:40px;
	margin:0px;
	padding:0px;
}

div.toolbar-bottom div.pages div.pages-left {
	float:left;
	width:93px;
	height:40px;
}

div.toolbar-bottom div.pages div.pages-left a {
	float:left;
	display:block;
	width:39px;
	height:24px;
	margin-top:5px;
	padding-top:5px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/navigation_prev.png);
	background-repeat:no-repeat;
	color:#000;
	text-decoration:none;
}

div.toolbar-bottom div.pages div.pages-left a:hover {
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/navigation_prev_hover.png);
}

div.toolbar-bottom div.pages div.pages-left a.first {
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/navigation_first.png);
}

div.toolbar-bottom div.pages div.pages-mid {
	float:left;
	width:480px;
	height:40px;
}

div.toolbar-bottom div.pages div.pages-mid table {
	margin:0px auto;
	margin-top:5px;
}

div.toolbar-bottom div.pages div.pages-mid table td {
	width:33px;
	height:33px;
	vertical-align:middle;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

div.toolbar-bottom div.pages div.pages-left a,
div.toolbar-bottom div.pages div.pages-mid table td a,
div.toolbar-bottom div.pages div.pages-right a {
	display:block;
	width:33px;
	height:25px;
	padding-top:8px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}

div.toolbar-bottom div.pages div.pages-mid table td.current {
	border:1px solid #f42837;
	vertical-align:middle;
	color:#666666;
	font-weight:bold;
}

div.toolbar-bottom div.pages div.pages-right {
	float:right;
	width:82px;
	height:40px;
}

div.toolbar-bottom div.pages div.pages-right a {
	float:right;
	display:block;
	width:33px;
	height:27px;
	margin-top:5px;
	padding-top:5px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/navigation_next.png);
	background-repeat:no-repeat;
	color:#666666;
	text-decoration:none;
}

div.toolbar-bottom div.pages div.pages-right a:hover {
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/navigation_next_hover.png);
	background-repeat:no-repeat;	
}

div.toolbar-bottom div.pages div.pages-right a.last {
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/navigation_last.png);
}

/* category description */

div.category-title {
	float:left;
	width:702px;
	height:20px;
	overflow:hidden;
	border:none;
}

div.category-description {
	float:left;
	width:702px;
	margin-bottom:15px;
	color:#000;
}

div.category-description P {
	color:#000;
}

div.category-description img {
	float:right;
	position:relative;
	top:-10px;
	margin-left:30px;
}

/* category */

div#category-products {
	float:left;
	width:765px;
}

div#category-products div.product {
	float:left;
width: 215px;
margin-right: 30px;
	min-height: 330px;
	margin-bottom:10px;
	border:1px solid #949292;
}

div#category-products div.product:hover {
    border:1px solid #e31013;
}

div#category-products div.product div.product-title,
div#category-products div.product div.product-image,
div#category-products div.product div.product-addtocart,
div#category-products div.product div.product-price {
	float:left;
	width:193px;
	padding:0px 0px 0px 15px;
}

div#category-products div.product div.product-image {
	width:208px;
	padding:0px;
}

div#category-products div.product div.product-image,
div#category-products div.product div.product-title {
	margin-top:25px;
}

div#category-products div.product div.product-title,
div#category-products div.product div.product-price {
	height:35px;
	overflow:hidden;
}

div#category-products div.product div.product-title,
div#category-products div.product div.product-title a {
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

div#category-products div.product div.product-title a:hover {
	color:#f42837;
}

div#category-products div.product div.product-image {
	height:175px;
	overflow:hidden;
	text-align:center;
}

div#category-products div.product div.product-addtocart {
	overflow:hidden;
	font-size:14px;
}

div#category-products div.product div.product-addtocart table {
	float:left;
	width:210px;
	margin-top:7px;
}

div#category-products div.product div.product-addtocart table td.product-price * {
	color:#f42837;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}

div#category-products div.product div.product-addtocart table td.product-price div.price-box {
	width:65px;
}

div#category-products div.product div.product-addtocart table td.product-price div.price-box P.special-price,
div#category-products div.product div.product-addtocart table td.product-price div.price-box P.minimal-price,
div#category-products div.product div.product-addtocart table td.product-price div.price-box P.price-from {
	position:relative;
	top:-8px;
}

div#category-products div.product div.product-addtocart table td.product-price div.price-box P.special-price *,
div#category-products div.product div.product-addtocart table td.product-price div.price-box P.minimal-price *,
div#category-products div.product div.product-addtocart table td.product-price div.price-box P.price-from * {
	font-size:12px;
}

div#category-products div.product div.product-addtocart table td.product-price div.price-box a.minimal-price-link,
div#category-products div.product div.product-addtocart table td.product-price div.price-box p.old-price,
div#category-products div.product div.product-addtocart table td.product-price div.price-box p.price-to {
	visibility:hidden;
	display:none;
}

div#category-products div.product div.product-addtocart table td a.details,
div#category-products div.product div.product-addtocart table td a.form-button {
	float:left;
	margin:1px 10px 0px 0px;	
	color:#000;
	font-family:Arial;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
	text-align:left;
}

div#category-products div.product div.product-addtocart table td a.form-button {
	background: url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/orderbutton.png) no-repeat;
	height: 60px;
font-size: 0px;
width: 60px;
float: right;
margin-right: 25px;
}

div#category-products div.product div.product-addtocart table td a:hover {
	color:#f42837;
}

div#category-products div.product div.product-addtocart p.out-of-stock {
	margin-top:7px;
}

/* product detail */

div#product-view {
	float:left;
	width:720px;
	padding-bottom:20px;
}

/* product top container */

div#product-view div#product-top-container {
	float:left;
	width:720px;
	margin-bottom:15px;
	padding-bottom:10px;
}

/* product left */

div#product-view div#product-top-container div#product-left {
	float:left;
	width:400px;
	padding-right:40px;
}

div#product-view div#product-top-container div#product-left div#product-name,
div#product-view div#product-top-container div#product-left div#short-description,
div#product-view div#product-top-container div#product-left div#price-box-container,
div#product-view div#product-top-container div#product-left div#price-box-container div.price-box,
div#product-view div#product-top-container div#product-left div#short-description div.product-options {
	float:left;
	width:400px;
	background:none;
}

div#product-view div#product-top-container div#product-left div#short-description,
div#product-view div#product-top-container div#product-left div#short-description P {
	color:#000;
}

div#product-view div#product-top-container div#product-left div#short-description div.product-options,
div#product-view div#product-top-container div#product-left div#price-box-container div.price-box {
	margin-top:0px;
	margin-bottom: 15px;
}

/* product left price */

div#product-view div#product-top-container div#product-left div#price-box-container div.price-box p.special-price span.price-label {
	display:block;
	margin-bottom:15px;
	clear:both;
}

div#product-view div#product-top-container div#product-left div#price-box-container div.price-box span span,
div#product-view div#product-top-container div#product-left div#price-box-container div.price-box p.special-price span.price {
	color:#f42837;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

/* product left price tier */

div#product-view div#product-top-container div#product-left div#short-description ul.tier-prices,
div#product-view div#product-top-container div#product-left div#short-description ul.tier-prices li {
	margin:0px;
	padding:0px;
}

/* product left options */

div#product-view div#product-top-container div#product-left div#short-description div.product-options label,
div#product-view div#product-top-container div#product-left div#short-description div.product-options select {
	float:left;
	width:400px;
	font-weight:bold;
}

div#product-view div#product-top-container div#product-left div#short-description div.product-options select {
	font-weight:normal;
}

div#product-view div#product-top-container div#product-left div#short-description div.product-options div.custom-option-container {
	margin-bottom:15px;
}

div#product-view div#product-top-container div#product-left div#short-description div.product-options div#custom-file input {
	margin-bottom:15px;
	border:none;
}

/* product left downloads */

div#product-view div#product-top-container div#product-left div#short-description div.product-options ul#downloadable-links-list,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul#downloadable-links-list li,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul.options-list,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul.options-list li {
	margin:0px;
	padding:0px;
}

div#product-view div#product-top-container div#product-left div#short-description div.product-options ul#downloadable-links-list li {
	float:left;
	margin:0px;
	padding:0px;
	padding-left:15px;
	list-style-type:none;
	background:none;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/arrow_red.png);
	background-repeat:no-repeat;
	background-position:0px 5px;	
}

div#product-view div#product-top-container div#product-left div#short-description div.product-options ul#downloadable-links-list li label,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul#downloadable-links-list li span,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul#downloadable-links-list li input
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul.options-list li label,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul.options-list li span,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul.options-list li input {
	float:left;
}

div#product-view div#product-top-container div#product-left div#short-description div.product-options ul#downloadable-links-list li label,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul#downloadable-links-list li span,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul.options-list li label,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul.options-list li span  {
	float:left;
	width:300px;
	font-weight:normal;
}

div#product-view div#product-top-container div#product-left div#short-description div.product-options ul#downloadable-links-list li a,
div#product-view div#product-top-container div#product-left div#short-description div.product-options ul.options-list li a {
	font-weight:normal;
}

/* product left grouped product */

div#product-view div#product-top-container div#product-left div#price-box-container table#super-product-table {
	width:700px;
	margin-top:15px;
}

div#product-view div#product-top-container div#product-left div#price-box-container table#super-product-table th,
div#product-view div#product-top-container div#product-left div#price-box-container table#super-product-table td {
	text-align:left !important;
}

div#product-view div#product-top-container div#product-left div#price-box-container table#super-product-table td div,
div#product-view div#product-top-container div#product-left div#price-box-container table#super-product-table td div span,
div#product-view div#product-top-container div#product-left div#price-box-container table#super-product-table td div span span {
	margin:0px;
	padding:0px;
	font-size:12px;
}

div#product-view div#product-top-container div#product-left div#price-box-container table#super-product-table td input {
	float:left;
	width:79px;
	height:30px;
	margin-top:2px;
	padding-left:5px;
	border:none;
	background:none;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/input-qty.png);
	background-repeat:no-repeat;
}

/* product left bundle */

div#product-view div#product-top-container div#product-left div#short-description div.bundle-container,
div#product-view div#product-top-container div#product-left div#short-description div.bundle-container select {
	margin-bottom:15px;
}

div#product-view div#product-top-container div#product-left div#short-description div.bundle-container ul.options-list li input,
div#product-view div#product-top-container div#product-left div#short-description div.bundle-container ul.options-list li label,
div#product-view div#product-top-container div#product-left div#short-description div.bundle-container ul.options-list li span,
div#product-view div#product-top-container div#product-left div#short-description div.bundle-container ul.options-list li span label,
div#product-view div#product-top-container div#product-left div#short-description div.bundle-container ul.options-list li span label span {
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
	font-weight:normal;
}

div#product-view div#product-top-container div#product-left div#short-description div.bundle-container ul.options-list li input {
	margin-top:2px;
	margin-right:10px;
}

div#product-view div#product-top-container div#product-left div.price-box-bundle,
div#product-view div#product-top-container div#product-left div.price-box-bundle div.price-box,
div#product-view div#product-top-container div#product-left div.price-box-bundle div.price-box P {
	margin:0px;
	padding:0px;
}

div#product-view div#product-top-container div#product-left div.price-box p.price-as-configured span.price-label {
	float:left;
	display:block;
	clear:both;
	width:350px;
	margin-bottom:10px;
}

/* product right */

div#product-view div#product-top-container div#product-right {
	float:right;
	width:260px;
}

div#product-view div#product-top-container div#product-right div#product-img {
	float:right;
	width:235px;
	margin-bottom:10px;
	padding-bottom:10px;
	text-align:right;
	border:1px solid #ddd;
}

div#product-view div#product-top-container div#product-right div#product-img img {
	float:right;
}

div#product-view div#product-top-container div#product-right div#more-views {
	float:left;
	width:235px;
	margin-left:22px;
	margin-bottom:15px;
}

div#product-view div#product-top-container div#product-right div#more-views img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #ddd;
}

/* product bar */

div#product-view div#product-bar {
	float:left;
	margin-bottom:20px;
	padding:10px 15px 5px 15px;
	background-color:#ebebeb;
	overflow:hidden;
	margin-top: 20px;
}

.ie7 div#product-view div#product-bar {
	clear:both;
	width:350px;
	overflow:visible;
}

div#product-view div#product-bar div#product-bar-left,
div#product-view div#product-bar div#product-bar-right,
div#product-view div#product-bar div#product-bar-left div.add-to-cart {
	float:left;
	width:340px;
	overflow:hidden;
}

/* product bar left */

div#product-view div#product-bar div#product-bar-left div.add-to-cart div.inputfield {
	float:left;
	width:79px;
	height:30px;
	margin-top:2px;
	padding-left:5px;
}

div#product-view div#product-bar div#product-bar-left div.add-to-cart div.inputfield input.qty {
	width:74px;
	height:26px;
	margin-top:15px;
	border:1px solid #868484;
	background:none;
	background-color:#FFF;
	font-size:14px;
}

div#product-view div#product-bar div#product-bar-left div.add-to-cart .button {
	margin-top:1px;
	background: url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/orderbutton.png) no-repeat;
	height: 60px;
	width: 75px;
}
div#product-view div#product-bar div#product-bar-left div.add-to-cart .button span {
	font-size: 0px;
}

/* product bar right */

div#product-view div#product-bar div#product-bar-right {
	margin-top:7px;
}

div#product-view div#product-bar div#product-bar-right ul,
div#product-view div#product-bar div#product-bar-right ul li {
	float:right;
	margin:0px !important;
	padding:0px;
	list-style-type:none;
}

div#product-view div#product-bar div#product-bar-right ul li {
	float:left;
	height:17px;
	margin-left:7px !important;
	padding-left:7px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/seperator.png);
	background-repeat:no-repeat;
	background-position:left 4px;
	font-weight:normal;
	font-size:11px;
}

div#product-view div#product-bar div#product-bar-right ul li.tell-a-friend {
	padding-right:0px;
	background:none;
}

div#product-view div#product-bar div#product-bar-right ul li.link-wishlist {
	margin-left:0px;
	padding-left:0px;
	background:none;
}

div#product-view div#product-bar div#product-bar-right ul li a {
	color:#666666;
	font-size:11px;	
	font-weight:normal;
	text-decoration:underline;
}

div#product-view div#product-bar div#product-bar-right ul li a:hover {
	color:#f42837;
}

/* product bottom container */

div#product-view div#product-bottom-container {
	float:left;
	width:720px;
	margin-top:20px;
}

/* product bottom left */

div#product-view div#product-bottom-container div#product-left {
	float:left;
	width:440px;
	margin-left:20px;
	margin-right:20px;
}

/* product bottom left - description and tags */

div#product-view div#product-bottom-container div#product-left div#share,
div#product-view div#product-bottom-container div#product-left div#box-description,
div#product-view div#product-bottom-container div#product-left div#reviews-overview,
div#product-view div#product-bottom-container div#product-left P.no-rating,
div#product-view div#product-bottom-container div#product-left div.ratings,
div#product-view div#product-bottom-container div#product-left div.review-box-container,
div#product-view div#product-bottom-container div#product-left div.box-tags {
	float:left;
	width:440px;
	margin-bottom:20px;
}

/* product bottom left - share */

div#product-view div#product-bottom-container div#product-left div#share {
	padding-bottom:25px;
	border-bottom:1px solid #ebebeb;
}

div#product-view div#product-bottom-container div#product-left div#share div {
	float:left;
	width:110px;
}

div#product-view div#product-bottom-container div#product-left div#share div#facebook {
	float:left;
	width:125px;
}

div#product-view div#product-bottom-container div#product-left div#share div#google {
	float:left;
	width:95px;
}

div#product-view div#product-bottom-container div#product-left div#share div#linkedin {
	float:right;
	text-align:right;
}

/* product bottom left - review - tags */

div#product-view div#product-bottom-container div#product-left div#reviews-overview,
div#product-view div#product-bottom-container div#product-left div.box-tags {
	padding-top:25px;
	border-top:1px solid #ebebeb;
}

div#product-view div#product-bottom-container div#product-left div#reviews-overview {
	margin-bottom:10px;	
}

div#product-view div#product-bottom-container div#product-left div.box-tags div.form-add div.input-box,
div#product-view div#product-bottom-container div#product-left div.box-tags div.form-add div.input-button {
	float:left;
	width:334px;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding:0px;
}

div#product-view div#product-bottom-container div#product-left div.box-tags P {
	font-size:11px;
}

div#product-view div#product-bottom-container div#product-left div.box-tags ul.product-tags {
	margin-left:0px;
}

div#product-view div#product-bottom-container div#product-left div.box-tags ul.product-tags li {
	float:left;
	margin-left:0px;
	margin-right:10px;
	padding-left:20px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/tags.png);
	background-repeat:no-repeat;
	background-position:0px 2px;
}

/* product bottom right */

div#product-view div#product-bottom-container div#product-right {
	float:left;
	width:215px;
	margin-left:0px;
	margin-right:0px;
	padding-left:20px;
	border-left:1px solid #ebebeb;
}

/* upsell, crossell and related */

div#product-view div.box-up-sell,
body.checkout-cart-index div#col-main div.crossell {
	float:left;
	width:215px;
	padding:0px;
	margin-top:0px;
	margin-bottom:15px;
}

div#product-view div.box-up-sell div.item,
body.checkout-cart-index div#col-main div.crossell div.item {
	float:left;
	width:215px;
	margin-top:20px;
}

div#product-view div.box-up-sell div.item div.upsell-img,
body.checkout-cart-index div#col-main div.crossell div.item div.crossell-img {
	float:left;
	width:90px;
}

div#product-view div.box-up-sell div.item div.upsell-img img {
	margin-top:5px;
}

div#product-view div.box-up-sell div.item div.upsell-text,
body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text {
	float:left;
	width:125px;
	padding-top:10px;
}

div#product-view div.box-up-sell div.item div.upsell-text h3,
div#product-view div.box-up-sell div.item div.upsell-text h3 a,
body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text h3,
body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text h3 a {
	color:#666;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

div#product-view ddiv.box-up-sell div.item div.upsell-text div.price-box *,
body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text div.price-box * {
	color:#666;
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}

div#product-view div.box-up-sell div.item div.upsell-text div.price-box p.special-price span.price {
	color:#e31013;
	font-weight:bold;
}

div#product-view div.box-up-sell div.item div.upsell-text P,
body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text P {
	margin:0px;
}

div#product-view div.block-related {
	margin-top:20px;
}

div#product-view div.block-related P.block-subtitle {
	margin-bottom:0px;
}

div#product-view div.block-related div.item div.upsell-checkbox {
	float:left;
	width:25px;
	padding-top:10px;
	overflow:hidden;
}

div#product-view div.block-related div.item div.upsell-img {
	float:left;
	width:65px;
	overflow:hidden;
}

body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text {
	padding-top:0px;
}

body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text .button {
	position:relative;
	left:-5px;
	width:125px;
}

body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text .button span span {
	width:125px;
	height:23px;
	margin-top:10px;
	margin-bottom:10px;	
	padding-top:4px;
}

body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text ul,
body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text ul li {
	float:left;
	margin:0px;
	margin-top:10px;
	padding:0px;
	font-size:11px;
}

body.checkout-cart-index div#col-main div.crossell div.item div.crossell-text ul li {
	margin:0px;
	padding:0px;
	padding-left:15px !important;
	list-style-type:none;
	background:none;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/arrow_red.png);
	background-repeat:no-repeat;
	background-position:0px 5px;	
}

/* product detail - reviews */

body#col1-layout div#product-view,
body#col1-layout div#product-view div#product-top-container {
	width:960px;
}

div#product-view div#product-top-container div.review-product-name {
	float:left;
	width:960px;
	margin:0px;
	margin-bottom:25px;
	padding:0px;
	padding-bottom:10px;
	border-bottom:1px solid #ebebeb;
}

body#col1-layout div#product-view div#product-top-container div#product-left {
	float:left;
	width:500px;
	padding-left:0px;
	padding-right:40px;
}

body#col1-layout div#product-view div#product-top-container div#product-right {
	float:left;
	width:420px;
}

div#product-view div#product-top-container div#product-left div#reviews-overview,
div#product-view div#product-top-container div#product-left div#reviews-overview div#customer-reviews {
	float:left;
	width:440px;
}

div#product-view div#product-top-container div#product-right div.form-add-review {
	float:left;
}

div#product-view div#product-top-container div#product-left div#reviews-overview div.pager,
div#product-view div#product-top-container div#product-left div#reviews-overview div.pager div.limiter {
	float:left;
	width:440px;
}

div#product-view div#product-top-container div#product-left div#reviews-overview div.pager div.limiter label,
div#product-view div#product-top-container div#product-left div#reviews-overview div.pager div.limiter select {
	float:left;
	width:70px;
	margin-right:10px;
	color:#666666;	
}

div#product-view div#product-top-container div#product-left div#reviews-overview div#customer-reviews ul,
div#product-view div#product-top-container div#product-left div#reviews-overview div#customer-reviews ul li,
div#product-view div#product-top-container div#product-right div.form-add-review ul,
div#product-view div#product-top-container div#product-right div.form-add-review ul li {
	float:left;
	margin:0px;
	padding:0px;
	list-style-type:none;
}

div#product-view div#product-top-container div#product-left div#reviews-overview div#customer-reviews ul li,
div#product-view div#product-top-container div#product-left div.review-product-name {
	padding-top:0px;
	padding-bottom:25px;
	border-bottom:1px solid #ebebeb;
}

div#product-view div#product-top-container div#product-left div#reviews-overview div#customer-reviews ul.form-list li {
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:0px solid #ebebeb;
}

div#product-view div#product-top-container div#product-left div#reviews-overview div#customer-reviews ul li,
div#product-view div#product-top-container div#product-left div#reviews-overview div#customer-reviews ul li p.review-title,
div#product-view div#product-top-container div#product-left div#reviews-overview table.ratings-table,
div#product-view div#product-top-container div#product-right table.ratings-table {
	margin-bottom:20px;
}

div#product-view div#product-top-container div#product-left div#reviews-overview table.ratings-table th,
div#product-view div#product-top-container div#product-right table.ratings-table th {
	padding-right:15px;
}

div#product-view div#product-top-container div#product-right div.form-add-review table#product-review-table {
	margin-top:20px;
	margin-bottom:20px;
}

/* login and account */

body.customer-account-login div#col-main ul,
body.customer-account-login div#col-main ul li,
body.customer-account-forgotpassword div#col-main ul,
body.customer-account-forgotpassword div#col-main ul li,
body.customer-account-create div#col-main ul,
body.customer-account-create div#col-main ul li,
body.customer-account-create div#col-main div.fieldset,
body.customer-account-resetpassword div#col-main div.fieldset,
body.customer-account-resetpassword div#col-main ul,
body.customer-account-resetpassword div#col-main ul li,
body.customer-account-edit div#col-main ul,
body.customer-account-edit div#col-main ul li,
body.customer-address-index div#col-main ul,
body.customer-address-index div#col-main ul li,
body.customer-address-index div#col-main ol,
body.customer-address-index div#col-main ol li,
body.customer-address-form div#col-main ul,
body.customer-address-form div#col-main ul li {
	margin:0px;
	padding:0px;
	background:none;
	list-style-type:none;
}

body.customer-account-edit div#col-main ul li,
body.customer-address-form div#col-main ul li {
	margin:0px;
	margin-bottom:10px;
}

body.customer-account-login div#col-main ul li,
body.customer-account-forgotpassword div#col-main ul li,
body.customer-account-create div#col-main ul li {
	margin-bottom:10px;
}

body.customer-account-login div#col-main div.col2-set div.col-1,
body.customer-account-login div#col-main div.col2-set div.col-2 {
	float:left;
	width:440px;
	padding-right:40px;
}

body.customer-account-login div#col-main div.col2-set div.col-1 div.buttons-set,
body.customer-account-login div#col-main div.col2-set div.col-2 div.buttons-set,
body.customer-account-forgotpassword div#col-main div.buttons-set {
	float:left;
	width:440px;
	margin-bottom:15px;
}

body.customer-account-forgotpassword div#col-main div.buttons-set,
body.customer-account-create div#col-main div.buttons-set {
	float:left;
	width:960px;
	margin-bottom:15px;
}

body.customer-address-index div#col-main div.pager,
body.customer-address-index div#col-main div.limiter {
	float:left;
	width:440px;
}

/* dashboard */

div.box-recent,
div.box-info,
div.box-reviews,
div.box-tags {
	float:left;
	width:720px;
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px solid #ebebeb;
}

div.box-tags {
	border-bottom:0px;
}

div.box-info div.box-head {
	margin-top:15px;
}

div.box-recent div.box-head,
div.box-reviews div.box-head,
div.box-tags div.box-head  {
	margin-bottom:10px;
}

div.box-info div.col2-set div.col-1,
div.box-info div.col2-set div.col-2 {
	float:left;
	width:250px;
}

div.box-reviews ul#my_recent_reviews,
div.box-reviews ul#my_recent_reviews li,
div.box-reviews ul#my_recent_reviews li div.details,
div.box-tags ul#my_recent_tags,
div.box-tags ul#my_recent_tags li,
div.box-tags ul#my_recent_tags li div.details {
	margin:0px;
	padding:0px;
	list-style-type:none;
	background:none;
}

/* reviews, sales, orders, tags, downloads */

body.sales-order-history div#col-main div.pager div.limiter label,
body.sales-order-history div#col-main div.pager div.limiter select,
body.review-customer-index div#col-main div.pager div.limiter label,
body.review-customer-index div#col-main div.pager div.limiter select,
body.downloadable-customer-products div#col-main div.pager div.limiter label,
body.downloadable-customer-products div#col-main div.pager div.limiter select {
	float:left;
	width:70px;
	margin-right:10px;
	color:#666666;	
}

body.sales-order-history div#col-main table#my-orders-table,
body.review-customer-index div#col-main table#my-reviews-table,
body.downloadable-customer-products div#col-main table#my-downloadable-products-table {
	float:left;
	margin-top:25px; 
}

body.sales-order-view div#col-main div.col2-set div.col-1,
body.sales-order-view div#col-main div.col2-set div.col-2 {
	float:left;
	width:250px;
	margin-bottom:15px;
	padding-right:40px;
}

body.sales-order-view div#col-main table#my-orders-table {
	width:700px;
}

body.sales-order-view div#col-main a.link-print,
body.sales-order-view div#col-main a.link-reorder {
	position:relative;
	top:-5px;
	text-decoration:none;
}

body.sales-order-view div#col-main a.link-print,
body.sales-order-view div#col-main a.link-reorder {
	position:relative;
	float:right;
	display:block;
	top:-5px;
	margin:0px 0px 0px 10px;
	padding:0px 0px 10px 0px;
	background-image:none;
	text-decoration:none;
}

.separator {
	visibility:hidden;
	display:none;
}

body.tag-customer-index ul.tags-list,
body.tag-customer-index ul.tags-list li {
	margin:0px;
	padding:0px;
}

/* wishlist */

body.wishlist-index-index table#wishlist-table td .input-text {
	float:left;
	position:relative;
	top:0px;
	width:79px;
	height:30px;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	padding-left:5px;
	padding-right:5px;
	border:none;
	background:none;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/input-qty.png);
	background-repeat:no-repeat;
	color:#666;	
}

body.wishlist-index-index table#wishlist-table td .button {
	position:relative;
	top:-5px;
	margin-bottom:-6px;
}

body.wishlist-index-index table#wishlist-table td textarea {
	font-family:Arial;
}

body.wishlist-index-index table#wishlist-table td.a-center a {
	position:relative;
	top:-9px;
}

/* footer */

div#footer {
float: left;
width: 964px;
margin-top: 20px;
margin-left: -26px;
background: #3f353e;
padding: 15px;
padding-left: 26px;
}
div#footer p {
    color:#fff;
    }

div#footer li {
    background: url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/footer_li.png) no-repeat;
    padding-left:10px;
    background-position: 0px;
}
    
div#footer li a {
    color:#fff;
    text-decoration:none;
}
    
div#footer li a:hover {
    color:#e31013;
}

body#col1-layout div#footer,
body#col2-right-layout div#footer {
	margin-top:30px;
}

div#footer div#footer-left {
	float:left;
	width:660px;
}

div#footer div#footer-right {
	float:left;
	width:300px;
	text-align:right;
}

div#footer div#footer-right P {
	text-align:right;
}

div#footer div#footer-left P,
div#footer div#footer-left P a,
div#footer div#footer-right ul li a {
	color:#999999;
	font-size:12px;
	text-decoration:none;
}

div#footer div#footer-right ul,
div#footer div#footer-right ul li {
	margin:0px;
	padding:0px;
}

div#footer div#footer-right ul li {
	float:right;
	padding-left:10px;
	list-style-type:none;
}

div#footer div#footer-right ul li a {
	padding-left:10px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/bullet_footer.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
}

div#footer div#footer-right ul li a:hover {
	color:#f42837;
}

/* popup */

body.page-popup ul.add-to-links,
body.page-popup ul.add-to-links li {
	margin:0px;
	padding:0px;
}

body.page-popup ul.add-to-links {
	margin-top:10px;
	margin-bottom:10px;
}

body.page-popup a.link-wishlist {
	display:block;
	clear:both;
}

/* popup login page */

div#window-overlay {
	display:block;
	position:fixed;
	_position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:500;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

div#remember-me-popup {
	position: absolute;
	margin: 0 auto;
    width:450px;
    height:120px;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -70px;
	padding:15px;
	z-index:550;
	border:10px solid #ebebeb;
	background-color:#FFF;
}

div#remember-me-popup a.remember-me-popup-close {
	text-decoration:none;
}

/* cart */

body.checkout-cart-index input[type=checkbox],
body.checkout-cart-index input[type=radio] {
	float:left;
	margin-top:10px !important;
}

body.checkout-cart-index div#shopping-cart-div,
body.checkout-cart-index table#shopping-cart-table {
	float:left;
	width:960px;
	margin-bottom:15px;
}

body.checkout-cart-index div#cart-table {
	float:left;
	width:960px;
	padding:0px 0px 20px 0px;
	border-bottom:2px solid #ebebeb;
}

body.checkout-cart-index table#shopping-cart-table td input {
	position:relative;
	top:-3px;
	width:79px;
	height:30px;
	margin:0px;
	padding:0px;
	margin-top:2px;
	padding-left:5px;
	border:none;
	background:none;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/input-qty.png);
	background-repeat:no-repeat;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
}

body.checkout-cart-index table#shopping-cart-table td input.checkbox {
	position:relative;
	top:-7px;
}

body.checkout-cart-index table#shopping-cart-table td a.btn-remove2 {
	display:block;
	width:17px;
	height:17px;
	margin-top:2px;
	background:none;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/remove.png);
	background-repeat:no-repeat;
	text-decoration:none;
}

body.checkout-cart-index table#shopping-cart-table td .btn-continue {
	position:relative;
	margin-right:10px;
}

body.checkout-cart-index table#shopping-cart-table td .btn-update {
	float:right;
}

body.checkout-cart-index div.cart-collaterals {
	float:left;
	width:960px;
}

body.checkout-cart-index div.cart-collaterals div.col2-set {
	float:left;
	width:100%;
}

body.checkout-cart-index div.cart-collaterals div.col2-set div.col-1,
body.checkout-cart-index div.cart-collaterals div.col2-set div.col-2 {
	float:left;
	width:350px;
}

body.checkout-cart-index div.cart-collaterals div.col2-set div.col-2 div.discount .button {
	position:relative;
	margin-top:5px;
}

body.checkout-cart-index div.cart-collaterals div.col2-set div.col-2 div.discount .button span span {
	background-color:#e31836;
}

body.checkout-cart-index div.cart-collaterals div.totals {
	float:right;
	width:250px;
}

.cart .discount, 
.cart .shipping {
	float:left;
	width:50%;
}

/* checkout */

body.checkout-onepage-index div.checkout-block {
	float:left;
	width:720px;
}

body.checkout-onepage-index p.required,
body.checkout-onepage-index p.back-link,
body.checkout-onepage-index p.f-left {
	width:720px;
	margin:0px;
	padding:0px;
	font-size:11px;
}

body.checkout-onepage-index p.required,
body.checkout-onepage-index p.f-left {
	margin-bottom:10px;
}

body.checkout-onepage-index p.back-link {
	margin-top:10px;
}

body.checkout-onepage-index div.step,
body.checkout-onepage-index div.step-title {
	float:left;
	width:720px;
}

body.checkout-onepage-index div.step-title {
	width:710px;
	padding-left:10px;
}

body.checkout-onepage-index div.step-title P {
	padding-top:5px;
	text-align:left;
}

body.checkout-onepage-index div.buttons-set {
	float:left;
	width:720px;
	height:75px;
}

body.checkout-onepage-index div#checkout-step-login {
	border:none;
	background-color:#FFF;
}

body.checkout-onepage-index ol#checkoutSteps {
	margin:0px;
	padding:0px;
	border:none;
}

body.checkout-onepage-index ol#checkoutSteps li.section {
	float:left;
	width:720px;	
	border-bottom:1px solid #ddd;
}

body.checkout-onepage-index ol#checkoutSteps li div h2,
body.checkout-onepage-index ol#checkoutSteps li div span.number {
	color:#616265;
	font-weight:bold;
	font-size:12px;
}

body.checkout-onepage-index ol#checkoutSteps li div h2 {
	margin-top:2px;
}

body.checkout-onepage-index div#checkout-step-billing *,
body.checkout-onepage-index div#checkout-step-shipping * {
	margin-left:0px;
}

body.checkout-onepage-index ol#checkoutSteps li input.input-text {
	border:1px solid #ddd;
}

body.checkout-onepage-index div.gift-messages,
body.checkout-onepage-index div.gift-messages * {
	background:none;
}

body.checkout-onepage-index div#login-box {
	width:300px;
	padding-left:20px;
	border-left:1px solid #ddd;
}

body.checkout-onepage-index div#login-box {
	width:300px;
	padding-left:20px;
	border-left:1px solid #ddd;
}

/* checkout - gift messages */

div#allow-gift-messages-for-items-container ol,
div#allow-gift-messages-for-items-container ol li {
	margin-left:0px;
	padding-left:0px;
}

div#allow-gift-messages-for-items-container ol li h5 {
	padding-left:20px;
}

/* checkout - right */

body.checkout-onepage-index div#col-right div.block-progress {
	float:left;
	width:200px;
}

body.checkout-onepage-index div#col-right div.block-progress * {
	background:none;
}

body.checkout-onepage-index table#checkout-review-table th,
body.checkout-onepage-index table#checkout-review-table td {
	text-align:right;
}

body.checkout-onepage-index table#checkout-review-table td h3 {
	float:left;
}

/* onestepcheckout */

body.onestepcheckout-index-index ol.checkout-agreements,
body.onestepcheckout-index-index ol.checkout-agreements li,
body.onestepcheckout-index-index ol.checkout-agreements li div {
	margin:0px;
	padding:0px;
}

body.onestepcheckout-index-index ol.checkout-agreements li div {
	margin-bottom:10px;
	padding:5px;
	border:1px solid #ccc;
	background-color:#ebebeb;
	font-size:11px;
}

/* checkout - terms */

body.checkout-onepage-index ol.checkout-agreements,
body.checkout-onepage-index ol.checkout-agreements li {
	margin:0px;
	padding:0px;
}

body.checkout-onepage-index ol.checkout-agreements li div.agreement-content {
	width:705px;
	border:1px solid #ebebeb;
}

/* advanced search and terms */

body.catalogsearch-advanced-index div.fieldset,
body.catalogsearch-advanced-index ul.form-list,
body.catalogsearch-advanced-index ul.form-list li,
body.catalogsearch-advanced-result div.advanced-search-summary ul,
body.catalogsearch-advanced-result div.advanced-search-summary ul li {
	margin:0px;
	padding:0px;
}

body.catalogsearch-advanced-result div.advanced-search-summary ul,
body.catalogsearch-advanced-index ul.form-list li {
	margin-bottom:15px;
}

body.catalogsearch-term-popular ul.tags-list,
body.catalogsearch-term-popular ul.tags-list li {
	float:left;
	margin:0px;
	padding:0px;
}

body.catalogsearch-term-popular ul.tags-list li {
	margin-right:15px;
}

/* sitemap */

body.catalog-seo-sitemap-category ul.links,
body.catalog-seo-sitemap-category ul.links ul li,
body.catalog-seo-sitemap-product ul.links,
body.catalog-seo-sitemap-product ul.links ul li {
	visibility:hidden;
	display:none;
}

body.catalog-seo-sitemap-category div#sitemap_top_links ul,
body.catalog-seo-sitemap-category div#sitemap_top_links ul li,
body.catalog-seo-sitemap-product div#sitemap_top_links ul,
body.catalog-seo-sitemap-product div#sitemap_top_links ul li {
	float:left;
	margin-bottom:5px;
	visibility:visible;
	display:block;
	font-weight:bold;
}

body.catalog-seo-sitemap-category ul.sitemap,
body.catalog-seo-sitemap-category ul.sitemap li,
body.catalog-seo-sitemap-product ul.sitemap,
body.catalog-seo-sitemap-product ul.sitemap li {
	margin:0px;
	padding:0px;
}

/* tell-a-friend */

body.sendfriend-product-send div#col-main div.fieldset,
body.sendfriend-product-send div#col-main ul,
body.sendfriend-product-send div#col-main ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

body.sendfriend-product-send div#col-main ul li {
	margin-bottom:10px;
}

body.sendfriend-product-send div#col-main .form-list li.additional-row {
	width:600px;
}

/* contact */

body.contacts-index-index div#col-main div.fieldset,
body.contacts-index-index div#col-main ul,
body.contacts-index-index div#col-main ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

body.contacts-index-index div#col-main ul li {
	margin-bottom:10px;
}

/* opmaak */

.date {
	font-size:11px;
}

P {
	font-family:Arial;
	font-size:13px;
	line-height:18px;
	color:#666666;
	margin-bottom:15px;
}

P.align-left,
P.required {
	text-align:left;
}

P.align-right {
	text-align:center;
}

P.align-right {
	text-align:right;
}

p.required {
	float:left;
	text-align:left;
}

p.out-of-stock,
p.out-of-stock span {
	color:#f42837 !important;
	font-size:12px !important;
	font-weight:normal;
	text-decoration:none;
}

p.in-stock,
p.in-stock span
p.sku,
p.sku span, {
	margin:0px;
	padding:0px;
	color:#000 !important;
	font-size:12px;
}

H1,
div.page-title,
div.page-title H1,
H6 {
	margin-bottom:15px;
	font-family:Arial;
	font-size:26px;
	color:#e31013;
	font-weight:normal;
	font-style:normal;
}

body.cms-home H1,
body.cms-home div.page-title,
body.cms-home div.page-title H1 {
	margin-bottom:5px;
	border:none;
    font-size:30px;
    text-transform:uppercase;
}

body.cms-home H2 {
    font-size:25px;
}

body.cms-home div#category-products {
    margin-bottom:10px;
}

H2 {
	margin-top:15px;
	color:#e31013;
	font-family:Arial;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
}

H2.legend {
	background:none !important;
}

H3,
H4,
H5 {
	color:#666666;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
}

h3 {
	margin-bottom:5px;
}

H6 {
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
	color:#333;
}

.footerblock {
    float:left;
    width:25%;
}

#search {
    height: 31px;
margin-top: -5px;
width: 185px;
background:#fff;
border: none;
padding-left: 10px;
box-shadow: 0 0 5px #999;
margin-left: 20px;
}

#search_mini_form button {
    margin-top: -5px;
position: absolute;
margin-left: -36px;
background: url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/search_icon.png) no-repeat;
font-size:0px;
margin-top: 0px;
width: 20px;
}

#search_mini_form button span {
    font-size:0px;
    }
    
#adresbox {
    background: #3f353e;
    width:160px;
    height:80px;
    padding:10px;
    color:#fff;
    margin-top: 30px;
    float: left;
}

#adresbox td {
	color: #fff;
}

#cartbox {
	border: 1px solid #e7e7e7;
	padding: 10px;
	height:78px;
}

#cartbox .block-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #e41013;
	font-weight: bold;
	margin-bottom: 5px;
	background: url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/carticon.png) no-repeat;
	padding-left:30px;
}

div#container div#topmenu #cartbox a {
	background: url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/menubox_a.png) no-repeat;
	padding-left: 10px;
	background-position: 0px;
	color: #e31013;
	text-decoration: underline;
	padding-right: 15px;
}

#menustart {
		background: url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/menustartbggrey.png) no-repeat #e41114;
		height: 46px;
float: left;
width: 7px;
margin-left: -17px;
margin-top: -15px;
}

.block-content {
	padding-left: 15px;
}

#home-text p {
	padding:0px;
	margin:0px;
}
#cartbox .block-content {
padding-left: 0px;
}

div#container div#topmenu #cartbox .amount a {
	background: none;
	padding: 0px;
}
div#container div#topmenu #cartbox button {
	display: none;
}

div#container div#topmenu #cartbox .subtotal {
	display: none;
}

#product-bar-right {
	display: block;
	clear: both;
	margin-bottom: 20px;
height: 20px;
}

#product-bar-right ul {
	margin: 0px;
	padding: 0px;
}

#product-bar-right li {
	float: left;
	margin-right: 15px;
}

body.checkout-onepage-index ol#checkoutSteps .step-title  {
	padding: 10px 0px 10px 10px;
}

body.checkout-onepage-index div#checkout-step-login div.col2-set {
	float:left;
	width:100%;
}

body.checkout-onepage-index div#checkout-step-login div.col2-set div.col-1,
body.checkout-onepage-index div#checkout-step-login div.col2-set div.col-2 {
	float:left;
	width:48%;
	margin:0px 2% 0px 0px;
	padding:0px;
}

body.checkout-onepage-index div#checkout-step-login div.col2-set div.col-1 ul,
body.checkout-onepage-index div#checkout-step-login div.col2-set div.col-2 ul,
body.checkout-onepage-index div#checkout-step-login div.col2-set div.col-1 ul li,
body.checkout-onepage-index div#checkout-step-login div.col2-set div.col-2 ul li {
	margin:0px 0px 10px 0px;
	padding:0px;
}

body.checkout-onepage-index div#checkout-step-login div.col2-set div.col-2 p.required {
	display:none;
	visibility:hidden;
}

body.checkout-onepage-index div#checkout-step-login div.col2-set div.col-2 a.f-left {
	display:block;
	clear:both;
	width:300px;
	margin-bottom:10px;
}

/* mobile menu */

.mobile-menu {
	position: fixed;
	display: block;
	width: 300px;
	min-height: 100%;
	top: 0;
	right: -300px;
	padding: 80px 0 30px 0;
	background-color: rgba(63,53,62,0.90);
	z-index: 100000;
	box-sizing: border-box;
	transition: right ease 0.4s;
}
.mobile-menu h6 {
	display: none;
}
.mobile-menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
.mobile-menu ul li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
}
.mobile-menu li.hassub {
	background: url('https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/bg_submenu_li_hassub.png') right 3px no-repeat;
}
.mobile-menu ul li a {
	display: block;
	padding: 5px 10px;
	color:#FFF;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	box-sizing: border-box;
}
.mobile-menu ul li.level1.active a.level1,
.mobile-menu ul li.level2.active a.level2,
.mobile-menu ul li.level3.active a.level3 {
	border: 1px solid rgba(255,255,225,0.5);
}
.mobile-menu li.level1 {
	border-bottom: 1px dotted #fff;
}
.mobile-menu li.level2 a.level2:before {
	content: '- ';
}
.mobile-menu li.level3 a.level3:before {
	content: '-- ';
}
.mobile-menu li.level2 a.level2 {
	padding-left: 30px;
}
.mobile-menu li.level3 a.level3 {
	padding-left: 40px;
}
.mobile-menu ul.level2,
.mobile-menu ul.level3 {
	display: none;
}
.mobile-menu li.level1.clickable ul.level2,
.mobile-menu li.level2.clickable ul.level3 {
	display: block;
}
.mobile-menu ul.second {
	float:left;
	width:100%;
	padding:30px 0px 0px 0px;
	border-top:1px solid #FFF;
	box-sizing:border-box;
}

.mobile-menu a.mobile-close {
	position:absolute;
	display:block;
	top:25px;
	right:25px;
	background-color:#e41114;
	padding:8px 15px 8px 15px;
	border-radius:5px;
	color:#FFF;
	font-size:16px;
	text-decoration:none;
	text-align:center;
	box-sizing:border-box;
}

.mobile-mask {
    position:fixed;
    top:0;
    left:0;
    z-index:1500;
    width:100%;
    height:100%;
    background:rgba(255, 255, 255, 0.6);
}

.wrapper-active {
	position:fixed;
}

body.cms-home .std H2 {
	margin-bottom:30px;
}

.show-filters {
	float:left;
	position:relative;
	display:none;
	width:50%;
	margin:10px 0px 25px 0px;
	padding:10px 10px 10px 10px;
	background-color:#000;
	cursor:hand;
	cursor:pointer;
	box-sizing:border-box;
}

.show-filters H6,
.show-filters .block-content {
	display:none;
}

.show-filters span.filter-title {
	display:block;
	width:100%;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/arrow_white_down.png);
	background-size:16px 16px;
	background-repeat:no-repeat;
	background-position:98% 3px;
	color:#FFF;
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
}

.show-filters * {
	color:#FFF !important;
	font-size:16px;
	line-height:26px;
}

.show-filters .block-title {
	margin:15px 0px 15px 0px;
	padding-left:0px;
}

.show-filters .btn-remove {
	position:absolute;
	top:10px;
	right:0px;
}

#shopping-cart-totals-table *,
#checkout-review-table tfoot * {
	text-align:right;
}

.checkout-cart-index .x-wrapper {
	display:none;
}

body.cms-home .show-filters,
body.cms-home .filters-active .block-content {
	display:none !important;
}

body.wishlist-index-index table#wishlist-table td textarea,
body.wishlist-index-index table#wishlist-table td .input-text {
	width:46%;
	margin:0px 2% 10px 0px;
	padding:0px;
	background:none;
	background-color:#FFF;
	border:1px solid #ccc;
	box-sizing:border-box;
}
	
body.wishlist-index-index table#wishlist-table td .button {
	width:96%;
	margin:0px 2% 10px 0px;
}

.mobile-banner {
	display:none;
}

.mobile-banner img {
	width:100%;
	height:auto;
}

.flatrate_flatrate {
	min-height:34px;
	padding-top:10px;
	background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/label_dhl.png);
	background-size:auto auto;
	background-repeat:no-repeat;
	background-position:175px 0px;
}
@media screen and (min-width:250px) and (max-width:1025px) {
	div#wrapper,
	div#container,
	body.catalog-category-view div#container div#col-main,
	body.cms-home div#container div#col-main,
	div#container div#col-main,
	body#col1-layout div#container div#col-main,
	body#col1-layout div.page-title,
	div.category-title,
	div.toolbar-top,
	div.toolbar-bottom,
	div.toolbar-bottom div.pager div.pages,
	div.toolbar-bottom div.pager, 
	div.toolbar-bottom div.pages,
	div#container div#breadcrumbs,
	div#container div#header,
	div#container div#mainmenu,
	.magestore-bannerslider,
	body#col2-right-layout div#container div#col-main,
	body.checkout-onepage-index div.step, 
	body.checkout-onepage-index div.step-title,
	body.checkout-onepage-index ol#checkoutSteps li.section,
	body.checkout-onepage-index div.buttons-set,
	body.checkout-onepage-index div.checkout-block,
	body.checkout-onepage-index p.required,
	body.checkout-onepage-index p.back-link,
	body.checkout-onepage-index p.f-left,
	body.checkout-onepage-index ol.checkout-agreements li div.agreement-content,
	div.page-title,
	div#container div#col-left div#submenu-container,
	div#container div#col-left div#submenu-container div#submenu,
	div#container div#col-left div#submenu ul#nav,
	div.box-recent, 
	div.box-info, 
	div.box-reviews, 
	div.box-tags,
	body.customer-account-login div#col-main div.col2-set div.col-1 div.buttons-set, body.customer-account-login div#col-main div.col2-set div.col-2 div.buttons-set, body.customer-account-forgotpassword div#col-main div.buttons-set,
	body.customer-account-forgotpassword div#col-main div.buttons-set, body.customer-account-create div#col-main div.buttons-set,
	body.sales-order-view div#col-main table#my-orders-table,
	div#footer,
	.messages,
	.messages li {
		width:100%;
		box-sizing:border-box;
		margin:0px;
	}
	
	ul.messages li.error-msg, ul.messages li.success-msg, ul.messages li.notice-msg, P.note-msg,
	body.checkout-cart-index ul.messages li.notice-msg, body.checkout-cart-index ul.messages li.success-msg, 
	body#col1-layout ul.messages li.notice-msg, body#col1-layout ul.messages li.success-msg {
		width:100% !important;
		height:auto !important;
		margin:0px !important;
		padding:10px 0px 10px 0px !important;
		background:none !important;
		box-sizing:border-box;
	}
	
	ul.messages li.error-msg,
	ul.messages li.success-msg,
	ul.messages li.notice-msg,
	P.note-msg,
	body#col1-layout ul.messages li.error-msg,
	body#col1-layout ul.messages li.success-msg,
	body#col1-layout ul.messages li.notice-msg,
	body#col1-layout P.note-msg {
		background:none !important;
		background-color:#ebebeb !important;
		box-sizing:border-box;
	}
	
	.module-customer div#container #col-left,
	.module-review div#container #col-left,
	.module-sales div#container #col-left,
	.module-wishlist div#container #col-left {
		display:block;
		width:100%;
		margin:0px;
		padding:20px 20px 0px 20px;
		box-sizing:border-box;
	}
	
	.module-customer div#container div#col-left div#submenu ul#nav li,
	.module-review div#container div#col-left div#submenu ul#nav li,
	.module-sales div#container div#col-left div#submenu ul#nav li,
	.module-wishlist div#container div#col-left div#submenu ul#nav li {
		float:left;
		width:50%;
		height:25px;
		box-sizing:border-box;
	}
	
	#home-text {
		display:none;
	}
	
	div.page-title {
		margin-bottom:30px;
	}
	
	div.category-title,
	div.toolbar-top,
	div.toolbar-bottom {
		margin:0px 0px 30px 0px;
	}
	
	div#container div#breadcrumbs {
		float:left;
		width:100%;
		height:auto;
		padding:20px 20px 0px 20px;
		overflow:visible;
		box-sizing:border-box;
	}
	
	div#container div#col-left,
	#cart #adresbox,
	#menustart,
	#mainmenu ul {
		display:none;
	}
	
	.show-filters,
	.filters-active .block-content {
		display:block;
	}
	
	.filters-active .block-content,
	.filters-active .block-content ul,
	.filters-active .block-content ol {
		position:relative;
		margin:0px;
		padding:0px;
	}
	
	.filters-active .block-content ul li,
	.filters-active .block-content ol li {
		position:relative;
	}
	
	div#container div#mainmenu {
		height:auto;
		padding:10px 20px 0px 20px;
	}
	
	.menu-icon,
	.cart-icon {
		float:right;
		display:block;
		width:31px;
		height:31px;
		margin:0px 0px 0px 20px;
		background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/icon_menu.png);
		background-repeat:no-repeat;
		background-size:100% auto;
		cursor:hand;
		cursor:pointer;
	}
	
	.cart-icon {
		background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/icon_cart_mobile.png);
		background-repeat:no-repeat;
	}
	
	.menu-icon a,
	.cart-icon a {
		display:block;
		width:31px;
		height:31px;
	}
	
	.mobile-menu-active {
		position:absolute;
		right: 0;
	}
	
	div#container div#topmenu {
		margin:0px 20px 0px 0px;
	}
	
	#mainmenu #search_mini_form {
		float:left;
		margin:0px 20px 10px 0px;
		padding:0px 0px 0px 5px;
		background-color:#FFF;
	    box-shadow:0 0 5px #999;
	}
	
	#mainmenu #search_mini_form button {
		float:left;
		position:relative;
		height:25px;
		margin:5px 5px 0px 0px;
	}
	
	#mainmenu #search_mini_form input {
		float:left;
		margin:0px;
		padding:0px;
		background:none;
		box-shadow:none;
	}
	
	div#container div#col-main {
		padding:20px 20px 20px 20px;
	}
	
	.magestore-bannerslider img {
		width:100%;
		max-width:100%;
		height:auto;
	}
	
	div#footer {
		padding:20px 20px 0px 20px;
	}
	
	#footer .footerblock {
		width:50%;
		margin:0px 0px 20px 0px;
		padding:0px;
	}
	
	#footer .footerblock P,
	#footer .footerblock ul {
		margin:0px;
	}
	
	div#category-products {
		float:left;
		width:100%;
		text-align:center;
	}
	
	div#category-products .cufon-canvas {
		display:none !important;
	}
	
	div#category-products div.product {
		float:none;
		display:inline-block;
		width:30.33%;
		margin:0px 1% 30px 1%;
		padding:0px;
		box-sizing:border-box;
	}
	
	div#category-products div.product div.product-image {
		float:left;
		width:100%;
		text-align:center;
	}
	
	div#category-products div.product .cufon-canvas {
		display:inline-block !important;
	}
	
	div#container div#col-main img {
		max-width:100%;
		height:auto;
	}
	
	div.toolbar-bottom div.pages div.pages-left,	
	div.toolbar-bottom div.pages div.pages-mid,
	div.toolbar-bottom div.pages div.pages-right {
		float:none;
		display:inline-block;
		width:25%;
	}
	
	div.toolbar-bottom div.pages div.pages-mid {
		width:49%;
	}
	
	div#product-view div#product-top-container {
		width:100%;
	}
	
	div#product-view,
	div#product-view div#product-bar,
	div#product-view div#product-top-container div#product-left div#product-name, div#product-view div#product-top-container div#product-left div#short-description, div#product-view div#product-top-container div#product-left div#price-box-container, div#product-view div#product-top-container div#product-left div#price-box-container div.price-box, div#product-view div#product-top-container div#product-left div#short-description div.product-options,
	div#product-view div#product-bar div#product-bar-left, div#product-view div#product-bar div#product-bar-right, div#product-view div#product-bar div#product-bar-left div.add-to-cart,
	div#product-view div#product-top-container div#product-right,
	div#product-view div#product-top-container div#product-right div#product-img {
		float:left;
		width:100%;
		box-sizing:border-box;
	}
	
	div#product-view div#product-top-container div#product-left {
		width:60%;
		margin:0px;
		box-sizing:border-box;
	}
	
	div#product-view div#product-top-container div#product-right {
		float:right;
		width:40%;
		box-sizing:border-box;
	}
	
	div#product-view div#product-top-container div#product-right div#product-img {
		text-align:center;
	}
	
	div#product-view div#product-top-container div#product-right div#product-img img {
		float:none;
	}
	
	div#product-view div#product-top-container div#product-right div#more-views {
		margin:0px;
	}
	
	body.checkout-cart-index div.cart-collaterals,
	body.checkout-cart-index div#cart-table,
	body.checkout-cart-index div#shopping-cart-div,
	body.checkout-cart-index table#shopping-cart-table {
		width:100%;
		box-sizing:border-box;
	}
	
	body.checkout-cart-index div#container div#col-main img {
		max-width:100px;
	}
	
	.add-to-links .separator,
	.add-to-links .link-compare,
	.checkout-onepage-index #col-right {
		display:none;
	}
	
	#checkoutSteps li ul.form-list li#billing-new-address-form ul,
	#checkoutSteps li ul.form-list li#shipping-new-address-form ul {
		width:100%;
	}
	
	#checkoutSteps #opc-billing select,
	#checkoutSteps #opc-shipping select {
		width:98.3%;
	}
	
	body#col2-right-layout div#checkout-step-login div.col2-set div.col-1,
	body#col2-right-layout div#checkout-step-login div.col2-set div.col-2,
	body.customer-account-login div#col-main div.col2-set div.col-1,
	body.customer-account-login div#col-main div.col2-set div.col-2 {
		width:50%;
		margin:0px;
		padding:0px 20px 0px 0px;
		box-sizing:border-box;
	}
	
	body.checkout-onepage-index ol.checkout-agreements li div.agreement-content {
		margin:30px 0px 30px 0px;
	}
	
	.cms-page-view .std iframe {
		width:100%;
		max-width:100%;
	}
	
	.controller-onepage {
		overflow-x:hidden;
	}
	
	div#category-products div.product div.product-title a {
		float:left;
		display:block;
		width:100%;
		height:35px;
		overflow:hidden;
	}	
	
	div#category-products div.product div.product-title, div#category-products div.product div.product-image, div#category-products div.product div.product-addtocart, div#category-products div.product div.product-price, div#category-products div.product div.product-addtocart table {
		width:100%;
	}
	
	div#category-products div.product div.product-addtocart table td.product-price {
		padding:17px 0px 0px 0px;
	}
	
	div#category-products div.product div.product-addtocart table td.product-price * {
		font-size:20px;
	}
}

@media screen and (min-width:250px) and (max-width:775px) {	
	.cart .discount {
		width:100%;
		margin:0px 0px 20px 0px;
	}

	div#category-products div.product {
		width:47%;
	}
	
	.checkout-cart-index .x-wrapper {
		display:block;
	}
	
	.btn-continue,
	.checkout-cart-index .mobile-hide {
		display:none;
	}
	
	body.checkout-onepage-index .form-list li.wide .input-box,
	body.checkout-onepage-index div#checkout-step-billing ul li.fields, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.fields,
	body.checkout-onepage-index div#checkout-step-billing ul li.wide, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.wide,
	body.checkout-onepage-index div#checkout-step-billing ul li.fields div, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.fields div,
	body.checkout-onepage-index div#checkout-step-billing ul li.fields input, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.fields input,
	body.checkout-onepage-index div#checkout-step-billing ul li.fields select, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.fields select,
	body.checkout-onepage-index div#checkout-step-billing ul li.wide select, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.wide select {
		float:left;
		width:100%;
		margin:0px;
		padding:0px;
		box-sizing:border-box;
		line-height:32px;
	}
	
	body.checkout-onepage-index div#checkout-step-billing ul li.fields, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.fields,
	body.checkout-onepage-index div#checkout-step-billing ul li.wide, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.wide {
		margin:0px 0px 10px 0px;
	}
	
	body.checkout-onepage-index div#checkout-step-billing ul li.fields input, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.fields input,
	body.checkout-onepage-index div#checkout-step-billing ul li.fields select, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.fields select,
	body.checkout-onepage-index div#checkout-step-billing ul li.wide select, 
	body.checkout-onepage-index div#checkout-step-shipping ul li.wide select {
		height:30px;
		line-height:16px;
	}
	
	body#col2-right-layout div#checkout-step-login div.col2-set div.col-1,
	body#col2-right-layout div#checkout-step-login div.col2-set div.col-2,
	body.customer-account-login div#col-main div.col2-set div.col-1,
	body.customer-account-login div#col-main div.col2-set div.col-2 {
		width:100%;
		margin:0px;
		padding:0px;
	}
	
	#col-main .col2-set .col-1,
	#col-main .col2-set .col-2 {
		width:100%;
		margin:0px 0px 30px 0px;
		padding:0px;
	}
	
	#my-orders-table th,
	.module-wishlist #wishlist-table th {
		display:none;
	}
	
	.module-wishlist #wishlist-table tr,
	.module-wishlist #wishlist-table td,
	#my-orders-table tr,
	#my-orders-table td {
		float:left;
		display:block;
		width:100%;
		padding:0px;
		box-sizing:border-box;
	}
	
	#my-orders-table tr,
	.module-wishlist #wishlist-table tr {
		padding:20px 0px 5px 0px;
		border-bottom:1px solid #ccc;
	}
	
	#my-orders-table td,
	.module-wishlist #wishlist-table td {
		padding-left:10px;
		text-align:left !important;
	}
	
	#my-orders-table tr:last-child,
	.module-wishlist #wishlist-table tr:last-child {
		border-bottom:0px solid #ccc;
	}
	
	#my-orders-table tr.first,
	.module-wishlist #wishlist-table tr.first {
		padding:10px 0px 0px 0px;
	}
	
	#my-orders-table td.last,
	.module-wishlist #wishlist-table td.last {
		padding:0px 0px 20px 10px;
	}
	
	.order-details #my-orders-table tr,
	.module-wishlist #wishlist-table tr {
		border:none;
	}
	
	.order-details #my-orders-table tfoot,
	.module-wishlist #wishlist-table tfoot {
		background-color:#ebebeb;
	}
	
	.order-details #my-orders-table tfoot tr,
	.module-wishlist #wishlist-table tfoot tr {
		border-bottom:1px solid #ccc;
	}
	
	.order-details #my-orders-table tfoot td,
	.module-wishlist #wishlist-table tfoot td {
		padding-left:10px;
	}
	
	.module-wishlist #wishlist-table td {
		padding-bottom:10px;
	}
	
	.module-wishlist #wishlist-table td {
		padding-left:10px !important;
		padding-right:10px !important;
	}
	
	body.wishlist-index-index table#wishlist-table td textarea,
	body.wishlist-index-index table#wishlist-table td .input-text {
		width:46%;
	}
	
	body.wishlist-index-index table#wishlist-table td .button {
		width:96%;
		margin:0px 0px 20px 0px;
	}
	
	.module-wishlist #wishlist-table td a {
		float:left;
		display:block;
		width:100%;
		margin:0px 0px 10px 0px;
	}
}

@media screen and (min-width:250px) and (max-width:700px) {	
	div#container div#header div#logo-one {
		width:100%;
		height:150px;
		overflow:hidden;
		background:none;
		text-align:center;
	}
	
	div#container div#header div#logo-one a {
		float:none;
		display:inline-block;
		height:150px;
		background-image:url(https://www.baco-army-goods.nl/skin/frontend/default/bacoarmygoods2016/images/logo.png);
		background-repeat:no-repeat;
	}
	
	.magestore-bannerslider, 
	div#container div#header div#cart,
	#logo-two {
		display:none;
	}
	
	#topmenu,
	#topmenu P {
		float:left;
		display:block;
		width:100%;
		margin:3px 0px 3px 0px !important;
		text-align:center !important;
	}
	
	#topmenu #cartbox {
		display:none;
	}
}

@media screen and (min-width:250px) and (max-width:650px) {
	div#category-products div.product {
		width:100%;
		margin:0px 0px 30px 0px;
	}
	
	#footer .footerblock {
		width:100%;
	}
	
	#footer .footerblock * {
		background:none;
		text-align:center;
	}
	
	div.toolbar-bottom div.pages div.pages-left,
	div.toolbar-bottom div.pages div.pages-mid,
	div.toolbar-bottom div.pages div.pages-right {
		width:49%;
	}
	
	#breadcrumbs,
	div.sorter,
	div.toolbar-bottom div.pages div.pages-mid {
		display:none;
	}

	.show-filters {
		width:100%;
	}
	
	div#product-view div#product-top-container div#product-left,
	div#product-view div#product-top-container div#product-right {
		width:100%;
		padding:0px;
	}
	
	div#product-view div#product-top-container div#product-right {
		margin:0px 0px 30px 0px;
	}
	
	#overlay,
	#lightbox,
	div#product-view div#product-top-container div#product-right #more-views {
		display:none;
	}
	
	.module-customer div#container div#col-left div#submenu ul#nav li,
	.module-review div#container div#col-left div#submenu ul#nav li,
	.module-sales div#container div#col-left div#submenu ul#nav li {
		width:100%;
	}
	
	body.wishlist-index-index table#wishlist-table td textarea,
	body.wishlist-index-index table#wishlist-table td .input-text {
		width:100%;
	}
}

@media screen and (min-width:250px) and (max-width:450px) {
	div#container div#header div#logo-one a {
		background-size:90% auto;
		background-position:top center;
	}
	
	#search {
		width:120px;
	}
	
	.mobile-banner {
		display:block;
	}
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(https://www.baco-army-goods.nl/skin/frontend/base/default/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}

