/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */



@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans-regular.eot');
    src: url('fonts/opensans-regular.eot') format('embedded-opentype'),
    url('fonts/opensans-regular.woff2') format('woff2'),
    url('fonts/opensans-regular.woff') format('woff'),
    url('fonts/opensans-regular.ttf') format('truetype'),
    url('fonts/opensans-regular.svg#OpenSansRegular') format('svg');
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('fonts/opensans-bold.eot');
    src: url('fonts/opensans-bold.eot') format('embedded-opentype'),
    url('fonts/opensans-bold.woff2') format('woff2'),
    url('fonts/opensans-bold.woff') format('woff'),
    url('fonts/opensans-bold.ttf') format('truetype'),
    url('fonts/opensans-bold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansSemiBold';
    src: url('fonts/opensans-semibold.eot');
    src: url('fonts/opensans-semibold.eot') format('embedded-opentype'),
    url('fonts/opensans-semibold.woff2') format('woff2'),
    url('fonts/opensans-semibold.woff') format('woff'),
    url('fonts/opensans-semibold.ttf') format('truetype'),
    url('fonts/opensans-semibold.svg#OpenSansSemiBold') format('svg');
}



/* Reset ================================================================================= */
* { margin:0; padding:0; }
html          {background-color:#303030}
body          {  font:12px/1.55 Open Sans, Arial, Helvetica, sans-serif; color:#777; text-align: left; }

img           { border:0; vertical-align:top; max-width: 100%; height: auto;}

a             { color:#58aecf; text-decoration: none; }
a:hover       { text-decoration: none; color: #656E81; }
a:focus,
:focus        { outline:0; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; }
h1            { font-size:28px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol,li         { list-style:none; }
dt, dd { line-height: 25px; }

/* 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; }
.upper        { text-transform:uppercase}


.fl-left-sm {float:left}
.fl-rt-sm {float:right}
.inb-sm {display:inline-block}
/* =======================================Re-write bootstrap ================================================ */
.btn {border-radius:2px;
    box-shadow:none;}
.btn-info {
     color: #fff;
     background-color: #659dce;
     border-color: #559dce;
 }
.btn.btn-info:focus,
.btn.btn-info:active,
.btn.btn-info:hover {
    background-color:#5d90bc;
}

/* Layout ================================================================================ */
.wrapper {   }
.page {}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.main-container {   }
.main { margin: 0 auto; min-height: 400px; padding: 30px 0 30px; text-align: left;}
.container { padding: 0;}

/* Base Columns */
.col-left {   }
.col-main {  }
.col-right {  }


.col-sms-12 {padding-left:15px; padding-right:15px}


/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main {  }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main {  }
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main {   }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
.fl-left {float:left}
.fl-rt {float:left}
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#717171; outline: 0;}
input.input-text,select,textarea { background:#fff; border:1px solid #dddddd; }
input.input-text,textarea { padding: 5px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
.form-inline .radio input[type="radio"] {margin-top:0}
.form-inline input {max-width:100%}
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span span { display:block; background:#656E81; padding: 7px 15px; font: bold 14px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: capitalize; }
button.button:hover span span { background-color: #f7bf0b; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }


a.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
a.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
a.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
a.button span {/*display:block*/}
a.button span span { inline-display:block; background:#656E81; padding: 7px 15px; font: bold 14px/25px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; text-transform: capitalize; }
a.button:hover span span { background-color: #f7bf0b; }
a.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-cart span {
    display: block;
    padding: 0 0 0 12px;
    background: #2D3139;
    color: #fff;
}
button.btn-cart span span {
    display: inline-block;
    background: #656E81;
    margin-left: 12px;
    padding: 5px 12px;
}
button.btn-cart:hover span {
    background-color: #DDA40C;
}
button.btn-cart:hover span span { background-color: #f7bf0b; }

button.btn-checkout span span { padding: 10px 30px;}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus {   }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; }
.form-list label { float:left; color:#707070; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide .input-box { width:535px; }
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

#login-form .form-list .input-box,
#login-form .form-list input.input-text { width: 100%; height: 30px;}

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-middlename,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename .name-middlename input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #ddd;  padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #ddd; background: #fff;  margin:-33px 0 0 -10px; padding: 3px 10px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#229a33; /*font-weight:bold; */}
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs {  line-height:1.25; margin: 20px 0;  font-size:13px}
.breadcrumbs li { display:inline; }
.breadcrumbs span.separator:after { content:'|'; vertical-align:text-bottom}
.fa-home { margin-right: 3px;}
.breadcrumbs span.separator { margin: 0 5px;}
.breadcrumbs li strong { font-weight: 600; }
.breadcrumbs a { color: #555; text-decoration:underline}
.breadcrumbs a:hover { color: #656E81; }

/* Page Heading */
.page-title { width:100%; overflow:hidden; background: url(images/line-title.png) 0 50% repeat-x; margin:0 0 25px; }
.page-title h1,
.page-title h2 {
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
    color: #777;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }

/* Toolbar */

.toolbar { overflow: hidden; margin: 0 0 30px; padding: 15px 10px 10px; ; background: #F7F7F7; }
.toolbar a { }
.toolbar label { font-weight: normal; text-transform: capitalize; color: #707070; font-size: 13px; line-height: 20px; }

.toolbar-bottom .toolbar { margin: 0;}
.toolbar-bottom .toolbar  .pages {}


/* Pager */
.pager { float: right; text-align:center; margin: 0; }
.pager .amount { float:left; margin: 4px 30px 0 0; }
.pager .limiter { float: right; font-size: 14px;}
.pager .limiter label { vertical-align:middle; margin: 0; }
.pager .limiter select { padding:0; margin:0 0 0 10px; vertical-align:middle; font-size: 13px; padding: 2px 3px;}
.pager .pages {  margin-right: 60px;  text-align: center; padding: 0; float:right;}
.pager .pages strong { font-weight: normal; color: #707070; text-transform: capitalize; font-size: 14px; }
.pager .pages ol { display:inline-block; margin: 0;}
.pager .pages li { display:inline-block; margin: 0 3px; font-size: 14px; color: #777 }
.pager .pages li a { color: #fff; background: none;}
.pages .current, .pages li:hover {  text-decoration: underline; }
.pager .pages li a { font-size: 14px; color: #777; display: block; }
.pager .pages li a:hover { background: none; text-decoration: underline;}

/* Sorter */
.sorter {  float: left; }
.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode a { text-decoration: none; cursor:pointer }
.sorter .sort-by { float: left; margin-left: 60px;  }
.sorter .sort-by label { vertical-align:middle; margin: 0;}
.sorter .sort-by select { padding:0; margin:0 0 0 10px; vertical-align:middle; font-size: 13px; display: inline-block; padding: 2px 3px; }
.sorter .sort-by a{ display: none;}
.sorter .link-feed {}

.sorter .view-mode{ float:left; margin: 9px 0 11px; }
.sorter .view-mode label{ float: left; margin: 0 5px 0 0; display: none; }
.sorter .view-mode span{ float:left;  margin: 2px 5px 0 0; }
.sorter .view-mode .grid{  float:left; font-size: 12px; color: #707070; font-weight: normal; line-height: 16px; }
.sorter .view-mode .grid:before { float: left; font-family: FontAwesome; content: '\f00a'; margin-right: 5px; line-height: 16px; font-size: 18px; }
.sorter .view-mode a.grid.active,
.sorter .view-mode a.grid:hover{ color: #656E81; }
.sorter .view-mode .list{ float:left; font-size: 12px; color: #707070; font-weight: normal; line-height: 16px; }
.sorter .view-mode .list:before { float: left; font-family: FontAwesome; content:"\f00b"; margin-right: 5px; line-height: 16px; font-size: 18px; }
.sorter .view-mode a.list.active,
.sorter .view-mode a.list:hover{ color:#fb8b10;  }
.sorter .view-mode .list { margin-left: 10px;}


.pager li > a, .pager li > span { display:  inline; padding: 0; background: none; border: none; border-radius: 0; }


/* ============================================ */
.data-table {
    width: 100%;
    background: #fff;
    border: 1px solid #f2f2f2;
}

.data-table td,
.data-table th {
    padding: 10px;
    vertical-align: top;
}

.data-table th {
    font-weight: normal;
    padding: 15px 10px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
}

.data-table thead th,
.data-table tbody td {
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.data-table tfoot td {
}

.data-table tbody td .item-options {
    margin-left: 20px;
    margin-top: 10px;
}
.data-table tbody td .item-options dt:after {
    content: ':';
}
.data-table tbody tr { border-bottom: 1px solid #f2f2f2;}

/* Generic Info Box */
.info-box { background:#fff url(images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside;  }
.std ul.disc { list-style:disc outside; padding-left:18px; }
.std dl dt { font-weight:bold; }
.std dl dd {   }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {   padding:0; }
.std ul { list-style:disc outside;  }
.std ol { list-style:decimal outside;  }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {   }
.std dt { font-weight:bold; }
.std dd {   }
.std blockquote { font-style:italic;  }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart {   }
.link-wishlist {   }
.link-reorder { }
.link-compare {  }
.link-print { /*background:url(images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; margin: 0 auto;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }


/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#717171; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */

/*------------------------------------.header-quick-access -----------------------------------*/

.header-quick-access {background-color: #2D3139; color: #fff; padding: 10px 0 0; }


.language-currency .fa {
    margin-left: 10px;
    vertical-align: baseline;
    color: #fff;
}

.form-language { float: left; margin-right: 10px; padding-right: 10px; width: 145px;}
.form-language label { font-weight: normal; margin: 0 10px 0 0;}

.drop-lang {
    list-style: none;
    padding: 0;
    margin: 0;float: right;
}
.drop-lang .drop-trigger {
    position: relative;
    float: right;
    padding: 0;
}

.drop-lang li a {
    padding: 0;
    display: block;
    color: #888;
    font-weight: normal;
    position: relative;
    font-size: 13px;
    z-index: 10;
}

.drop-lang .drop-trigger .sub-lang {
    position: absolute;
    top: 30px;
    left:-10px;
    list-style: none;
    padding:0 11px 0 4px;
    margin: 0;
    background: #f8f8f8;
    border: 1px solid #f2f2f2;
    border-top: none;
    min-width: 100px;
    z-index: -1;
}
.drop-lang .drop-trigger:hover .sub-lang {
    top: 20px;
    display: block;
    z-index: 1000;
}

.drop-lang .sub-lang li a { padding: 0 5px; line-height: 25px; display: block; color: #707070; font-weight: normal; font-size: 13px; border-top: 1px solid #fff;  border-right:0;border-left:0; border-bottom:0; }
.drop-lang .sub-lang li a:hover,
.drop-lang li a:hover { color: #656E81; }
/*-------------------------------*/

.rtnopad { padding-right:0;}


/*------exceptions-restlyling-zeroing---------*/

/*@media only screen and (min-width: 768px) {*/

    /*.vertical-align  {*/
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        /*flex-direction: row;*/
    /*}*/
/*}*/

.vertical-align>div{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.vertical-align>div:last-child{
    display: inline-block;
    vertical-align:top;
    float: none;
}
@media(min-width: 992px){
.vertical-align>div:last-child{
    margin-left: 7%;}
}
/*------------------------------------Currency-------------------------------------*/

.form-currency { float: left;}
.form-currency label { font-weight: normal; margin: 0 10px 0 0;}
.drop-currency { display: inline-block;}
.drop-currency .currency-trigger {
    position: relative;
    padding: 0 ;
}
.drop-currency li a {
    display: block;
    font-size: 11px;
    font-weight: normal;
    padding: 0 5px;
    position: relative;
    text-transform: capitalize;
    z-index: 10;
    color: #aaa;

}
.drop-currency .currency-trigger .sub-currency {
    left:0;
    list-style: none outside none;
    margin: 0;
    padding: 0 ;
    position: absolute;
    top: 30px;
    border: 1px solid #f2f2f2;
    border-top: none;
    background: #f8f8f8;
    z-index: -1;
}
.drop-currency .currency-trigger:hover .sub-currency {
    top: 17px;
    display: block;
    z-index: 1000;
}
.drop-currency .sub-currency li button {
    color: #707070;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 25px;
    padding: 0 5px;
    text-transform: capitalize;
    min-width: 50px;
    text-align: left;
    text-decoration: none;
}

.drop-currency .sub-currency li a:hover,.drop-currency .sub-currency li button:hover,
.drop-currency li a:hover { color: #656E81;}

/*-------------------------------Welcome msg!-----------------------------------------*/
p.welcome-msg { margin: 0;}


/*-------------------------------Top Links!-----------------------------------------*/
.header-toplinks .links {   margin: 0;  }
.header-toplinks .links li { float: left;}

.header-toplinks .links li a { color: #fff; padding: 12px 0 5px 12px;}
.header-toplinks .links li.first a{ border: 0;}
.header-toplinks .links li a:hover { /*background: #d57828;*/color:darkorange}
.header-toplinks .dropdown-menu li a:hover { /*background: #d57828;*/color:#ffffff}
.header-toplinks .links li:last-child { margin-right:0; padding-right:0}


.header {  }
.page-header-content { padding: 15px 0 10px; margin-left: 15px;}
.header .logo { margin: 10px 0px 10px 0px; text-decoration:none !important; display:block }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .quick-access {  }
.header .welcome-msg { margin:0; color:#fff; text-align:right; }
.header .welcome-msg a { color:#ebbc58; }
.welkom {color:#004b8e; line-height:1.1; font-weight:600; font-size:18px; margin: 5px 0;}
.fa-shopping-cart:before {color:darkorange}
button.btn-cart .fa-shopping-cart:before {color:#fff}
.form-search {
    width: 100%;
    float: left;
    background: #f4f4f4;
    position: relative;
    z-index: 999;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 1px #ddd inset;
}
.form-search label { margin: 0; font-weight: normal;}
.form-search #cat { float: left; width: auto;}
.form-search .dd-select { background: none !important; border: none;}
.form-search .dd-selected { border: none; text-align: center; box-shadow: none; font-weight: normal; color: #777; line-height: 20px;}
.form-search input.input-text { width: 100%; margin-top: 9px;margin-bottom:5px; padding-left: 10px; border: none; border-left: 1px solid #e8e8e8; font-size: 12px; background: none;}
.form-search button.button { position: absolute; top: 0; right: 0; margin: 0;}
.form-search button.button span span {  color: #cbcbcb; background: #949494;}
.form-search button.button:hover span span { background: #656E81; }

.form-search #cat .dd-options { border: 1px solid #e8e8e8;  box-shadow: none; height: 500px; overflow: auto !important;}
.form-search #cat a.dd-option {  padding: 8px 10px; background: none;}
.form-search #cat a.dd-option:hover { background: #f4f4f4; }

.header-cart-mini { position: relative; color:#707070666}
.header-cart-mini a.shopping-cart { color: #777;}
.mini_cart_ajax { position: relative;  padding-bottom: 12px;}
.cart-title { font-size: 14px; text-transform: capitalize;   }
.cart-title .fa { margin-right: 10px;}
.cart-count {  font-size: 14px; color: #fff;}
.cart-qty { width: 20px; height: 20px; text-align: center; line-height: 20px; background: #656E81; position: absolute; top: -10px; left: -20px; color: #fff;}

.mini-products-list .product-image { float:left; width:50px;  }
.mini-products-list .product-details { margin-left:60px; }

div.top-subtotal,
div.top-subtotal span {font-weight:400}
.top-subtotal strong .price {font-weight:600}
#wraper_ajax.loadding_ajaxcart,
.ajax_loading {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #707070;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    margin-top: -25px;
    margin-left: -25px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    top: 50%;
    left: 50%;
    position:fixed;
    display: none;
    z-index: 9990;
}

/********** < Navigation */
.nav-container { background:#0a263d url(images/bkg_nav0.jpg) 50% 0 repeat-y; }
#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a { background:url(images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image:none; }

/* 0 Level */
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color:#717171 !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {  margin:0 0 15px; }
.block .block-title { background: url(images/border-title-block.png) 0 100% no-repeat;  }
.block .block-title strong { text-transform:uppercase; color:#777; background: #fff; font-size: 14px;}
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#222; }
.block .block-content { padding: 15px 0; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding: 0; }

.block li.odd { background-color:#f4f3f3; }
.block li.even { background-color:#fafafa; }

.slider-wrapper {margin-bottom:22px}
.side {margin:0 auto 10px; color:#444;}
.side h2 {font-weight:600; }

.side .optionsf li:nth-last-child(n) {border-bottom:2px dotted #D1DFE9}
.side .optionsf li a {line-height:1.5;display:block; padding:4px 12px 2px;color:#5f5d5c; text-decoration:none }

.side .optionsf li a:hover,
.side .optionsf li a:active {color:#2D3139; text-decoration:none !important;}
/*.side .optionsf li:first-child {border-top:2px dotted #D1DFE9 }*/
.side .optionsf li.checked > *,
.side .optionsf li.checked > *:hover
.side .optionsf li.checked, .side .optionsf li.checked a:hover {color:darkorange; text-decoration:none }

.show-hide.checked a.plusmin,.show-hide a.plusmin{color:#81c052 !important; }


.hideall {}
.heading  .fa {font-size:17px; font-weight:600}
.heading {border-bottom: 2px dotted #D1DFE9;}

.optionsf .fa {margin-right:4px}
.optionsf .fa.fa-square-o {margin-right:6px}
.optionsf .fa.pull-right {margin-top:6px}
.optionsf .fa.pull-right {margin-top:6px}
div.optionsf {font-size:13px}
.optionsf h2 {font-size:15px}
.optionsf dt {padding:5px 0;}
.optionsf dt.odd { border-bottom:2px dotted #D1DFE9}
.optionsf ol {margin-bottom:0}
.optionsf a {display:block; text-decoration:none}
.optionsf h2 {font-size:21px}
.optionsf a.heading {color:#565656}
.optionsf a:hover {color:#2D3139}

/*.show-hide {po}*/

/* Mini Products List */
.block-cart {color:#555}
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title { }
.block-account .block-title strong {  }
.block-account .block-content {  }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding: 5px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#656E81; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding: 5px 0; color:#656E81; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title {  }
.block-currency .block-title strong {   }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title {  display: none;}
.block-layered-nav .block-subtitle { display: none; }
.block-layered-nav .block-content { padding: 0; }
.block-layered-nav dt { background: url(images/border-title-block.png) 0 100% no-repeat;  }
.block-layered-nav dt span { font-size: 14px; text-transform: uppercase;  }

.block-layered-nav dd { padding: 10px 0;  }
.block-layered-nav dd li {
    line-height: 25px;
}
.block-layered-nav dd li a { background: url(images/check-box.png) 0 1px no-repeat; color: #707070; padding-left: 20px; text-transform: capitalize;}
.block-layered-nav dd li a:hover { background-position: 0 -28px; color: #656E81;}
.block-layered-nav dd.last {   }
.block-layered-nav dl { margin: 0;}
.block-layered-nav .currently li {  padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#eee; border:1px solid #ececec;  text-align:right; }
.block-layered-nav .actions a { float:none; }

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong {  }
.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {  }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong {   }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong {   }
.block-compare button.button span { }
.page-popup .link-print { background:url(images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th {  }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width: 160px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Compared */
.block-compared .block-title strong { background-image:url(images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Orders and Returns */
.block-gr-search li { padding:3px 9px; }
.block-gr-search button.button span { border-color:#406a83; background:#618499; }



/* Block: Subscribe */
h3.title-newsletter { float: left; margin-right: 10px; text-transform: uppercase; margin-top: 10px;}

.block-subscribe label { font-weight: normal; color:#707070; font-size: 13px; }
.block-subscribe input.input-text { height: 40px; padding-left: 10px; float: left; width: 240px; margin-right: 5px;}
.block-subscribe .actions { background:none; padding:0;  text-align:left; }
.block-subscribe .actions button.button { float:none; }





/* Block: Reorder */
.block-reorder .block-title strong {   }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#707070; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; display: none; }
.category-image { width:100%; overflow:hidden; margin:0 0 30px; text-align:center; }
.category-image img {}
.category-description { margin:0 0 10px; }
.category-products {}

/* View Type: Grid */
.product-image {text-align:center}

.owl-carousel2 li.item {padding:5px}
h3.prod-desc { font-weight:400; font-size:13px; line-height:1.1; color:#444 }
.products-grid { }
.category-products .products-grid li.item { margin-bottom: 30px; }
.products-grid.last {  }
.products-grid li.item { background:#fff  }
.products-grid li.item .item-inner { position: relative;}
.products-grid li.item .box-images,
.products-list li.item .box-images { position: relative; overflow: hidden;   border: 1px solid #eee !important;  padding: 10px; display: block;
}
.products-grid li.item .box-images { box-sizing:content-box
}
.products-grid li.item .product-image,
.products-list li.item .product-image { display: block;  position: relative; }
.products-grid li.item:hover .box-images,
.products-list li.item:hover .box-images { border-color: #94c04f;}

.products-list li.item .product-image img,
.products-grid li.item .product-image img { max-height:200px;}

.products-grid li.item .product-image .img-face-back,
.products-list li.item .product-image .img-face-back {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.row.products-list {margin-left:0; margin-right:0}
.products-grid li.item:hover .product-image .img-face-back,
.products-list li.item:hover .product-image .img-face-back { z-index: 1;}

.products-grid .product-name { margin: 7px 0 2px; }
.products-grid .product-name a {  }
.products-grid .price-box { margin:5px 0; line-height:1.2}
.products-grid .availability { line-height:21px; }


.icon-new,
.icon-sale { font-size:15px;
    letter-spacing:.04em;
    position:absolute;
    width:50px; height:50px;
    font-weight:bold; color:#fff;
    line-height:50px; text-align:center;
    background:rgba(247, 191, 11, .9);
    right:5px; top:5px;
    text-transform:uppercase; z-index:9;
   text-shadow: 1px 1px 2px #333;
}

.icon-sale { background:rgba(222, 1, 5, .8); }

.icon-sale.op-vooraad {
    background:rgba(34, 154, 51, .9);
    font-size: 10px;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: normal;
    white-space: inherit;
    vertical-align: super;
    padding-top: 10px;
}
.icon-new {left:5px}

/* View Type: List */
.products-list li.item { margin-bottom: 30px; position: relative;}
.products-list li.item .product-images {  overflow: hidden;  }
.products-list li.item .box-images { overflow: visible;  margin: 0; height:auto !important;}
.products-list .desc { margin-bottom: 15px; }
.products-list li.item .rating-links a { color: #656E81;  line-height: 10px; }
.products-list li.item .rating-links a:hover { color: #656E81;}

/* ======================================================================================= */


/* 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 a {color:#656E81 }
.ratings .rating-links { margin:0; line-height:18px }
.products-grid .ratings .rating-links { display: none;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.ratings .rating-box { float:left; }
.products-grid .ratings .amount { display: none; }

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { /*font-weight:bold; */}
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability { font-size:11px; }
.product-view .product-shop .availability span { font-weight:normal; }
.product_attributes tr td:first-child {font-weight:bold}


/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; font-family:Helvetica , Verdana, Arial, sans-serif; letter-spacing:0.05em}

.price-box { margin:5px 0; }
.price-box p { display: inline;}
.price-box .price { font-weight:600; color:#656565; }
.price-box .price-tax:before {content:''; display:block; clear:both; width:100%}

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-weight:500; font-size:16px; color:#656565; }
.block .regular-price,
.block .regular-price .price { color:#656565; }

/* Old price */
.old-price { margin:0; }
.old-price .price-label { display: none; }
.old-price .price {
    font-weight:500;
    color:#aaa;
    text-decoration:line-through;
    font-size: 16px;
    margin-right:3px}

/* Special price */
.special-price { margin:0; padding:3px 0; }
.special-price .price-label { display: none; }
.special-price .price { font-size:16px;font-size:19px; font-weight:500; color:#656565; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:500; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#717171; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#717171; }
.tier-prices .price { font-weight:bold; color:#717171; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }



/* Add to Cart */
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:left; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 60px; }
.product-view .add-to-cart .paypal-logo { margin:0; }
.bml-checkout-type { list-style: none; }
.bml-checkout-type .bml_button  { width: 150px; display: inline-table; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#707070; }



/* Product View ========================================================================== */
.product-view{}
.product-view .well {background:#f7f7f7; padding:15px 15px 0}
.product-view .product-image { margin-bottom: 5px;}



.product-view .ratings{ text-align:center}
.product-view .ratings .rating-links { margin:5px 0 0; font-size:18px; color:cornflowerblue}
.product-view .ratings .rating-links a{ color:#656E81; line-height: 15px;}
.product-view .ratings .rating-links a:last-child{ margin-top: 8px; display:inline-block}
.product-view .ratings .rating-links a:hover{ text-decoration:none; color:#e66b6b;}
.product-view .product-name { }
.product-view .product-name a{  }
.product-view .product-name a:hover{ color:#e66b6b;}
.product-view .product-name h1{  }
.product-view .product-shop {}
.product-view .product-shop a.nobr{ color:#90b37f;}
.product-view .product-shop a.nobr:hover{ color: #e66b6b; text-decoration:none;}

.col1-layout .product-view .product-shop {  }
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0; font:bold 16px/1.35 Arial, Helvetica, sans-serif; text-transform: capitalize; color: #707070;}
.product-view .product-shop .availability { margin:20px 0; }
.product-view .product-shop .short-description { margin:10px 0;  }
.product-view .product-shop .short-description .std {  }
.product-view .product-shop .price-box { margin: 10px 0 0 0; }
.product-view .product-shop .availability { font-size:13px; }
.product-view .product-shop .availability span { font-weight:normal; color:#656E81; }



/* Email to a Friend */
.email-friend { margin:0; line-height: 15px; float: left;}
.product-view .email-friend a { color: #777; }
.product-view .email-friend a:hover { color: #656E81; }
.product-view .email-friend a .fa { margin-right: 10px;}

.product-view .add-to-box { padding-bottom: 20px; margin: 25px 0 5px 0;  }
.product-view .add-to-cart { margin:5px 0 15px;}
.product-view .add-to-cart .input-content { float: left; margin-right: 10px;}
.product-view .add-to-cart .box-qty { border: 1px solid #ddd; float: left;}
.product-view .add-to-cart label { margin: 10px 5px 0 0; float: left;}
.product-view .add-to-cart .qty {
    float: left;
    padding: 9px 0;
    text-align: center;
    width: 50px !important;
    border: none;
    border-right: 1px solid #ddd;
}
.product-view .add-to-cart .input-content .qty-arrows {
    width: 18px;
    float: left;
}
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase {
    width: 18px;
    height: 16px;
    display: block;
    background: url(images/btn-qty.png) 0 100% no-repeat #fff;
    border: none;
}
.add-to-cart input.qty-increase { background-position: 0 0; margin-top: 1px;}

.product-view button.btn-cart span{ background:#e07f0c; text-transform:none; font-weight:400}
.product-view button.btn-cart span:hover{ background:#f0880d }

.product-view button.btn-cart span span { background:#f3931b }
.product-view button.btn-cart span span:hover { background:#f9a419 }


.product-view .box-i { background:#eff5ea; padding:10px }
.product-view .rating-box{display:block; float:none; text-align:center}
.availability { margin:10px 0; font-size:13px}
.readmore.collapse.in { display:inline}
.availability .fa { margin-right:4px}
.availability.success {margin:10px 0 10px}
.availability.success a {color:#229a33; text-decoration:underline}
.availability.success a:hover {color:#f3931b; /*text-decoration:none*/}
.product-options {  position:relative; background:none;   }
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#717171; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#717171; }
.product-options dd { padding:5px 10px 15px; margin:0 0 5px;   }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom { background:none; padding:15px 20px;  border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { float:right;  margin:0;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:left; margin: 10px 0 5px; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }


.product-collateral { margin: 30px 0;}


.product-tabs { overflow:hidden; margin: 0; }
.product-tabs li { float:left; font-size:1.1em; line-height:1em; margin-right: 3px; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; margin: 0; }
.product-tabs a { display:block; padding: 7px 20px; font-size: 14px; color: #fff; background: #707070; text-decoration: none; line-height: 35px; text-transform: capitalize; font-weight: bold;}
.product-tabs a:hover {  text-decoration:none; color:#fff; background: #656E81; }
.product-tabs li.active a,.nav-tabs li.active a,
.product-tabs li.active a:hover { color:#fff !important; background: #656E81 !important; }
.product-tabs-content h2 { }
.product-tabs-content {  width: 100%; padding: 20px; background: #fff; border: 1px solid #ddd;}
#product_tabs_description_contents h2 { display: none;}
.product-img.imgcont {padding:5px}
.ratings.info-box {padding:0 5px 5px;}
.imgholder {
    text-align:center;


    position: relative;
    margin-bottom: 15px;
}
.imgcont {
    border: 1px solid #eee;
    text-align: center;
    margin-bottom: 10px;
    text-decoration:none;
    display:block;
}


/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }


/* Send a Friend */
.send-friend .form-list {  overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:600; }
.product-name a { color:#707070; text-transform: capitalize; font-size: 14px;}
.product-name a:hover { color: #f7bf0b;}



/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:##333; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 20px; text-align: center; background: center;}
.cart .page-title h1 { text-transform: uppercase; float: none; }

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
.cart-table {}
.cart-table a { color:#6095c3 }
.cart-table .img-thumbnail { border:0;

}

.cart-forms,
.cart-totals-wrapper,
.crosssell {
}

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #cccccc;
}

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
    margin-bottom: 30px;
}

.display-both-prices .cart-table {
    float: none;
    width: 100%;
}
.display-both-prices .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0;
}
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    padding-left: 10px;
}
.display-both-prices .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
    width: 50%;
}
.display-both-prices .crosssell {
    clear: right;
    float: right;
}


/* ============================================ *
 * Checkout - Cart
 * ============================================ */

.cart .page-title:after {

}
.cart .page-title h1 {

}

.checkout-types {
    /* We always want this shipping method to display on its own line */
}
.checkout-types li {
    vertical-align: top;
    margin: 0 0 5px 5px;
}
.checkout-types li:after {
    content: '';
    display: table;
    clear: both;
}
.checkout-types li img {
    display: inline;
    vertical-align: top;
}
.checkout-types li:first-child {
    margin-left: 0;
}
.checkout-types .method-checkout-cart-methods-multishipping {
    display: block;
}
.checkout-types.top li {
    display: inline-block;
}
.checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top;
}
.checkout-types.top .bml_button img {
    display: block;
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
    display: block;
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    width: 150px;
    display: block;
    text-align: center;
    float: right;
}

.cart-totals .checkout-types .btn-checkout {
    margin-bottom: 7px;
}
.pagerholder {margin:0 auto}
@media /*only screen and ~~~*/ (max-width: 991px){
    .navbar-toggle,
    .nav-mobilemenu-container.visible-xs {display:block !important;}
    .welkom{font-size: 16px;}
    div.home-banner-content,
    div.footer-information {padding-top:15px; padding-bottom:15px}
    div.home-banner-content {background-image:none}
    /* header {font-size:18px}*/


    .pagination {
        display: block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
        margin: 0 auto;
        clear: both;
        /*margin: 20px auto !important;*/
        margin: 0 auto 20px !important;
        width: 100%;
        }
}

@media only screen and (max-width: 670px) {
    .checkout-types {
        float: none;
        text-align: center;
    }
    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
        width: auto;
        float: none;
    }

    .checkout-types li {
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .btn-checkout {
        width: 100%;
    }
    .zoomWindow {top:100px !important; left:20px  !important}
}
.cart-table {

}
.cart-table th,
.cart-table td,
.cart-table tbody td {
    border-bottom: none;
    vertical-align: top;
}
.cart-table h2 {
    color: #636363;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}
.cart-table thead th,
.cart-table tbody td {

}
.cart-table .product-cart-info,
.cart-table .product-cart-actions {
    padding-left: 15px;
}
.cart-table tr {

}
.cart-table tfoot tr {
    background: none;
}
.cart-table tfoot tr > td:after {
    content: '';
    display: table;
    clear: both;
}
.cart-table span.or {
    font-size: 9px;
    padding: 0 5px;
    text-transform: uppercase;
}
.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .button {
    display: none;
}
.cart-table .product-cart-image {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.cart-table .product-cart-sku {
    font-style: italic;
    font-size: 12px;
    margin: 5px 0 12px;
}
.cart-table .product-cart-sku .label {
    font-weight: 600;
}
.cart-table .btn-empty {
    float: left;
}
.cart-table .product-cart-total,
.cart-table .product-cart-price {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
.cart-table .cart-tax-total {
    position: relative;
    cursor: pointer;
}
.cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #777;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px;
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #777;
    border-bottom: none;
    right: -15px;
    top: 6px;
}
.cart-table .cart-links > li {
    white-space: nowrap;
    line-height: 1.3;
    margin-bottom: 5px;
    min-width: 65px;
    font-size: 13px;
}
.cart-table .cart-links > li > a {
    display: block;
}
.cart-table .cart-links > li:last-child {
    margin-bottom: 0;
}
.cart-table .product-cart-actions {
    min-width: 60px;
    text-align: center;
}
.cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: silver;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3em;
}
.cart-table .product-cart-actions .button {
    margin-bottom: 5px;
}
.cart-table .item-options {
    padding-left: 15px;
}

@media only screen and (max-width: 770px) {
    .cart-table th {
        font-size: 12px;
    }
    .cart-table th,
    .cart-table td {
        padding: 7px 6px;
    }
    .cart-table .product-cart-actions > li {
        white-space: inherit;
    }
}
@media only screen and (max-width: 699px) {
    .display-both-prices .cart-table thead th.cart-total-head,
    .display-both-prices .cart-table td.product-cart-total {
        display: none;
    }
}
@media only screen and (max-width: 599px) {
    /*.optionsf .collapse {display:none}*/
    .cart-table colgroup, .cart-table thead {
        display: none;
    }
    .cart-table tr {
        display: block;
        margin-bottom: 10px;
        padding-bottom: 10px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .cart-table tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .cart-table tr:last-child {
        margin-bottom: 0;
    }
    .cart-table tfoot tr {
        padding-bottom: 0;
    }
    .cart-table td {
        border: none;
        display: block;
    }
    .cart-table td[data-rwd-label] {
        padding-left: 15px;
        margin-bottom: 6px;
    }
    .cart-table td[data-rwd-label] .price {
        font-weight: normal;
    }
    .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 12px;
        font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
        padding-right: 5px;
        text-transform: uppercase;
    }
    .cart-table td.product-cart-price {
        text-align: left;
    }
    .cart-table h2 {
        font-size: 12px;
    }
    .cart-table .cart-links {
        padding-top: 5px;
        padding-right: 5px;
    }
    .cart-table .cart-links > li {
        white-space: normal;
        text-align: center;
    }
    .cart-table .cart-links > li > a {
        padding: 2px 0px;
    }
    .cart-table .cart-tax-info {
        font-style: italic;
        padding-left: 15px;
        font-size: 13px;
    }
    .cart-table .cart-tax-info .price {
        font-size: 13px;
    }
    .cart-table .product-cart-image {
        width: 25%;
        float: left;
        padding-bottom: 0;
    }
    .cart-table .product-cart-image a.cart-edit {
        display: block;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
    }
    .cart-table .product-cart-info,
    .cart-table td[data-rwd-label] {
        float: right;
        width: 75%;
    }
    .cart-table .product-cart-actions,
    .cart-table .product-cart-price {
        padding-bottom: 0;
        padding-top: 0;
        float: right;
    }
    .cart-table .product-cart-remove,
    .cart-table .product-cart-total,
    .cart-table .product-cart-actions .cart-links {
        display: none;
    }
    .cart-table .product-cart-image .cart-links,
    .cart-table .product-cart-info .btn-remove {
        display: block;
    }
    .cart-table .product-cart-actions .button {
        display: none;
    }
    .cart-table .product-cart-info .btn-remove {
        float: right;
        margin: 5px 5px 2px 7px;
    }
    .cart-table .product-cart-info .product-cart-sku {
        margin-bottom: 5px;
    }
    .cart-table .product-cart-actions {
        text-align: left;
    }
    .cart-table .product-cart-actions .qty {
        margin-right: 7px;
        margin-bottom: 7px;
    }
    .cart-table .price,
    .cart-table .product-cart-price:before {
        font-weight: 500;
        font-size: 15px;
        font-family: "Helvetica Neue", Verdana, Arial, sans-serif;
    }
    .cart-table .cart-footer-actions {
        text-align: center;
        width: 100%;
    }
    .cart-table .cart-footer-actions #empty_cart_button {
        float: right;
    }
    .cart-table .cart-footer-actions .btn-continue {
        float: left;
    }
    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
        display: none;
    }

    .display-both-prices .cart-table td[data-rwd-tax-label]:before {
        content: attr(data-rwd-tax-label) ":";
    }
}

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.cart .crosssell { background: #fff; margin-bottom: 20px;}
.cart .crosssell h2.crossell-title  { padding: 17px; background: #e9e9e9; color: #525252; font-size: 20px; }
.cart .crosssell-inner { padding: 15px;}
.cart .crosssell .product-image { float:left; width:75px; margin-right: 15px; }
.cart .crosssell .product-details {  }
.cart .crosssell .product-name {  }
.cart .crosssell li.item { padding: 15px 0; }


/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin-bottom: 30px; }
.cart .discount .discount-form,
.cart .shipping .shipping-form {  }
.cart .discount label,
.cart .shipping label { font-weight: normal;  }


.cart .discount h2 {  }
.cart .discount .input-box { margin:8px 0 0; width:100%; }
.cart .discount input.input-text { width: 100%; padding:7px 5px; background:#f2f2f2  }
.cart .shipping h2 {  }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float: left;}

/* Shopping Cart Totals */
.cart .totals { background: #fff; border: 1px solid #e9e9e9;}
.cart .totals .totals-title { padding: 15px; border-bottom: 1px solid #e9e9e9; color: #525252; font-size: 20px;}
.cart .totals table { width:100%; }
.cart .totals td { padding: 15px 15px 15px 7px; color: #989898; font-size: 14px; border-bottom: 1px solid #e9e9e9;}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding: 10px 20px; text-transform: uppercase; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:20px; font-weight: normal; color: #444;}
.cart .totals tfoot td strong .price { }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#707070; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#707070; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#222; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { }
.block-progress .block-title strong { font-size:13px; color:#222; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height: 30px;  border:1px solid #ddd; margin:0 0 6px; padding: 2px 8px; color:#777; }
.block-progress dd { background:#fff; border:1px solid #ddd; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#fff; color:#777; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator { display: inline; }
.opc-block-progress dt a,
.opc-block-progress dt .separator { display: none; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section {}

.opc .step-title { border-bottom: 1px solid #ddd;  text-align:right; margin-bottom: 10px }
.opc .step-title .number { float:left; background:#ccc; border:1px solid #ccc; padding:0; width: 35px; height: 35px; line-height: 35px;
    text-align: center; margin:0 10px 0 0; font-size: 12px; color: #fff;  }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#777; line-height: 35px; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title {   }
.opc .allow .step-title .number {  background: #f7bf0b; border: 1px solid #f7bf0b; }
.opc .allow .step-title h2 { color:#777; }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {  }
.opc .active .step-title .number { background:#656E81; border-color:#656E81; color:#fff; }
.opc .active .step-title h2 { }
/*.opc .active .step-title a { display:none; }*/

.opc .step { background:#fff; padding:15px 0; position:relative; margin-bottom: 10px; }
.opc .step .tool-tip { right:30px; }

.opc input.radio { float: left; margin: 2px 5px 0 0;}

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#717171; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#222; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set {  }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#444; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#222; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px;  border:1px solid #ddd; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; }
.account-login .new-users h2 { }
.account-login .registered-users h2 {   }
.account-login .buttons-set { border:1px solid #ddd;  margin:0; padding:8px 13px;   }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account {   border:1px solid #ddd;; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #ddd; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat;   }

.dashboard .box .box-title {   padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 {}
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }




/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#222; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#707070; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; }
.map-popup-checkout .paypal-or { clear:both; display:block; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-checkout li { list-style: none; }
.map-popup-checkout { text-align: center; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

.footer-information .footer-static-title { float: left;}
.footer-information .footer-static-title h3 { color: #707070; text-transform: uppercase; font-weight: bold; margin: 8px 0 0; }
.footer-information .footer-static-content { float: left; margin-left: 10px;}




.footer-information {  padding: 10px 0; color: #707070;}
.footer-information {  padding: 20px 0; }
.footer-information .footer-static-title { float: left;}
.footer-information .footer-static-title h3 { color: #707070; text-transform: uppercase; font-weight: bold; margin: 8px 0 0; }
.footer-information .footer-static-content { float: left; margin-left: 10px;}

.footer-information .footer-static-content ul li { float: left;}
.footer-information .footer-static-content ul li a { color:#898989;  }
.footer-information .footer-static-content ul li a:hover { color: #f7bf0b;   }

.link-follow { margin: 0; padding: 0;}
.link-follow li { display: inline-block; display: inline; margin: 0 3px 0 0;}
.link-follow a { text-align: left; position: relative; color:#fff; font-size: 18px; font-weight: bold; width: 34px; height: 34px; border: 1px solid #777; line-height: 35px; text-align: center;}
.link-follow a:hover { text-decoration: none; color: #f7bf0b; border-color: #f7bf0b;}
.link-follow li a span {
    width: 60px;
    height: auto;
    line-height: 20px;
    padding: 1px 7px;
    left: 50%;
    margin-left: -36px;
    text-transform: none;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #f7bf0b;
    text-indent: 0px;
    position: absolute;
    pointer-events: none;
    bottom: 50px;
}
.link-follow li a span:before,
.link-follow li a span:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.1);
}
.link-follow li a span:after{
    bottom: -5px;
    border-top: 5px solid  #f7bf0b;
}
.link-follow li a:hover span{
    bottom: 40px;
}
.footer-static-content ul.link-follow li a:hover {
    text-decoration: none;
}

/* -------------------------------------------- *


/*Footer Links*/

.footer-links { background: #d4b674; padding: 30px 0; color: #ffffff;}
.footer-links .footer-static-title { margin-bottom: 15px;}
.footer-links .f-col1 .footer-static-title { margin-bottom: 22px;}
.footer-links .footer-static-title h3 { color: #fff; text-transform: uppercase; font-weight: 400; margin: 8px 0 0;}
.footer-static-title h3 { font-size: 18px}

.footer-links .footer-static-content ul li { border-bottom: 1px solid #ffffff;}
.footer-links .footer-static-content ul li.last { border: none;}
.footer-static-content a { color: #ffffff; }
.footer-links .footer-static-content ul li a {  line-height: 30px; display: block;}
.footer-links .footer-static-content ul li a:hover { color: #fff; text-decoration: none; padding-left: 5px; }

.footer-static-content,
.footer-static-content li {font-size:15px}
.footer-static-content label {font-weight:400}

.footer-links .footer-static-content p .fa { margin-right: 5px; font-size: 13px;}
.footer-links .footer-static-content p.phone .fa { font-size: 20px; margin-right: 10px;}


/* Footer ================================================================================ */
.footer-container {
    clear: both;
    width: 100%;
    padding: 20px 0 10px;
    background: #2D3139;
}

.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer a { color:#fff; text-decoration:none; }
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { text-align: left; width: 100%; font-size: 12px; margin: 0; line-height: 30px; color:#a9a9a9}

.footer address a {color:#a9a9a9; padding:0 4px}
.footer address a:hover { text-decoration:none; color:#fff }
.footer ul { display:inline; margin: 0;}
.footer ul.links { display:block; }
.footer li { display:inline; padding:0 0px 0 0px; }
.footer li.last { background:none !important; padding-right:0 !important; }
.footer-container .bottom-container { margin:0 0 5px; }

.social { text-align: left; float: right; margin: 0;}
.social a { display: inline-block;  margin: 3px 7px 0;}


/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/*Back to Top*/

#back-top {
    bottom: 35px;
    display: none;
    height: 50px;
    position: fixed;
    right: 12px;
    width: 50px;
    z-index: 9999;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    background-color: #656E81;
    opacity:.8;
    color: #fff;
    border:1px solid rgba(255, 255, 255, 0.30);
}
#back-top:hover {
    background: #f7bf0b;

}


/*------------------------------------- Banner Static Top ------------------------------------*/

.banner-effect .banner-box1 {
    background: #fff;
    position: relative;
    padding: 0;
    overflow: hidden;
}
.banner-effect .banner-box01 {
    background: #98db96;}
.banner-effect .banner-box1 .box-info {
    position: absolute;
    top: 40px;
    left: 20px;
}
.banner-effect .banner-box1 .box-info h3 { color: #303030; font-size: 28px; font-weight: bold; text-transform: uppercase;}
.banner-effect .banner-box1 .box-info .des { color: #fff; font-size: 16px;}
.banner-effect .banner-box1:hover img { margin-left: -30px; }

.banner-effect .banner-box2 {
    position: relative;
    overflow: hidden;
    background: #f0f0f0;
}
.banner-effect .banner-box2 .box-info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}
.banner-effect .banner-box2 .box-info h3 {
    font-size: 24px;
    color: #373f4a;
    text-transform: uppercase;
}
.banner-effect .banner-box2 .box-info .des {
    color: #bbb;
    font-size: 14px;
}
.banner-effect .banner-box2:hover img { margin-right: -1px; }


.banner-effect .banner-box3 {
    position: relative;
    overflow: hidden;
    background: #ffb401;
}
.banner-effect .banner-box3 .box-info {
    position: absolute;
    top: 20px;
    left: 80px;
    padding: 15px 0;
    text-align: left;
}
.banner-effect .banner-box3 .box-info h3 {
    font-size: 24px;
    color: #373f4a;
    text-transform: uppercase;
    margin: 0;
}
.banner-effect .banner-box3 .box-info .price {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.banner-effect .banner-box3 .box-info .des {
    color: #fff;
    font-size: 14px;
}
.banner-effect .banner-box3:hover img { margin-right: -1px; }

/*Banner Home Content*/

.home-banner-content { background:#F7F7F7 url(images/bg-block-content.jpg) 50% no-repeat; padding: 50px 0 60px;}
.banner-col,.banner-col:hover { padding: 30px 20px ; text-align: center;  color: #777;  }
.banner-col1 { background: rgba(148, 192, 79, 0.7);}
.banner-col2 { background: rgba(102, 166, 227, 0.8);}
.banner-col3 { background: rgba(247, 183, 13, 0.83);}
.banner-col p.icon { text-align: center;}
.banner-col p.icon .fa {  padding: 20px;  font-size: 48px; line-height: 25px;}
.banner-col2 p.icon .fa { line-height: 27px;}
.banner-col p.des { padding: 0 20px;}
.banner-col a { color: #777; text-transform: capitalize;}
.banner-col a .fa { margin-left: 3px; font-size: 13px; margin-top: 1px;}
.banner-col a:hover { text-decoration: underline;}

.home-banner-content .banner-col:hover { color: #fff;}
.banner-col:hover a { color: #fff;}

/*------------------------------------------------------------------------------*/

.caption-title.right-aligned>div {

    left:auto;
    right:0;}

/*Slider Title*/
.bx-title {clear:both;  width:100%; margin-top:0}
.bx-title.topmarg{clear:both;  width:100%; margin-top:20px}
.bx-title:after {clear:both; content:''; width:100%;}
.bx-title h2 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    color: #565656;
    padding-bottom: 5px;
    padding-right:2em;
    margin: 0;
    margin-bottom: 10px;
    background: url(images/bg-title-bx.png) 0 100% repeat-x;
}


.bx-title h2 {float:left}


/*owl slider*/
.owl-item.owl-fade-out {/*background:#red*/}


.owl-theme .owl-controls { position:absolute; top:-43px; right:0 }
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    margin: 5px 0 5px 5px ;
    padding: 5px 12px;
    font-size: 22px;
    border-radius: 3px;
    background: #869791 none repeat scroll 0% 0%;
    opacity: 0.5;
    line-height:1;
}
.owl-controls .owl-buttons div:hover {background-color:#5e6a66 }

/*ProductTab Slider*/

.producttabs-container { position: relative; min-height: 300px;}
.producttabs-container .ajax_loading { position: absolute;}
.producttabs-container #tabs-title { display: inline-block; background: #fff; padding-right: 10px; margin: 0;}
#tabs-title li { display: inline-block; }
#tabs-title li h3 { color: #aaa; text-transform: uppercase; font-weight: bold; font-size: 13px; cursor: pointer;}
#tabs-title li.active h3,
#tabs-title li:hover h3 { color: #777;}
#tabs-title li span { margin: 0 5px;}
#tabs-title li:first-child span { display: none;}
#tabs-title li.active h3 span { color: #aaa;}

/*-------------------------------------------------------------------------------*/

/*Featured Product Slider*/
.owl-carousel {width:auto; margin:15px 0; clear:both}
.owl-carousel .item {margin:5px}

.owl-carousel.featured {}
.owl-carousel.bestseller {}

/*Bestseller Product Slider*/
.owl-carousel.bestseller { padding: 30px 0;}

/*Upsell Product Slider*/
.upsellslider { margin-top: 30px;}
.upsellslider .products-grid .product-name { margin-top: 10px;}


/*Related Product Slider*/
.relatedslider .bx-title { margin-bottom: 20px;}
.relatedslider .bx-title h2 {  font-size: 20px; }
.relatedslider .products-grid .product-name { margin: 15px 0 0;}
.relatedslider .related-subtitle { margin-bottom: 10px;}
.relatedslider input.checkbox { display: inline-block; margin: 0 0 0 5px;}

/*-------------------------------------------------------------------------------*/

/*Blog Content*/

.blog-content { padding: 30px 0;}
.blog-content li.item span.title {
    margin-top: 15px;
    color: #707070;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    font-weight: bold;
}
.blog-content li.item span.title:hover {
    color: #656E81;
}
.blog-content li.item p.author { color: #aaa; font-style: italic; }
.blog-content li.item p.des { margin: 0;  }
.blog-content li.item p.linkmore a {}

.block-blog .menu-recent ul li a,
.block-blog .menu-categories ul li a { background: url(images/check-box.png) 0 1px no-repeat; color: #707070; padding-left: 20px; text-transform: capitalize; }
.block-blog .menu-recent ul li a:hover,
.block-blog .menu-categories ul li a:hover{ background-position: 0 -28px; color: #656E81;}


/*--------------------------------------------------------------------------------*/

/*Brand Logo*/
.brandlogo-contain { padding-top: 30px; border-top: 1px solid #eee; text-align: center; }
/*.brandlogo-contain .bx-viewport a { display: block; border: 1px solid #fff;}*/
/*.brandlogo-contain .bx-viewport a:hover { border-color: #ddd;}*/
/*.bx-wrapper {max-width:100%}*/
/*.brandlogo-contain .bx-wrapper .bx-controls-direction a,*/
/*.more-views .bx-wrapper .bx-controls-direction a{*/
/*background: none;*/
/*top: 50%;*/
/*margin-top: -16px;*/
/*color: #ccc;*/
/*width: auto; height: auto;*/
/*line-height: normal;*/
/*text-decoration: none;*/
/*}*/
/*.brandlogo-contain .bx-wrapper .bx-controls-direction a:hover,*/
/*.more-views .bx-wrapper .bx-controls-direction a:hover { color: #f7bf0b;}*/
/*.brandlogo-contain .bx-wrapper .bx-controls-direction a:before,*/
/*.more-views .bx-wrapper .bx-controls-direction a:before { font-size: 32px;}*/
/*.brandlogo-contain .bx-wrapper .bx-prev,*/
/*.more-views .bx-wrapper .bx-prev { left: 0; right: auto;}*/

/*.brandlogo-contain .bx-wrapper img { display: inline;}*/
.brand-grid {margin-top:15px}
.brand-grid >[class*='col-']{ margin-bottom:25px}
.brand-grid a {color:#777}
.brand-grid h3, .menu-brands h5 {word-break: break-word;}
.menu-brands a {color:#5d90bc; text-decoration:none}
.menu-brands a:hover, .brand-grid a:hover {color:#325388;}
/*-------------------------------------------------------------------------------*/


/*Twitter*/

.tweet-title { display: none; }
.tweet-title h3 {

}
#loading-container {
    text-align: center;
}
.tweet-content {}

.twitter-article {
    padding: 0px 0;
}
#twitter-feed .fa { font-size: 30px; color: #22BBF4;}
.twitter-article a:hover {}
.twitter-pic {
    float: left;
}
.twitter-text {
    margin: 0 0 0 52px;
}
.tweetprofilelink {}
.tweetprofilelink strong a {
    color: #22BBF4;
    text-decoration: none;
    font-weight: bold;
}
.tweetprofilelink strong a:hover {
    color: #0084B4;
}
.tweet-time {

}
.tweetprofilelink a, .tweet-time a {
    color: #999;
    text-decoration: none;
}
.tweetprofilelink a:hover, .tweet-time a:hover {
    color: #0084B4;
}

/*-------------------------------------------------------------------------------*/

/*Cloudzoom*/
.more-views h2 { display: none;}
/*.more-views .bx-wrapper { overflow: hidden;}*/
/*.more-views .bx-wrapper .bx-controls-direction a { top: 50%; margin-top: -15px;}*/
/*.more-views .bx-wrapper .bx-prev { right: auto; left: -100px;}*/
/*.more-views:hover .bx-wrapper .bx-prev { left: 0;}*/
/*.more-views .bx-wrapper .bx-next { right: -100px;}*/
/*.more-views:hover .bx-wrapper .bx-next { right: 0;}*/

.more-views ul li { float: left; margin-right: 15px !important;}
/*-------------------------------------------------------------------------------*/

.nav_product .products-grid li.item {
    margin-bottom: 22px;
}
.nav_product .products-grid li.item.last {
    margin: 0;
}
.nav_product .products-grid li.item .product-image {
    float: left;
    margin-right: 10px;
}
.nav_product .products-grid li.item .product-name {
    margin: 0;
}
.nav_product .products-grid li.item .ratings {
    height: 15px;
}
.nav_product .products-grid li.item .price-box {
}
.nav_product .products-grid .ratings .rating-links a {
    line-height: 1.25;
}
.nav_product .products-grid li.item button.button span span {
    height: 33px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    width: 33px;
}
.nav_product .products-grid li.item button.button span span .fa {
    margin: 0;
}
.nav_product .newproduct .products-grid li.item .item-inner, .nav_product .saleproduct .products-grid li.item .item-inner {
    border: 1px solid #eee;
    padding: 10px;
    position: static;
    min-height: 155px;
}
.nav_product .newproduct .products-grid li.item .item-inner:hover, .nav_product .saleproduct .products-grid li.item .item-inner:hover {
    border-color: #f7b70c;
}

/*.more-views .bx-wrapper ul li a { display: block; border: 1px solid #eee; padding: 10px;}*/
/*.more-views .bx-wrapper ul li a:hover { border-color: #656E81;}*/



/* responsive slider */


/* Global */

.container-fluid img { max-width:100%; }

.container-fluid a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
}
.container-fluid a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}


/* Container */
.container-fluid {
    /*background: #FFFFFF;*/
    margin: 20px auto 10px;
    /*padding: 20px 40px 0;*/
    /*max-width: 960px;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
}



/* Thumbnail Box */
.container-fluid  .caption h4 {
    font-size: 1rem;
    color: #444;
}
.container-fluid .caption p {
    font-size: 0.75rem;
    color: #999;
}
.container-fluid .btn.btn-mini {
    font-size: 0.63rem;
}


/* Carousel Control */
.container-fluid .control-box {
    /*text-align: right;*/
    /*width: 100%;*/



    position: absolute;
    top: 0;right:0; width:90px;
    /*margin-top:-50px;*/

}
.carousel-inner {clear:both}


.container-fluid .carousel-control:before {content: "\f104";
    font-size: 20px;}
.container-fluid .carousel-control.right:before {content: "\f105";
    font-size: 20px;}
.container-fluid .carousel-control{

    border: 0;
    border-radius: 2px;
    opacity: 0.5;
    position: static;


    outline: 0;
    width: 40px;
    height: 40px;
    z-index: 9;
    font-family: FontAwesome;
    font-size: 0;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background: #555;


}








/*resp slider end */


dt> a {color:#656E81}
.equal, .equal > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex:1 0 auto;
}




/*set a border on the images to prevent shifting*/
#gallery_01 img{border:2px solid white;}
.active img{/*border:2px solid #375b96 !important;*/}
.zoomWrapper {margin:0 auto}
.zoom-gal .col-xs-3 {
    padding-left: 5px;
    padding-right: 5px;}
.zoom-gal {margin-top:0; margin-bottom: 25px}
.thumb {left:0 !important; width:auto; height:auto;}
/*temp */
p.h3 {margin-top:0}
/***************************************************************************/
.toolbar{
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    clear:both
}

.toolbar-bottom .toolbar{
    margin-bottom: 30px;
}

.toolbar label{
    font-size: 12px;
}
.pager .amount{
    margin: 1px 0 0 5px;
    font-size: 13px;
    line-height:40px;
}

.pager .limiter label{
    margin: 1px 0 0 40px;
}

.sorter .sort-by{
    margin-left: 40px;
}

@media (max-width: 360px) {
    .pager .amount{
        font-size: 12px;
        margin-top:2px;
    }
    .toolbar{
        padding-left: 10px;
        padding-right: 10px;
    }
}

.text-danger{
    margin: 20px 0 10px;
    font-size: 13px;
    color:#d53a1e;
}

.text-danger .fa{
    margin-right:4px;
}


.actions .small {font-size:75%; white-space:nowrap; display:block}
/* ============================== */
.prods .box-images {display:block; height:200px; text-align:center}
/*.prods {display:block; height:200px; text-align:center}*/
.prods.item .product-image {display:block; height:200px; text-align:center}
.prods li.item .box-images img {margin:0 auto; max-height:90%; width:auto !important;}

.products-list li.item .product-image { height:150px; }
.products-list .actions .small  {     display: block;
    margin-bottom: 5px;}

@media (min-width: 481px) {}
.products-grid .actions {position:absolute; bottom:-70px; }
.products-grid .price-box {position:absolute; bottom:-24px}
.products-grid li.item .item-inner {height:100%}
.products-grid li.item {position:relative; padding-bottom:80px}


select{
    padding: 5px;
    border-radius: 3px;
}

.payment{
    margin-bottom:15px;
}
.payment td{
    vertical-align:middle;
    padding: 5px;
}

.payment label{
    font-weight: normal;
}

.cart input[type="radio"], .cart input[type="checkbox"]{
    margin: -2px 0 0;
}

.buttons-set.marg{
    margin:30px 0 15px;
    padding: 15px 0;
}

.addit .panel-body label{
    padding-left:0;
    margin-top: 7px;
}

.addit .btn-primary{font: bold 14px/25px Arial, Helvetica, sans-serif;
padding: 3px 12px 4px;}

.control-label em{
    color: orangered;
}

@media (max-width: 560px){
    .cart-table.data-table{
        width:100%;
        display:table; }
    }

.addit{
    margin-bottom: 20px;
}

@media(max-width:340px){
    .buttons-set.marg .btn-lg{
        padding: 10px 10px;
}
}

.form-group .control-label{
    text-align: right;
    padding: 7px;
}
.checkbox .control-label {text-align:left; padding-left:35px}
.form-horizontal .help-block {margin-bottom:0}
.form-horizontal input[type="radio"] {margin-right:5px}
.form-horizontal .checkbox {padding-top:0}
.form-horizontal .checkbox .control-label {padding-top:0}
.fa-eye{
    float: left;
    margin: 3px 5px;
}
.betaald, .teruggestort, .verzonden {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.geannuleerd, .verlopen, .omruiling {
    background-color: #f2dede;
    border-color: #ebccd1;
}

.ontvangen, .in.behandeling, .pending{
    background-color: #f7f7f7;
    border-color: #ccc;
}

@media (max-width: 420px){
    .order-history th,.order-history td{
        font-size: 10px;
        padding-left: 3px;
        padding-right: 3px;

}
    .order-details td{
        padding: 5px;
        vertical-align:middle;
    }
    .rotate-for-xs{
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@media (max-width: 560px){
    .order-history.data-table, .order-details .data-table {
        width: 100%;
        display:table;
    }
}

.order-details h4{
    margin: 15px 1px;
}

@media screen and (max-width: 767px){
    .table-responsive{
        border: none;
    }
    .table-responsive .data-table{
        border: 1px solid #dddddd;
    }
}

.cart .data-table{
    border: none;
}

.cart .data-table tbody tr {
    border-bottom:none;}

.cart .data-table tbody td, .cart .data-table  th{
    border:1px solid #f2f2f2;}

.cart .data-table tbody td.noborder{
    border: none;}

.cart-table{
    margin-bottom:0;
}

.table-responsive{
    margin-bottom: 30px;
}

.noborder .btn-success{
    width: 100%;
}

.data-table td.nopadd{
    padding: 10px 0 0;
}

.cart-table p.visible-xxs{
    float: left;
}

.visible-xxs{
    display: none;
}

@media(max-width:600px){
    .visible-xxs{
        display: block !important;
    }
    .hidden-xxs{
        display:none !important;
    }
}

.panel-title a{
    display: block;
}

.btn-group-justified .btn-info{
    border-color: #fff;
    font-size: 14px;
    white-space: inherit;
}

.btn-group.btn-group-justified{
    margin-bottom: 20px;
}

@media (max-width: 420px){

    .padd-l-r{
    padding-left: 10px;
    padding-right: 10px;
}
    .padd-l-r .col-xs-4{
    padding-left: 5px;
    padding-right: 5px;
}
    .padd-l-r .col-xs-4 select{
    padding-left: 3px;
    padding-right: 3px;
}}

.cmscontent{
    margin-bottom: 20px;
}


.cmscontent .fa{
    margin-right: 5px;
}

.cmscontent td{
    margin-right: 10px;
}

.logo_small{
    width:80px;
    max-width: inherit;
    margin-bottom: 10px;
}

.nav_megamenu div.megamenu div.dropdown.padd-l-r-0{
    padding-left: 0;
    padding-right: 0;
}

.row.marg{
    margin-top: 15px;
    margin-bottom: 15px;
}

.clearfl {clear:both;}

.mbot {margin-bottom: 15px;}

.sorter .view-mode a.list.active{
    color:#656E81;
}

.sorter .view-mode a.grid:active,.sorter .view-mode a.grid:hover, .sorter .view-mode a.list:active, .sorter .view-mode a.list:hover{
    color:#fb8b10;
}

.footer-container{
    padding-top: 10px;
}

.footer address{
    line-height: 1.5;

}

.products-grid li.item .item-inner{
    position: static; }

.products-grid .price-box{
    bottom: 50px;
}

.products-grid .actions{
    bottom: 0;
}
@media(min-width:1200px){
    .footer address{
        padding-top: 18px;
    }
}
@media(max-width:1199px){
    .box-i>div{
        width: 100%;
        float: none;
    }
    .footer address{
        padding-top: 5px;
    }
}
@media (max-width: 992px){
    header {
        text-align: center;
    }
    header .col-sms-12 {
        width: 100%;
    }
    header .links.fl-rt-sm{ float: none;
    }

    .header-toplinks .links li{
        float: none;
        padding-left:0;    }
    .header-toplinks .links li a{
        padding-left:0;    }
    .header-quick-access .rtnopad{
        padding-right: 15px;
    }
}



@media (max-width: 992px) and (min-width: 768px) {
    .form-search input.input-text {
        width:100% !important;
    }
}

@media(max-width: 480px){
    .product-tabs li{margin-right: 0;
}
    .nav-tabs.product-tabs > li > a{ margin-right: 0;}
    .product-tabs-content{
        padding: 0;
    }

    .owl-buttons{
        display: none;
    }
}

footer div.mce_inline_error{
    color: salmon;
    font-size: 12px;
}

#mce-success-response{
    color: darkseagreen;
    font-size: 12px;
}
.product-tabs-content{
    margin-bottom: 20px;
}
.product_attributes.table{
    margin-bottom: 0
}

@media(max-width: 767px){
    .footer-container .f-right{
        float:none !important;
    }
        .page-header-content {
            margin-left: 0;
        }
}

.page-header-content .input-text{
    padding-right: 55px;

}

#mce-error-response{
    color: salmon;
    font-size: 12px;
}

.mini_cart_ajax{
    padding-bottom: 13px;
}

.nav-tabs.product-tabs{
    margin-top: 15px;
}

.panel-title a{
    text-decoration: none;
}

.child_product_dropdown {
    padding: 3px;
    margin-top: 10px;
    margin-bottom: 5px;
}


@media(min-width: 991px){
    .padd-tp{
        padding-top: 11px;
    }
}

.nowrp{
    white-space: nowrap;
}

@media(max-width:991px){.side .optionsf li a{padding: 7px 10px 5px;}}


.homebutton {
	background-color: #F9A419;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
}
.homebutton:hover {
	background-color:#F58521;
	color: #FFFFFF;
}
.row .banners {
	margin-bottom: 20px;
}