/**
 * 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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

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


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

html, body {}

body { font:12px/1.35 Arial, Helvetica, sans-serif; color:#454545; text-align:center; background:#fff; /* the standard */
}

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

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

/* Headings */
h1            { font-size:18px; font-weight:bold; line-height:1.15; color: #f58220;}
h2            { font-size:16px; font-weight:bold; line-height:1.25; color: #f58220;}
h3            { font-size:14px; font-weight:bold; line-height:1.25; }
h4            { font-size:12px; font-weight:bold; }
h5            { font-size:11px; font-weight:bold; }
h6            { font-size:10px; 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; }
p {margin: 5px 0 5px 0;}

/* 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 {position: relative; }
.page { text-align:center; }
.page-print { background:#fff; padding:20px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { padding:20px; text-align:left; }
@media only screen and (min-width: 2004px) {
    .footer-container { display: block !important; }
    .main-container { display: block !important; }
}
.main-container {display: inline-block; margin: auto; width: 1000px; text-align: left;}
.main { }

/* Base Columns */
.col-left { float:left; width:320px;}
.col-left ul {margin-bottom: 10px;}
.col-left a {color: #6d6e71; text-decoration: none;}
.col-main { float:left; width:736px;}
.cms-index-index .col-main{z-index:-1;}
.col-main a.backToTop { height: 24px; line-height: 24px; vertical-align: middle; padding-left: 26px; float: right; margin-top: 100px; color: #959595; text-decoration: none; background: url(../../default/images/back_to_top.png) no-repeat center left;}
.col-right { float:right; width:230px; width: 184px;}
.col-right .block-title {background: url(../../default/images/bg_block_col_right.png) no-repeat; height: 64px; color: #fff; text-align: center;}
.col-right .block {background: #fff;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    border-radius: 11px 11px 11px 11px;
}

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }
.cms-index-index .col1-layout .col-main{margin-top:15px;}
/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; width: 665px; }
.col2-right-layout .col-main {}

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

/* Content Columns */
.col2-set .col-1 { float:left; width:49%; margin:10px 0; }
.col2-set .col-2 { float:right; width:49%; }
.col2-set .col-narrow { width:33%; }
.col2-set .col-wide { width:65%; }

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

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

.itoris_instantsearch_product_info:hover{


    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F58220 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F58220 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F58220 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #F58220));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F58220 100%);

    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F58220 100%);
    height:60px;
}
/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
input.input-text,textarea { padding:5px; }
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; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button, a.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; text-decoration: none;
    /*-moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;*/
}
button.button span, a.button span{ float:left; height:44px; /*background:transparent url(../../default/images/bkg_button.gif) 0 0 no-repeat;*/ background: #f58220; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span, a.button span span { background-position:100% 0; padding:0 12px 0 4px; }
button.disabled {}
button.disabled span {}
button.button > span{padding:0; background:none;}
button.button > span > span{background: url("../../default/images/contact-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);font-family: "Open sans",sans-serif;font-size: 14px;padding: 12px 44px;}
button.button.btn-cart {background: #b2dd58; border: 1px solid #608c03; height: 33px; margin-left: 15px;}
button.button.btn-cart span, button.button.btn-quote span {background: none;}
button.button.btn-quote {background: #b2dd58; border: 1px solid #608c03; height: 33px; margin-left: 7px;}

button.button.subscribe {background: #f58220; padding: 0; margin: 0; float: left;
    -moz-border-radius: 0px 8px 8px 0px;
    -webkit-border-radius: 0px 8px 8px 0px;
    border-radius: 0px 8px 8px 0px;
}
button.button.subscribe span {background: none; padding-right: 5px;}

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

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 {margin-left: 0 !important;}
.form-list li { margin:0 0 8px; list-style: none !important;  }
.form-list li.fields-smal{width:49%; float:left; margin-right:2%;}
.form-list li.fields-smal.last{margin-right:0;}
.form-list li.fields-breed{width:100%;  float:left;}
.form-list label { float:left; color:#111; font-weight:normal; position:relative; z-index:0;  font-family: "Open sans"}
.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:auto; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:100%; padding:5px 0; }
.form-list textarea { width:100%; height:10em; padding:5px 0; }
.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; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:right; }
.buttons-set p.required { margin:0 0 5px; }

.buttons-set-order {}

.fieldset { margin:10px 0; float:left; width:100%; min-height:50px; }
.fieldset .legend { float:left; font-weight:normal; margin:18px 0 10px 0; padding:0; position:relative; color: #f58220; font-family: "Open sans",sans-serif; font-size: 18px; width:100%; display:none;}

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../../default/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; }
.form-maker p.required{float:left; width:200px; text-align:left; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

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

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

/* BreadCrumbs */
.breadcrumbs { padding:20px 0;}
.breadcrumbs li { display:inline; font-size:14px; font-family: "Open sans", sans-serif; font-weight:normal;}
.breadcrumbs li strong{font-weight:normal;}
.breadcrumbs a {color: #6d6e71; text-decoration: none; font-size:14px; font-family: "Open sans", sans-serif; font-weight:normal;}


/* Page Heading */
.page-title { }
.page-title h1,
.page-title h2 { font-size:18px; color:#f58220; font-family: "Open sans", sans-serif}
.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 { clear:both; }

/* Pager */
.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
.pager .amount { float:left; }
.pager .limiter { float:right; }
.sorter .pages { float:left; font-family: "Open sans", sans-serif; }
.sorter .pages ol { display:inline; }
.sorter .pages li { display:inline; }
.sorter .pages li a{text-decoration: none; color:#000;}
.sorter .pages .current {font-weight:bold;}

/* Sorter */
.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
.toolbar .pager .view-mode {}
.toolbar .pager .amount strong{font-weight:normal; font-family: "Open sans", sans-serif;}
.toolbar .pager p{margin:0;}
.sorter .sort-by { float:right; }
.sorter .link-feed {}

/* Toolbar */
.toolbar {}
.toolbar select{padding:0;}
.toolbar .pager {border:none;}
.toolbar .pager .view-mode{float:left; text-align:left; width:245px;}
.toolbar .pager .view-mode label{display:none;}
.toolbar .pager .view-mode strong{border:1px solid #cccccc;}
.toolbar .pager .view-mode .grid{ background: url(../../default/images/grid.png) no-repeat; width: 23px; height: 23px; display: block; float: left; text-indent:-9999px}
.toolbar .pager .view-mode .grid.active {background: url(../../default/images/grid-active.png) no-repeat;}
.toolbar .pager .view-mode .list {background: url(../../default/images/list.png) no-repeat; width: 23px; height: 23px; display: block; float: left; text-indent:-9999px}
.toolbar .pager .view-mode .list.active {background: url(../../default/images/list-active.png) no-repeat;}
.toolbar .pager .sort-by{float:right; font-family:"Open sans", sans-serif;}
.toolbar .pager .sort-by .overlay{width:75px; overflow:hidden; float:left;}
.toolbar .pager .sort-by .overlay select{width:100px; font-weight:bold; border:0;}
.toolbar .pager .sort-by label{float:left;}
.toolbar .pager p{float:left; font-family: "Open sans", sans-serif}
.toolbar .sorter {border:none;}
.toolbar .sorter .limiter{text-align:left;  font-family: "Open sans", sans-serif; float:right; width:112px;}
.toolbar .sorter .limiter label{float:left;}
.toolbar .sorter .limiter .overlay{float:left; width:23px; overflow:hidden;}
.toolbar .sorter .limiter select{width:100px; font-weight:bold; border:0; width:40px;}

.toolbar-bottom {}

/* Data Table */
.data-table { width:100%; }
.data-table th { padding:4px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
.data-table td { padding:4px; border:1px 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 {}

/* Tax Details Row */
tr.tax-total { cursor:pointer; }
tr.tax-total td {}
tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../../default/images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
tr.show-details .tax-collapse { background-position:0 -53px; }
tr.show-details td {}
tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.tax-details-first td { border-top:1px solid #d2d8db; }

/* 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(../../default/images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ul {margin-left: 20px; margin-bottom: 10px;}
.std ul li {list-style: url(../../default/images/blt.png) inside;}
.std ul.noStyles {margin: 0;}
.std ul.noStyles li {list-style: none;}
.std ul.mainCategories {margin-left: 0; margin-bottom: 5px; clear: both; }
.std ul.mainCategories li {float: left; margin-right: 22px; list-style: none;}
.std ul.mainCategories li.last {margin-right: 0;}
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { margin:0 0 10px; }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.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; }*/
.cms-index-index .page-title{width:655px; float:left; margin:0 0 15px 0;}
.cms-index-index .std{width:655px; float:left; margin-right: 15px;}
.cms-index-index .std ul {margin-left: 20px; margin-bottom: 10px; float:left; width:100%;}
.cms-index-index .std p{ color:#454545; float:left; font-size:14px; font-family:"Open sans", sans-serif;}
/* Misc */
.links { float: right; margin-right: 20px; }
.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; display: none; }
.link-print { background:url(../../default/images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
.link-rss { background:url(../../default/images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
.btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../../default/images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../../default/images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:0; text-indent:-999em; overflow:hidden; }
.hideMe{display: none !important;}

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

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


/* Header ================================================================================ */
.bgImage{position:absolute; width:100%; z-index: -999;}
.bgImage img{margin:0 auto;}
.logo { float:left; }
.header-container{padding:60px 0 15px 0;}
.header { width: 1000px; margin: auto; }
.header p {margin: 0;}
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; padding:0; }
.header .welcome-msg { font-weight:bold; text-align:right; }
.header .links { float:right; }
.header .quick-access {position: relative; float:left;}
.header .form-search {text-align:left; margin:10px 0 0 40px;}
.header .form-search input {height: 28px;}
.header .form-search input.input-text {width: 480px; padding:0; float: left; padding-left: 10px; background:url('../../default/images/search_field.png') no-repeat; height:50px; border:none;}
.header .form-search .button  {float: left; }
.header .form-search .button > span{height:auto; background:none;}
.header .form-search .button > span > span { width:62px; height:50px; background:url('../../default/images/search_button.png') no-repeat; padding:0; text-indent:-9999px;}
.header .form-search .search-autocomplete { z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.selected {}
.header .form-language { clear:both; text-align:right; }
.header-container .top-container { clear:both; text-align:right; }
.header .topLinks { z-index: 0; height: 37px; line-height: 37px; vertical-align: middle; border-top: 1px solid #000000; margin-bottom: 15px; color: #fff;
    -moz-border-radius: 0px 0px 6px 0px;
    -webkit-border-radius: 0px 0px 6px 0px;
    border-radius: 0px 0px 6px 0px;
    /* IE fix */
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    /* end IE fix */
    background: -moz-linear-gradient(top, #44484c, #000000); /* FF 3.6+ */
    background: -ms-linear-gradient(#44484c, #000000); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #44484c), color-stop(100%, #000000)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#44484c, #000000); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#44484c, #000000); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#44484c', endColorstr='black'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#44484c', endColorstr='black')"; /* IE8+ */
    background: linear-gradient(#44484c, #000000); /* the standard */
}
.header .topLinks ul.links a {text-decoration: none; }
.header .topLinks a {color: #fff; }
.header .header-cart { z-index: 999; background: #f58220; width: 190px; float: right;
    -moz-border-radius: 0px 0px 6px 0px;
    -webkit-border-radius: 0px 0px 6px 0px;
    border-radius: 0px 0px 6px 0px;
}

/*Portal Header*/
.portal-header{
    background-color:#000;
    margin-bottom:10px;
    color:#fff;
    padding:7px 0;
    height:36px;
    z-index:1000;
    position: fixed;
    width:100%;
    border-bottom:1px solid #fff;
}

.portal-header .header{ position:relative; }

.portal-header .headerMenuButton{
    float:left;
    background:url('../../default/images/icon_shops.png') no-repeat center;
    width:40px;
    height:36px;
    cursor:pointer;
    border-radius:5px;
    position:fixed;
    left: 20px;
    top:7px;
}
.headerMenuButton.active .tooltip{display:none;}
.portal-header .headerMenuButton:hover {
    background:url('../../default/images/icon_shops_hover.png') no-repeat center;
}
.portal-header .headerMenuButton.active {
    background:url('../../default/images/icon_shops_hover.png') no-repeat center;
}
.headerMenuButton .tooltip{position:absolute; background:url('../../default/images/icon_shops_tooltip.png') no-repeat center; width:73px; height:35px; left:-18px;top:45px;}
.headerMenuButton:hover .tooltip{display:none;}
.headerMenuButton.active:hover .tooltip{display:none;}

.portal-header .headerSwitch { float:left; font-size:10px; line-height:36px;}
.portal-header .headerSwitch p{float:left;}
.portal-header .headerSwitch .select { height:35px; overflow:hidden; background-color:#333; width:150px; font-size:10px; border:1px solid #111;-webkit-appearance: none; float:left; }
.portal-header .headerSwitch .select:hover{height:auto;}
.portal-header .headerSwitch .select li{ float:left; -webkit-appearance: none; width:100%; padding:0 10px;}
.portal-header .headerSwitch .select li a{color:#fff; text-decoration: none; width:100%; float:left; text-align:left;}
.portal-header .headerSwitch .select li:hover{background:#444}

#leftMenuContainer { float: left;
    position: fixed;
    top: 50px;
    width: 300px;
    height: 500px;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    display:none;
    left:0;
    z-index:999;
}

#leftMenuContainer .leftMenu{
    float:right;
    width:250px;
    margin-top:20px;
}
#leftMenuContainer .leftMenu .title{padding:20px; font-size:16px; font-family: "Open sans", sans-serif; text-align:left;}

#leftMenuContainer ul li {}
#leftMenuContainer ul li a{
    font-weight:bold;
    color:#000;
    text-decoration: none;
    height:auto;
    width:195px;
    padding: 20px 30px 18px 10px;
    background:#fff;
    margin-bottom:5px;
    border-left:10px solid #fff;
    text-align:left;
    position:relative;
    float:left;
    font-size:11px;
}
#leftMenuContainer ul li a:hover { border-left:10px solid #F5811F; }
#leftMenuContainer ul li span{background:url('../../default/images/slide_menu_shop.png'); width:20px; height:20px; position:absolute; right:25px; top:17px;}

/********** < Header contact */
.header-contact{width:735px; float:right;}
.header-contact p{float:right; font-size:16px; font-family: 'Open Sans', sans-serif; padding-top:5px; margin-right:50px; height:30px;}
.header-contact .phone{ background:url('../../default/images/icon_phone.png') no-repeat 0 5px; padding-left:25px; padding-top:5px; float:left;}
.header-contact .email{ background:url('../../default/images/icon_email.png') no-repeat 0 5px; padding-left:35px;}
.header-contact .email a{color:#fff; text-decoration: none;}
.header-contact .social{float:right;}
.header-contact .social ul{float:left;}
.header-contact .social ul li{float:left; margin:0 5px;}

.social ul li{float:left; margin:0 5px; background:url('../../default/images/icon_social.png') no-repeat;}
.social ul li a{width:32px; height:32px; display:block;}
.social ul .facebook{background-position: 0 0; }
.social ul .facebook:hover{background-position:0 -33px;}
.social ul .twitter{background-position:-66px 0;}
.social ul .twitter:hover{background-position:-66px -33px;}
.social ul .linkedin{background-position:-33px 0px;}
.social ul .linkedin:hover{background-position:-33px -33px;}
.social ul .youtube{background-position:-99px 0;}
.social ul .youtube:hover{background-position:-99px -33px;}

/********** < Navigation */
.nav-container { width:100%; background:url('../../default/images/menu-bg.png') repeat-x; margin-top:15px;}
.nav-container .menu-center{width:1000px; margin: 0 auto; height:34px;}
.nav-container .menu-center > ul{float:left;}
.nav-container .menu-center > ul > li{float:left;  font-size:16px; color:#fff; background:url('../../default/images/menu-split.png') no-repeat right;}
.nav-container .menu-center > ul > li:hover{background-repeat:repeat-x;}
.nav-container .menu-center > ul > li a{color:#fff; text-decoration:none; padding:6px 20px; float:left;}
.nav-container .menu-center > ul > li.home a{background: url("../../default/images/menu-home.png") no-repeat scroll center rgba(0, 0, 0, 0); width:18px; text-indent:-9999px;}
#nav {display: inline-block; zoom:1; display: inline; }

.categories > ul{width:100%; display:none; position:absolute;width:1000px; border:1px solid #ddd; background:url('../../default/images/menu-dropdown-bg.png'); top:34px; left:-60px;}
.categories.over ul{display:block;}
.categories.over ul .list{width:200px; float:left; padding:10px 0;}
.categories.over ul .list li{width:100%;}
.categories.over ul .list li:hover{background:#f58220;}
.categories.over ul .list li a{font-size:12px; text-align:left; font-family: "Open sans", sans-serif; color:#fff; padding:3px 10px;}
.categories.over ul .list li a:hover{}
.categories.over ul .list li a span{}

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

/* 1st Level */
#nav li { float: left; }
#nav li a { float:left;}
#nav li a:hover { }
#nav li.over a,
#nav li.active a {}


/* 3rd+ leven */

#nav .level1,#nav .level2,#nav .level3{display:none; }


.mainCategories { width: 1000px; margin: auto; min-height: 30px; text-align: center;}
.mainCategories ul {line-height: 30px; display: inline-block; margin: 0; padding: 0; zoom:1; *display: inline;}
.mainCategories ul  li {float: left; margin-right: 25px; width: 175px;  text-transform: uppercase; margin-bottom: 30px; }
.mainCategories ul  li a {color: #fff; text-decoration: none; display: block; padding: 0px 10px; background: #c4c4c4;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.mainCategories ul  li a.active, .mainCategories ul  li a:hover {
    background: -moz-linear-gradient(top, #272727, #010101); /* FF 3.6+ */
    background: -ms-linear-gradient(#272727, #010101); /* IE10 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #272727), color-stop(100%, #010101)); /* Safari 4+, Chrome 2+ */
    background: -webkit-linear-gradient(#272727, #010101); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#272727, #010101); /* Opera 11.10 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#010101'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#272727', endColorstr='#010101')"; /* IE8+ */
    background: linear-gradient(#272727, #010101); /* the standard */
}

/********** Navigation > */

/********** < Navigation left */
.leftNav {}
.leftNav li {margin-bottom: 5px;}
.leftNav li.active a {color: #000;}
.leftNav li.heading {cursor: pointer; position: relative; color: #6d6e71;}
.leftNav .content {padding: 0px 10px;}

.leftNav ol {margin-left: 10px; margin-bottom: 10px; margin-top: -5px;}
.leftNav ol li {margin-bottom: 0;}

.leftNav ol ol {margin-top: 0;}
.leftNav ol ol li a{color: #f58220;}
.leftNav ol ol li.active a {font-weight: bold; color: #f58220;}

/********** Navigation left> */

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

/********** USPS> */
.usp-container{width:100%}
.usps{width:1000px; margin:0 auto; height:50px; border-bottom:1px solid #454545;}
.usps ul{}
.usps ul li{width:225px; float:left; padding-left:25px; margin:10px 0; background:url('../../default/images/usps-bolt.png') no-repeat 0 2px; font-family: "Open sans", sans-serif; text-align:left;}


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

/* CatList =============================================================================== */
.catList {background: #f1f2f2; padding: 5px; margin-top: 10px; clear: both;}
.catList ul li {font-weight: bold; width: 148px; float: left; margin-right: 8px; list-style: none;}
.catList ul li.last {margin-right: 0; }
.catList ul li a {color: #010101; text-decoration: none; text-transform: uppercase;}
.catList ul li ul li a {font-weight: normal; color: #6d6e71; text-transform: none;}
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block { margin:0 0 10px; width:100%; float:left;}
.block .block-title { padding:3px 10px; }
.block .block-title strong { font-size:14px; font-weight:bold; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle {}
.block .block-subtitle a{ color: #f58220; text-decoration: none;}
.block .block-content { padding: 0 0px 10px 15px; }
.block .block-content li.item { padding:5px 0; }
.block .btn-remove { float:right; }
.block .actions { text-align:left; margin-top: 5px; }
.block .actions a { float:left; }
.block .empty {}

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

/* Mini Products List */
.mini-products-list li { padding:5px 0; border-bottom: 1px dashed #000; }
.mini-products-list img {margin-right: 5px; float: left;}
.mini-products-list a {color: #f58220; text-decoration: none;}
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left: 0px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
.block-related .block-content{padding:0;}
.block-related .block-content li.item{width:160px; height:210px; border:1px solid #cbcbcb; margin:7px 7px 0 0}
.block-related .block-content li.item.last{margin-right:0;}
.block-related .mini-products-list .product-image{width:160px; border-bottom:1px solid #f9f9f9; margin-bottom:10px; padding-bottom:10px;}
.block-related .mini-products-list .product-image img{margin:0 auto!important; width:75px; float:unset;}
.block-related .item .product-details .product-name{text-align:left; float:left; padding:0 10px; height:65px; width:auto;}
.block-related .item .art-number{padding:0 10px;}

/* Block: Account */
.block-account {margin: 0; padding: 0;}
.block-account .block-title {color: #f58220; padding-left: 0; font-size: 16px;}
.block-account .block-content {padding: 0;}

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

/* Block: Layered Navigation */
.block-layered-nav { margin:0 0 30px 0;}
.block-layered-nav dt { font-weight:bold; border-bottom: 1px solid #ebebeb; border-top: 1px solid #ebebeb; font-weight: bold; padding: 10px 0; margin:10px 0; color:#7a7a7a; font-family: "Open sans", sans-serif; font-size:14px;}
.block-layered-nav dd {margin-bottom: 10px;}
.block-layered-nav dd ol li{margin:1px 0;}
.block-layered-nav dd ol li a{color:#000; font-size:14px; font-family: "Open sans", sans-serif;}
.block-layered-nav dd ol li:hover a{color:#f07e00;}
.block-layered-nav dd ol li:hover{background:url('../../default/images/categorie-left-active.png') right 2px no-repeat;}
.block-layered-nav dd ol li.current{background:url('../../default/images/categorie-left-active.png') right 2px no-repeat; border-bottom: 1px solid grey; margin-bottom: 5px; padding-bottom: 5px;}
.block-layered-nav dd ol li.current a{color:#f07e00;}
.block-layered-nav dd .top-cato a{width:100%;}
.block-layered-nav dd .top-cato:hover a{color: #f07e00;}
.block-layered-nav dd .top-cato a:hover,.block-layered-nav dd .top-cato.active a{background:url('../../default/images/categorie-left-active.png') right 2px no-repeat; color:#f07e00;}
.block-layered-nav dd.last{margin-bottom: 0;}
.block-layered-nav .currently {margin-top:10px;}
.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
.block-layered-nav .block-content{padding: 0 0 20px 15px;}
.block-layered-nav .block-title{padding-left: 0; background:#7a7a7a; }
.block-layered-nav .block-title strong{color:#fff; font-family: "Open sans", sans-serif; font-weight:normal; padding-left:17px;}
.block-layered-nav .block-subtitle{display: none;}


/* Block: Cart */
.block-cart {}
.block-cart .summary {}
.block-cart .amount {}
.block-cart .subtotal { text-align:left; }

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

/* Block: Related */
#product_tabs_related_tabbed_contents{}
.block-related {background: #fff; margin-top: 5px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
}
.block-related .block-title{border-bottom: 1px solid #f58220; width: 600px; margin-left: 10px; padding-left: 0;}
.block-related .mini-products-list li {border: none;}
.block-related li { padding:5px 0; float: left; width: 110px;}
.block-related li.even {background: none;}
.block-related input.checkbox {   }
.block-related .item {margin-right: 5px; margin-bottom: 5px; text-align: center;}
.block-related .item .product img{ display: block; margin-left: 25px;}
.block-related .item .product-details {color: #000;}
.block-related .item .product-details a { color: #000; font-weight: bold; font-size:12px;}
.block-related .item .product-details  .price {font-weight: normal; color: #000;}

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

/* Block: Recently Viewed */
.block-viewed {}
.block-viewed .item { display: block; margin-bottom: 15px; border-bottom: 1px dashed #f58220;}
.block-viewed .item.last {border: none;}
.block-viewed .item a {color: #f58220; text-decoration: none; display: block;}

/* 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-subscribe .block-title {color: #f58220; padding-top: 0;}

/* 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; }
.col-left .block-banner{margin-top:70px;}
/* Block: Login */
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }

/*Block left_logos */
ul.left_logos {margin-top: 10px;}
ul.left_logos li {height: 34px; line-height: 34px; vertical-align: middle; font-style: italic; font-weight: bold; color: #6d6e71; margin-bottom: 5px;}
ul.left_logos li img {margin-right: 5px;}

/* Call back */
.callback ul li.fields .field {margin-bottom: 5px;}

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


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; width: 100%;}
.category-title.withImage {width: 100px; margin-top: 25px;}
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; font-family: "Open sans", sans-serif; font-size:13px; color:#454545;}
.category-products {}

/* View Type: Grid */
.cms-index-index .products-grid li.item{padding:5px 5px 80px!important;}
.products-grid { position:relative; }
.products-grid.last { border-bottom:0;}
.products-grid li.item { float:left; width:160px; padding:0px; margin:0 5px 5px 0; border: 1px solid #cbcbcb; background: #fff; height:260px;  position:relative;}
.products-grid li.item.last {margin-right: 0;}
.products-grid .new-ribbon{position:absolute; right:0; top:0;}
.products-grid .product-image { display:block; margin:0px; text-align:center; }
.products-grid .product-name { margin:10px 0 5px; font-weight:bold; font-size:12px; padding:0 15px; }
.products-grid .product-name a {color: #acacac; text-decoration: none; color:#000; font-family:"Open sans", sans-serif}
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:25px; height:36px;}
.products-grid .actions a{padding:10px 20px; background:#7a7a7a; color:#fff; text-decoration: none; font-family: "Open sans", sans-serif; float:left; margin-left:14px;}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:100%; margin:0 auto; }
.col1-layout .products-grid { width:790px; margin:0 auto; }

/* View Type: List */
.products-list li.item { border:1px solid #cbcbcb; padding:0; background: #fff; height:120px; margin-bottom:10px;}
.products-list li.item.last {}
.products-list li.item:hover{border:2px solid #000; height:118px;}
.products-list .product-image { float:left; width:155px; height:110px; padding-top:10px; text-align:center; border-right:1px solid #f7f7f7; position:relative;}
.products-list .new-ribbon{position:absolute; right:0; top:0;}
.products-list .product-shop { width:475px; float:left; padding:12px 15px 0 15px; height:auto; position:relative;}
.products-list .product-shop .attributes{font-size:12px; font-family: "Open sans", sans-serif; line-height:1.6em;}
.products-list .product-shop .more-info a{background:#f58220; padding:10px 20px; position:absolute; right:20px; bottom:0; color:#fff; text-decoration: none; font-family: "Open sans", sans-serif;}
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.products-list .product-name a {color: #000; text-decoration: none; font-size:12px; font-family: "Open sans", sans-serif}
.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.std {min-height: 52px; margin-bottom: 0;}
.products-list .desc .link-more { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline;  }
.products-list .add-to-links li a, .products-grid .add-to-links li a {color: #acacac; text-decoration: none;}
.products-list .add-to-links li a, .products-grid .add-to-links li a {color: #acacac; text-decoration: none;}
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

.catalogsearch-result-index .products-list .product-shop{height:100px;}
.catalogsearch-result-index .products-list .product-shop .more-info a{}
.catalogsearch-result-index .products-list .product-shop .f-fix{width:300px;}
/* ======================================================================================= */

/* Category Page (view subcategories)===================================================== */
.catListGrid {clear: both;}
.catListGrid li {float: left; margin-right: 5px; margin-bottom: 5px; background: #fff; width: 196px; height: 198px; padding: 5px; border: 1px solid #f7f7f7; position: relative;
    -moz-box-shadow: 0px 1px 2px #e0e0e0;
    -webkit-box-shadow: 0px 1px 2px #e0e0e0;
    box-shadow: 0px 1px 2px #e0e0e0;
}
.catListGrid li.last { margin-right: 0;}
.catListGrid li .category-title {float: left; color: #acacac; font-weight: bold;}
.catListGrid li img {float: left; margin-right: 5px;}
.catListGrid li ul { margin-top: 5px;}
.catListGrid li ul li {margin: 0; padding: 0; border: 0; background: none; height: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.catListGrid li ul li a {color: #f58220; text-decoration: none;}
.catListGrid li a.more {color: #f58220; position: absolute; bottom: 5px; right: 5px; text-decoration: none; }

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


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

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

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

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

/* Email to a Friend */
.email-friend {}

/* Alerts */
.alert-price {}
.alert-stock {}

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

.price-box {color: #F58220;}
.price-box .price { font-weight:bold; }

/* Regular price */
.regular-price {color: #f58220;}
.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; }

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

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

/* 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; height: 28px; border: none;}
.add-to-cart .quantity {background: #fff; border: 1px solid #cccccc;}
.add-to-cart .quantity .buttons {float: left; margin-right: 5px; margin-top: 8px; }
.add-to-cart .quantity .buttons li {margin-bottom: 3px;}
.add-to-cart .quantity .buttons li a.down {text-decoration: none; background: url(../../default/images/triangleArrow-down.png) no-repeat; height: 8px; width: 8px; display: block;}
.add-to-cart .quantity .buttons li a.up {text-decoration: none; background: url(../../default/images/triangleArrow-up.png) no-repeat; height: 8px; width: 8px; display: block;}
.add-to-cart button.button { float:left; margin-left:5px; }

/* Add to Links + Add to Cart */
.add-to-box { background: #f7f7f7; border: 1px solid #cccccc; padding: 5px; margin-top: 5px; }
.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; }
.add-to-box .sku, .sku {font-size: 9px; float: left; }

.product-view {}

.product-essential {}

.product-collateral { margin-top: 25px; }
.product-collateral .box-collateral { margin:0 0 15px; width:500px; float:right; }

/* Product Images */
.product-view .product-img-box { float:left; width:470px; }
.col3-layout .product-view .product-img-box { float:left; margin:0 auto; }
.product-view .product-img-box .pro.product-shop .tabs ul li.offerteduct-image {/* border:1px 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 { display:none; text-align:center; }
.product-view .product-img-box .zoom { display:none; position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../../default/images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../../default/images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views { display:none;  }
.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 .nav { text-align:center; }
.product-image-popup .image { display:block; }
.product-image-popup .image-label {}

/* Product Shop */
.product-view .product-shop { float:right; width:345px; }
.col1-layout .product-view .product-shop { float:right; width:500px; }
.col3-layout .product-view .product-shop { float: right; width: 360px; }
.product-view .product-name {float:left; width:100%; margin-bottom:20px;}
.col1-layout .product-view .product-shop .product-name h1{font-size:20px; font-family: "Open sans", sans-serif; height:48px; }
.product-view .short-description {font-family: "Open sans", sans-serif; font-size:13px; color:#454545; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #cbcbcb;}

/* Product Options */
.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; clear: both; }
.product-options dt label { font-weight:bold; }
.product-options dt .qty-holder { float:right; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options dd { margin:10px 0; }
.product-options dl.last dd.last {}
.product-options dd input.input-text { width:98%; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:100%; }
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding: 5px; border:1px solid #ddd; float: right; clear: both; width: 350px; background-color:#f6f6f6; margin-bottom: 5px;}
.product-options-bottom .price-box { float: left}
.product-options-bottom  .add-to-cart {float: right;}

/* 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 {margin: 10px 0;}
.product-view .box-up-sell .products-grid td { width:160px; border:1px solid #cbcbcb; margin:0 5px 0 0; float:left;}
.product-view .box-up-sell .products-grid td.last{margin-right:0;}
.product-view .box-up-sell .products-grid td .product-name{float:left; }
.product-view .box-up-sell .products-grid td .product-name a{font-size:12px; font-family: "Open sans", sans-serif; color:#000; float:left; padding:5px 10px; height:55px; line-height:1.6em;}
.product-view .box-up-sell .products-grid td .gotoProduct{width:100%; text-align:center; float:left;}
.product-view .box-up-sell .products-grid td .gotoProduct a{padding:10px 15px; background:#f58220; font-family: "Open sans", sans-serif; font-size:12px; color:#fff; text-decoration: none; margin: 10px 0 25px 19px; float:left;}
.product-view .box-up-sell .products-grid td .gotoProduct a:hover{background:#09b8fa;}
.product-view .box-up-sell #upsell-product-table{width:100%;}
.product-view .box-up-sell .products-grid .product-image{text-align:center; margin-top:5px;}
.product-view .box-up-sell h2{border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb; padding:5px 0; font-size:23px; color:#bababa; margin-bottom:25px; font-family: "Open sans", sans-serif; font-weight:normal;}


/* 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(../../default/images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */


.cart {width: 1000px; float: left;}


/* Checkout Types */
.cart .checkout-types { float:right; text-align:right; }

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

/* 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:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:30px; top:7px; }
.col-right .truncated .show dl  { left:-240px; top:7px; }
/* ======================================================================================= */


/* 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 .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

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

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

/* Gift Messages */
.gift-messages {}
.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 {}
.gift-messages-form .whole-order {}
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name {}

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

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

/* Centinel */
.centinel {}

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

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

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

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

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

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

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

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

.opc .order-review {}

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

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


/* Account Login/Create Pages ============================================================ */
.account-login {margin-bottom: 75px;}
.account-login .new-users .buttons-set .button {float: left;}
.account-login .registered-users .button {float: left; margin-left: 55px;}
.col-2.registered-users .content .required {text-align: left;}

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


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

/********** < Dashboard */
.dashboard {padding: 10px;}
.dashboard .welcome-msg {padding:10px 0px;}

/* 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:1px solid #ddd; padding:5px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info dt { font-weight:bold; }

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

.order-info-box {}

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

.order-gift-message { margin:15px 0; }
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.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 th,
.tracking-table td { padding:1px 5px 0 0; }

.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 ================================================================================ */
@media only screen and (min-width: 2004px) {
    .footer-container { display: block !important; }
}
.footer-container { margin-top: 100px; display: inline-block;}
.footer { width:1000px; margin: auto; text-align: left; color: #fff; padding: 20px 10px 10px 10px; height: auto; position: relative; border-top:1px solid #e6e6e6}
.footer .footer-links,.footer .footer-social{width:100%; height:40px; text-align:center; font-size:14px; font-family: "Open sans"; margin-top:10px;}
.footer .footer-links{border-top:1px solid #e6e6e6; margin-top:20px; padding-top:20px;}
.social{width:170px; margin:0 auto;}
.footer .footer-links li{margin:0 20px; display:inline-block;}
.footer .footer-links a{color:#454545; text-decoration:none;}
.footer .footer-links a:hover{color:#d1d1d1}
.footer h2 {color: #f58220;}
.footer p { text-align:left; }
.footer address { text-align:center; color:#d1d1d1; font-size:12px; font-family: "Open sans", sans-serif; font-weight:bold; }
.footer ul {}
.footer ul li {}
.footer-container .bottom-container { text-align:center; z-index: 999; }
.footer-container .footerBottom { width: 1000px; height: 20px; margin: auto; background: #f58220; margin-bottom: 40px;
    -moz-box-shadow: 0px 7px 13px #979897;
    -webkit-box-shadow: 0px 7px 13px #979897;
    box-shadow: 0px 7px 13px #979897;
}
.footer .dtguapa { position: absolute; bottom: 10px; right: 10px;}
.footer .dtguapa a {color: #fff;}
.footer .block {float: left; margin-right: 10px; width: 235px;}
.footer .block ul.social li {float: left; margin-right: 10px;}
.footer .block.twitter {width: 350px; float: left; margin-left: 10px; }
.footer .block.twitter .top { position: absolute; height: 100px; top: -80px; width: 350px;}
.footer .block.twitter .top .bird {position: absolute; bottom:-5px; left: -10px; z-index: 1;}
.footer .block.twitter .top form.zend-tweet {width: 290px; height: 47px; display: block; margin-left: 60px; color: #000; background: #f1f2f2 url(../../default/images/zend-tweet_bg.png) no-repeat center right;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    cursor:pointer;
}
.footer .block.twitter .top form.zend-tweet textarea {height: 47px; border: 0; background: transparent; resize: none; margin: 3px; float: left;}
.footer .block.twitter .top form.zend-tweet textarea::-webkit-input-placeholder { color: #000000; }
.footer .block.twitter .top form.zend-tweet textarea:-moz-placeholder { color: #000000; opacity:  1; }
.footer .block.twitter .top form.zend-tweet textarea::-moz-placeholder { color: #000000; opacity:  1; }
.footer .block.twitter .top form.zend-tweet textarea:-ms-input-placeholder { color: #000000; }

.footer .block.twitter .top a.zend-tweet span.question{width: 210px; float: left; padding: 8px 0 0 5px;}
.footer .block.twitter .top form.zend-tweet a.zend{width: 70px; float: left; padding:15px 0 15px 10px; font-weight: bold; color: #fff; text-decoration: none; margin-left:13px;}
.footer .block.twitter .tweets {position: absolute; bottom: 0; color: black; background: #fff; height: 250px; width: 350px; padding-top: 10px; overflow: hidden;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}
.footer .block.twitter .top form.zend-tweet .tweet {width: 180px; float: left;}
.footer .block.twitter .top form.zend-tweet .tweet:focus::-webkit-input-placeholder { color:transparent; }
.footer .block.twitter .top form.zend-tweet .tweet:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.footer .block.twitter .top form.zend-tweet .tweet:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.footer .block.twitter .top form.zend-tweet .tweet:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.twtr-hd {display: none;}

.footer .twitter-bg{position:relative; text-align:center; background-position: center; margin:0 auto;}
.footer .getcontact{width:100%;}
.footer .getcontact h4{font-family: "Open sans", sans-serif; color:#454545; font-size: 15px; font-weight:normal; letter-spacing: 1px; text-align:center; margin-bottom:30px;}
.footer .getcontact h4 a{color:#f58220; text-decoration: none;}
/* ======================================================================================= */
.global-site-notice.notice-cookie {background: #f58220; width: 994px;  position: absolute; left: 50%; margin-left: -500px; text-align: left; color: #fff; padding: 3px; font-size: 11px;
    -moz-box-shadow: 0px 1px 2px grey;
    -webkit-box-shadow: 0px 1px 2px grey;
    box-shadow: 0px 1px 2px grey;
}
.global-site-notice.notice-cookie a {color: #fff;}
.global-site-notice.notice-cookie .actions .button {float: right; margin-top: -21px; font-size: 11px; }
#c2qBtn {display: none;}

/* 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 .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,
.project-block:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

/* Kbase ================================================================================= */
.kbase-block.kbase-main-category ul.level-0 li a {color: #f58220; font-size: 15px; font-weight: bold; text-decoration: none;}
.kbase-block.kbase-main-category ul.level-1 li a {color: #000; font-size: 12px; font-weight: normal; text-decoration: underline;}
.kbase-block.kbase-main-category ul.level-1 li a:hover {text-decoration: none;}
/* ======================================================================================= */

/* Easytabs producten ===================================================================== */
#product_tabs_related_tabbed_contents ol li { height: auto!important; }
#product_tabs_related_tabbed_contents .product-details { position: relative!important; }

/* Extra ============================================================== */
.hideme { display: none; }

/* Grouped buttons etc ================================================ */
.grouped-items-table .qty { height: 28px; }
.grouped-items-table .quantity { height: 28px; position: relative; }

.grouped-items-table .quantity .buttons { position: absolute; right: 5px; top: 8px; }
.grouped-items-table .quantity .buttons li { margin-bottom: 3px; }
.grouped-items-table .quantity .buttons li a.down {text-decoration: none; background: url(../../default/images/triangleArrow-down.png) no-repeat; height: 8px; width: 8px; display: block;}
.grouped-items-table .quantity .buttons li a.up {text-decoration: none; background: url(../../default/images/triangleArrow-up.png) no-repeat; height: 8px; width: 8px; display: block;}

/* c2Q */
.qquoteadv-view-view .cart{width: 820px;}

.search_mini_form .form-search .search-autocomplete ul {
    display:none !important;
}
.search_mini_form .form-search .search-autocomplete li {
    display:none !important;
}
.twitter-bg{background: url('../../default/images/twitter_bg.png') no-repeat; padding:40px 20px 0 20px; position: absolute; bottom:0; right:-3px; height:135px; width:285px}
.twitter-timeline{height:120px;  }

.category-blocks-overview{height:auto; float:left; margin-top:25px;}
.category-blocks-overview .title{font-family: Open Sans;font-size: 16px;font-weight: bold;text-transform: uppercase;width: 100%; margin-bottom:15px;}
.category-blocks-overview h3{float:right; width:150px; margin-bottom:15px;}
.category-blocks-overview img{float:left;}
.category-blocks-overview a{color:#000; font-family: "Open sans", sans-serif; text-decoration: none;}
.category-blocks-overview .level0 > li, .category-blocks-overview .level0 > .toggle > li{width:219px; height:120px; border:1px solid #cbcbcb; float:left; margin:3px; padding:10px; position:relative;}
.category-blocks-overview .level0 > li > a, .category-blocks-overview .level0 > .toggle > li > a{font-size:14px; font-weight:bold;}
.category-blocks-overview a.readmore{font-size:11px!important; right:10px; bottom:5px; position:absolute; font-weight: normal!important}
.category-blocks-overview a:hover{color:#f58220;}

.category-blocks h3{float:right; width:150px; margin-bottom:15px;}
.category-blocks img{float:left;}
.category-blocks a{color:#000; font-family: "Open sans", sans-serif; text-decoration: none;}
.category-blocks a.readmore{font-size:11px!important; right:10px; bottom:5px; position:absolute; font-weight: normal!important}
.category-blocks a:hover{color:#f58220;}
.category-blocks .title{font-family: Open Sans;font-size: 16px;font-weight: bold;text-transform: uppercase;width: 100%; margin-bottom:15px;}

.category-blocks-overview ul{margin-left:0; }
.category-blocks-overview ul li{list-style:none;}
.category-blocks-overview .level0 > li > ul.level1, .category-blocks-overview .level0 > .toggle > li > ul.level1{float: right; width:150px;}
.category-blocks-overview .level0 > li > ul.level1 > li{}
.category-blocks-overview .level0 > .toggle{height:0; overflow:hidden; float:left;}
.togglebar,.search-togglebar{width:100%; height:45px; float:left; background:url('../images/togglebar.png') no-repeat; text-align:center; padding-top:10px; cursor:pointer;}
.togglebar.active,.search-togglebar.active{background:url('../images/togglebar-active.png');}

.catalog-category-view .category-blocks{height:100%; float:left;}
.catalog-category-view .category-blocks .title{width:100%;}
.catalog-category-view .category-blocks .level0 > li{width:100%; padding:0; border:none; position: relative;}
.catalog-category-view .category-blocks h3{width:100%; cursor:pointer;}
.catalog-category-view .category-blocks h3{float:left; width:100%; background:url('../../default/images/category-title-bg.png'); color:#454545; height:30px; font-size:18px; padding:10px 0 0 10px; margin:0; font-family: "Open sans", sans-serif;}
.catalog-category-view .category-blocks h3 span.arrow{background:url('../../default/images/arrow-down-grey.png')no-repeat center right; float:right; width:18px; height:18px; margin-right:20px;}
.catalog-category-view .category-blocks .category-block{overflow:hidden; height:auto;}
.catalog-category-view .category-blocks .category-block.collapsed{height:40px;}
.catalog-category-view .category-blocks .category-description{float:left; width:485px; font-size:12px; margin:10px 0;}
.catalog-category-view .category-blocks .category-description ul{float: left; margin-bottom: 10px; margin-left: 20px; width: 100%;}
.catalog-category-view .category-blocks .category-description ul li{list-style: outside url("../../default/images/blt.png") disc;}
.catalog-category-view .category-blocks .products{width:485px; float:left;}
.catalog-category-view .category-blocks .products li{width:155px; float:left;margin-right:10px;}
.catalog-category-view .category-blocks .products li:last-child{margin-right:0;}
.catalog-category-view .category-blocks .products li a{color:#7a7a7a; font-weight: normal;}
.catalog-category-view .category-blocks .products li .productimg{width:100%; float:left; position:relative; }
.catalog-category-view .category-blocks .products li .productimg img{width:120px; margin:0 0 0 10px; float:none;}
.catalog-category-view .category-blocks .products li .title{width:100%; height:50px;}
.catalog-category-view .category-blocks .products li .productimg .imghover{transition:opacity 200ms linear; opacity:0; position:absolute; left:0; top:0; background:url('../../default/images/product-hover-bg.png')repeat; width:145px; height:70px; font-size:12px; font-family: "Open sans", sans-serif; color:#fff; text-align:center; padding-top:50px;}
.catalog-category-view .category-blocks .products li:hover .productimg .imghover{ opacity:1;}
.catalog-category-view .category-blocks .webshop-more{ width:165px; height:200px; float:right; padding-top:40px;}
.catalog-category-view .category-blocks .webshop-more .download{background:url('../../default/images/brochure.png') no-repeat 0 1px; padding-left:20px;}
.catalog-category-view .category-blocks .webshop-more .advice{background:url('../../default/images/info.png') no-repeat 0 2px; padding-left:20px; margin-top:15px;}
.catalog-category-view .category-blocks .webshop-more .gotoshop a{background:url('../../default/images/webshop-button.png') no-repeat; padding:21px 0; float:left; text-align:center; color:#fff; width:158px; margin-top:40px;}

.home-new-block{width:320px; float:right; padding:3px 0px 10px 0px;}
.home-new-block .block-title{font-family: "Open sans", sans-serif; font-weight: normal; font-size:16px; margin-bottom:10px;}
.home-new-block li{height:100px; border-bottom:1px solid #e6e6e6; position:relative;}
.home-new-block li:first-child{border-top:1px solid #e6e6e6;}
.home-new-block li .product-image{float:left; margin-top:15px;}
.home-new-block li h3 a{font-size:14px; color:#f58220; font-family: "Open sans", sans-serif; font-weight: normal; float:left; padding-left:20px; width:200px; text-decoration: none; margin-top:15px;}
.home-new-block li a.readmore{float:right; font-family: "Open sans", sans-serif; color:#000; text-decoration:none; position:absolute; bottom:5px; right:15px; background:url('../../default/images/moreinfo-arrow.png') no-repeat center right; padding-right:15px;  }
.col-left .form-list li.wide .input-box{width:255px;}
.col-left .form-list li.wide textarea{width:255px;}
.col-left #contactForm{height:450px; float:left; }
.col-left #contactForm .fieldset{border:none; background:none; margin:0; padding:20px; float:left; position: relative;}
.col-left #contactForm .fieldset .legend{display:none; margin:0;}
.col-left .block-header{float:left; width:100%; margin-top:70px; height:182px;}
.col-left .block-header h4{font-family: "Open sans", sans-serif; font-size:18px; font-weight:normal;}
.col-left .block-header .contact-person{float:right; position: relative;}
.col-left .block-header .contact-person p{font-family: "Open sans", sans-serif; font-size:11px; position: absolute; width:320px; bottom:15px; right:0;}
.col-left .block-header .phone{font-family: "Open sans", sans-serif; font-size:13px; margin-top:40px; line-height:1.8em; float:left;}
.col-left #contactForm .fields{margin:10px 0;}
.col-left #contactForm .input-box{margin:0; float:left;}
.col-left #contactForm .buttons-set p.required{float:left; text-align:left; width:100%; color:#454545; margin:10px 15px;}
.col-left #contactForm .form-list label{font-weight: normal; font-family: "Open sans", sans-serif; margin-top:3px;}
.col-left .togglebar{background:url('../../default/images/contact-left-down.png') center; height:47px; padding-top:20px;}
.col-left .togglebar.active{background:url('../../default/images/contact-left-up.png') center;}
.col-left .toggle{float: left; height: 0; overflow: hidden; width:100%;}
.col-left .toggle .fieldset{width:99%;}
#contactForm button{float:left!important; margin-left:10px;}
#contactForm button > span{height:auto; width:auto; padding:0; background:none;}
#contactForm button > span > span{background:url('../../default/images/contact-button.png') no-repeat; padding:12px 40px; font-size:14px; font-family: "Open sans", sans-serif}
#contactForm{float:left; border:1px solid #e6e6e6;}
.contacts-index-index #contactForm{border:none;}

#colorbox .product-form{width:99%;}
.product-form{width:435px}
.product-form .form-list li.wide .input-box{width:255px;}
.product-form .form-list li.wide textarea{width:255px;}
.product-form #contactForm{height:450px; float:left; }
.product-form #contactForm .fieldset{border:none; background:none; margin:0; padding:20px; float:left; position: relative;}
.product-form #contactForm .fieldset .legend{display:none; margin:0;}
.product-form .block-header{float:left; width:100%; margin-top:70px; height:182px;}
.product-form .block-header h4{font-family: "Open sans", sans-serif; font-size:18px; font-weight:normal;}
.product-form .block-header .contact-person{float:right; position: relative;}
.product-form .block-header .contact-person p{font-family: "Open sans", sans-serif; font-size:11px; position: absolute; width:320px; bottom:15px; right:0;}
.product-form .block-header .phone{font-family: "Open sans", sans-serif; font-size:13px; margin-top:40px; line-height:1.8em; float:left;}
.product-form #contactForm .fields{margin:10px 0;}
.product-form #contactForm .input-box{margin:0; float:left;}
.product-form #contactForm .buttons-set p.required{float:left; text-align:left; width:100%; color:#454545; margin:10px 15px;}
.product-form #contactForm .form-list label{font-weight: normal; font-family: "Open sans", sans-serif; margin-top:3px;}
.product-form .togglebar{background: url("../../default/images/contact-togglebar.png") repeat scroll center bottom rgba(0, 0, 0, 0); font-family: "Open sans",sans-serif; font-size: 18px; height: 50px; padding: 12px 0; text-transform: uppercase;}
.product-form .togglebar.active{background:url("../../default/images/contact-togglebar-active.png") repeat scroll center bottom rgba(0, 0, 0, 0)}
.product-form .toggle{float: left; height: 0; overflow: hidden; width:100%;}
.product-form .toggle .fieldset{width:99%;}

.category-title h1{font-weight: normal; font-size:20px; font-family: "Open sans", sans-serif;}

.product-shop .tabs{ width:500px; float:right;}
.product-shop .tabs ul{}
.product-shop .tabs ul li a{float:left; padding:10px 0; color:#fff; font-family: "Open sans", sans-serif; font-weight:bold; text-align:center; text-decoration:none;}
.product-shop .tabs ul li.offerte a{background:#000; width:250px;}
.product-shop .tabs ul li.offerte a:hover{background:#3d3d3d;}
.product-shop .tabs ul li.info-aanvragen a{background:#7a7a7a; width:250px;}
.product-shop .tabs ul li.info-aanvragen a:hover{background:#858585;}
.product-shop .tabs ul li.webshop a{background:#f88300; width:75px;}
.product-shop .tabs ul li.webshop a:hover{background:#fd9827;}
.product-shop .tabs ul li.offerte.small a{width:210px;}
.product-shop .tabs ul li.info-aanvragen.small a{width:215px;}

.product-shop .tabs .show-in-shop{background:url('../../default/images/show-in-shop.png') no-repeat; width:178px; height:42px; float:right; margin-right:20px;}

.product-shop #accordion{float:right; margin:20px 0; width:100%;}
.product-shop #accordion > h3{height:26px; margin-top:0; padding:10px 0 0 10px; color:#f78200; font-family: "Open sans", sans-serif; font-weight:bold; border-radius: 0; background:url('../../default/images/accordion-bg.png') repeat-x; font-size:14px; border:none;}
.product-shop #accordion > h3 > span{right:10px; background:url('../../default/images/arrow-active.png') no-repeat; height:18px; width:18px; left:465px;}
.product-shop #accordion > div{border-radius:0px; border:none; padding:0; }
.product-shop #accordion > div > .description{padding:10px; margin-top: 20px; font-family: "Open sans", sans-serif;}
.product-shop #accordion .data-table th{display:block; float:left;  border-top:0; padding:7px 10px; background:none; font-weight:normal; font-family: "Open sans", sans-serif; color:#454545; width:250px;}
.product-shop #accordion .data-table td{display:block; float:left;  border-top:0; border-left:0; padding:7px 20px; font-family: "Open sans", sans-serif; color:#454545; width:186px;}
.product-shop #accordion .ui-state-active span{background:url('../../default/images/arrow-down-grey.png') no-repeat;}

.product-shop #accordion .data-table tr.last th, .product-shop #accordion .data-table tr.last td{border-bottom:0;}
.product-shop .product-text-block{font-size:14px; font-family: "Open sans", sans-serif; margin-top:10px; float:right;}

.cms-index-index .project-block{width:100%;}
.cms-index-index .project-block .project-box .project-short-description{width:585px}
.cms-index-index .project-block .project-box .project-image{float:left;}
.cms-index-index .project-block .project-box .project-image a{}

.productfile_all_div{padding:10px}
.productfile_all_div a{color:#f78200!important}

.cms-page-view .std{font-family: "Open sans", sans-serif; font-size:13px;}
.cms-page-view .col1-layout .col-main, .contacts-index-index .col1-layout .col-main{padding:20px; background:url('../../default/images/body-cms-bg.png') repeat}
.cms-producten .col1-layout .col-main{padding:0px;}
.catalogsearch-result-index .page-title{margin:0px 0 10px 0;}

.blog-text{margin-bottom:50px; padding-bottom:20px; border-bottom:#e6e6e6 3px solid; font-family:"Open sans",sans-serif; font-size:13px;}

.search-block{height:auto; float:left; overflow:hidden; margin-top:30px; width:100%;}
/*.search-block.mage_catalog_product{height:0px;}*/
/*.search-block.mage_catalog_category{height:0px;}*/
.search-block.mage_catalog_category h3.page-title{padding:30px 0 10px 0;}
#mage_catalog_product.search-togglebar,#mage_catalog_category.search-togglebar,#mage_cms_page.search-togglebar{background-position: center;}
/* View Type: Category List Search*/
.category-list li.item { border:1px solid #cbcbcb; padding:0; background: #fff; height:120px; margin-bottom:10px; position: relative;}
.category-list li.item.last {}
.category-list li.item:hover{border:2px solid #000; height:118px;}
.category-list .product-image { float:left; width:155px; height:110px; padding-top:10px; text-align:center; border-right:1px solid #f7f7f7; position:relative;}
.category-list .new-ribbon{position:absolute; right:0; top:0;}
.category-list .product-shop { width:475px; float:left; padding:12px 15px 0 15px; height:auto;}
.category-list .product-shop .attributes{font-size:12px; font-family: "Open sans", sans-serif; line-height:1.6em;}
.category-list .product-shop .more-info a{background:#f58220; padding:10px 20px; position:absolute; right:20px; bottom:10px; color:#fff; text-decoration: none; font-family: "Open sans", sans-serif;}
.category-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
.category-list .product-name a {color: #000; text-decoration: none; font-size:12px; font-family: "Open sans", sans-serif}
.category-list .price-box { float:left; margin:3px 13px 5px 0; }
.category-list .availability { float:left; margin:3px 0 0; }
.category-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.category-list .desc.std {min-height: 52px; margin-bottom: 0;}
.category-list .desc .link-more { font-size:11px; }
.category-list .add-to-links { clear:both; }
.category-list .add-to-links li { display:inline;  }
.category-list .add-to-links li a, .products-grid .add-to-links li a {color: #acacac; text-decoration: none;}
.category-list .add-to-links .separator { display:inline; margin:0 2px; }
/* ======================================================================================= */
/* View Type: CMS page list*/
.page-list li.item { border:1px solid #cbcbcb; padding:10px; background: #fff; height:100px; margin-bottom:10px; position: relative;}
.page-list li.item.last {}
.page-list li.item:hover{border:2px solid #000;}
.page-list .more-info a{background:#f58220; padding:10px 20px; position:absolute; right:20px; bottom:10px; color:#fff; text-decoration: none; font-family: "Open sans", sans-serif; font-weight:bold;}
.cato-anchor{top:-90px;float: left;height: 1px;position: absolute;width: 1px;}

.form-list textarea.breed {width: 454px;}

.parentcategories { margin-top: 10px; font-size: 14px; color: #7a7a7a !important; }
.block-layered-nav .parentcategories a { float: none; }
.block-layered-nav .parentcategories a.parent { font-weight: 700; }
.block-layered-nav .parentcategories a.child { font-weight: 200; }
.block-layered-nav .parentcategories a:hover { color: #f58220; background: url('../../default/images/categorie-left-active.png') right 2px no-repeat; }
.block-layered-nav .parentcategories a.active { color: #f58220; }
.block-layered-nav .parentcategories .subcategory { margin: 0 0 0 25px; }

.menu-creator-pro .has-submenu .fa-angle-down {
    display: none !important;
}

.grid-container3 > div {
    position: relative;
}

.mcpdropdown > .grid-container3 > .grid-column:before {
    top: 15px;
    content: '';
    right: 100%;
    left: auto;
    position: absolute;
    left: 24px;
    bottom: 100%;
}

.mcpdropdown > .grid-container3 > .grid-column > ul {
    opacity:0;
    left: -9999px;
    height:0;
}

.mcpdropdown .grid-container3 > .grid-column:hover ul {
    left: 100%;
    opacity: 1;
    width: 245px;
    height: inherit;
    top: 0;
    margin: 0;
    position: absolute;
    z-index: 1000;
    border: #ccc solid 1px;
    background: url('../../default/images/menu-dropdown-bg.png')!important;
    padding: 10px;
}

.mcpdropdown .grid-container3 > .grid-column ul:before{
    top: 15px;
    right: 100%;
    bottom: auto;
    left: auto;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

/* Guapa CMS styling */

.guapa_cms-wrapper {
    clear: both;
}
.guapa_cms-wrapper ul, .guapa_cms-wrapper li, .guapa_cms-wrapper a {
    display: block;
}

.guapa_cms-wrapper ul {
    margin-bottom: 0;
}

.guapa_cms-wrapper a {
    font-weight: bold;
    padding: 10px 0;
    color: #6d6e71;
    font-family: "Open sans", sans-serif;
    font-size: 14px;
}

.guapa_cms-wrapper li.level0 a {
    padding: 0;
    font-size: 13px;
    margin-left: 40px;
}

.guapa_cms-wrapper li.level0 a:hover, .guapa_cms-wrapper li.level0 a:active {
    background: url(../../default/images/categorie-left-active.png) right 2px no-repeat;
    color: #f07e00;
}

.guapa_cms-wrapper li.level1 a {
    border: none;
    padding: 0;
    font-size: 13px;
    margin-left: 20px;
    display:none;
}

.guapa_cms-wrapper li.level1 a:hover, .guapa_cms-wrapper li.level1 a:active {
    background: url(../../default/images/categorie-left-active.png) right 2px no-repeat;
    color: #f07e00;
}

.guapa_cms-wrapper li.level1 ul {
    margin-left: 20px;
}

.guapa_cms-wrapper li.level1 ul a {
    font-family: "Open sans", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #454545;
}

.guapa_cms.block-title {
    padding: 3px 0 3px 17px;
    background: #7a7a7a;
    color: #fff;
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    margin: 20px 0 20px 0;
    clear: both;
}

.guapa_cms.block-subtitle {
    font-weight: bold;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    padding: 10px 0;
    margin: 10px 20px;
    color: #6d6e71;
    font-family: "Open sans", sans-serif;
    font-size: 14px;
    clear: both;
    display:block;
}

#diffuse_cookie-notice {
    background: #ed7d10!important;
    color: white!important;
}

.diffuse_cookie-bar__container {
    background: #ed7d10!important;
    color: white!important;
}