/*
 * MageMint

 * @category    skin
 * @package     mint_default
 * @copyright   LERO9 Limited 2013 (http://lero9.co.nz)
 */
 
/* Reset ================================================================================= */
@import url("grid.css"); /* Responsive grid */

*               { margin:0; padding:0; }

body            { font:12px/1.5 Helvetica, Arial, Helvetica, sans-serif; color:#333; background:#f7f7f7; }

img             { border:0; vertical-align:top; max-width:100%; }

a               { color:#00917e; text-decoration:none; }
a[href^="tel:"] { cursor:default; }
a:hover         { color:#00917e; }
a:focus         { background:none; }
label:hover     { color:#00917e !important; }

/* Headings */
h1          { font-size:200%; line-height:1.2; }
h2          { font-size:175%; line-height:1.2; margin-bottom:20px; }
h3          { font-size:150%; font-weight:normal; line-height:1.2; margin-bottom:20px; }
h4          { font-size:125%; font-weight:normal; line-height:1.2; margin-bottom:20px; color:#00917e; }
h5          { font-size:100%; line-height:1.2; margin-bottom:20px; }
h6          { font-size:90%; line-height:1.2; margin-bottom:20px; }

.sans       { font-family:Helvetica, Arial, sans-serif; }
.serif      { font-family: Georgia, Times, "Times New Roman", serif; }

/* 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 1em; }
strong,b,.b   { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
blockquote p,
q p           { margin-bottom:20px!important; }
small,.sm     { font-size:85%; }
big           { font-size:125%; }
.u            { text-decoration:underline; }
em,i,.i       { font-style:oblique; }
.no-b         { font-weight:normal; }
.no-u         { text-decoration:none; }
.no-i         { text-transform:none; }
/*sup         { font-size:1em; vertical-align:top; }*/
hr            { margin:20px 0; padding:0; height:0; line-height:0; border:0 none; border-top:#ccc 1px solid; clear:both; overflow:hidden; }
.pipe         { padding:0 .5em; color:#eee; }

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

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.display      { display:block !important; }
.inline       { display:inline !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; }
.low          { text-transform:lowercase !important; }
.v-top        { vertical-align:top !important; }
.v-middle     { vertical-align:middle !important; }
.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 !important; }
.display      { display:block !important; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.abs          { position:absolute; }
.rel          { position:relative; }
.z-one        { z-index:1; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.page { text-align:left; }
.page-print { background:#fff; text-align:left; }
.page-empty { background:#fff; text-align:left; }
.page-popup { background:#fff; text-align:left; }
.page-print > div, .page-empty > div, .page-popup > div { padding:25px; }
.header-container { background:#fff; }
.main-container { padding-bottom:50px; background:#fff; position:relative; z-index:1; }
.main { margin:0 auto; padding:25px 0 30px; min-height:350px; }
.catalog-product-view .main { padding-bottom:40px; }
.bottom-wrapper { margin:0 auto 40px; }

/* 1 Column Layout */
.col1-layout .col-main { margin:0 auto; }

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

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

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


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; }
input.input-text,textarea { color:#333; background:#fff; border:1px solid #ccc; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; }
input.input-text:hover,textarea:hover { border-color:#a9a9a9; }
input.input-text:focus,textarea:focus { color:#333; background-color:#fff; border-color: #333; }
input.input-text,textarea { padding:5px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:1px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { padding:5px; width:2.5em !important; text-align:center; }
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,
a.button { padding:0 10px; height:45px; line-height:44px; font-size:14px; text-align:center; white-space:nowrap; color:#fff; background:#57585a; display:block; }
a.button { display:inline-block; }
button.button > span,
a.button { -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px; }
button.button:hover span,
button.button.alt:hover span,
a.button:hover { color:#fff; background-color:#333; }
button.disabled span,
button.disabled:hover span { color:#bbb !important; font-size:12px; font-weight:normal; cursor:default; background:#f7f7f7; }
button.button.alt span { height:35px; line-height:34px; background-color:#57585a; border-color:#57585a; }
button.button.alt:hover span { background-color:#00917e; }

button.link { padding:0; color:#00917e; background:transparent none; border:0 none; display:inline; }
button.link:hover { color:#00917e; cursor:pointer; }

button.btn-checkout span { height:45px; font-family:Helvetica, Arial, sans-serif; font-size:115%; font-weight:bold; line-height:45px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#ccc; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }
button.btn-proceed-checkout span { height:50px; line-height:50px; font-size:16px; font-weight:bold; }
button.btn-proceed-checkout span span:after { margin-left:20px; line-height:14px; font-family:"icomoon"; content:"\e001"; color:rgba(255,255,255,.5); font-size:20px; font-weight:normal; }
a.btn-review { padding-right:20px; padding-left:20px; }
a.btn-review:after { margin-left:10px; content:"\F086"; font-family:"icomoon"; color:rgba(255,255,255,.5); font-size:18px; }
a.btn-review:hover:after { color:#fff; }

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

/* Form lists */
/* Grouped fields */
.form-list { margin-bottom:20px; } 
p.required { display:none; }
input.required-entry,
textarea.required-entry { background:#FBFAF4; }
.form-list li { margin:0 0 10px; max-width:500px; clear:both; }
.form-list label { margin:0 0 4px; float:left; font-size:100%; font-weight:bold; position:relative; z-index:0; }
label.required { position:relative; }
label.required em { float:right; font-style:normal; color:#cb2027; position:absolute; top:-3px; right:-7px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
.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; }
.form-list .field { padding-right:5%; width:45%; float:left; }
.form-list .field:last-child { padding-right:0; width:50%; }
.form-list input.input-text,
.form-list textarea,
.form-list select { max-width:500px; }
.form-list input.input-text { width:100%; }
.form-list textarea { width:100%; height:10em; }
.form-list select { width:100%; } 
.form-list li.additional-row { border-top:1px solid #eee; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

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

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

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

.buttons-set { clear:both; padding:10px 18px 10px; text-align:right; background:#f3f3f3; }
    
    .customer-account-edit .buttons-set,
    .customer-address-form .buttons-set,
    .account-login .buttons-set,
    .customer-account-forgotpassword .buttons-set,
    .monkey-customer-account-index .monkey-multisubscribe .buttons-set,
    .account-create .buttons-set,
    .wishlist-index-share .buttons-set { margin-top:-1px; padding-bottom:19px; background:#fff; border:#ccc 1px solid; border-top:0 none; }
    
    .monkey-customer-account-index .buttons-set { display:none; }
    .monkey-customer-account-index .monkey-multisubscribe .buttons-set { display:block; }

.buttons-set a.f-left, a.back-link, .link-reorder, .nobr a { line-height:45px; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; line-height:37px; }
.buttons-set button { float:right; margin: 0; }
.buttons-set a ~ button, 
.buttons-set p.back-link ~ button { float:right; }  

.buttons-set2 { padding:10px 0; background:transparent none; }
.buttons-set2 .button { margin-top:10px; }
.buttons-set2 .button span span { padding-right:14px; background-image:none; }

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

.fieldset { margin:30px 0 0; padding:18px 18px 0; background:#fff; border:1px solid #ccc; }
.fieldset .legend { padding:9px; font-family:Helvetica, Arial, sans-serif; font-size:110%; font-weight:bold; line-height:1; background:#fff; border:1px solid #ccc; position:relative; right:9px; bottom:26px; display:inline; }
.fieldset ~ .buttons-set { margin:0 0 20px; background:#eee; border:#ccc 1px solid; border-top:0 none; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:13px; font-size:11px; line-height:13px; background:url('../images/validation_advice_bg.gif') 2px 3px no-repeat; color:#cb2027; }
.validation-failed { border:1px solid #cb2027 !important; background:#faebe7 !important; }
p.required { font-size:11px; text-align:right; color:#cb2027; }
/* 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 {}
.error {}
.notice {}

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { 
    margin-bottom:20px !important; width:100%; 
    font-family:Helvetica, Arial, sans-serif; font-weight:normal; font-size:112.5%;
    overflow:hidden; 
    background:#F8F5E7; }
    #messages_product_view .messages { margin-bottom:0 !important; }
.messages li { margin:0 !important; }
.messages a { font-weight:bold; text-decoration:underline; }
.messages a:hover { color:#333; }
.checkout-cart-index .messages { margin-bottom:20px!important; }
.messages li li { margin:0 0 .5em !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { padding:15px 10px 15px 40px!important; position:relative; }
.error-msg:before,
.success-msg:before,
.note-msg:before,
.notice-msg:before { 
    font-family:"icomoon"; font-size:20px;
    position:absolute; top:10px; left:14px; 
    display:block; }
.error-msg { background:#F4E1E1; border:1px dotted #cb2027; color:#cb2027; }
.success-msg { background:#D8F4EF; border:1px dotted #00917e; color:#00917e; }
.note-msg,
.notice-msg { background:#F8F5E7; border:1px dotted #333; color:#333; }
.error-msg:before { content:"\F057"; }
.success-msg:before { content:"\F058"; }
.note-msg:before,
.notice-msg:before { content:"\F05A"; }

/* BreadCrumbs */
.breadcrumbs { margin:0 0 20px; height:15px; line-height:15px; color:#848484; }
.breadcrumbs li { display:inline; }
.breadcrumbs a { color:#a9a9a9; }
.breadcrumbs a:hover { color:#00917e; text-decoration:none; }
.breadcrumbs i { margin:0 5px; }
.breadcrumbs strong a,
.breadcrumbs strong a:hover { cursor:text; color:#a9a9a9; }

/* Page Heading */
.page-title { margin:0 0 20px; width:100%; overflow:hidden; }
.page-title h1,
.page-title h2 { margin:0; font-size:250%; line-height:1.2; }
.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:0; font-size:16px; font-weight:bold; margin:0 0 20px; }

/* Pager */
.pager { padding-top:7px; text-align:center; font-size:12px; border-top:#ccc 1px solid; border-bottom:#ccc 1px solid; clear:both; }
.pager .amount { padding:0 0 7px; float:left; margin:0; }
.pager .limiter { padding:0 0 7px; float:right; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .pages { margin:0 auto; }
.pager .pages strong { display:none; }
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 5px; }
.pager .pages a.previous:after { margin-left:3px; content:"Previous"; }
.pager .pages a.next:before { margin-right:3px; content:"Next"; }
.pager .pages .current { font-weight:bold; }

/* Sorter */
.sorter { font-size:12px; padding:7px 0; border-bottom:#ccc 1px solid; }
.sorter .view-mode { float:left; margin:0; }
.sorter .view-mode label { margin-right:5px; }
.sorter .view-mode strong,
.sorter .view-mode a { width:20px; text-indent:-9999em; position:relative; display:inline-block; }
.sorter .view-mode strong:before,
.sorter .view-mode a:before { font-family:"icomoon"; font-size:18px; text-indent:0; position:absolute; top:-3px; left:0; }
.sorter .view-mode a:before { color:#ccc; }
.sorter .view-mode a:hover:before { color:#00917e; }
.sorter .view-mode .grid:before { content:"\F009"; }
.sorter .view-mode .list:before { content:"\F00B"; }
.sorter .sort-by { float:right; padding-right:32px; }
.sorter .sort-by label { vertical-align:middle; }
.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }

/* Toolbar */
.toolbar { margin-bottom:20px; }
.toolbar-bottom { margin-bottom:20px; }

/* Data Table */
.data-table { width:100%; background:#fff; border:#ccc 1px solid; }
.data-table tr.odd  { background:#fff; }
.data-table tr.even { background:#fff; }
.data-table th { padding:10px; font-weight:bold; line-height:1; white-space:nowrap; }
.data-table th.wrap { white-space:normal; }
.data-table td { padding:10px; }
.data-table td img { max-width:75px; height:auto; }

.data-table thead,
.data-table thead th { background:#eee; }

.data-table tfoot tr { background-color:#eee !important; }
.data-table tbody th { font-weight:bold; text-transform:none; white-space:normal; }
.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #eee }

/* Bundle products tables */
.data-table tbody.odd tr { background:#fff; }
.data-table tbody.even tr { background:#fcfcfc; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #eee; }

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

.data-table caption,
.table-caption { padding:10px; text-align:center; font-weight:bold; background:#eee; }

/* Generic Info Box */
.info-box { margin:0 0 15px; }
.info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #eee; margin:0 0 8px; }

.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 .summary-collapse { float:right; text-align:right; padding-left:20px; background:url('../images/bkg_collapse.gif') 0 4px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -53px; }
tr.summary-details td { 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% 4px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -53px; }

/* Misc */
.links li { display:inline; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
.link-rss { background:url('../images/i_rss.gif') 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-previous { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url('../images/btn_previous.gif') 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit,
.btn-remove { color:#333; font-size:0; text-indent:-9999px; display:inline-block; }
.btn-edit:before,
.btn-remove:before { font-family:"icomoon"; line-height:14px; font-size:16px; display:block;text-indent:0; }
.btn-edit:before { content:"\F040"; }
.btn-remove:before { content:"\F057"; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 5px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:#eee; margin:10px 0; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { max-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 #ccc; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

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

/* Header ================================================================================ */
.logo:hover { opacity:.8; }
.logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.logo { margin-left:20px; text-decoration:none !important; }
.logo img { max-width:140px; }

.header { margin-bottom:0; padding:40px 0; position:relative; }
.header .tagline { font-size:135%; }
.header .top-cart{position:relative;}

.quick-access-container { background:#57585a; }
.quick-access { margin-bottom:0; height:46px; line-height:46px; color:#f7f7f7; text-align:right; }
.quick-access a:hover { color:#fff; }
.quick-access ul.global { margin:0 auto; padding:10px 0; }
.quick-access .welcome-msg { display:inline; margin:0; color:#fff; }
.quick-access .welcome-msg a { color:#eee; }

.quick-access .currency { float:left; }
.quick-access .form-language { float:left; }
.quick-access .form-language label { font-weight:bold; padding-right:5px; color:#fff; vertical-align:middle; }
.quick-access .form-language select { padding:0; }
.quick-access .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }

.quick-access .links { margin-left:10px; float:left; }
.quick-access .links li { margin:0 0 0 10px; padding:7px 0; height:32px; float:left; }
.quick-access .links a {    
    padding:0 15px; height:32px; line-height:31px; color:#f7f7f7; 
    background:rgba(255,255,255,.15); 
    -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px; 
    display:block; }
.quick-access .links a:hover { background:rgba(255,255,255,.35); }
.quick-access .links li a.link-wishlist:before { margin:0 8px 0 -5px; font-family:"icomoon"; content:"\F004"; position:relative; top:0; }
.quick-access .links li a.link-wishlist:hover:before { top:-4px; }

.top-customer-services { margin:0 20px 0 0; text-align:left; position:relative; z-index:100; }
.top-customer-services h6 { margin:7px 0; font-weight:normal; }
.top-customer-services h6 a { 
    padding:0 40px 0 20px; height:32px; line-height:31px; 
    color:#f7f7f7;
    -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; -o-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; 
    position:relative;
    display:block; }
.top-customer-services h6 a:after { 
    font-family:"icomoon"; content:"\F107"; font-size:18px;
    position:absolute; top:0; right:15px;
    opacity:.5; }
.top-customer-services:hover h6 a { background:#333; border-right-color:transparent; }
.top-customer-services:hover h6 a:after { opacity:1; }
.top-customer-services ul { 
    padding:8px 0; width:220px; 
    background:#333; 
    position:absolute; top:36px; left:-9999em; z-index:110; 
    display:none; }
.top-customer-services:hover ul { left:0; display:block; }
.top-customer-services ul li { line-height:1.35; }
.top-customer-services ul li a { padding:8px 20px; color:rgba(255,255,255,.5); display:block; }
.top-customer-services ul li a:hover { color:#fff; }
.links-customer-services .phone { color:#f7f7f7; }

/*** // Responsive Showcase: ***/
.links-responsive-displays a { margin:0 10px 6px 0; line-height:18px; color:rgba(255,255,255,.35); vertical-align:bottom; display:inline-block; }
.links-responsive-displays a:hover { color:rgba(255,255,255,.5); }
.display-desktop { font-size:28px; }
.display-laptop { font-size:28px; }
.display-tablet { font-size:22px; }
.display-mobile { font-size:18px; }
div[class^="iframe-responsive-"] { margin:0 auto; position:relative; }
div[class^="iframe-responsive-"] iframe { position:absolute; }
.iframe-responsive-mobile { width:393px; height:871px; background:transparent url('../images/mint/iphone.png') 0 0 no-repeat; }
.iframe-responsive-mobile iframe { top:214px; left:38px; }
.iframe-responsive-mobile-landscape { width:752px; height:461px; background:transparent url('../images/mint/iphone_hor.png') 0 0 no-repeat; }
.iframe-responsive-mobile-landscape iframe { top:110px; left:137px; }
.iframe-responsive-iphone-five { width:418px; height:820px; background:transparent url('../images/mint/iphone5.png') 0 0 no-repeat; }
.iframe-responsive-iphone-five iframe { top:182px; left:53px; }
.iframe-responsive-iphone-five-landscape { width:820px; height:391px; background:transparent url('../images/mint/iphone5_hor.png') 0 0 no-repeat; }
.iframe-responsive-iphone-five-landscape iframe { top:74px; left:121px; }
.iframe-responsive-tablet { width:996px; height:1273px; background:transparent url('../images/mint/ipad.jpg') 0 0 no-repeat; }
.iframe-responsive-tablet iframe { top:220px; left:114px; }
.iframe-responsive-tablet-landscape { width:1273px; height:996px; background:transparent url('../images/mint/ipad_hor.jpg') 0 0 no-repeat; }
.iframe-responsive-tablet-landscape iframe { top:192px; left:125px; }
/*** // Responsive Showcase Ends // ***/

dl.currency dt { padding-left:20px; padding-right:5px; }
dl.currency dt, dl.currency dd { color:#f7f7f7; display:inline; }

.mini-promo-container { text-align:center; }
.mini-promo-container .mini-promo { margin:0 auto; padding:11px 0 10px; background:#fff; border-bottom:#eee 1px solid; }
.mini-promo * { margin:0; }
.mini-promo a:hover { text-decoration:none; }
.mini-promo ul li { width:49.5%;float:left; }
.mini-promo ul li.last { border-left:#eee 1px solid; }

.form-search { height:35px; position:relative; }
.form-search:before { 
    width:36px; height:36px;
    line-height: 36px; text-align:center; font-family: "icomoon"; content: "\F002";color:rgba(0,0,0,.35); font-size: 18px; 
    position:absolute; top:0; left:0; }
.form-search label { float:left; font-size:12px; font-weight:bold; padding:0 5px 0 0; display:none; }
.form-search input.input-text { padding-left:34px; width:100%; height:35px; color:#848484; font-size:12px; display:block; background:#f9f9f9; border:1px solid #ccc; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px; }
.form-search:hover input.input-text { color:#333; background:#fff; border-color:#333; }
.form-search button.button { position:absolute; top:5px; right:5px; opacity:0; cursor:text; }
.form-search:hover button.button { opacity:1; cursor:pointer; }
.form-search button.button span { padding:0 7px; height:25px; line-height:24px; font-size:13px; }
.form-search button.button:hover span { background-color:#00917e; }
.form-search .search-autocomplete { z-index:999; }
.form-search .search-autocomplete ul { background-color:#f7f7f7; border:1px solid #999; overflow: auto; max-height: 70vh;}
.form-search .search-autocomplete li { padding:2px 8px 1px 8px; text-align:left; border-bottom:1px solid #fff; cursor:pointer; }
.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.form-search .search-autocomplete li.odd { background-color:#f7f7f7; }
.form-search .search-autocomplete li.selected { background-color:#eee; }
.form-search-no-results { padding:0; border:0 none; }

/********** < Navigation */
.nav-container { background:#fff; border-bottom:#eee 1px solid; }
.nav-container .row { margin-bottom:-2px; }
#nav { background:#333; display:block; -moz-border-radius:3px 3px 0 0; -webkit-border-radius:3px 3px 0 0; -o-border-radius:3px 3px 0 0; border-radius:3px 3px 0 0; }
button.btn-nav { margin:0 0 10px; width:100%; position:relative; display:none; }
button.btn-nav:after { font-family:"icomoon"; content:"\F0C9"; color:#fff; font-size:20px; position:absolute; top:12px; right:16px; display:block; }

/* 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; text-decoration:none; }
#nav a { float:left; color:#333; font-weight:normal; display:block; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span { white-space:normal; }
#nav li.level-top { float:left; }
#nav a.level-top { padding:15px 0; height:21px; line-height:20px; color:#fff; font-size:120%; font-weight:bold; }
#nav li.parent a.level-top { border-bottom-width:0; }
#nav a.level-top span { padding:0 25px; border-left:#ccc 1px dotted; }
#nav li.level-top.first a.level-top span { border-left:0 none; }
#nav a.level-top.over span { color:#333; border-color:transparent; }
#nav a.level-top:hover span:after { color:#333; }
#nav li.parent a.level-top span { padding-right:45px; position:relative; }
#nav li.level0.over a.level-top { background:#fff; z-index:1000; position:relative; }
#nav li.level0.over a.level-top span { color:#333; }
#nav a.level-top:hover,
#nav li.level0.over a.level-top { color:#333; background:#fff; }
#nav li.level0.over,
#nav li.level0.over a.level-top,
#nav li.level0.over a.level-top span,
#nav li.level0:hover,
#nav li.level0.over a.level-top:hover,
#nav li.level0.over a.level-top:hover span { color:#333; }
#nav li.level-top:hover + li.level-top a.level-top span,
#nav li.level-top.active + li.level-top a.level-top span { border-color:transparent; }
#nav a.level-top.over,
#nav .active a.level-top { color:#333; background:#f7f7f7; border-color:#eee; }
#nav .active a.level-top span { border-color:transparent; }
#nav .active a.level-top,
#nav .active a.level-top:hover { cursor:default; }

/* 0 Level */
#nav li.active a { color:#333; }

/* 1st Level */
#nav .nav-column.first, #nav .nav-column.last { margin-left:20px; }
#nav ul.level1 { padding:0 0 8px; }
#nav .level1 a { padding:10px; font-weight:bold; background:#fff; float:none; display:block; }
#nav .level1 a:hover, #nav .level1.active a { background:#eee; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; top:51px; left:-10000px;  }
#nav li.last.parent.level-top div.shown-sub,
#nav li.parent.level-top:nth-last-child(2) div.shown-sub,
#nav li.parent.level-top:nth-last-child(3) div.shown-sub { right:0; left:auto; }
#nav div ul { padding:0; width:auto; border:none; position:static; }
#nav ul.level2 { margin-top:5px; }
#nav .level2 a { padding:7px 10px; font-size:95%; font-weight:normal; text-transform:none; background:transparent none;  }
#nav .level2 a:hover, #nav .level2.active > a { background:#eee; }

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

#nav .menu-dropdown-container { width:570px; padding:20px 0; position:absolute; z-index:999; background:#fff; border:#eee 1px solid; }
#nav .menu-dropdown-container ul,
#nav .menu-dropdown-container div { position:static; }
#nav li .nav-column { width:150px; float:left; padding:0 0 0 20px; }
#nav li .nav-column.first { padding-left:0; }
#nav li .nav-column.last { padding-right:0; }

/* Responsive Main Menu */
.quick-access .search-mobile a,
.quick-access .main-menu-link a,
.quick-access .links-global > a,
.quick-access .links-cart a { width:46px; height:46px; line-height:45px; text-align:center; color:#f7f7f7; font-size:18px; display:block; overflow:hidden; outline:0; }

.logo-mobile { width:235px; text-align:center; }
.logo-mobile a { margin:0; }
.logo-mobile img { vertical-align:middle; }

#mainmenu,
#wrapper.toggle-menu #mainmenu { display:none; }
.quick-access .main-menu-link a { font-size:0; }
.quick-access .main-menu-link a:before { margin:0 15px 0 10px; font-family:"icomoon"; content:"\F0C9"; font-size:18px; display:block; }
#mainmenu { 
    width:0; height:100%; 
    text-align:left; color:#fff; 
    background:#333; 
    position:absolute; top:46px; left:0; }
#mainmenu a { color:#f7f7f7; }
#mainmenu a:hover { color:#00917e; }
#mainmenu .block { margin:0 0 20px; padding:0 20px 20px; border:0 none; border-bottom:rgba(255,255,255,.15) 1px solid; display:block; }
#mainmenu .block-title { padding:0; font-size:150%; border:0 none; }
#mainmenu .block-content { padding:0; border:0 none; }
#mainmenu .block-category-nav { padding:0; }
#mainmenu .block-category-nav .block-title,
#mainmenu .block-service-nav h6 { padding:10px 20px; border-bottom:#555 1px solid; }
#mainmenu .block-category-nav li { border-color:#57585a; }
#mainmenu .block-category-nav a,
#mainmenu .block-service-nav a { font-size:110%; font-weight:bold; position:relative; }
#mainmenu .block-category-nav a:hover,
#mainmenu .block-service-nav a:hover { background-color:rgba(255,255,255,.15); }
#mainmenu .block-category-nav a .child-switcher { 
    margin:0; width:40px; height:100%; line-height:41px; text-indent:-9999em;
    position:absolute; top:0; right:0; 
    display:block; }
#mainmenu .block-category-nav a .child-switcher:before { 
    width:40px; height:40px; line-height:41px;
    text-align:center; font-family:"icomoon"; content:"\F107"; color:#fff; font-size:18px; text-indent:0;
    position:absolute;
    display:block; }
#mainmenu .block-category-nav a .child-switcher:hover { background:#00917e; }
#mainmenu .block-category-nav .shown .child-switcher:before { content:"\F106"; }
#mainmenu .block-category-nav .top-level.active { background:rgba(0,0,0,.25); }
#mainmenu .block-category-nav ul { padding:0; }
#mainmenu .block-category-nav ul li li a { font-size:100%; font-weight:normal; }

    /* Main Menu Category Level 2 */
    #mainmenu .block-category-nav ul li.active > a { color:#fff; font-weight:bold; cursor:default; background:#00917e; }
    #mainmenu .block-category-nav ul li.active > a:hover { background:#00917e; }

#mainmenu .block-info-nav li.top-level { margin:20px 0; }
#mainmenu .block-info-nav li.top-level ul li { margin:10px 0; }

.quick-access .links-cart a { font-size:20px; position:relative; }
.quick-access .links-cart a .cart-count { 
    width:18px; height:18px; line-height:18px; 
    text-align:center; font-size:13px; 
    background:#00917e;
    -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; border-radius:100%; 
    position:absolute; top:2px; right:2px; }
.quick-access .links-cart a:hover .cart-count { color:#00917e; background:#fff; top:0; }

/* Sidebar =============================================================================== */
.block { margin:0 0 20px; font:normal 100%/1.618 Helvetica, Arial, sans-serif; clear:both; }
.block .block-title,
.widget .widget-title { padding:10px 20px; font-size:18px; font-weight:bold; border-top:#ccc 1px solid; border-bottom:#ccc 1px solid; }
.block .block-title *,
.widget .widget-title * { margin-bottom:0; }
.block .block-title strong { display:block; }
.block .block-title .label { display:none; }
.block .block-title small { font-weight:normal; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:10px 20px; background:#eee; border-bottom:#ccc 1px dotted; }
.block .block-content { font-family:Helvetica, Arial, sans-serif; }
.block .block-content li { padding:10px 20px; border-bottom:#ccc 1px dotted; }
.block .btn-remove,
.block .btn-edit { margin:0 0 0 5px; float:right; }
.block .actions button.button { float:right; }
.block .empty { margin:0; }
.block .price-box { margin:5px 0; }
.block .actions { padding:10px 20px; background:#eee; }
.block .actions a { line-height:30px; }
.block .actions button span { padding:0 10px 0 5px; height:30px; line-height:30px; font-size:12px; }
.block .actions button span span:before { margin-right:7px; font-family:"icomoon"; color:rgba(255,255,255,.3); }
.top-right-container + div .block-title,
.top-right-container + div .widget-title { border-top:0 none; }
.col-right .block .block-title,
.col-right .widget-title { text-align:center; font-size:16px; }

/* Mini Products List */
.mini-products-list .product-image:hover { border-color:#a9a9a9; }
.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; }

/*  Left Navigation */
.block-category-nav, .block-category-nav-main { margin:0 0 20px 0; }
.block-category-nav .block-title, .block-category-nav-main .block-title { padding:0 20px 8px; border-top:0 none; }
.block-category-nav .block-content, .block-category-nav-main .block-content { padding:0; }
.block-category-nav .block-content li, .block-category-nav-main .block-content li { padding:0; }
.block-category-nav .block-content li.last, .block-category-nav-main .block-content ul li:last-child { border-bottom:none; }
.block-category-nav .block-content li a, .block-category-nav-main .block-content li a { padding:10px 10px 10px 20px; line-height:20px; color:#333; font-size:110%; display:block; }
.block-category-nav .block-content li a:hover, .block-category-nav-main .block-content li a:hover { color:#00917e; background:#fff; text-decoration:none; }
.block-category-nav .block-content li a:hover .child-switcher:before, .block-category-nav-main .block-content li a:hover .child-switcher:before { content:"\e003"; }
.block-category-nav .block-content li .child-switcher, .block-category-nav-main .block-content li .child-switcher { margin:-10px -10px 0 5px; width:40px; height:40px; line-height:40px; text-align:center; font-size:0; text-indent:-9999px; float:right; position:relative; }
.block-category-nav .block-content li .child-switcher:hover, .block-category-nav-main .block-content li .child-switcher:hover { color:#fff; background-color:#333; cursor:pointer; }
.block-category-nav .block-content li .child-switcher:before, .block-category-nav-main .block-content li .child-switcher:before { font-family:"icomoon"; content:"\e000"; font-size:16px; text-indent:0; display: block;}
.block-category-nav .block-content li .child-switcher:hover:before, .block-category-nav-main .block-content li .child-switcher:hover:before { content:"\e003"; }

/* Level 1 */
.block-category-nav .top-level.active, .block-category-nav-main .top-level.active { background:#f3f3f3; }
.block-category-nav .top-level.active a span, .block-category-nav-main .top-level.active a span { font-weight:bold; }
.block-category-nav .top-level.active li a span, .block-category-nav-main .top-level.active li a span { font-weight:normal; }
.block-category-nav ul.level-1, .block-category-nav-main ul.level-1{ padding:0 0 20px; display:none; }
.block-category-nav ul.child, .block-category-nav-main ul.child { padding-bottom:0; }
.block-category-nav ul.child , .block-category-nav-main ul.child li { border-top:#ccc 1px dotted; border-bottom:0 none; }
@media only screen and (min-width: 769px){
.block-category-nav .shown ul.child, .block-category-nav .active.shown ul.child,
.block-category-nav-main .shown ul.child, .block-category-nav-main .active.shown ul.child{ display:block; }
}
.block-category-nav li.shown > a,
.block-category-nav li.shown > a:hover,
.block-category-nav-main li.shown > a,
.block-category-nav-main li.shown > a:hover{ color:#333; background:#fff; }
.block-category-nav li.shown > a,
.block-category-nav li.shown > a:hover { background:rgba(255,255,255,.15); }
.block-category-nav .shown a .child-switcher:before, .block-category-nav-main .shown a .child-switcher:before { content:"\e003"; }
.block-category-nav .block-content .shown a .child-switcher:hover:before, .block-category-nav-main .block-content .shown a .child-switcher:hover:before { content:"\e004"; }
.block-category-nav ul.child a, .block-category-nav-main ul.child a { padding:10px 0 10px 35px; text-transform:none; }
.block-category-nav a:hover, .block-category-nav-main a:hover { background:#f3f3f3; }

/* Level 2 */

/* Block: Layered Navigation */
.block-layered-nav { border:none; }
.block-layered-nav .block-title { padding:8px 0; border-bottom:1px solid #ccc; font-size: 16px; font-weight: normal; }
.block-layered-nav .block-content dl { padding:10px 0; }
.block-layered-nav .block-content .layered-block { margin-bottom:10px; width:auto; margin-right: 15px; float: left; }
.block-layered-nav .block-content .layered-block select{width:100%;margin-top:3px;}
.block-layered-nav .actions { padding:10px 20px 0; background:none; }
.block-layered-nav dt { font-size:13px; }
.block-layered-nav .currently li { padding:10px 15px 9px 0; font-size:12px; background-color:#fff; border-bottom:1px dotted #CCCCCC; float: left; margin-right: 15px; }
.block-layered-nav .currently li span{float:left;padding-right:5px;}
.block-layered-nav .currently li span.value{font-weight:bold;}
.block-layered-nav .btn-remove { float:right; margin:2px 0 0 5px; font-size:0; text-indent: -9999px;}
.block-layered-nav .btn-remove:before { content:'\f057';font-family:"icomoon";font-size:15px;display: block;text-indent: 0;}
.block-layered-nav .actions a { line-height:1; }

/* Block: Information Navigation */
.block-info-nav { padding-bottom:10px; }
.block-info-nav h6 { margin:0; padding:12px 20px; font-size:14px; border-bottom:#ccc 1px dotted; }
.block-info-nav a { color:#333; display:block; }
.block-info-nav a:hover { color:#00917e; }
.block-info-nav .block-content li a { padding:10px 20px 10px 30px; }
.block-info-nav .block-content h6 a { padding:0; border-bottom:0 none; display:block; }

.sidebar .block-info-nav div { margin-bottom:0; }
.sidebar .block-info-nav li { padding:0; }
.sidebar .block-info-nav li:last-child { border-bottom:0 none; }

/* Block: Account */
.block-account .block-content li { padding:0; border-bottom:#ccc 1px solid; }
.block-account .block-content li a, .block-account .block-content li strong { padding:10px 0 10px 20px; color:#333; display:block; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#00917e; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { background:#f3f3f3; }
.block-currency .block-title { border:0; background:none; padding:7px 10px 2px; text-transform:none; }
.block-currency .block-title strong { text-transform:none; }
.block-currency .block-content { padding:0 10px 12px; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Cart */
.block-cart .block-title { background:#679100; }
.block-cart .block-title strong { color:#fff; }
.block-cart .summary { background:#e5eed6; padding:8px; margin:-12px -10px 8px; text-align:center; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { background:url(../images/bkg_subtotal.gif) no-repeat 50% 0; margin:5px 0 0; line-height:23px; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { display:none !important; }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }

/* Block: Wishlist */
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.sidebar .block-related .mini-products-list { padding:20px 0 0; }
.sidebar .block-related .item { margin-bottom:20px; text-align:center; border-bottom:#ccc 1px dotted; position:relative; }
.sidebar .block-related .item:last-child { margin-bottom:0; padding-bottom:0; border-bottom:0 none; }
.sidebar .block-related .product-name, 
.sidebar .block-related .price-box { margin:0; padding:0; font-size:13px; }
.sidebar .block-related .product-name { padding:0 0 5px; height:auto; white-space:normal; }
.sidebar .block-related .product-name a { color:#333; }
.sidebar .block-related .product-name a:hover { color:#00917e; }
.sidebar .block-related .product-image { margin-bottom:15px; display:inline-block; }
.sidebar .block-related .button,
.sidebar .block-related .button span { display:block; }
.sidebar .block-related .button { width:100%; }
.sidebar .block-related .button span,
.sidebar .block-related .button:hover span { padding:0; color:#00917e; background:none transparent; -moz-border-radius:0; -webkit-border-radius:0; -o-border-radius:0; border-radius:0; }
.sidebar .block-related .button:hover span { color:#333; }
.sidebar .block-related .button span span { font-size:13px; display:inline; }
.sidebar .block-related .button span span:after { margin-left:10px; content:'\E001'; line-height:20px; font-family:"icomoon"; font-size:18px; }
.sidebar .block-related [class*="product-is"] .product-image:before,
.sidebar .block-related [class*="product-is"] .product-image:after { width:50px; height:50px; line-height:51px; font-size:13px; top:-10px; left:10px; }
.sidebar .block-related .product-is-new-special .product-image:before { top:45px; left:10px; }

/* Block: Compare Products */
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px; }
.compare-table { border:0; }
.compare-table thead,
.compare-table thead tr.first { background:#fff; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; }
.compare-table .btn-remove { padding:5px 10px; font-size:12px; float:right; background:#eee; -moz-border-radius:4px 0 0 0; -webkit-border-radius:4px 0 0 0; -o-border-radius:4px 0 0 0; border-radius:4px 0 0 0; }
.compare-table .btn-remove:hover { color:#fff; background:#333; }
.compare-table .btn-remove:before { margin-right:5px; }
.compare-table tbody th { background:#e9e9e9; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #eee; border-left:1px solid #eee; }
.compare-table tbody td.last { border-right:1px solid #eee; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { margin:0 auto 10px; width:110px; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }
.compare-table .price-box { margin-bottom:10px; }
.compare-table .add-to-links li { background:none; padding:0; }
.compare-table .add-to-links li a { font-size:12px; }
.compare-table .add-to-links li a:before { margin-right:5px; }
.compare-table .buttons-set .button { margin:0 auto; float:none; }

/* Block: Recently Compared */
.block-compare .item a { color:#333; }
.block-compare .item a:hover { color:#00917e; }
.block-compare .actions button span span:before { content:"\F0EC"; }

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

/* Block: Tags */
.block-tags .block-content .tags-list { border:0; background:none; padding:0; }
.block-tags .block-content li a { color:#57585a; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Reorder */
.block-reorder .item { padding:10px 20px; border-bottom:#ccc 1px dotted; }
.block-reorder input.checkbox { float:left; margin:1px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }
.block-reorder .actions button span span:before { content:"\E001"; }

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

/* Block: Login */
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#57585a; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }

/* Block: Testimonials */
.testimonials-sidebar .block-title { font-weight:bold; }
.testimonials-sidebar .testimonial-box { padding:20px 20px 0; }
.testimonial-text { font-style:oblique; }

.testimonials-container .testimonials > div { margin-bottom:20px; padding:20px; background:#fff; }
.testimonials-container .testimonials .testimonial-name { margin-bottom:0; }

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


/* Category Page ========================================================================= */
.category-title { margin:0 0 10px; }
.category-title h1 { font-size:250%; }
.category-image { margin:0 0 20px; width:100%; overflow:hidden; text-align:center; }
.category-image img { width:100%; }
.category-description { margin:0 0 20px; }
.category-spotlight { padding:20px 0; }
.subcategory-grid { margin:0 0 40px; }
.subcategory-grid .shop-by-title { margin-bottom:20px; padding:10px 0; font-size:135%; font-weight:normal; border-top:#ccc 1px solid; border-bottom:#ccc 1px solid; }
.subcategory-grid ul.products-grid { width:auto; }
.subcategory-grid ul li.item { float:left; }
.subcategory-grid ul li.item a:hover img { opacity:.85; }
.subcategory-grid ul li.last { float:right; }
.subcategory-grid ul li.item .item-wrapper { padding-bottom:15px; width:auto; background:#fff; }
.subcategory-grid ul li.item .actions { padding:0; }
.subcategory-grid ul li.item:hover .actions { margin-top:-40px; }
.subcategory-grid ul li.item .actions button { width:100%; }
.subcategory-grid ul li.item .actions button span { padding:0 25px 0 20px; text-align:left; -moz-border-radius:0; -webkit-border-radius:0; -o-border-radius:0; border-radius:0; position:relative; }
.subcategory-grid ul li.item .actions button span:after { height:25px; line-height:24px; content:"\e000"; font-family:icomoon; color:rgba(255,255,255,.5); font-size:18px; position:absolute; top:10px; right:10px; }
.subcategory-grid ul li.item .actions button:hover span:after { color:#fff; }
.subcategory-grid a.category-name { margin-top:15px; color:#333; position:relative; display:block; }
.subcategory-grid a.category-name,
.subcategory-grid a.category-name span { font-weight:bold; }
.subcategory-grid a.category-name:hover { color:#00917e; text-decoration:none; }
.subcategory-grid a.category-name span.link { padding:10px; background:#f7f7f7; display:block; width:100%; text-overflow:ellipsis; overflow:hidden; white-space: nowrap; }
.subcategory-grid a.category-name:hover span.link { background-color:#333; }
.subcategory-grid .category-thumbnail { margin:0 0 15px; display:block; }
.subcategory-title h3 { margin:0; font-size:150%; }
.subcategory-title a span.label { text-transform:none; }

[class*="product-is"] .product-image:before,
[class*="product-is"] .product-image:after { 
    width:60px; height:60px; line-height:61px; z-index:999;
    text-align:center; color:#fff; font-size:14px; font-weight:bold; text-transform:uppercase;
    -moz-border-radius:100%; -webkit-border-radius:100%; -o-border-radius:100%; border-radius:100%; 
    position:absolute; top:5px; left:5px; }
.product-is-new .product-image:before,
.product-is-new-special .product-image:before { content:"New"; background-color:#333; }
.product-is-special .product-image:after,
.product-is-new-special .product-image:after { content:"Sale"; background-color:#cb2027; }
.product-is-new-special .product-image:before { top:70px; left:5px; }

/* View Type: Grid */
.products-grid { margin:0 auto; position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { margin-bottom:20px; padding:10px 1.666%; width:30%; float:left; position:relative; }
.products-grid li.last { margin-right:0; }
.products-grid li.item .item-wrapper { margin:0 auto; padding-bottom:10px; width:150px; background:#fff; }
.products-grid .product-image { margin-right:auto; margin-left:auto; width:150px; height:150px; display:block; }
.products-grid .product-image:hover { border-color:#f7f7f7; }
.products-grid .product-name,
.product-details .product-name { color:#333; display:block; cursor:pointer; padding:0 20px; margin-top:20px; height:20px; }
.products-grid .product-name:hover,
.product-details .product-name:hover { color:#00917e; text-decoration:none; }
.products-grid .price-box { padding-left:20px; height:47px; overflow:hidden; }
.products-grid .availability { line-height:21px; }
.products-grid li.item .item-container { height:150px; overflow:hidden; }
.products-grid li.item .review-container { height:18px; overflow:hidden; }
.products-grid .actions {    
    padding:10px 20px; width:100%;
    background:#fff; background:rgba(255,255,255,0.9); 
    opacity:0;
    overflow:hidden;}
.products-grid .actions .btn-cart { float:left; }
.products-grid .actions .add-to-links { line-height:45px; float:right; }
.products-grid .actions .add-to-links a:hover { color:#333; }
.products-grid li.item:hover .actions { margin-top:-50px; display:block; opacity:1; cursor:default; position:relative; z-index:2; }

/* Brands Grid 4 cols default */
/*.brands-grid.products-grid li.item.first { padding-left: 0; }*/
/*.brands-grid.products-grid li.item.last { padding-right: 0; }*/
@media only screen and (min-width: 768px) {      
    .col2-left-layout .category-products .products-grid li.item .item-wrapper,
    .col2-right-layout .category-products .products-grid li.item .item-wrapper { width:210px; }
    .col2-left-layout .category-products .products-grid li.item .item-container,
    .col2-right-layout .category-products .products-grid li.item .item-container { height:210px; }
    .col2-left-layout .category-products .products-grid li.item .product-image,
    .col2-right-layout .category-products .products-grid li.item .product-image { width:210px; height:210px; }
    .col2-left-layout .category-products .products-grid li.item:nth-child(4){clear:left;}
}
.col1-layout .category-products .products-grid li.item .item-wrapper,
.page-empty .category-products .products-grid li.item .item-wrapper { width:270px; }
.col1-layout .category-products .products-grid li.item .item-container,
.page-empty .category-products .products-grid li.item .item-container { height:270px; }
.col1-layout .category-products .products-grid li.item .product-image,
.page-empty .category-products .products-grid li.item .product-image { width:270px; height:270px; }

/* View Type: List */
.products-list li.item { margin:0 0 20px; padding:20px; background:#fff; clear:both; }
.products-list .item-switcher { 
    margin:-20px -20px 0 10px; width:30px; height:30px; line-height:31px;
    text-align:center; color:#333;
    background-color:#eee;
    position:relative;
    float:right;
    display:none; 
    cursor:pointer; }
.products-list .item-switcher:hover { color:#fff; background-color:#333; }
.products-list .item-switcher:before { font-family:"icomoon"; content:"\F068"; }
.products-list .min .item-switcher { margin:-10px -10px 0 10px; }
.products-list .min .item-switcher:before { content:"\F067"; }

.products-list [class*="product-is"] .product-image:before,
.products-list [class*="product-is"] .product-image:after { top:-30px; left:-30px; }
.products-list .product-is-new-special .product-image:before { top:35px; left:-30px; }

.products-list .product-image { margin:0 0 10px; position:relative; }
.products-list .product-name { margin:0 0 10px; font-size:150%; font-weight:bold; }
.products-list .product-name a { color:#333; }
.products-list .product-name a:hover { color:#00917e; }
.products-list .ratings { margin:0 0 10px; padding:0; }
.products-list .price-box { margin:0 0 5px; }
.products-list .desc { clear:both; margin:0 0 10px; line-height:1.618; }
.products-list button { margin:10px 0 0; width:100%; position:relative; }
.products-list button.btn-cart:after { font-family:"icomoon"; content:"\E001"; color:rgba(255,255,255,.5); font-size:20px; position:absolute; top:10px; right:8px; }
.products-list .add-to-links li { margin:0 0 10px; text-align:center; display:block; }
.products-list .add-to-links .separator { display:none; }
.products-list .add-to-links a { 
    padding:6px 0 7px; 
    font-size:12px; 
    background:#eee; 
    display:block; 
    -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px; 
    position:relative; }
.products-list .add-to-links a:before { position:absolute !important; top:3px !important; right:10px; }
.products-list .add-to-links a:hover { color:#fff; background:#333; } 

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


/* Product View ========================================================================== */
.product-view { background:#fff; }
body.catalog-product-view .col2-right-layout .col-main.nine.columns { width:76.59574%; }
body.catalog-product-view .col2-right-layout .col-right.three.columns { margin-left:0; }

/* Rating */
.no-rating { margin:0; }
    body.review-product-list .no-rating { margin-bottom:10px; }

.ratings { padding:0 20px; line-height:1.25; }
.ratings strong { float:left; margin:0 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links a { color:#333; }
.ratings .rating-links a:hover { color:#00917e; }
.ratings .rating-links .separator { margin:0 2px; }
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }

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

/* Availability */
.availability span { font-weight:bold; }

.availability-only { margin:0 0 20px; font-weight:bold; }
.availability-only span,
.availability-only strong { color:#cb2027; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#e9e9e9; padding:0 8px; }
.availability-only-details td { border-bottom:1px solid #d9dde3; padding:2px 8px 1px; }
.availability-only-details tr.odd { background:#fff; }
.availability-only-details tr.even { background:#fcfcfc; }
.availability-only-details tr.odd td.last { color:#396f00; font-weight:bold; }
.availability-only-details tr.last td { border-bottom:none; }

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

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

/********** < Product Prices */
.price { white-space:nowrap !important; }
.price-box { font-size:16px; }
.price-box p { margin-right:.1em; display:inline; }
.price-box .price { font-weight:bold; }

.price-label { color:#848484; font-size:12px; display:none; }

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

/* Old price */
.old-price { margin:0; margin-right:2px !important; color:#848484; font-size:80%; }
.old-price .price-label { font-weight:normal; white-space:nowrap; }
.old-price .price { font-weight:normal; text-decoration:line-through; }

/* Special price */
.special-price { margin:0; color:#00917e; }
.special-price .price-label { font-weight:bold; white-space:nowrap; }
.special-price .price { font-weight:bold; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-size:12px; font-weight:normal; white-space:nowrap; display:inline; }

.minimal-price-link { display:block; font-size:12px; color:#57585a; }
.minimal-price-link .label {color:#57585a;}
.minimal-price-link .price { font-weight:normal; color:#57585a; }

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

/* Excluding tax */
.price-excluding-tax { display:block; color:#888; }
.price-excluding-tax .label { font-size:10px; white-space:nowrap; color:#888; }
.price-excluding-tax .price { font-size:12px; font-weight:normal; color:#396f00; }

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

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

/* 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; font-weight:normal; }

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

/* Price range */
.price-from { margin:0; }
.price-from .price-label { white-space:nowrap; display:inline; }

.price-to { margin:0; }
.price-to .price-label { white-space:nowrap; display:inline; }

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

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

.price-box-bundle { margin:0 0 15px; clear:both; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; float:none !important; }
.price-box-bundle .price { color:#333; font-size:14px; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#fff; border:1px solid #eee; clear:both; }
.tier-prices .benefit { color:#00917e; font-weight:bold; }
.tier-prices .price { font-weight:bold;; }

.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links li{ margin:0; display:inline-block; }

.add-to-links li a { font-size:0; }
.add-to-links li a.link-wishlist:before{content:'\F004';font-family:"icomoon";color:rgba(0,0,0,.2);font-size:16px;display: inline-block;position:relative;top:0;}
.add-to-links li a.link-compare:before{content:'\F0EC';font-family:"icomoon";color:rgba(0,0,0,.2);font-size:16px;display: inline-block;position:relative;top:0;}

.products-grid li .add-to-links li a { display:block; text-indent: -9999px; float:left;} 
.products-grid li .add-to-links li .separator { display:block; float:left; } 
.products-grid li .add-to-links li a.link-wishlist:before{display: block;text-indent:0;}
.products-grid li .add-to-links li a.link-compare:before{display: block;text-indent:0;}

.add-to-links li a.link-wishlist:hover:before,
.add-to-links li a.link-compare:hover:before { color:#00917e; }

/* Add to Cart */
div.quantity { min-width:75px; }
i.plus,
i.minus { color:#848484; cursor:pointer; }
i.plus:hover,
i.minus:hover { color:#00917e; }
.add-to-cart label { font-weight:bold; color:#57585a; }
.add-to-cart .quantity { line-height:45px; }
.add-to-cart .quantity .qty { padding:10px 0; font-size:14px; }
.add-to-cart .quantity i { color:#848484; font-size:28px; position:relative; top:6px; }
.add-to-cart button.button { float:right; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }

/* Add to Links + Add to Cart */
.add-to-box { padding-top:20px; border-top:#fff 1px solid; clear:both; }
.add-to-cart button.button { box-shadow:3px 3px 4px rgba(0,0,0,0.15); -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px; }
.add-to-cart button.button span { padding:0 10px; height:50px; line-height:50px; font-size:16px; font-weight:bold; background-color:#00917e; }
.add-to-cart button.button span span:after { margin-left:20px; line-height:14px; font-family:"icomoon"; content:"\E001"; color:rgba(255,255,255,.5); font-size:20px; font-weight:normal; display:inline; }
.add-to-cart button.button:hover span { background-color:#333; }
.add-to-cart .paypal-logo { float:left; }
.add-to-box .or { display:none !important; }
.add-to-box .add-to-links { margin:10px 0; text-align:right; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-essential h2 { margin-bottom:20px; font:bold 12px/1.25 Arial, Helvetica, sans-serif; }

.product-collateral { padding:20px; }
.product-collateral h2 { color:#575859; font-size:150%; font-weight:bold; line-height:1.35; }
.product-collateral .box-collateral { margin-bottom:30px; }
.product-collateral .box-collateral-title { margin-bottom:20px; font-size:150%; font-weight:bold; }
.product-collateral .box-collateral-title h2 { display:inline; }
.product-collateral .box-collateral-title .button { margin-left:5px; font-size:12px; }
.product-collateral .box-collateral-title .link-write-review:after { margin-left:5px; font-family:"icomoon"; content:"\F040"; }

/* Product Images */
.product-view .product-img-box { padding:20px 0 0 20px; }
.product-view .product-img-box .product-image { margin:0 0 14px; }

/* Lightbox Styling */
.product-view .product-img-box .product-image,
.product-view .more-views ul li { position:relative; }
.product-view .product-img-box .product-image a,
.product-view .more-views ul li a { width:100%; height:100%; }
.product-view .product-img-box .product-image a:before { width:40px; height:35px; content:""; background:transparent url('../images/zoom.png') 50% 50% no-repeat; border:#eee 1px solid; position:absolute; bottom:10px; right:10px; display:block; }
.product-view .product-img-box .product-image a:hover:before { background-color:rgba(0,0,0,.025); border-color:#ccc; }

.product-img-box[class*="product-is"] .product-image:before,
.product-img-box[class*="product-is"] .product-image:after { top:-10px; left:-10px; }
.product-img-box.product-is-new-special .product-image:before { top:55px; left:-10px; }

.overlay_alphacube { background:#333; }
.dialog .top.table_window .title_window h2 { padding:5px 0; font-size:13px; }
.dialog .mid.table_window div.alphacube_content > div { padding:20px; }
.dialog table.table_window .data-table td,
.dialog table.table_window .data-table th { padding:10px 10px; }

.product-view .product-img-box .product-image-label { margin:0 auto 1em; width:190px; text-align:center; color:#848484; display:block; }
.product-view .product-img-box .product-image-label:hover { cursor:help; }
.product-view .product-img-box .product-image-label:hover span { border-bottom:1px dotted #848484; }
.product-view .product-img-box .product-image-label em { width:24px; height:24px; float:left; display:block; }
.product-view .product-img-box .more-views ul { margin-left:-10px; }
.product-view .product-img-box .more-views li { padding:2%; width:29%; float:left; }

.rel .label-tag { top:-7px; right:-7px; z-index:10; }
.rel .label-tag span { padding:0; height:70px; width:70px; line-height:70px; text-align:center; font-size:100%; background:#333; box-shadow:4px 8px 8px rgba(0,0,0,0.1); border-radius:100%; display:block; }
.rel .label-tag:hover span { color:#fff; background-color:#00917e; }
.box-up-sell .rel .label-tag { right:0; }

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

/* Product Shop */
.product-view .product-shop { padding-bottom:20px; background:#fff; }
.product-view .product-shop .product-name { margin:20px 20px 10px 0; }
.product-view .product-shop .review-container .ratings,
.product-view .product-shop .review-container .no-rating { padding-left:0; }
.product-view .product-shop .add-to-cart-container { margin-right:20px; padding:20px 20px 25px; background:#f9f9f9; border:#eee 1px solid; clear:both; }
.product-view .product-shop .sizing-chart-container { margin-top:3px; margin-bottom:10px; float:right; }
.product-view .product-shop .sizing-chart-container a { color:#333; display:block; }
.product-view .product-shop .sizing-chart-container a:hover { color:#00917e; }
.product-view .product-shop .sizing-chart-container a:before { margin-right:5px; font-family:"icomoon"; content:"\F0CE"; }
.product-view .product-shop .short-description { margin:10px 20px 20px 0; }
.product-view .product-shop .price-box { margin:0 0 15px; line-height:1; font-size:200%; float:left; clear:left; }
.product-view .product-shop .add-to-links { margin:20px 0 0; }
.product-view .product-shop .add-to-links li { display:inline; }
.product-view .product-shop .add-to-links li .separator { display:none !important; }
.product-view .product-shop .social-facebook-wrapper { margin:1em 0 0; }
.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }
.product-view .product-shop .old-price { font-size:75%; }
.product-view .product-shop ul.messages { margin:20px 0!important; }
.product-view .product-shop-wrapper ul.add-to-links { margin:0 20px 20px; }
.product-view .product-shop-wrapper ul.add-to-links li a { font-size:12px; }
.product-view .product-shop-wrapper ul.add-to-links li a:before { margin-right:8px; }
.product-view .product-shop-wrapper ul.add-to-links .separator { margin:0 10px; color:#57585a; font-size:18px; }

/* Product Options */
.product-options dt { margin-bottom:3px; font-weight:normal; }
.product-options dt label { font-weight:bold; }
.product-options dt label.required em { color:#cb2027; margin-left:5px; }
.product-options dd { padding:0 0 20px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#57585a; }
.product-options dd input.input-text { width:100%; }
.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:100%; height:8em; }
.product-options dd select { width:100%; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options dd .note { margin:0; padding:0 0 0 18px; color:#a9a9a9; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { 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:2px; }
.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.required { position:absolute; right:15px; top:10px; }

.container-two { padding:0 20px; }
.product-options-bottom { padding:20px 20px 25px; background:#fff; border:#ccc 1px solid; clear:both; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .price-box { float:left; margin:0 10px 0 0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.product-options-bottom .price-label { padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { margin:0; padding:0; border:0; background:0; }
.product-options-bottom .add-to-links { float:right; display:inline; }

.product-shop .product-options { padding-top:20px; border-top:#ccc 1px dotted; clear:both; }
.product-shop .product-options-bottom { padding:0; background:transparent none; border:0 none; -moz-box-shadow:none; -webkit-box-shadow:none; -o-box-shadow:none; box-shadow:none; }
.product-shop .product-options-bottom .price-box { float:none; margin:0 0 10px; display:none; }
.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 { padding-top:20px; clear:both; float:none; text-align:left; border-top:#ccc 1px dotted; }

/* Grouped Product */
.product-view .grouped-items-table th,
.product-view .grouped-items-table td { font-size:13px; }
.product-view .grouped-items-table td { vertical-align:middle; }
.product-view .grouped-items-table .price-box { margin:0; padding:0; line-height:13px; float:none; }
.product-view .grouped-items-table .price-box .price { line-height:13px; font-size:13px; }

/* Product Tabs */
.product-tabs li { margin:0 10px 0 0; min-width:120px; text-align:center; position:relative; bottom:-1px; float:left; }
.product-tabs li.last { margin-right:0; }
.product-tabs li a { padding:12px 20px 11px; color:#333; font-size:11px; text-transform:uppercase; background:#eee; border:#ccc 1px solid; display:block; }
.product-tabs li a:hover { color:#00917e; background-color:#f7f7f7; }
.product-tabs li.active a { background:#fff; border-bottom:#fff 1px solid; cursor:default; }
.product-tabs li.active a:hover { color:#333; }
.product-tabs-container { margin:0 0 20px; padding:20px; background:#fff; border:#ccc 1px solid; clear:both; }
.product-tabs-container .product-tabs-content { min-height:200px; }

/* Block: Description */
.product-view .box-description { margin-bottom:20px; }

/* Block: Additional */
.product-view #product-attribute-specs-table th,
.product-view #product-attribute-specs-table td { line-height:1.25; vertical-align:top; }

/* Block: Upsell */
.box-up-sell .products-grid li.item { padding:10px 1%; width:23%; }
.box-up-sell .products-grid li.item .price-box p { display:block; }
.box-up-sell .products-grid li.item .actions .button span { height:35px; line-height:35px; }
.box-up-sell .products-grid li.item .actions .add-to-links { text-align:center; line-height:2; float:none; }

/*** Table Upsell *** uncomment this for the default tabled upsell ***
.box-up-sell .products-grid { margin:0; padding:0; width:auto; }
.box-up-sell .products-grid li { width:25%; float:left; }
.box-up-sell .products-grid .product-image { width:178px; height:238px; }
.box-up-sell #upsell-product-table { width:100% }
.box-up-sell #upsell-product-table td { width:25% }
*/

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:12px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; margin:0 0 3px; }
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; height:35px; line-height:35px; }
.product-view .box-tags .form-add button.button span { height:35px; line-height:35px; }
.product-view .box-tags .note { margin:2px 0 0; font-size:10px; }

/* Block: Reviews */
.product-view .box-reviews .more { text-align:center; font-weight:bold; }
.product-view .box-reviews .more a { 
    padding:15px; 
    text-transform:capitalize; 
    background:#f9f9f9;
    border:#eee 1px solid;
    -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px; 
    display:block; }
.product-view .box-reviews .more a:hover { color:#fff; background-color:#333; }
.product-view .box-reviews dl { margin-bottom:20px; padding-bottom:20px; border-bottom:#ccc 1px dotted; clear:both; }
.product-view .box-reviews dl:first-child { margin-top:20px; }
.product-view .box-reviews dl:last-child { border-bottom:0 none; }
.product-view .box-reviews dt { margin:0 0 10px; }
.product-view .box-reviews dt .review-title { font-size:120%; font-weight:bold; }
.product-view .box-reviews dd small { font-size:100%; font-style:italic; }
.product-view .box-reviews .form-add { margin:30px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table { max-width:500px; }
.product-view .box-reviews .form-add .data-table th,
.product-view .box-reviews .form-add .data-table td { padding:10px; vertical-align:middle; }
.product-view .box-reviews .form-add .data-table tbody th { padding:10px; }
.product-view .box-reviews .form-add .data-table thead th { text-align:center; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; padding:0 0 10px; max-width:500px; background:#fff; }
.product-view .box-reviews .form-add .form-list .input-box { width:100%; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:100%; }
.product-view .box-reviews .form-add .buttons-set { padding:20px 0; max-width:500px; background:#fff; border-top:#ccc 1px solid; }

/* Send a Friend */
.send-friend .form-list { width:535px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }

/* Next & Previous */
.catalog-product-view .nextprevious-navigation { margin:-10px 0 15px; height:30px; float:right; }
.catalog-product-view .nextprevious-navigation span { margin-left:5px; width:30px; height:30px; line-height:30px; text-align:center; color:#eee; font-size:0; text-indent:-9999px; background:#f5f5f5; display:block; float:left; }
.catalog-product-view .nextprevious-navigation a span { color:#333; background-color:#eee; }
.catalog-product-view .nextprevious-navigation a:hover span { background-color:#333; }
.catalog-product-view .nextprevious-navigation span:before { font-family:"icomoon"; content:"\e000"; font-size:18px; display:block; text-indent: 0;}
.catalog-product-view .nextprevious-navigation a:hover span:before { color:#fff; }
.catalog-product-view .nextprevious-navigation .prev:before { content:"\e002"; }

/* ShareThis */
.share-this { margin:-20px -20px 0 0; padding:0 10px 0 34px; width:60px; height:34px; line-height:34px; color:#a9a9a9; font-size:12px; background:#eee; float:right; position:relative; overflow:hidden; }
.share-this:hover { width:auto; color:#333; }
.share-this:hover .label { display:none; }
.share-this:before { width:34px; height:34px; line-height:34px; text-align:center; font-family:"icomoon"; content:"\F064"; color:#a9a9a9; font-size:18px; position:absolute; top:0; left:0; display:block; }
.share-this:hover:before { color:#333; }
.share-this > span[class*="st_"] { opacity:0; }
.share-this:hover > span[class*="st_"] { opacity:1; }

/* Block: Right Column */
.catalog-product-view .product-benefits h6 { margin:0 0 20px; padding:10px 20px; line-height:1.35; font-size:14px; border-top:#ccc 1px solid; border-bottom:#ccc 1px solid; }
.catalog-product-view .product-benefits ul { margin:0 0 20px; padding:0; list-style:outside none; }
.catalog-product-view .product-benefits ul li { margin:0 0 15px 45px; line-height:16px; position:relative; }
.catalog-product-view .product-benefits ul li:before { line-height:16px; font-family:"icomoon"; content:"\F00C"; color:#00917e; font-size:16px; position:absolute; top:0; left:-25px; }

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


/* Content Styles ================================================================= */
.product-name { margin:0; font-weight:normal; line-height:1.25; }

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

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px dotted #333; background:#F8F5E7; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary li { margin:2px 0; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Pages */
.cms-page-view .col-main,
.cms-index-noroute .col-main { padding:20px 20px 30px; background:#fff; }
/* Added temp fix for home2 page slider to remove padding set above */
.cms-page-view.cms-home2 .col-main { padding: 0; }

/* CMS Home Page */
.cms-index-index .main,
.cms-home-2 .main { min-height:0; }
.cms-home-2 .main .col-main { padding:0; background:transparent none; -moz-box-shadow:none; -webkit-box-shadow:none; -o-box-shadow:none; box-shadow:none; }
.cms-index-index .uvp,
.cms-home-2 .uvp { margin:10px 0 0; }
.cms-index-index .uvp h1,
.cms-index-index .uvp h2,
.cms-home-2 .uvp h1,
.cms-home-2 .uvp h2 { margin:0 0 12px; color:#777; font-size:200%; font-weight:normal; }
.cms-index-index .uvp p,
.cms-home-2 .uvp p { font-size:14px; }
.carousel-two > .widget > p { margin:0; line-height:0; }
.home-banners-container { margin-top:20px; }
.home-banner > div { background:#fff; display:block; }
.home-banner img { width:100%; }
.home-banner:hover > div { 
    margin-top:-2%; margin-right:-2%; margin-left:-2%; 
    position:relative; z-index:200; 
    box-shadow:0 0 10px rgba(0,0,0,.25); 
    -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1);
}
.home-banner:first-child:hover > div { margin-left:-2%; margin-right:0; }
.home-banner:last-child:hover > div { margin-left:0; margin-right:-2%; }
.home-banner-image { position:relative; }
.home-banner-heading { text-align:center; }
.home-banner-heading h2 {
    margin:15px 0 0; width:100%; color:#fff; font-size:14px; font-weight:normal; position:absolute; }
.home-banner-heading h2 strong { margin:10px 20px; padding:5px; font-size:210%; border-top:#f7f7f7 1px solid; border-bottom:#f7f7f7 1px solid; display:block; }
.home-banner-desc { padding:18px 20px; }

.cms-index-index .widget-featured-products-slider .products-grid .product-image img { width:178px; height:238px; }

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 10px -25px 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:#57585a; }
.page-sitemap .sitemap a:hover { color:#00917e; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }

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


/* Shopping Cart ========================================================================= */
.cart .page-title h1 { padding:10px 0 0; }

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

/* Shopping Cart Table */
.cart-table th { padding:10px 20px; }
.cart-table td { padding:20px; vertical-align:top; }
.cart-table .product-name { margin:0 0 10px; font-size:13px; color:#333; }
.cart-table .product-name a { color:#333; }
.cart-table .product-image { border:1px solid #eee; display:block; }
.cart-table .product-image:hover { border-color:#a9a9a9; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:10px; }
.cart-table .qty-input { margin-top:-.2em; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span { height:30px; line-height:30px; font-size:12px; }
.cart-table .btn-empty { float:right; }
.cart-table .btn-empty span,.cart-table .btn-update span{font-size:12px;height:30px;line-height:30px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals .col2-set {margin-top:20px;}

.cart-bottom-wrapper h3 { margin:0 0 .5em; }
.cart-bottom-wrapper p { margin:0; line-height:1.25; }

/* MageMint: Cross Sell */
.crosssell .crosssell-title { margin:0 0 20px; padding:0 0 10px 0; font-size:16px; font-weight:bold; background:transparent none; border-bottom:#ccc 1px dotted; }
.crosssell .item { margin-bottom:10px; width:25%; position:relative; float:left; }
.crosssell .item .product-image { width:90px; height:90px; float:left; }
.crosssell .item .product-name { margin:10px 0 0; padding:0; color:#333; }
.crosssell .item .product-name:hover { color:#00917e; }
.crosssell .item .product-details { margin-left:100px; }
.crosssell .item .price-box { margin-bottom:5px; }
.crosssell a.btn-add-to-cart { color:#00917e; font-size:13px; font-weight:bold; }
.crosssell a.btn-add-to-cart:before { margin-right:5px; font-family:"icomoon"; content:"\F055"; }
.crosssell a.btn-add-to-cart:hover { color:#333; }
.crosssell [class*="product-is"] .product-image:before,
.crosssell [class*="product-is"] .product-image:after { width:50px; height:50px; line-height:51px; font-size:13px; top:-10px; left:-15px; }
.crosssell .product-is-new-special .product-image:before { top:45px; left:-15px; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #f7f7f7; padding:12px 20px 20px; margin:0 0 20px; }
.cart .discount h2,
.cart .shipping h2 { font:bold 13px/16px Arial, Helvetica, sans-serif; }
.cart .discount button span,
.cart .shipping button span { line-height:30px;height:30px;font-size:12px; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; background:none transparent; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.cart .shipping ul{margin-bottom:0;}

.cart .discount .input-box { margin:8px 0 0; }
.cart .discount input.input-text,.cart .shipping input.input-text,.cart .shipping select{ width:100%; }

.cart .discount .buttons-set button.button { float:left; }
.cart .discount .buttons-set button.button[title="Cancel Coupon"],
#aw-onestepcheckout-coupon-code-cancel-btn { margin-left:10px; }
.cart .discount .buttons-set button.button[title="Cancel Coupon"] span,
#aw-onestepcheckout-coupon-code-cancel-btn span { padding:0; color:#00917e; font-size:12px; text-decoration:underline; background:transparent; }
.cart .discount .buttons-set button.button[title="Cancel Coupon"]:hover span,
#aw-onestepcheckout-coupon-code-cancel-btn:hover span{ color:#57585a; }

/* Shopping Cart Totals */
.cart .totals { margin:-1px 0 20px 0; background:#fff; border:#ccc 1px solid; float:right; }
.cart .totals table { width:100%; }
.cart .totals th,
.cart .totals td { padding:10px 20px; border-bottom:#ccc 1px dotted; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:112.5%; font-weight:bold; }
.cart .totals .checkout-types { padding:20px 20px 10px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:0 0 20px; }
.cart .totals p.a-right { padding:0 20px 0 0; }

/* Options Tool Tip */
.item-options { margin:0 0 10px; }
.item-options dt,
.item-options dd { margin-right:3px; float:left; }
.item-options dt { font-weight:bold; clear:left; }
.item-options dt:after { content:"\003A"; }

ul.cart-edit li { margin-right:10px; padding:0 10px 0 0; border-right:1px solid #eee; float:left; }
ul.cart-edit .link-remove { border-right:0 none; }

.truncated { cursor:help; }
.truncated a.dots { cursor:help; text-decoration:none !important; }
.truncated a.details { color:#333; cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #333; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; z-index:999; width:150px; padding:8px; border:1px solid #eee; background-color:#f7f7f7; }
.truncated .truncated_full_value .item-options dt { margin-top:0; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; }
.truncated .show .item-options { top:-20px; left:40%; }
.col-left .truncated .show .item-options { left:30px; top:10px; }
.col-right .truncated .show .item-options { left:-240px; top:10px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 10px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#57585a; }
.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:1.5em 0 2em; }
.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:2px solid #eee; border-bottom-color:#848484; background:#f6f6f6; 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:12px; height:12px; 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:12px; height:12px; background:url(../images/btn_remove.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:20px; background:#fff; border:1px solid #ccc; }
.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:#57585a; }

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background:#fff; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

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

.opc .centinel { padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fff; border:1px solid #eee; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:12px; font-weight:bold; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#848484; border-bottom:1px solid #848484; position:relative; color:#fff; }
.info-set h2.legend a { color:#fff; }
.info-set h3.legend { margin:0 0 10px; }
.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:#4f8100 !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 { margin:0; padding:25px 0 0;border:0; }
.block-progress .block-title { margin:0 0 2em; padding:0 0 0 20px; font-family:Calibri, Helvetica, Arial, sans-serif; color:#333; font-size:100%; background:none; border:0; }
.block-progress .block-title strong { color:#333; font-weight:bold; }
.block-progress .block-content { background:none; padding:0; }
.block-progress dt { margin:0 0 1em; padding:0 0 0 20px; color:#eee; font-size:100%; font-weight:bold; line-height:1.35; }
.block-progress dt .separator { color:#eee; font-weight:normal; }
.block-progress dd { margin:0 0 1.5em; padding:0 0 0 20px; border-top:0; }
.block-progress dt.complete { color:#333; }
.block-progress dt.complete a { font-weight:normal; }
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:transparent none; border:0 none; color:inherit; font-size:11px; font-weight:bold; margin:5px 0; padding:0; text-transform:none; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:37px; line-height:37px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }

.opc .step-title { border:1px solid #eee; background:#f7f7f7; padding:10px 20px 10px 10px; text-align:right; }
.opc .step-title .number { float:left; background:#eee; border:1px solid #fff; padding:2px 7px; margin:0 8px 0 0; color:#fff; }
.opc .step-title h2 { margin:0; font-family:Calibri, Helvetica, Arial, sans-serif; color:#eee; font-size:100%; line-height:175%; font-weight:bold; float:left; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { background:#f7f7f7; border-color:#eee; color:#333; cursor:pointer; }
.opc .allow .step-title .number { color:#fff; background:#333; border-color:#333; }
.opc .allow .step-title h2 { color:#333; }
.opc .allow .step-title a { display:block; line-height:24px; color:#00917e; }

.opc .active .step-title { background:#00917e; border-color:#00917e; color:#fff; cursor:default; }
.opc .active .step-title .number { color:#00917e; background:#fff; border-color:#fff; }
.opc .active .step-title h2 { color:#fff; }
.opc .active .step-title a { display:none; }

.opc .step { border:1px solid #eee; border-top:0; background:#fff; padding:30px 40px 40px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login h3 { font-size:100%; border-bottom:1px solid #eee; padding-bottom:.5em; }
#opc-login h4 { font-size:100%; font-weight:bold; margin:0 0 .5em; }

.opc .gift-messages-form { margin:0 -30px; background:#f3f3f3; border:1px solid #eee; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { padding:0; }
#opc-review #checkout-review-table { border:0 none; }
#opc-review tfoot td { padding-top:10px;padding-bottom:10px; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 20px 20px 30px; border-right:0 none; border-bottom:0 none; border-left:0 none; }
#opc-review .buttons-set .f-left { line-height:47px; }
#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#333; 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:6px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#888; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:12px; font-weight:bold; }
.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:#4f8100 !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:#fff; border:1px solid #ccc; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:10px 20px; background:#848484; border-bottom:1px solid #848484; position:relative; color:#fff; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }

.multiple-checkout .place-order .please-wait { float:right; padding:5px 10px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; }
.multiple-checkout .place-order .grand-total big { float:left; margin-right:12px; font-size:1.5em; font-weight:bold; line-height:28px; color:#e26703; }
.multiple-checkout .place-order .grand-total div { float:left; }

/* Step 1 */
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }

/* 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 #eee; background:#eee; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { display:none; }

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

/* Success Page */
.checkout-onepage-success .col-main { padding:20px 20px 30px; background:#fff; }

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


/* Account Login/Create Pages ============================================================ */
.account-login .content { padding:18px; min-height:255px; background:#fff; border:#ccc 1px solid; }
.account-login .content h2 { margin:0 0 20px; font-family:Helvetica, Arial, sans-serif; font-size:150%; font-weight:bold; line-height:1; }
.account-login .new-customers ul,
.account-login .new-customers ol { margin-left:0; }

/* Account Login/Create Pages ============================================================ */

/* 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 #888; border-bottom-color:#848484; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
.remember-me-popup h3 { background:#dedede; border-bottom:1px solid #eee; color:#57585a; font-size:14px; margin:0; padding:7px 10px 5px; }
.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:9px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
.remember-me-popup .remember-me-popup-body a,
.remember-me-popup .remember-me-popup-body a span { display:inline-block; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-align:center; white-space:nowrap; color:#57585a; }
.remember-me-popup .remember-me-popup-body a span { background-position:100% 0; padding:0 15px 0 9px; }
/* Remember Me Popup ===================================================================== */


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

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 20px; }
.dashboard .col2-set { margin:0 0 20px; }

/* General Box */
.box-account { margin:0 0 15px; }
.box-account .box-head { margin:0 0 20px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; }

.dashboard .box { background:#fff; }
.dashboard .box .box-title { background:#eee; padding:15px 20px; margin:0; text-align:right; line-height:1; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { font-family:Helvetica, Arial, sans-serif; font-weight:bold; float:left; margin:0; font-size:16px; line-height:12px; }
.dashboard .box .box-content { padding:20px; min-height:85px; overflow:auto; }

/* Block: Recent Orders */
.dashboard .box-recent { margin:0 0 30px; }

/* Block: Account Information */
.dashboard .box-info h4 { font-weight:bold; }

/* Block: Reviews */
.dashboard .box-reviews { background:#fff; }
.dashboard .box-reviews .box-head { background:#eee; padding:10px 20px; margin:0; }
.dashboard .box-reviews .box-head h2 { font-size:16px; font-weight:bold; line-height:1.35; color:#333; }
.dashboard .box-reviews .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { padding:14px 0 10px 20px; text-align:right; border-bottom:#ccc 1px dotted; overflow:hidden; }
.dashboard .box-reviews li.item { clear:both; }
.dashboard .box-reviews .product-name { text-align:left; font-size:13px; float:left;  }
.dashboard .box-reviews .ratings { margin:2px 16px 0 20px; padding:0; display:inline-block; }

/* Block: Tags */
.dashboard .box-tags .box-head { background:#eee; padding:10px 20px; margin:0 0 12px; }
.dashboard .box-tags .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#57585a; }
.dashboard .box-tags .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { padding:0 10px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { margin:0; padding:10px 20px; line-height:1; font-size:100%; background:#eee; }
.addresses-list h3 { font-weight:bold; font-size:12px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:10px 0 0; padding:10px 0 0; border-top:1px solid #ccc; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { padding:15px 20px 20px; margin:0 0 20px; background:#fff; border:1px solid #ccc; }
.addresses-list li.empty { background-image:none; }
.addresses-list li.empty p { font-weight:bold; margin:0; padding-top:0; border-top:0; }
.addresses-list li.item h3 { margin:0 0 10px; font-family:Helvetica, Arial, sans-serif; }
.addresses-list .addresses-additional li.item { color:#57585a; background:#fff; }

/* Order View */
#my-orders-table { margin:20px 0; }
#my-orders-table td { vertical-align:middle; }
.data-table tfoot td { padding:10px 20px; }
.data-table tfoot .shipping td { border-top:#ccc 1px dotted; }
.data-table tfoot .grand_total td { padding:10px 10px 12px; font-size:150%; background:#fff; border-top:#ccc 1px dotted; }

.order-info dt { margin:0 0 10px; font-weight:bold; }
.order-info ul { margin-bottom:20px; border-bottom:1px solid #333; }
.order-info li { float:left; border-right:1px solid #a9a9a9; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.order-info li.first { border-left:0; }
.order-info li.last { border-right:0; }
.order-info li a { display:block; padding:10px 20px; color:#333; }
.order-info li a:hover { background-color:#00917e; text-decoration:none; color:#fff; }
.order-info li.current { padding:10px 20px; background-color:#333; border-color:#333; font-weight:bold; color:#fff; }

.order-date { margin:20px 0; font-weight:bold; }

.order-info-box { margin:0 0 20px; background:#fff; border:#ccc 1px solid; }
.order-info-box .box-title { padding:20px 20px 0; }
.order-info-box h2 { margin:0; font-size:14px; }
.order-info-box .box-content { padding:20px; }
.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 #my-orders-table td { vertical-align:top; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:20px 0 10px; }
.order-items h3 { font-size:12px; }
.order-items .table-caption { margin:0 !important; padding:10px; font-size:110%; background:#fff; border:#ccc 1px solid; border-bottom:0 none; }
.order-items .product-name { margin:0 0 10px; font-weight:bold !important; }
.order-items .order-links { margin:0; text-align:right; }
.order-items .order-links .link-print { font-weight:bold; text-transform:none; }
.order-items #my-orders-table { margin:0; }

.order-additional { margin:15px 0; }
.order-comments dl { background:#fff; border:#ccc 1px solid; }
.order-comments dl dt { padding:15px 20px 0; }
.order-comments dl dd { margin:0; padding:10px 20px 20px; border-bottom:#ccc 1px dotted; }
.order-comments dl dd:last-child { padding-bottom:25px; border-bottom:0 none; }

/* Order Gift Message */
.gift-message dt strong { color:#57585a; }
.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:10px 20px; vertical-align:middle; }

/* 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:15px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:12px; font-weight:bold; }
.page-print h2.h2 { font-size:15px; font-weight:bold; text-align:right; }
.page-print .order-date { border-bottom:1px solid #eee; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }

/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .description { margin:0 0 1em; }
.my-wishlist .product-name { margin:0 0 .5em; }
.my-wishlist .data-table td { vertical-align:top; }
.my-wishlist .product-image { display:block; margin:0 0 10px; }
.my-wishlist textarea { margin:0 0 10px; display:block; width:97%; height:109px; }
.my-wishlist .cart-cell div { margin:0 0 10px; }
.my-wishlist .cart-cell .qty { margin:0 0 10px; padding:5px 10px; }
.my-wishlist .buttons-set {margin:0 0 20px; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set button.btn-add { margin-left:0; float:left; }
.my-wishlist .buttons-set .btn-add span { background-color:#00917e; }
.my-wishlist .buttons-set .btn-add:hover span { background-color:#333; }
#wishlist-table .add-to-links { white-space:nowrap; }
.wishlist-empty { min-height:100px; }

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

/* My Reviews */
#my-reviews-table { margin:20px 0; }
#my-reviews-table td { padding:10px; }
#my-reviews-table .rating-box { margin:3px 0 0; }
#my-reviews-table .product-name { font-size:12px; }
#product-review-table { margin-bottom:20px; }
#product-review-table td { text-align:center; }

body.review-product-list .add-to-box { padding-top:20px; border-top:#ccc 1px solid; display:none; }
body.review-product-list .add-to-box h2 { margin-bottom:10px; font-size:120%; }
body.review-product-list .add-to-box .buttons-set { padding-left:0; }

.product-view .product-shop .ratings-table { margin-bottom:20px; float:left; }
.product-view .product-shop a[href="#customer-reviews"] { 
    margin-right:20px; margin-bottom:15px; padding:10px 20px; 
    color:#333; font-size:120%; font-weight:bold; 
    background:#eee; 
    -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px; border-radius:3px; 
    float:right; 
    display:block; }
.product-view .product-shop a[href="#customer-reviews"]:hover { color:#00917e; }

.my-account > .product-review { padding:20px; background:#fff; }
.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { margin-bottom:15px; display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 5px; }
.product-review .product-img-box .ratings { padding:0; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 10px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { padding-left:0; font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review .buttons-set { margin-top:20px; padding:20px 0; background:transparent none; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

body.review-product-view .col-main { padding:20px; background:#fff; }
body.review-product-view .col-main .page-title { padding-bottom:10px; border-bottom:#ccc 1px dotted; }

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


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:40px 0 10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { background:#f6f6f6; color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px; text-shadow:0 1px 0 #fff; box-shadow:0 0 3px #eee; border-radius:5px; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #eee; -webkit-box-shadow:0 0 6px #eee; box-shadow:0 0 6px #eee; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#efefef ; border-bottom:1px solid #eee; 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:9px; right:10px; height:15px; width:15px; text-indent:-9999em; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #eee; }
/* ======================================================================================= */


/* Footer ================================================================================ */
.footer-container { padding-bottom:20px; background:#eee; position:relative; z-index:1; }
.footer { padding-top:80px; }
.footer-widget { font-size:90%; }
.footer-widget .block-content { padding:0; }
.footer-widget h6 { margin-bottom:10px; font-size:120%; font-weight:normal; }
.footer-sign-up { margin-top:-50px; margin-bottom:-60px; padding:20px 20px 10px; background:#fff; }
.footer-links h6 { margin-bottom:1.25em; font-size:120%; font-weight:bold; }
.footer-links li.block { padding-top:20px; }
.footer-links li { margin-bottom:1em; }
.footer-links a { color:#333; }
.footer-links a:hover { color:#00917e; margin-left:-5px;}
.footer-container .social-media h3 { margin-bottom:10px; }
.footer-container .social-media ul li { margin-left:7px; line-height:60px; font-size:28px; display:inline; }
.footer-container .social-media ul li a { color:rgba(87,88,89,.4); }
.footer-container .social-media ul li a:hover i { color:#333; }
.footer-container .social-media a i[class*="facebook"] { color:#3b5998; }
.footer-container .social-media a i[class*="twitter"] { color:#00aced; }
.footer-container .social-media a i[class*="google"] { color:#dd4b39; }
.footer-container .social-media a i[class*="youtube"] { color:#b00; }
.footer-container .social-media a i[class*="linkedin"] { color:#007bb6; }
.footer-container .social-media a i[class*="instagram"] { color:#517fa4; }
.footer-container .social-media a i[class*="pinterest"] { color:#cb2027; }
.footer-container .social-media a i[class*="flickr"] { color:#ff0084; }
.footer-container .social-media a i[class*="tumbler"] { color:#32506d; }
.footer-container .social-media a i[class*="vk"] { color:#45668e; }
.footer-container .social-media a i[class*="foursquare"] { color:#0072b1; }
.footer-links li.block { margin-top:20px; }
.footer-links li.footer-banner { margin:0; width:350px; float:right; }
.footer-links-wrapper { padding-left:20px; }
.footer-banner .widget { padding:20px 20px 6px; display:block; background-color:#f7f7f7; }
.footer-banner p { line-height:1.5; }
.footer-bottom address { margin:40px 0 0 20px; color:#848484; font-size:95%; float:left; }
.footer-logos { margin:15px 0 0; }
.footer-bottom dl { margin:10px 0 0; }
.footer-bottom dt,
.footer-bottom dd { margin-left:10px; height:40px; line-height:40px; vertical-align:top; display:inline-block; }
.footer-bottom dt { display:none; }
.footer-bottom dd:before,
.footer-bottom dd.dps a:before { font-family:"icomoon"; color:rgba(0,0,0,.3); font-size:50px; }
.footer-bottom dd:hover:before,
.footer-bottom dd.dps a:hover:before { color:rgba(0,0,0,.7); }
.footer-bottom dd span { text-indent:-9999em; display:block; }
.footer-bottom dd.visa:before { content:"\e008"; }
.footer-bottom dd.mcard:before { content:"\e006"; }
.footer-bottom dd.amex:before { content:"\e005"; font-size:40px; }
.footer-bottom dd.diners:before { content:"\e00c"; font-size:40px; }
.footer-bottom dd.jcb:before { content:"\e00b"; font-size:40px; }
.footer-bottom dd.paypal:before { content:"\e007"; font-size:60px; }
.footer-bottom dd.dps a:before { content:"\e009"; font-size:100px; }
.footer-bottom dd.comodo { margin-right:0; }
.footer-bottom .author { padding:20px 0; }
.footer-bottom{position:relative;}
.footer-bottom #lero9{position:absolute;right:0;bottom:-35px;color:#848484;}
.footer-bottom #lero9 a{color:#848484;}
.footer-bottom #lero9 a:hover{color:#00917E;}

.footer .form-subscribe { margin:8px 0; }
.footer .form-subscribe label,
.footer .form-subscribe .input-box,
.footer .form-subscribe button.button { float:left; }
.footer .form-subscribe label { padding-top:2px; font-weight:bold; color:#57585a; }
.footer .form-subscribe .input-box { width:186px; margin:0 5px; }
.footer .form-subscribe input.input-text { width:180px; }

.footer-connect { background:#fff; position:relative; margin-bottom:40px; }
.fb-overflow { margin-right:10px; overflow:hidden; }
.footer-connect .back-to-top { position:absolute; bottom:-60px;right:0;color:#fff;background:#57585a;height:35px;line-height:35px;width:110px;text-align:center;cursor:pointer;}
.footer-connect .back-to-top:hover{background:#333;}
.footer-connect .back-to-top:after{font-family:"icomoon"; content:'\F106';padding-left:8px;}

.footer-responsive-display .links-responsive-displays-wrapper { font-size:2em; }
.footer-responsive-display .links-responsive-displays a { margin:0 10px 0 0; color:rgba(0,0,0,.1); }
.footer-responsive-display .links-responsive-displays a:hover { margin:0 10px 0 0; color:rgba(0,0,0,.5); }

.footer .footer-callout { display:block; margin:-10px 0 10px; position:relative; }
.footer .store-switcher { color:#57585a; text-align:right; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }

.footer-container .bottom-container { margin:0 0 8px; text-align:right; }

/* Footer Newsletter */
.block-subscribe { margin:12px 20px 0 0; padding:0; border:none;}
.block-subscribe .input-box,.block-subscribe .actions { float:left; }
.block-subscribe .actions { padding:0 !important; width:25%; }
.block-subscribe .input-box { width:75%; }
.block-subscribe .input-box input { padding-left:10px; height:35px; width:100%;}
.block-subscribe button.button { width:100%; }
.block-subscribe button.button span { padding-right:0; padding-left:0; height:35px; line-height:35px; font-size:12px; background-color:#00917e; border-radius:0;}
.block-subscribe button.button:hover span { background-color:#333; }

/* Media Queries========================================================================== */

	/* Larger than standard 960 (desktop monitors) */
	@media only screen and (min-width: 1366px) { .row { max-width:1280px; }        
        .col2-left-layout .col-main.nine.columns { width:80%; }
        .col2-left-layout .sidebar.three.columns { width:17.87234%; }
        .global .links li a { width:60px; }
        #nav a.level-top { font-size:130%; }
        #nav a.level-top span { padding:0 30px; }
        input.input-text,
        textarea,
        select { font-size:1.1em; }
        .crosssell .item .product-image { width:120px; height:120px; float:left; }
        .crosssell .item .product-details { margin-left:135px; }
        .cms-index-index #carousel-container { width:1280px!important; height:405px!important; }
        .home-banner-heading h2 { margin-top:37px; }
        .cms-index-index .uvp h1,
        .cms-index-index .uvp h2,
        .cms-home-2 .uvp h1,
        .cms-home-2 .uvp h2 { font-size:250%; }
        a.display-desktop,
        a.display-desktop:hover { color:#fff; cursor:default; }
        .footer-container .social-media ul li { font-size:36px; }
        .footer a.display-desktop,
        .footer a.display-desktop:hover { color:#333; }
        
        /* View Type: Grid */
        .products-grid li.item .item-wrapper { width:210px; }
        .products-grid li.item .item-container,
        .products-grid li.item .product-image { width:210px; height:210px; }
        
        .col2-left-layout .category-products .products-grid li.item .item-wrapper,
        .col2-right-layout .category-products .products-grid li.item .item-wrapper { width:300px; }
        .col2-left-layout .category-products .products-grid li.item .item-container,
        .col2-right-layout .category-products .products-grid li.item .item-container,
        .col2-left-layout .category-products .products-grid li.item .product-image,
        .col2-right-layout .category-products .products-grid li.item .product-image { width:300px; height:300px; }
        
        .col1-layout .category-products .products-grid li.item .item-wrapper,
        .page-empty .category-products .products-grid li.item .item-wrapper { width:300px; }
        .col1-layout .category-products .products-grid li.item .item-container,
        .page-empty .category-products .products-grid li.item .item-container,
        .col1-layout .category-products .products-grid li.item .product-image,
        .page-empty .category-products .products-grid li.item .product-image { width:300px; height:300px; }
        
        /* View Type: List */
        .products-list button.btn-cart:after { right:18px !important; }
        .products-list .add-to-links a:before { right:20px !important; }
        
        /* Product View */
        .product-view .product-img-box .product-image-zoom { width:385px; height:385px; }
        .box-up-sell .products-grid li.item .actions .button span { padding:0 5px; height:45px; line-height:45px; }
        .box-up-sell .products-grid li.item .actions .add-to-links { line-height:45px; float:right; }
        .sidebar .block-related .mini-products-list { padding:30px 0; }
        .sidebar .mini-products-list .item { text-align:left; }
            body.catalog-product-view .sidebar .mini-products-list .item { padding:0 0 0 30px; }
        .sidebar .mini-products-list .product-image { margin-bottom:20px; width:90px; float:left; }
        .mini-products-list .product-details { margin-bottom:20px; margin-left:105px; }
        .mini-products-list .product-details .button,
        .mini-products-list .product-details .button span { width:auto; display:inline; }
    }
    
	/* Standard Desktop resolution only */
	@media only screen and (min-width: 1024px) and (max-width: 1366px) { 
        a.display-laptop,
        a.display-laptop:hover { color:#fff; cursor:default; }
        .footer a.display-laptop,
        .footer a.display-laptop:hover { color:#333; }  
        
        /* View Type: Grid */
        .col2-left-layout .category-products .products-grid li.item .btn-cart span,
        .col2-right-layout .category-products .products-grid li.item .btn-cart span { padding:0 5px; }

	}
    
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 1024px) { .row { max-width:940px; }  
        
        .footer-container .social-media ul li { font-size:24px }
        
        /* View Type: Grid */ 
        [class*="product-is"] .product-image:before,
        [class*="product-is"] .product-image:after { top:-5px; left:-15px; }
        .product-is-new-special .product-image:before { top:60px; left:-15px; }
        
        .products-grid .actions .btn-cart {
            /*width:100%; */
            float:none;
        }
        .products-grid .actions .add-to-links{float:none;} 
        .products-grid li.item .item-container { overflow:visible !important; }
        .products-grid li.item { padding-bottom:100px !important; }
        .products-grid li.item .actions { width:100%; text-align:center; position:absolute; bottom:0; opacity:1; }
        .products-grid li.item:hover .product-image,
        .products-grid li.item:hover .actions { margin-top:0 !important; }
        .products-grid li.item:hover .actions { position:absolute; }
        .products-grid li.item .actions .add-to-links { line-height:2; }
        
        .category-products .products-grid li.item .item-wrapper,
        .category-products .products-grid li.item .item-wrapper { padding-bottom:100px; position:relative; }
        
        .subcategory-grid .products-grid li.item .item-wrapper,
        .subcategory-grid .products-grid li.item .item-wrapper { padding-bottom:0px; }
        
        .col2-left-layout .category-products .products-grid li.item,
        .col2-right-layout .category-products .products-grid li.item { padding-bottom:0 !important; }        
        
        .col1-layout .category-products .products-grid li.item,
        .page-empty .category-products .products-grid li.item { padding-bottom:0 !important; }
        .col1-layout .category-products .products-grid li.item .item-wrapper,
        .page-empty .category-products .products-grid li.item .item-wrapper { padding-bottom:100px; position:relative; }
        
        /* Product View */
        .product-view .product-img-box .product-image-zoom { width:230px; height:230px; }       
        .product-view .product-shop { margin-left:20px; }        
        #product-review-table colgroup { display:none; }
        .product-view .box-reviews .form-add .data-table th,
        .product-view .box-reviews .form-add .data-table td { padding:10px 5px; }
        .box-up-sell .products-grid li.item .actions .button span { padding:0 5px; }
        
        /* Lightbox */
        div[id*="window"].dialog { width:90% !important; height:100% !important; top:20px !important; left:5% !important; }
        div[id*="window"].dialog table.mid.table_window[id*="window"],
        div[id*="window"].dialog table.mid.table_window[id*="window"] > tbody,
        div[id*="window"].dialog table.mid.table_window[id*="window"] > tbody > tr,
        div[id*="window"].dialog table.mid.table_window[id*="window"] > tbody > tr > td { display:block; }
        div[id*="window"].dialog table.mid.table_window[id*="window"] div.alphacube_content[id*="window"] { width:100% !important; }
        
        /* No Display */
        .subcategory-grid .products-grid li.item .actions,
        .subcategory-grid .products-grid li.item .actions { display:none; }
        
    }

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 1024px) { .row { max-width:767px; }
        .global .links li a { width:40px; }
        .global .links li a.link-wishlist { padding:5px; }        
        a.display-tablet,
        a.display-tablet:hover { color:#fff; cursor:default; }
        a.display-tablet { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
        #nav a.level-top { font-size:110%; }
        #nav a.level-top span { padding:0 25px 0 15px; }
        #nav li.parent a.level-top span { padding-right:40px; } 
        .footer-bottom address{margin-left:0;}
        .footer a.display-tablet,
        .footer a.display-tablet:hover { color:#333; }
        .block-subscribe button.button span{font-size:11px;}
        .home-banner-heading h2 { font-size:95%; }
        .home-banner-heading h2 strong { font-size:150%; }
        .block-layered-nav .block-title strong,
        .left-callout h4 { padding-top:10px; padding-bottom:10px; line-height:1.618; }
        .separator{margin:5px;}
        
        /* No Display */
        .links-responsive-displays, 
        .block-compare .actions button span span:before { display:none !important; }
        
        /* Sidebar */
        .block .block-title, .block .block-subtitle, .block .actions,
        .block-category-nav .block-content li a,
        .block-category-nav-main .block-content li a
        .block-layered-nav .block-content dl,
        .block-layered-nav .currently li,
        .testimonials-sidebar .testimonial-box { padding-right:10px; padding-left:10px; }
        
        .block .block-title { font-size:120%; }
        
        .block-category-nav .block-content li,
        .block-category-nav-main .block-content li
        .block-account .block-content li { padding:0; }
        
        .block-category-nav .block-content li a, 
        .block-category-nav-main .block-content li a, 
        .block-account .block-content li a,
        .block-account .block-content li strong { padding-right:10px; padding-left:10px; }
        
        /* View Type: Grid */
        .category-products .products-grid li.item .item-wrapper { width:210px; }
        .category-products .products-grid li.item .item-container,
        .category-products .products-grid li.item .product-image { width:210px; height:210px; }        

        .subcategory-grid .products-grid li.item .item-wrapper,
        .subcategory-grid .products-grid li.item .item-wrapper { padding-bottom:15px; }        
        
        .col3-layout .category-products .products-grid li.item { padding-bottom:0 !important; width:auto; float:none; }
        .col3-layout .category-products .products-grid li.item .item-wrapper { padding-bottom:100px; width:240px; position:relative; }
        .col3-layout .category-products .products-grid li.item .item-container,
        .col3-layout .category-products .products-grid li.item .product-image { width:240px; height:240px; }
        .catalog-category-view .col3-layout .col-left { font-size:.9em; }      
        
        .col2-left-layout .category-products .products-grid li.item .item-wrapper,
        .col2-right-layout .category-products .products-grid li.item .item-wrapper { width:170px; }
        .col2-left-layout .category-products .products-grid li.item .item-container,
        .col2-right-layout .category-products .products-grid li.item .item-container,
        .col2-left-layout .category-products .products-grid li.item .product-image,
        .col2-right-layout .category-products .products-grid li.item .product-image { width:170px; height:170px; }
        
        .col2-left-layout .category-products .products-grid li.item .price-box,
        .col2-right-layout .category-products .products-grid li.item .price-box { font-size:100%; }
        
        .col1-layout .category-products .products-grid li.item .item-wrapper,
        .page-empty .category-products .products-grid li.item .item-wrapper { width:210px; }
        .col1-layout .category-products .products-grid li.item .item-container,
        .page-empty .category-products .products-grid li.item .item-container,
        .col1-layout .category-products .products-grid li.item .product-image,
        .page-empty .category-products .products-grid li.item .product-image { width:210px; height:210px; }
        
        /* View Type: List */
        .products-list button.btn-cart:after,.products-list .add-to-links a:before { display:none !important; }
        
        /* Product View */
        .product-view .product-img-box .product-image-zoom { width:230px; height:230px; }
        .product-view .product-shop .share-this { margin-right:-10px; }
        .product-view .product-shop .add-to-cart-container { padding-right:10px; padding-left:10px; }
        .add-to-cart button.button span { padding:0 10px; font-size:14px; }
        .add-to-cart button.button span span:after { margin-left:10px; font-size:16px; }
        .crosssell .item { width:33%; }
        .block .actions button span { padding:0 5px; }
        
        /* Cart */
        .cart .totals .checkout-types{padding:0;text-align:center;}   
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) { .row, .links-global-wrapper .links-global-wrapper-inner, .top-container { max-width:420px; }
        body { overflow-x:hidden; }        
        .header { padding:15px 0 0; } 
        .main { min-height:1px; }
        .footer { padding-top:0; }
        .footer-widget .twelve.columns { margin-bottom:0; }
        .footer-container .social-media { margin-bottom:0; }
        .footer-container .social-media > div { margin-bottom:0; width:48.93617%; float:left; } 
        .footer-connect .back-to-top{right:50%;margin-right:-55px;}
        .links-responsive-displays { text-align:center; } 
        .footer-bottom { text-align:center; }
        .footer-bottom address { line-height:1.618; }
        .cms-index-index .main { padding-bottom:0; }
        .home-banner { margin-bottom:30px; }
        .home-banners-container .home-banner:last-child { margin-bottom:0; }
        .product-view .product-img-box .product-image-zoom { width:100%; height:100%; }
        .page-popup .title-buttons { text-align:center; }        
        
        /* Navigation */
        .nav-container { background:#fff; }
        
            /* Responsive Main Menu Styling */
            .quick-access-container { 
                width:100%;
                position:fixed; top:0; z-index:3000;
                -moz-box-shadow:2px 2px 5px rgba(0,0,0,.1); -webkit-box-shadow:2px 2px 5px rgba(0,0,0,.1); -o-box-shadow:2px 2px 5px rgba(0,0,0,.1); box-shadow:2px 2px 5px rgba(0,0,0,.1); }
            .quick-access .links li a { padding-right:7px; padding-left:7px; }
            .quick-access .links li a.link-wishlist:before { margin-left:0; }
            .links-global .currency { text-align:center; float:none; }
            .links-global .currency dt { padding:0; }
            .links-global ul.links { margin:0; text-align:center; float:none; }
            .links-global ul.links li { margin:0 10px 0 0; display:inline-block; float:none; }
            .links-global ul.links li.last { margin-right:0; }
            
            #wrapper { padding-top:46px; }
            .header-container { 
                width:100%; 
                background:#333; 
                position:fixed; top:46px; z-index:3010; 
                -moz-box-shadow:2px 2px 5px rgba(0,0,0,.1); -webkit-box-shadow:2px 2px 5px rgba(0,0,0,.1); -o-box-shadow:2px 2px 5px rgba(0,0,0,.1); box-shadow:2px 2px 5px rgba(0,0,0,.1); }
            #wrapper.toggle-search .header-container,
            #wrapper.toggle-cart .header-container { display:block !important; }
            .header > div { display:none; }
            
            #wrapper.toggle-menu .main-menu-link > a,
            #wrapper.toggle-search .search-mobile > a,
            #wrapper.toggle-account .links-global > a,
            #wrapper.toggle-cart .links-cart > a { background:#333; }
            
                /* Main Menu */
                .quick-access .main-menu-link,
                #wrapper.toggle-menu { position:relative; }
                #wrapper.toggle-menu #mainmenu { width:100%; display:block; z-index:2000; }  
                #mainmenu .logo { text-align:center; }
            
                /* Search */                
                #wrapper.toggle-search .header .form-search-container { display:block; }
                .catalogsearch-result-index .block-layered-nav .block-title{color:#333;}
                
                /* Account */
                #wrapper.toggle-account .links-global .links-global-wrapper {
                    width:100%;
                    background:#333;
                    position:fixed; top:46px; left:0; z-index:3010;
                    display:block !important; }
                #wrapper.toggle-account .links-global .links-global-wrapper .links-global-wrapper-inner { margin:0 auto; display:block; }
                
                /* Cart */
                #wrapper.toggle-cart .header .top-cart {
                    padding-top:10px; width:100%;
                    text-align:center; color:#f7f7f7;
                    background:#333;
                    -moz-box-shadow:2px 2px 5px rgba(0,0,0,.1); -webkit-box-shadow:2px 2px 5px rgba(0,0,0,.1); -o-box-shadow:2px 2px 5px rgba(0,0,0,.1); box-shadow:2px 2px 5px rgba(0,0,0,.1);
                    position:fixed; top:46px; left:0; z-index:3010;
                    display:block !important;
                }
                #wrapper.toggle-cart .header .top-cart a { color:#fff; }
                #wrapper.toggle-cart .top-container { margin-right:auto; margin-left:auto; }
                
                /* Block: Customer Service Navigation */
                .main-menu-widget .block-service-nav { margin:0 0 20px; }
                .main-menu-widget .block-service-nav h6 { margin:0; font-size:150%; }
                .main-menu-widget .block-service-nav li { border-bottom:#57585a 1px dotted; }
                .main-menu-widget .block-service-nav li a { padding:11px 20px; display:block; }
                
            /* Simple Category Navigation Styling */
            #nav li.level-top, #nav li, #nav a { float:none; }
            #nav li { margin:0 0 10px; }
            #nav li a.level-top { padding:6px 0; text-align:center; color:#fff; background:#333; }
            #nav li a.level-top:hover { background-color:#f63 !important; }
            #nav, #nav ul, #nav div { height:0; opacity:0; } /* Hides unnecessary elements */
            #nav.display, button.btn-nav { display:block; height:auto; opacity:1; } /* Show necessary elements */
            
            /* Sidebar Navigation */
            .col-left .block .block-title { padding:10px 20px; font-size:13px; font-weight:bold; background:#fff; border:#ccc 1px solid; cursor:pointer; position:relative; display:block; }
            .col-left .block .block-title:after { width:42px; height:42px; line-height:42px; text-align:center; font-family:"icomoon"; content:"\e003"; color:#a9a9a9; font-size:24px; position:absolute; top:0; right:0; }
            .col-left .block .block-title:hover:after  { background:#333; }
            .col-left .block.toggle .block-title:after { content:"\e004"; } 
            .col-left .block .block-content { background:#fff; border:#ccc 1px solid; border-top:0 none; display:none; }
            .col-left .block.toggle .block-content { display:block; }
            
                /* Sidebar Category Navigation */
                .sidebar .block-category-nav .block-title { height:26px; line-height:26px; }                
                .sidebar .block-category-nav .block-content li a { padding:10px 20px; }                
                
                /* Layered Navigation */                
                .sidebar .block-layered-nav .currently { margin-top:10px; } 
                
                /* Block: Related */
                .sidebar .block-related .mini-products-list { padding:20px 0; }
                .sidebar .mini-products-list .item { padding:0; text-align:left; }
                .sidebar .mini-products-list .product-image { margin-bottom:20px; width:90px; float:left; }
                .mini-products-list .product-details { margin-bottom:20px; margin-left:105px; }
                .mini-products-list .product-details .button,
                .mini-products-list .product-details .button span { width:auto; display:inline; }
                
                /* Block: Account */
                .sidebar .block-account .block-content li { border-bottom-style:dotted; }
                .sidebar .block-account .block-content li.current { background:#f3f3f3; }
                
                /* Block: Info Navigation */
                .sidebar .block-info-nav { padding-bottom:0; }
                .sidebar .block-info-nav h6 { font-size:13px; }
                
                /* Left Column No Displays */
                .col-left > div { display:none; }
                .col-left .block-category-nav,
                .col-left .block-category-nav-main,
                .col-left .block-layered-nav,
                .col-left .block-account,
                .col-left .block-compare,
                .col-left .block-info-nav,
                .col-left .block-reorder { display:block; }
            
        /* Global links */
        .global .links{float:none;}    
        
        /* Footer */
        .footer-links li.block{margin-top:10px;}
        .footer-links li.block ul li{border-bottom:1px solid #eee;padding-bottom:1em;}
        .footer-logos.omega { float:none; }
        .footer-bottom dl,.footer address { float:none!important; overflow:hidden; text-align:center; }
        .footer dt, .footer dd{float:none;display:inline-block;}
        .footer dt { position:relative; top:5px; } 
        
        /* Product List */
        .category-products .products-grid li.item,
        .subcategory-grid .products-grid li.item { float:none; width:100%; margin:0 0 20px; padding:0 0 20px 0 !important; text-align:center; }
        .category-products .products-grid li.last.item,
        .category-products .products-grid li.item .price-box,
        .subcategory-grid .products-grid li.item .price-box { padding:0; }
        .category-products .products-grid li.item .ratings .rating-box,
        .subcategory-grid .products-grid li.item .ratings .rating-box { position:relative; top:2px; display:inline-block; float:none; }
        .subcategory-grid .category-thumbnail img { width:100%; }        
        .pager .pages {padding:7px 0; border-top:#ccc 1px solid; clear:both; }
        .products-list button.btn-cart:after { right:18px !important; }
        .products-list .add-to-links a:before { right:20px !important; } 
        .products-list .minimal-price-link { display:inline; }
        .add-to-links li .separator{margin-top:5px;}
        
            /* Subcategory Grid */
            .subcategory-grid ul.products-grid li.item .subcategory-title { padding-bottom:15px; }
            .subcategory-grid ul.products-grid li.item .subcategory-title a.category-name { height:auto; overflow:visible; white-space:normal; }
            .subcategory-grid ul.products-grid li.item .item-container,
            .subcategory-grid ul.products-grid li.item .item-container .product-image { width:210px; height:210px; }
        
        /* Product View */
        .product-view .product-img-box { margin-bottom:0; padding:20px; }
        .product-view .product-shop-wrapper ul.add-to-links { text-align:center; margin:0 0 20px; }
        .product-view .grouped-items-table th,
        .product-view .grouped-items-table td { padding:10px; }        
        .product-tabs { background:#eee; border:#ccc 1px solid; border-bottom:0; }
        .product-tabs li { margin:0; min-width:1px; }
        .product-tabs li a { padding:0; width:45px; height:40px; line-height:40px; text-align:center; font-size:0; border:0 none; border-right:#ccc 1px solid; }
        .product-tabs li a:before { font-family:"icomoon"; font-size:18px; }
        .product-tabs li#product_details a:before { content:"\F15C"; }
        .product-tabs li#product_delivery a:before { content:"\F0D1"; }
        .product-tabs li#product_returns a:before { content:"\F021"; }
        .product-tabs li#reviews a:before { content:"\F086"; }
        .product-tabs-container { padding:10px; }
        .product-tabs-container .product-tabs-content { min-height:1px; }
        .product-view .product-tabs-container .box-reviews .form-add .data-table th,
        .product-view .product-tabs-container .box-reviews .form-add .data-table td { padding-right:0; padding-left:0; }
        .product-view .product-tabs-container .box-reviews .form-add .data-table th { text-align:center; }
        .product-tabs-container .box-reviews .form-add .form-list { max-width: inherit; }
        .box-up-sell .products-grid { margin-left:-20px; }
        .box-up-sell [class*="product-is"] .product-image:before,
        .box-up-sell [class*="product-is"] .product-image:after,
        .box-up-sell .product-is-new-special .product-image:before { left:5px; }
        .box-up-sell .products-grid li.item { padding:10px 2%; width:46%; }
        .box-up-sell .products-grid li.item .product-image { padding-left:20px; }
        .box-up-sell .products-grid li.item .actions .button span { height:45px; line-height:45px; }
        .sidebar .block-related [class*="product-is"] .product-image:before, .sidebar .block-related [class*="product-is"] .product-image:after, .sidebar .block-related .product-is-new-special .product-image:before { left:-15px; }
        .share-this { margin-top:-10px; margin-right:-10px; width:auto; background:none transparent; }
        .share-this span.label { display:none; }
        .share-this > span[class*="st_"] { opacity:1; }
        .more-views .abs-small{display:block !important;cursor: inherit;}
        
        /* Breadcrumbs */
        .breadcrumbs { display:none; }
        
        /* Cart */
        .checkout-cart-index .title-buttons{text-align:right;}
        .cart-table .product-name { font-size:100%; }
        .cart .totals { width:100% !important; }
        .cart .cart-collaterals .col2-set { clear:both; }
        
            /* Cart Table Cells */
            #shopping-cart-table td,#shopping-cart-table th { padding:10px; }
            
            #shopping-cart-table th:first-child, #shopping-cart-table td:first-child,
            #shopping-cart-table th:nth-child(3), #shopping-cart-table td:nth-child(3),
            #shopping-cart-table .a-center-wishlist, #shopping-cart-table .col-wishlist,
            #shopping-cart-table col:first-child, #shopping-cart-table col:nth-child(3),
            /* My Orders Table */
            #my-orders-table th:nth-child(3), #my-orders-table td:nth-child(3), #my-orders-table .separator, #my-orders-table .link-reorder,
            /* My Reviews Table */
            #my-reviews-table colgroup,
            #my-reviews-table th:last-child, #my-reviews-table td:last-child,
            /* Wishlist Table */
            #wishlist-table th:nth-child(2), #wishlist-table td:nth-child(2)
            { display:none; }               
        
        .cart-table tfoot td { display:table-cell !important; }
            
        /* Account Pages */
        .col-main.omega{float:none;}
        .title-buttons { margin:0 0 10px; }
        .title-buttons, .title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6 { text-align:left; float:none; }
        .box-account .col2-set .col-1{margin-bottom:20px;}
        .box-account .col2-set .col-1,.box-account .col2-set .col-2{float:none;width:auto;}
        .customer-account-login .col2-set .col-1,.customer-account-login .col2-set .col-2{float:none;width:auto;}
        .account-login .content{min-height:0;}
        .block-account .toggle-account-title{cursor:pointer;}
        .toggle-account-nav .block-content{ display:block !important; }
        .order-info li.current,
        .order-info li a { padding:10px; }
        /*body[class*="sales-order"] .data-table, body[class*="sales-order"] .table-caption { display:none; }*/
        body[class*="sales-order"] .tracking-table { width:auto; border-top:0 none; display:block; }
        body[class*="sales-order"] .tracking-table td { border-bottom:0 none; }
        body[class*="sales-order"] .order-items .table-caption { border-bottom:#ccc 1px solid; }
        body[class*="sales-order"] h2.sub-title { margin-bottom:0; padding:20px 10px 10px 20px; background:#fff; border:#ccc 1px solid; overflow:auto; }
        body[class*="sales-order"] h2.sub-title .separator { display:none; }
        body[class*="sales-order"] h2.sub-title a { margin-top:-10px; padding:10px; color:#fff; background-color:#00917e; display:block; float:right; }
        
        /* Table Styling */
        .data-table th,.data-table td {padding:10px; font-size:11px; }

        /* No Display */
        .quick-access .welcome-msg, .quick-access .header-links, .quick-access .links-customer-services, .quick-access .links-responsive-displays, .left-callout, .page-popup .title-buttons button, .truncated a.details, #lightbox, #overlay { display:none !important; }
        
	} 

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
    @media only screen and (min-width: 480px) and (max-width: 767px) {
        a.display-tablet,
        a.display-tablet:hover { color:#fff; cursor:default; }
        .footer a.display-tablet,
        .footer a.display-tablet:hover { color:#333; }
        a.display-mobile { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }
        .home-banner-heading h2 { margin-top:37px; }
        .logo-mobile img { width:115px; }
        .product-view .product-img-box .more-views li { width:21%; }
        .crosssell .item { width:50%; }
        
        /* View Type: Grid */
        .category-products .products-grid li.item .item-wrapper { width:160px; }
        .category-products .products-grid li.item .item-container,
        .category-products .products-grid li.item .product-image { width:160px; height:160px; }
        
        /* View Type: List */
        .products-list [class*="product-is"] .product-image:before,
        .products-list [class*="product-is"] .product-image:after,
        .products-list .product-is-new-special .product-image:before { left:auto; right:-45px; }
        
        .products-list li.item .product-image-container { width:31.91489% !important; float:right; }
        .products-list li.item .product-image { border:#ccc 1px solid; display:block; }
        .products-list li.item .product-image:hover { border-color:#00917e; }
        .products-list li.item .product-shop-content { width:65.95745% !important; }
        .products-list li.item .product-shop-content .desc { clear:none; }
        .products-list li.item .product-shop-action { clear:both; }
    }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 480px) { .row, .links-global-wrapper .links-global-wrapper-inner, .top-container { /*max-width:300px;*/ }  
        .page-title h1,
        .page-title h2 { font-size:210%; }
        .form-list .fields { margin:0; }
        .form-list .field,
        .form-list .field:last-child { padding-right:0; width:auto; float:none; }
        .form-list .field { margin:0 0 10px; }
        .form-list input.input-text,
        .form-list textarea,
        .form-list select { width:100%; } 
        .branding,.global { text-align:center; }        
        a.display-mobile,
        a.display-mobile:hover { color:#fff; cursor:default; }
        .footer a.display-mobile,
        .footer a.display-mobile:hover { color:#333; }
        .block-subscribe button.button span{font-size:10px;}
        .remember-me-popup { margin-left:-120px; width:240px; }
        .crosssell .item { width:auto; float:none; }
        
        /* Product View */
        .product-view .product-shop .add-to-cart-container { padding:0; background:transparent none; border:0 none; }
        .product-view .product-shop .share-this { margin-bottom:10px; float:none; }
        .add-to-box { padding-top:0; }
        .add-to-cart label, .add-to-cart .qty { margin-top:0; }
        .add-to-cart button.button { margin-top:20px; width:100%; float:none; }
        .add-to-cart button.button span { padding:0 5px; font-size:14px; }
        .add-to-cart button.button span span:after { margin-left:10px; font-size:16px; }
        .product-collateral .box-collateral-title .button { margin:0 0 10px; display:block; float:none !important; }
        .box-up-sell .products-grid { margin-left:0; }
        .box-up-sell .products-grid li.item { padding:10px 0 60px !important; width:auto; float:none; }
        .box-up-sell .products-grid li.item .price-box p { display:inline; }
        .box-up-sell .products-grid li.item .actions .btn-cart { width:auto; float:left; }
        .box-up-sell .products-grid li.item .actions .btn-cart span { padding:0 10px; }
        
        /* Responsive Main Menu Styling */
        .logo-mobile { width:115px; }
        .logo-mobile img,
        .mainmenu-bottom img { max-width:95px; }
        
        /* Cart */
        .page-title .button.btn-proceed-checkout { display:none; }
        #shopping-cart-table td,#shopping-cart-table th { padding:5px; }
        #shopping-cart-table th:last-child,#shopping-cart-table td:last-child,
        .cart-table tfoot td .btn-continue { display:none; } 
        
        /* View Type: Grid */
        .category-products .products-grid li.item .item-wrapper { width:210px; }
        .category-products .products-grid li.item .item-container,
        .category-products .products-grid li.item .product-image { width:210px; height:210px; }
        
        /* View Type: List */
        .category-products .products-list li.item.min { padding:10px; }
        .category-products .products-list li.item.min .product-image-container,
        .category-products .products-list li.item.min .desc,
        .category-products .products-list li.item.min .add-to-links,
        .category-products .products-list li.item.min .review-container { display:none; }
        .category-products .products-list li.item.min .product-shop-content { margin-bottom:10px; }
        .category-products .products-list li.item.min .product-shop-content h2 { font-size:120%; }
        .category-products .products-list li.item.min .product-shop-action { margin-bottom:0; }
        .category-products .products-list li.item.min .product-shop-action .price-box { margin:0; display:inline; }
        .category-products .products-list li.item.min .product-shop-action > p { margin:0 0 0 5px; display:inline; }
        .category-products .products-list li.item.min button { margin:0; width:auto; display:inline-block; }
        .category-products .products-list li.item.min button span { padding:0; width:24px; height:24px; line-height:25px; font-size:0; background:transparent none; }
        .category-products .products-list li.item.min button:after { color:#00917e; top:-2px !important; right:0 !important; }
        .category-products .products-list li.item.min button:hover:after { color:#333; }
        .category-products .products-list .item-switcher { display:block; }
        
        /* Table Cells */
        .data-table th, .data-table td { padding:10px 5px; }
        #my-orders-table th:nth-child(2), #my-orders-table td:nth-child(2),
        #my-orders-table th:nth-child(3), #my-orders-table td:nth-child(3),
        
        /* Review */
        #my-reviews-table colgroup,
        #my-reviews-table th:nth-child(4), #my-reviews-table td:nth-child(4) { display:none; }        
        
        /* Lightbox */
        .dialog .mid.table_window div.alphacube_content > div { padding:10px; }        
	}

/* Miscellaneous Fixes */
i[class*="icon-"] { font-style:normal; }
a[href*="tel:"] { cursor:default; }

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