/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */

@font-face {
    font-family: helveticaLT;
    src: url("../fonts/helveticaLT.eot") /* EOT file for IE */
}
@font-face {
    font-family: helveticaLT;
    src: url("../fonts/helveticaLT.ttf") /* TTF file for CSS3 browsers */
}

* { margin:0; padding:0; }

body          { font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }

img           { border:0; vertical-align:top;max-width: 100%; height: auto; }

a             { color:#2eaf4a; text-decoration:none;outline:0 !important; }
a:hover       { text-decoration:none;outline:0 !important;color:#000; }
:focus        { outline:0 !important;text-decoration:none !important; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:bold; }
h4            { font-size:14px; font-weight:bold; }
h5            { font-size:12px; font-weight:bold; }
h6            { font-size:11px; font-weight:bold; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; margin: 0; }

dd { margin: 0; }
input[type="radio"], input[type="checkbox"] {margin-top:0;}
input::-ms-clear { display: none;}
::-ms-reveal {
    width : 0;
    height: 0;
	display:none;
}
/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.ma-wrapper { }
.ma-page {position:relative;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.ma-main-container { }
.main {  margin:0 auto;  padding: 0; text-align:left; }
.main-inner { padding: 20px 0 40px 0;}

/* Base Columns */
.col-left {  }
.col-main {  }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { }
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main {  }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; border-radius: 0; width: auto; height: auto; line-height: 1.55; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:23px; background:#1d8734; padding:0 8px; font:bold 12px/23px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.button:hover span {background:#727272;}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { float:left;margin:0;padding:0 46px 0 0;height:46px;width:249px;text-align:center;background:url(../images/wild/wild-btn-checkout.png) no-repeat 0 0;line-height:46px;font-size:18px;font-weight:normal;color:#ffffff;text-transform:uppercase;font-family: 'Lato', sans-serif; }
button.btn-checkout span span { background:none !important;padding:0;width:100%; }
button.btn-checkout:hover span {color:#000;background:url(../images/wild/wild-btn-checkout.png) no-repeat 0 0;}
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#fff;outline:none;}
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:0 0 8px; z-index: -1;}
.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
.form-list label.required {}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px;float:left; }
.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 { float:left; width:220px; }
.form-list input.input-text { width:175px; }
.form-list textarea { width:95%; height:6em; }
.form-list select { width:175px; }
.form-list li.wide .input-box {  }
.form-list li.wide input.input-text {  }
.form-list li.wide textarea {  }
.form-list li.wide select {  }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .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; }

/* Independent fields */

.buttons-set { clear:both; padding:0 0 10px; border-bottom:1px solid #ddd; margin: 10px 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; }
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { border:1px solid #bbafa0; background:#fff; padding:22px 25px 12px 33px; margin:28px 0; }
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #2eaf4a; background:#fff; color:#2eaf4a; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:#EB340A; }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color:#3d6611; font-weight:bold; }
.error { color:#df280a; font-weight:bold; }
.notice { color:#e26703; }

.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
.note-msg,
.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }

/* BreadCrumbs */
.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 20px;display:block;padding:0;width:100%;overflow:hidden; }
.breadcrumbs ul {display:block;margin:0;padding:0;width:100%;overflow:hidden;}
.breadcrumbs li { display:inline;float:left;margin:0;padding:0; }
.breadcrumbs li a {font-size:14px;font-weight:700;color:#2d2d2d;line-height:17px;font-family: 'Lato', sans-serif;float:left;margin:0;padding:0;}
.breadcrumbs li a:hover {color:#6d6d6d;}
.breadcrumbs li span {background:url(../images/wild/wild-breadcrumbs.png) no-repeat center center;width:7px;height:17px;display:block;margin:0 6px;padding:0;text-indent:-9999px;float:left;}
.breadcrumbs li strong { font-size:14px;font-weight:normal;color:#9c9c9c;line-height:17px;font-family: 'Lato', sans-serif;float:left;margin:0;padding:0; }

/* Page Heading */
.page-title { width:100%; overflow:hidden;margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin:0; font-size:24px; color:#181818;padding:0 0 0 27px;font-weight:700;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-bg-title.png) no-repeat left center; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; }

label { display: inline-block; text-shadow: none; margin: 0; }

/* Pager */
.pager { height:auto; font-size:12px;  padding:4px 8px; text-align:center; margin: 0; }

.pager .view-mode{ float:left; margin:0; }
.pager .view-mode label{ display:none; }
.pager .view-mode span{ height:14px; float:left; padding:12px 4px; }
.pager .view-mode a.grid{ width:25px; height:16px; float:left; text-indent:-9999px; background:url(../images/grid.png) 0 0 no-repeat; }
.pager .view-mode strong.grid,
.pager .view-mode a.grid:hover{ width:25px; height:16px; float:left; text-indent:-9999px; background:url(../images/grid.png) 0 100% no-repeat; }
.pager .view-mode a.list{ width:23px; height:16px; float:left; text-indent:-9999px; background:url(../images/list.png) 0 0 no-repeat; border: 0; border-radius: 0; padding: 0; }
.pager .view-mode strong.list,
.pager .view-mode a.list:hover{ width:23px; height:16px; float:left; text-indent:-9999px; background:url(../images/list.png) 0 100% no-repeat; }
.pager a {
    background: none;
    border: 0;
    border-radius: 0;
    display: inline-block;
    padding: 0 5px;
    text-decoration: none;
}
.pager li a {-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;margin:0;padding:0;border:none;}
.pager .pages a { font-size:14px;font-weight:700;color:#2d2d2d;font-family: 'Lato', sans-serif; }
.pager .pages a:hover{ color:#9c9c9c;background:none; }
.pager .pages .current  { font-size:14px;font-weight:normal;color:#9c9c9c;font-family: 'Lato', sans-serif;}
.pager .pages a.next, .pager a.previous { background:none; }
.pager .pages a.next:hover, .pager a.previous:hover { background: none; }

.pager .sort-by { float:left; margin:0px 0 0 17px; }
.pager .sort-by label { font-size:13px;font-weight:700;color:#2d2d2d;text-transform:uppercase;font-family: 'Lato', sans-serif;line-height:38px;float:left;margin:0;padding:0; }
.pager .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .sort-by .sort-by-element {float:left;margin:0;padding:0;position:relative;}
.pager .sort-by .sort-by-element p {float:left;margin:0 0 0 13px;padding:0;cursor:pointer;}
.pager .sort-by .sort-by-element p span {padding:0 23px 0 0;background:url(../images/wild/wild-sort-by-down.png) no-repeat right center;float:left;margin:0;font-size:14px;font-weight:normal;color:#a4a4a4;line-height:38px;font-family: 'Lato', sans-serif;}
.pager .sort-by .sort-by-element p a {float:left;margin:13px 0 0 14px;padding:0;display:block;}
.pager .sort-by .sort-by-element p a img {float:left;margin:0;padding:0;}
.pager .sort-by .sort-by-element ul {display:none;width:160px;margin:0;padding:10px 0px;background:#fff;position:absolute;left:0;top:100%;z-index:10001;border:1px solid #cccccc;text-align:left;}
.pager .sort-by .sort-by-element ul li {display:block;margin:0;padding:0;width:100%;line-height:25px;}
.pager .sort-by .sort-by-element ul li a {background:none;font-size:14px;font-weight:normal;color:#222222;font-family: 'Lato', sans-serif;display:block;width:100%;margin:0;padding:0 15px;}
.pager .sort-by .sort-by-element ul li a:hover {background:#d5d5d5;}
.pager .sort-by .sort-by-element:hover ul,.pager .sort-by .sort-by-element.active ul {display:block;}
.pager .sort-by .sort-by-element:hover p span {background-image:url(../images/wild/wild-sort-by-up.png);}

.pager .amount { float:left; margin:0;font-size:14px;font-weight:700;color:#2d2d2d;text-transform:uppercase;font-family: 'Lato', sans-serif;line-height:38px;padding:0 23px 0 0;background:url(../images/wild/wild-icon-amount.png) no-repeat right center; }
.pager .limiter { float:right; margin:0px 0px 0 0; }
.pager .limiter label { vertical-align:middle; }
.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
.pager .limiter .limiter-element {float:left;margin:0;padding:0;position:relative;}
.pager .limiter .limiter-element p {font-size:14px;font-weight:700;color:#2d2d2d;text-transform:uppercase;font-family: 'Lato', sans-serif;line-height:38px;float:left;margin:0;padding:0 23px 0 0;background:url(../images/wild/wild-sort-by-down.png) no-repeat right center;cursor:pointer;}
.pager .limiter .limiter-element:hover p {background-image:url(../images/wild/wild-sort-by-up.png);}
.pager .limiter .limiter-element ul {display:none;width:70px;margin:0;padding:10px 0px;background:#fff;position:absolute;left:0;top:100%;z-index:10001;border:1px solid #cccccc;d5d5d5text-align:left;}
.pager .limiter .limiter-element ul li {display:block;margin:0;padding:0;width:100%;line-height:25px;}
.pager .limiter .limiter-element ul li a {background:none;font-size:14px;font-weight:normal;color:#222222;font-family: 'Lato', sans-serif;display:block;margin:0;padding:0 15px;width:100%;}
.pager .limiter .limiter-element ul li a:hover {background:#d5d5d5;}
.pager .limiter  .limiter-element:hover ul,.pager .limiter .limiter-element.active ul {display:block;}
.pager .pages { margin:8px 19px 0 0px; float:right; }
.pager .pages strong {display:none;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 7px; }
.pager .pages .current {}


/* Toolbar */
.toolbar { margin:0 0px;border-top:1px solid #cccccc;border-bottom:1px solid #cccccc;}
.toolbar .pager { padding:0px 0px; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom .toolbar { margin:30px 0 0; float:left; width:100%; }


/* Data Table */
.data-table { width:100%; border:1px solid #bebcb7; }
.data-table .odd  { }
.data-table .even { }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { border-right:0; }
.data-table tr.last th,
.data-table tr.last td { border-bottom:0 !important; }
.data-table th { padding:3px 8px; font-weight:bold; }
.data-table td { padding:3px 8px; }
.data-table thead th { font-weight:bold;padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }


.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { background: #202020;color:#fff; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
.data-table tfoot tr { background-color:#dee5e8 !important; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #dddddd; }
/* Bundle products tables */
.data-table tbody.odd tr {  }
.data-table tbody.even tr {  }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

#wishlist-table .add-to-cart-alt button.button {margin:10px 0;}
/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { background:none !important; padding-right:0 !important; }

.link-cart { font-weight:bold; }
.link-wishlist {  }
.link-reorder { }
.link-compare { font-weight:bold; }
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.ma-header-container { display:block;margin:0;padding:0;width:100%;background:url(../images/wild/wild-bg-header.png) no-repeat top center #181818;background-size:cover; }
.header { margin:0 auto; padding: 0; text-align: left; position:relative; z-index:10000;min-height:140px; }
.header .logo { float:left; margin:0px; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
.header h1.logo { margin:0; }
.header .toplink { background: #f5f5f5; }
.header .quick-access { padding:0px 0; text-align: right;margin:0;display:block;z-index:1000;position:absolute;top:0;right:0; }
.header-top {float:right;margin:0;padding:0;}
.header-top ul.header-link {float:left;margin:7px 0 0 0;padding:0;}
.header-top ul.header-link li {float:left;margin:0 0 0 17px;padding:0 0 0 18px;background:url(../images/wild/wild-header-link.png) no-repeat left center;}
.header-top ul.header-link li:first-child {margin-left:0;padding-left:0;background:none;}
.header-top ul.header-link li a {float:left;margin:0;padding:0;font-size:14px;font-weight:700;color:#181818;font-family: 'Lato', sans-serif;line-height:21px;text-decoration:none;}
.header-top ul.header-link li a:hover {color:#7a7a7a;}
.header-top ul.header-link li span {float:left;margin:0 3px;padding:0;font-size:14px;font-weight:700;color:#939393;font-family: 'Lato', sans-serif;line-height:21px;}
.header-top ul.header-link li .welcome-msg {float:left;margin:0 5px 0 0;padding:0;line-height:21px;font-size:14px;font-weight:normal;color:#5d5d5d;font-family: 'Lato', sans-serif;}
.header-top .header-search {float:left;margin:0 0 0 23px;padding:0;}
.header-bottom {float:right;margin:30px 0 0 0;padding:0;display:block;clear:both;}
.header-bottom .header-phone {float:left;margin:8px 0 0 0;padding:0 0 0 32px;background:url(../images/wild/wild-header-phone.png) no-repeat left center;display:block;min-height:26px;text-align:left;}
.header-bottom .header-phone p {font-size:12px;font-weight:normal;color:#666666;text-transform:uppercase;margin:0;padding:0;line-height:12px;font-family: 'Lato', sans-serif;}
.header-bottom .header-phone h3 {font-size:18px;font-weight:700;color:#181818;margin:0;padding:0;line-height:18px;font-family: 'Lato', sans-serif;}
.header .form-search { float: right; background: #f5f5f5; padding: 5px 10px; margin:10px 0 0; width:253px; height:23px; clear: both; }
.header .form-search label { float:left; width:0; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border-color:#5c7989; width:170px; height: 17px; }
.header .form-search button.button { float: right; height: 21px; }
.header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { padding-right:5px;  vertical-align:middle; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .links { float:right; padding: 10px; }
.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
.header .links a {}
.ma-header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.ma-header-container .top-container a { font-size:11px; color:#ebbc58; }

.top-cart-wrapper {
    background: url("../images/icon-cart1.png") no-repeat scroll 0 5px transparent;
    float: right;
    padding: 0 0 0 25px;
}
.top-cart-wrapper:hover {
}
.top-cart-contain {
    background: url("../images/arrow-up1.png") no-repeat scroll 50% -100px transparent;
    position: relative;
    height: 25px;
    padding: 4px 0 7px;
    cursor: pointer;
    z-index:100001;
}
.top-cart-contain:hover {
    background-position: 50% 100%;
}
.top-cart-content {
    display: none;
    width: 230px;
    position: absolute;
    top: 36px;
    right: 0;
    background: #fff;
    border: 1px solid #aaa;
    border-top:3px solid #444444;
    padding: 10px;
    text-align: left;
    box-shadow: 0 3px 3px #666;
}
.top-subtotal {
    float: left;
    margin: 15px 0 0;
}
.top-cart-content li.item{ float:left; width:100%; margin:0 0 10px; }
.top-cart-content .product-details { position:relative; }
.top-cart-content .product-details .btn-remove{ position:absolute; right:10px; top:4px; }
.top-cart-content .product-details .btn-edit{ position:absolute; right:30px; top:4px; }

.top-cart-content .actions {
    padding: 0;
    float:right;
    margin:10px 0 0;
}
.top-cart-icon {
    padding: 5px;
    width: 20px;
    height: 24px;
    display: inline-block;
    background: url(../images/top-cart.png) no-repeat;
    vertical-align: middle;
}
.top-cart-title {
    display: inline-block;
    padding: 0 0 0 5px;
    vertical-align: top;
    text-align:left;
    color:#666;
}
.top-cart-title span{ font-weight:bold; font-size:13px; text-transform:uppercase; }
.top-cart-contain .price {
    font-weight:normal;
    color: #E6415F;
}
    


/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { border:3px solid #dfdfdf; margin:0 0 15px; }
.block .block-title { background: #ddd; padding:8px 9px; }
.block .block-title strong { display:block; font:bold 14px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#2f2f2f; }
.block .block-title strong span {}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
.block .block-content { padding: 10px; }
.block .block-content li.item { padding:7px 9px; }
.block .block-content .product-name { color:#1e7ec8; }
.block .btn-remove,
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
.block .actions {  text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { }
.block li.even {  }

.block-banner-left {}
.block-banner-left img {
    width: 100%;
}

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {   }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account {  }
.block-account .block-title {   }
.block-account .block-title strong {  }
.block-account .block-content {  padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
.block-account .block-content li a:hover { color:#2eaf4a; }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#2eaf4a; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif;  text-transform:none; color:#fff; }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:none;margin-top:10px; }
.block-layered-nav .block-title { background:none;padding:0; }
.block-layered-nav .block-title strong {margin:0;padding:0;font-size:18px;font-weight:700;color:#7e7e7e;text-transform:uppercase;font-family: 'Lato', sans-serif;line-height:18px;}
.block-layered-nav .block-subtitle { display:none;  }
.block-layered-nav .block-content {padding:0;}
.block-layered-nav dl {display:block;margin:0;padding:0;width:100%;}
.block-layered-nav dt { display:block;margin:20px 0 0 0;padding:20px 0 0 28px;font-size:24px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-bg-title.png) no-repeat left 25px;line-height:24px;border-top:1px solid #cccccc; }
.block-layered-nav dd { display:block;margin:20px 0 0 0;padding:0;width:100%; }
.block-layered-nav dd.last { }
.block-layered-nav .currently {display:block;margin:15px 0 0 0;padding:0;width:100%;}
.block-layered-nav .currently li {  padding:0px; position:relative; z-index:1; line-height:22px;font-size:14px;font-weight:normal;color:#2d2d2d;font-family: 'Lato', sans-serif;margin:0;display:block;width:100%; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block; vertical-align:middle;font-size:14px; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:middle; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:14px; padding:4px 5px 4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav li {display:block;margin:0 0 7px 0;padding:0;width:100%;}
.block-layered-nav li:hover {  }
.block-layered-nav li a {  text-decoration: none;  }
.block-layered-nav li a:hover {  }
.block-layered-nav li.amshopby-cat a {padding-left:30px;background:url(../images/wild/wild-amshopby-cb1.png) no-repeat left center;line-height:21px;font-size:14px;font-weight:700;color:#2d2d2d;font-family: 'Lato', sans-serif;}
.block-layered-nav li.amshopby-cat a:hover {color:#6d6d6d;background:url(../images/wild/wild-amshopby-cb2.png) no-repeat left center;}

/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0;  text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Related */
.block-related .block-title strong { }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { }
.block-compare button.button span {  }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
.compare-table tr.first td .product-name a { color:#203548; }
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { background:none; display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {  }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
.block-tags .block-content .tags-list a { color:#1b2d3b; background: #eee; text-decoration: none;  padding: 4px 6px; line-height: 26px; }
.block-tags .block-content .tags-list a:hover { background: #ccc; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe { float:left;margin:0 0 0 71px;padding:0 0 0 16px;background:url(../images/wild/wild-bg-subscribe.png) no-repeat left bottom;min-height:107px;}
.block-subscribe-text {float:left;margin:34px 0 0 0;padding:0;text-align:right;}
.block-subscribe-text h3 {font-size:24px;font-weight:normal;color:#181818;margin:0;padding:0;display:block;text-transform:uppercase;line-height:24px;font-family: 'Lato', sans-serif;}
.block-subscribe-text p {font-size:18px;font-weight:normal;color:#616365;margin:5px 0 0 0;padding:0;display:block;clear:both;font-family: 'Lato', sans-serif;line-height:18px;}
.block-subscribe-form {float:left;margin:34px 0 0 10px;padding:7px;background:#f1f1f1;position:relative;width:318px;}
.block-subscribe-form .input-box {float:left;margin:0;padding:0 35px 0 0;width:100%;background:#fff;}
.block-subscribe-form .input-box input.input-text {float:left;margin:0;padding:0 15px;width:100%;height:27px;border:none;line-height:27px;font-size:14px;font-weight:normal;color:#a0a0a0;font-family: 'Lato', sans-serif;}
.block-subscribe-form .input-box input.input-text::-ms-clear { display: none;}
.block-subscribe-form .actions {display:block;margin:0;padding:0;position:absolute;top:4px;right:4px;}
.block-subscribe-form .actions button.button {float:left;margin:0;padding:0;}
.block-subscribe-form .actions button.button span {float:left;margin:0;padding:0;border:none;width:33px;height:33px;text-indent:-9999px;background:url(../images/wild/wild-btn-subscribe.png) no-repeat 0 0;}
.block-subscribe-form .actions button.button span span {}
.block-subscribe-form .actions button.button:hover span span {background:url(../images/wild/wild-btn-subscribe-hover.png) no-repeat 0 0;}
.block-subscribe-form .validation-advice {text-align:left;}

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px; }
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
.category-image img { width: 100%; }
.category-description { margin:0 0 20px;font-size:14px;font-weight:normal;color:#414141;font-family: 'Lato', sans-serif; }
.category-products {}

/* View Type: Grid */
.products-grid { position:relative;margin:14px -5px 0; }
.products-grid.last { border-bottom:0; }
.products-grid .item {  margin-top: 10px; text-align: center;padding-left:5px;padding-right:5px; }
.products-grid .item-inner { padding:12px 10px; border: 1px solid #ccc;  }
.products-grid .product-image { display:block;  margin:0 0 10px; }
.products-grid .product-image img {  }

.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions {}
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {  }
.col1-layout .products-grid { }

/* View Type: List */
.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
.products-list .product-shop { margin-left:150px; }
.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
.products-list .product-name a { color:#203548; }
.products-list .price-box { float:left; margin:3px 13px 5px 0; }
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
.products-list .desc .link-learn { font-size:11px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }

/* ======================================================================================= */


/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; background: url("../images/review_icon.gif") no-repeat scroll 0 5px transparent; padding: 0 0 10px 20px; border-bottom: 1px solid #DDDDDD; }

.ratings { font-size:11px; line-height:1.25; margin:10px 0 0;  padding-bottom: 10px; }
.product-view .product-shop .ratings   { }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../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: 30px;}
.products-grid .ratings .rating-box { margin-right:3px; margin-left: 25%; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }

.product-view .product-shop .availability {  }
.product-view .product-shop .availability span { font-weight: bold; }


/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important; }

.price-box { margin:5px 0; }
.price-box .price { font-weight:bold; color:#c76200; }

/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { font-size:18px;font-weight:normal;color:#181818;line-height:18px;font-family: 'Lato', sans-serif;text-transform:uppercase; }
.block .regular-price,
.block .regular-price .price {}

/* Old price */
.old-price { margin:0 3px 0 0;display:inline; }
.old-price .price-label { white-space:nowrap; color:#999;display:none; }
.old-price .price { text-decoration:line-through;font-size:14px;font-weight:normal;color:#919191;line-height:18px;font-family: 'Lato', sans-serif; text-transform:uppercase;}

/* Special price */
.special-price { margin:0; padding:0px 0;display:inline; }
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033;display:none; }
.special-price .price { font-size:17px;font-weight:normal;color:#e14f4f;line-height:18px;font-family: 'Lato', sans-serif;text-transform:uppercase; }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.label { background: none; border: 0; padding: 0; border-radius: 0; color: #2f2f2f; }
.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin: 5px 30px 0 0; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin: 0 0; border: 2px solid #DDDDDD; padding: 5px 2px; text-align: center; }

.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }


/* Add to cart qty decrease/increase button */
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase { 
    float: left; 
    width:8px;
    height:15px; 
    border:none; 
    padding:0px;     
    margin:8px 5px 0;
    background-image:url(../images/btn-qty.png);
    background-color:transparent;
    background-repeat:no-repeat;
    cursor:pointer;
}
.add-to-cart input.qty-decrease{background-position:0 0;}
.add-to-cart input.qty-decrease:hover{background-position:0 -20px;}
.add-to-cart input.qty-increase{background-position:-56px 0; margin-right: 35px; }
.add-to-cart input.qty-increase:hover{background-position:-56px -20px;}



/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; clear: both; }
.add-to-box .add-to-cart {  }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-view .product-shop .add-to-box .add-to-links li { display: inline !important; margin: 0 30px 0 0; }

.product-view .product-shop  .add-to-box { display:block;margin:0;padding:0;width:100%; }
.product-view { }
.product-view .product-shop .add-to-cart {display:block;margin:20px 0 0 0;padding:20px 0;width:100%;overflow:hidden;border-bottom:1px solid #dfdfdf;border-top:1px solid #dfdfdf;}
.add-to-cart-top {display:block;margin:0;padding:0;width:100%;overflow:hidden;}
.add-to-cart-top .add-to-cart-qty {float:left;margin:0;padding:0;}
.add-to-cart-top .add-to-cart-qty label {float:left;margin:0 30px 0 0;padding:0;line-height:29px;font-size:14px;font-weight:normal;color:#2c2c2c;text-transform:uppercase;font-family: 'Lato', sans-serif;}
.add-to-cart-top .add-to-cart-qty input.qty-decrease {float:left;margin:0;padding:0;width:29px;height:29px;border:none;background:url(../images/wild/wild-qty-decrease.png) no-repeat center center #727272;}
.add-to-cart-top .add-to-cart-qty input.qty-increase {float:left;margin:0;padding:0;width:29px;height:29px;border:none;background:url(../images/wild/wild-qty-increase.png) no-repeat center center #727272;}
.add-to-cart-top .add-to-cart-qty input.qty-decrease:hover {background-color:#454545;}
.add-to-cart-top .add-to-cart-qty input.qty-increase:hover {background-color:#454545;}
.add-to-cart-top .add-to-cart-qty .qty {float:left;margin:0 5px;padding:0;height:29px;width:75px !important;text-align:center;line-height:27px;border:1px solid #cccccc;font-size:20px;font-weight:normal;color:#484848;font-family:Arial, Helvetica, sans-serif;}
.add-to-cart-top .availability { float: left; margin:0px 0px 0 27px;padding:0 0 0 24px;line-height:29px;font-size:14px;font-weight:normal;color:#515151;background:url(../images/wild/wild-in-stock.png) no-repeat left center; }
.add-to-cart-top .availability.out-of-stock {background-image:url(../images/wild/wild-out-of-stock.png);}
.add-to-cart-bottom {display:block;margin:20px 0 0 0;padding:0;width:100%;overflow:hidden;}
.add-to-cart-bottom .out-of-stock {float:left;margin:0;padding:0 46px 0 0;width:249px;height:46px;line-height:46px;text-align:center;background:url(../images/wild/wild-product-coming-soon.png) no-repeat 0 0;font-size:18px;font-weight:normal;color:#ffffff;text-transform:uppercase;font-family: 'Lato', sans-serif;}
.add-to-cart-bottom .link-wishlist {font-size:18px;font-weight:normal;color:#414141;margin:0 0 0 27px;text-decoration:underline;text-transform:uppercase;font-family: 'Lato', sans-serif;float:left;line-height:46px;}
.add-to-cart-bottom .link-wishlist:hover {color:#8c8c8c;}
.add-to-cart-bottom button.button {float:left;margin:0;padding:0;}
.add-to-cart-bottom button.button span {float:left;margin:0;padding:0 46px 0 0;height:46px;border:none;line-height:46px;background:url(../images/wild/wild-product-add-to-cart.png) no-repeat 0 0;text-align:center;font-size:18px;font-weight:normal;color:#ffffff;text-transform:uppercase;font-family: 'Lato', sans-serif;width:249px;}
.add-to-cart-bottom button.button span span {padding:0;background:none !important;width:100%;}
.add-to-cart-bottom button.button:hover span {background:url(../images/wild/wild-product-add-to-cart-hover.png) no-repeat 0 0;}

.product-view .product-more-info { border-top: 1px solid #ddd; padding: 20px 15px 10px; margin-top: 2px; overflow: hidden; font-family: helveticaLT; text-align: left; font-size: 24px; }
.product-view .product-more-info .info-text { margin-left: 80px; height: 70px; }
.product-view .product-more-info .info-col1 { background: url(../images/money-back.png) no-repeat 0 50%;}
.product-view .product-more-info .info-col2 { background: url(../images/free-shipping.png) no-repeat 0 50%; border: 0;}
.product-view .product-more-info .info-row1 { color: #C76200; }
.product-view .product-more-info .info-row1 span { color:#2f2f2f; }
.product-view .product-more-info .info-row2 { line-height: 24px; }


.product-essential { padding: 0px 0px; }
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }

.product-collateral { padding: 0px 0 25px;display:block;margin:35px 0 0 0;width:100%; }
.product-collateral h2 { }
.product-collateral .box-collateral {  }

/* Product Images */
.product-view .product-img-box { display:block;margin:0;padding:0 0 0 80px;width:100%;position:relative; }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0;display:block;padding:0;width:100%;position:relative; }
.product-view .product-img-box .product-image .hover-zoom {font-size:14px;font-weight:normal;color:#5a5a5a;margin:0;padding:0 23px 0 0;font-family: 'Lato', sans-serif;position:absolute;top:0;right:0;background:url(../images/wild/wild-hover-zoom.png) no-repeat right center;line-height:18px;z-index:100;}
.product-view .product-img-box .product-image img { width: 100%; }
.product-view .product-img-box .product-image-zoom { position:relative; width:366px; height:366px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% repeat-x; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views {display:block;margin:0;padding:0;width:75px;position:absolute;top:0;left:0;}
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase;display:none; }
.product-view .product-img-box .more-views ul { float:left; margin:0; padding:0; }
.product-view .product-img-box .more-views li { float:left; margin:0 0 5px 0px;padding:0; }
.product-view .product-img-box .more-views li a { float:left;border:1px solid #cccccc; overflow:hidden;margin:0;padding:0; }
.product-view .product-img-box .more-views li a:hover {border-color:#4d4d4d;}
.product-image-bottom {display:block;margin:10px 0 0 0;padding:0;width:100%;overflow:hidden;}
.product-image-bottom .ma-a-lighbox2 {float:left;margin:0;padding:0 26px 0 0;font-size:14px;font-weight:normal;color:#5a5a5a;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-click-to-enlarge.png) no-repeat right center;}
.product-image-bottom .ma-a-lighbox2:hover {text-decoration:underline !important;}
.product-social {float:left;margin:10px 0 0 0;padding:0;width:100%;text-align:center;}
.product-social .addthis_button_facebook_like,.product-social .addthis_button_tweet,.product-social .addthis_button_google_plusone ,.product-social .addthis_counter  {display: inline-block;float: none !important;margin-bottom: 0;margin-top: 0;vertical-align: middle;}


.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .product-shop { }
.col1-layout .product-view .product-shop {  }
.col3-layout .product-view .product-shop { }
.product-view .product-shop-top {display:block;margin:0;padding:0;width:100%;position:relative;}
.product-view .product-shop-top .product-name { margin:0px;display:block;padding:0;width:100%;}
.product-view .product-shop-top .product-name h1 { font-size:30px;font-weight:700;color:#484848;margin:0;padding:0;text-transform:uppercase;line-height:30px;font-family: 'Lato', sans-serif; }
.product-view .product-shop-top .ratings-brand {display:block;margin:15px 0 0 0;padding:0;width:100%;overflow:hidden;}
.product-view .product-shop-top .product-brand {display:block;margin:0;padding:0;float:right;}
.product-view .product-shop-top .ratings {float:left;margin:0;padding:0;border:none;}
.product-view .product-shop-top .no-rating {float:left;margin:25px 0 0 0;padding:0;border:none;font-size:14px;font-weight:normal;color:#848484;font-family: 'Lato', sans-serif;background:none;}
.product-view .product-shop-top .no-rating:hover {text-decoration:underline;}
.product-view .product-shop-top .ratings .rating-box-text {float:left;margin:15px 0 0 0;padding:0;display:block;}
.product-view .product-shop-top .ratings .rating-box-text label {float:left;margin:0;padding:0;font-size:14px;font-weight:700;color:#2c2c2c;font-family: 'Lato', sans-serif;}
.product-view .product-shop-top .ratings .rating-box-text .rating-box {float:left;margin:1px 0 0 24px;padding:0;}
.product-view .product-shop-top .ratings .rating-box-text p {float:left;margin:0 0 0 8px;padding:0;font-size:14px;font-weight:normal;color:#848484;font-family: 'Lato', sans-serif;}
.product-view .product-shop-top .ratings .rating-action {float:left;margin:10px 0 0 0;padding:0;display:block;clear:both;}
.product-view .product-shop-top .ratings .rating-action a {float:left;margin:0;padding:0;font-size:14px;font-weight:normal;color:#848484;font-family: 'Lato', sans-serif;}
.product-view .product-shop-top .ratings .rating-action a.add-reviews {margin-left:9px;padding-left:10px;background:url(../images/wild/wild-rating-icon.png) no-repeat left center;}
.product-view .product-shop-top .ratings .rating-action a:hover {text-decoration:underline;}
.product-view .product-shop .short-description { display:block;margin:15px 0 0 0;padding:25px 0 0 0;width:100%;text-align:left;border-top:1px solid #dfdfdf; }
.product-view .product-shop .short-description h2 {font-size:18px;font-weight:700;color:#2d2d2d;text-transform:uppercase;font-family: 'Lato', sans-serif;margin:0;padding:0;line-height:18px;}
.product-view .product-shop .short-description .std {display:block;margin:10px 0 0 0;padding:0;width:100%;text-align:left;font-size:14px;font-weight:normal;color:#2d2d2d;font-family: 'Lato', sans-serif;}
.product-view .product-shop .short-description .std ul {display:block;margin:0;padding:0;width:100%;}
.product-view .product-shop .short-description .std ul li {display:block;margin:0;padding:0 0 0 26px;width:100%;font-size:14px;font-weight:normal;color:#2d2d2d;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-list-image.png) no-repeat left center;}
.product-view .product-shop .product-view-price {display:block;margin:20px 0 0 0;padding:25px 0 0 0;width:100%;overflow:hidden;border-top:1px solid #dfdfdf;}
.product-view .product-shop .product-view-price-value {float:left;margin:0;padding:0;}
.product-view .product-shop .product-view-price-value .price-box {float:left;margin:0;padding:0;}
.product-view .product-shop .product-view-price-value .old-price {float:left;margin:0;padding:0;}
.product-view .product-shop .product-view-price-value .old-price .price {float:left;margin:0;padding:0;font-size:18px;font-weight:normal;color:#919191;font-family: 'Lato', sans-serif;line-height:24px;}
.product-view .product-shop .product-view-price-value .special-price {float:left;margin:0 0 0 50px;padding:0;}
.product-view .product-shop .product-view-price-value .special-price .price {float:left;margin:0;padding:0;font-size:24px;font-weight:normal;color:#e14f4f;font-family: 'Lato', sans-serif;line-height:24px;text-transform:uppercase;}
.product-view .product-shop .product-view-price-value .regular-price {float:left;margin:0;padding:0;}
.product-view .product-shop .product-view-price-value .regular-price .price {float:left;margin:0;padding:0;font-size:24px;font-weight:normal;color:#181818;font-family: 'Lato', sans-serif;line-height:24px;text-transform:uppercase;}
.product-view .product-shop .product-view-price-value .grouped-items-table .regular-price .price{font-size: 18px;}
.product-view .product-shop .product-view-price-value .rrp-save {display:block;margin:10px 0 0 0;padding:0;width:100%;float:left;clear:both;}
.product-view .product-shop .product-view-price-value .rrp-save span {float:left;margin:0;padding:0;font-size:18px;font-weight:normal;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;}
.product-view .product-shop .product-view-price-value .rrp-save span.rrp-save-right {float:right;margin-left:15px;}
.product-view .product-shop .product-view-price-icon {float:left;margin:6px 0 0 25px;padding:0;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a, .email-friend a { color:#1E7EC8 !important; text-decoration: none; font-size: 11px; text-transform: uppercase; font-weight:normal !important; padding: 1px 0 1px 20px; }
.product-view .product-shop .add-to-links a:hover, .email-friend a:hover { color: #000 !important; }
.product-view .product-shop .add-to-links  .link-wishlist { background: url(../images/wishlist_icon.gif) no-repeat; }
.product-view .product-shop .add-to-links  .link-compare { background: url(../images/compare_icon.gif) no-repeat; }

/* Email to a Friend */
.email-friend { margin:0;  }
.email-friend a { background: url("../images/mail_icon.gif") no-repeat scroll 0 0 transparent; }


/* Product Options */
.product-options {display:block;margin:20px 0 0 0;padding:20px 0 0 0;width:100%;overflow:hidden;border-top:1px solid #dfdfdf;position:relative; }
.product-options dl {display:block;margin:0;padding:0;width:100%;}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:bold; color:#2f2f2f; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; }
.product-options dd .input-box select{width: 100%;}
.product-options dd .qty-holder { display:block; padding:10px 0 0;float: left; }
.product-options dd .qty-holder label { vertical-align:middle; line-height: 23px;min-width: 50px;}
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { display:block;margin:0 0 15px 0;padding:0;width:100%;overflow:hidden; }
.product-options dd label {float:left;margin:0;padding:0;line-height:29px;font-size:14px;font-weight:normal;color:#2d2d2d;text-transform:uppercase;font-family: 'Lato', sans-serif;min-width:106px;}
.product-options dl dd.last { margin:0;padding:0; }
.product-options dd .input-box {float:left;margin:0;padding:0;width: 100%;}
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select {background: url('../images/wild/wild-sort-by-down.png') 96% 50% no-repeat #fff;-webkit-appearance: none;-moz-appearance: none; appearance: none;float:left;margin:0;padding:0 0 0 10px;height:29px;min-width:165px;line-height:27px;border:1px solid #cccccc !important;font-size:14px;font-weight:normal;color:#2d2d2d;font-family: 'Lato', sans-serif; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:20px; top:20px; }

.product-options-bottom {}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; display: none; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart { }
.product-shop .product-options-bottom {display:block;margin:0;padding:0;width:100%; }
.product-shop .product-options-bottom .price-box { float: left; margin: 5px 30px 0 0; border: 0; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }

/* Block: Description */
.product-view .box-description {}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell { display:block;margin:0;padding:0;width:100%;}
.product-view .box-up-sell .box-up-sell-title {display:block;margin:0;padding:0;width:100%;}
.product-view .box-up-sell .box-up-sell-title h3 {font-size:24px;font-weight:700;color:#181818;text-transform:uppercase;margin:0;padding:0 0 0 27px;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-bg-title.png) no-repeat left center;line-height:24px;}
.product-view .box-up-sell .box-up-sell-content {display:block;margin:20px 0 0 0;padding:0;width:100%;overflow:hidden;}
.product-view .box-up-sell .products-grid {  }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float: left;  margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
.product-view .box-tags .form-add .input-box { float:left;  margin:0 5px 0 0;  }
.product-view .box-tags .form-add input.input-text { width:299px; }

.product-view .box-tags .form-add button.button span { }
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt {font-size:14px;font-weight:700;color:#2d2d2d;font-family: 'Lato', sans-serif;}
.product-view .box-reviews .ratings-table th {font-size:14px;font-weight:700;color:#2d2d2d;font-family: 'Lato', sans-serif;}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px;font-size:14px;font-weight:normal;color:#2d2d2d;font-family: 'Lato', sans-serif; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add {  }
.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:14px;margin-top:12px;font-weight:700;color:#2d2d2d;font-family: 'Lato', sans-serif; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width: 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 #review-form .data-table {border:1px solid #ccc;}
.product-view #review-form .data-table thead th {background:#eeeeee;font-size:14px;font-weight:700;color:#2d2d2d;font-family: 'Lato', sans-serif;border-right:1px solid #ccc;}
.product-view #review-form .data-table tbody th {font-size:14px;font-weight:700;color:#2d2d2d;font-family: 'Lato', sans-serif;border-right:1px solid #ccc;}
.product-view #review-form .data-table tbody td {border-right:1px solid #ccc;}
.product-view #review-form .data-table tbody td input.radio {margin:0 auto;}
.product-view #review-form .form-list { margin-top: 10px; }
.product-view #review-form .form-list label {font-size:14px;font-weight:700;font-family: 'Lato', sans-serif;}
.product-view #review-form input.input-text { width: 100%;height:29px;border:1px solid #ccc;font-size:14px;font-weight:normal;font-family: 'Lato', sans-serif;line-height:27px;padding:0 10px;margin:0;}
.product-view #review-form textarea { width: 100%;border:1px solid #ccc;font-size:14px;font-weight:normal;font-family: 'Lato', sans-serif;line-height:27px;padding:5px 10px;margin:0; }
.product-view #review-form .buttons-set {border:none;}


/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-size:1em; font-weight:normal; }
.product-name a {  }

/* Product Tags */
.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 20px; }
.cart .page-title h1 {  }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0; }
.cart .title-buttons .checkout-types li .paypal-logo {display:none;}
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3;display:none; }
.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 .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-right:40px; }
.cart-table .btn-update span {margin:0;padding:0;background:none !important;border:none;font-size:18px;font-weight:normal;color:#414141;text-decoration:underline;font-family: 'Lato', sans-serif;height:auto;text-transform:uppercase;}
.cart-table .btn-update:hover span {color:#2eaf4a;}
.cart-table {border:none;color:#111111;font-size:14px;font-weight:normal;font-family: 'Lato', sans-serif;}
.cart-table thead th {line-height:45px;padding:0 20px;font-size:16px;font-weight:700;color:#ffffff;text-transform:uppercase;font-family: 'Lato', sans-serif;}
.cart-table thead th:first-child {-moz-border-radius-topleft: 3px;-webkit-border-top-left-radius: 3px;border-top-left-radius: 3px;-moz-border-radius-bottomleft: 3px;-webkit-border-bottom-left-radius: 3px;border-bottom-left-radius: 3px;}
.cart-table thead th:last-child {-moz-border-radius-topright: 3px;-webkit-border-top-right-radius: 3px;border-top-right-radius: 3px;-moz-border-radius-bottomright: 3px;-webkit-border-bottom-right-radius: 3px;border-bottom-right-radius: 3px;}
.cart-table td {padding:10px 20px;}
.cart-table tr.last td {border-bottom:1px solid #dddddd !important;}
.cart-table td .product-image { display: block; width: 60px;border:1px solid #d0d0d0; }
.cart-table td .product-image:hover {border-color:#2eaf4a;}
.cart-table .product-name { margin:0 0 5px; color:#111111;font-size:14px;font-weight:normal;font-family: 'Lato', sans-serif; }
.cart-table .product-name a { margin:0; color:#111111;font-size:14px;font-weight:normal;font-family: 'Lato', sans-serif;}
.cart-table .product-name a:hover {color:#2eaf4a;}
.cart-table .edit-product {color:#111111;font-size:14px;font-weight:normal;font-family: 'Lato', sans-serif;text-decoration:underline;}
.cart-table .edit-product:hover {color:#2eaf4a;}
.cart-table .cart-quantity {display:block;margin:0;padding:0;overflow:hidden;min-width:116px;}
.cart-table .cart-quantity .qty-decrease {float:left;margin:0;padding:0;width:29px;height:29px;border:none;text-indent:-9999px;background:url(../images/wild/wild-qty-decrease.png) no-repeat center center #727272;}
.cart-table .cart-quantity .qty-increase {float:left;margin:0;padding:0;width:29px;height:29px;border:none;text-indent:-9999px;background:url(../images/wild/wild-qty-increase.png) no-repeat center center #727272;}
.cart-table .cart-quantity .qty-decrease:hover , .cart-table .cart-quantity .qty-increase:hover {background-color:#454545;}
.cart-table .cart-quantity .qty {float:left;margin:0 4px;height:29px;line-height:27px;width:50px !important;text-align:center;font-size:14px;font-weight:normal;color:#484848;font-family:Arial, Helvetica, sans-serif;}
.cart-table .cart-quantity .btn-cart-remove {color:#111111;font-size:14px;font-weight:normal;font-family: 'Lato', sans-serif;text-decoration:underline;}
.cart-table .cart-quantity .btn-cart-remove:hover {color:#2eaf4a;}
.cart-table tfoot {border-bottom:none;}
.cart-table tfoot tr {background:none !important;}
.data-table tfoot tr.first td {background:none;border-bottom:none !important;padding:15px 0 0 0;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:0;display:block;width:100%;margin:25px 0 0 0;border-top:1px solid #dddddd;border-bottom:1px solid #dddddd; }
.cart .cart-collaterals .col2-set { float:left; width:620px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }
.cart-payment {float: left;margin: 25px 0 0;padding: 0;width:100%;}
.cart-payment .cart-payment-top {float: left;margin: 0;padding: 0;width: 100%;}
.cart-payment .cart-payment-top a {float: left;margin: 0px 10px 0 0;padding: 0;}
.cart-payment .btn-continue {float:left;margin:21px 0 0 0;padding:0;}
.cart-payment .btn-continue span {float:left;margin:0;padding:0 20px;height:38px;line-height:38px;text-align:center;font-size:18px;font-weight:normal;color:#ffffff;text-transform:uppercase;background:#727272;font-family: 'Lato', sans-serif;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.cart-payment .btn-continue:hover span {background:#2eaf4a;color:#fff;}
.cart-payment .btn-continue span span {padding:0 !important;}

.cart .crosssell { display:block;margin:45px 0 0 0;padding:0;width:100%; }
.cart .crosssell .crosssell-title {display:block;margin:0;padding:0;width:100%;}
.cart .crosssell .crosssell-title h3 {font-size:24px;font-weight:700;color:#181818;text-transform:uppercase;margin:0;padding:0 0 0 27px;font-family: 'Lato', sans-serif;line-height:24px;background:url(../images/wild/wild-bg-title.png) no-repeat left center;}
.cart .crosssell .crosssell-content {display:block;margin:20px 0 0 0;width:100%;padding:0;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .cart-collaterals .col-2 {border-left: 1px solid #dddddd;border-right: 1px solid #dddddd;}
.cart .shipping { float:left;margin:25px 0 0 10px;display:block;padding:0 20px 25px 0;width:100%; }
.cart .shipping h2 { float:left;margin:0;padding:0;font-size:24px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;line-height:24px;width:100%;text-align:left; }
.cart .shipping .shipping-form {float:left;margin:0;padding:0;width:100%;}
.cart .shipping .shipping-form p {float:left;margin:10px 0 0 0;padding:0;font-size:14px;font-weight:normal;color:#111111;font-family: 'Lato', sans-serif;width:100%;}
.cart .shipping .shipping-form .form-list {float:left;margin:0;padding:0;width:100%;max-width:290px;}
.cart .shipping .shipping-form .form-list li {float:left;margin:10px 0 0 0;padding:0;width:100%;}
.cart .shipping .shipping-form .form-list label {font-size:14px;font-weight:normal;color:#000000;font-family: 'Lato', sans-serif;margin:0;padding:0;}
.cart .shipping .shipping-form .form-list .input-box {float:left;margin:0;padding:0;clear:both;width:100%;}
.cart .shipping .shipping-form .form-list .input-box select {float:left;margin:5px 0 0;padding:0 0 0 10px;width:100%;height:32px;line-height:30px;font-size:14px;font-weight:normal;color:#5d5d5d;font-family: 'Lato', sans-serif;}
.cart .shipping .shipping-form .form-list .input-box input.input-text {float:left;margin:5px 0 0;padding:0 10px;width:100%;height:32px;line-height:30px;font-size:14px;font-weight:normal;color:#5d5d5d;font-family: 'Lato', sans-serif;}
.cart .shipping .shipping-form .form-list .state-province {float:left;margin:0;padding:0;width:140px;}
.cart .shipping .shipping-form .form-list .post-code {float:left;margin:0 0 0 10px;padding:0;width:140px;}
.cart .shipping .shipping-form .buttons-set {float:left;margin:18px 0 0;padding:0;border:none;width:100%;}
.cart .shipping .shipping-form .buttons-set button.button {float:left;margin:0;padding:0;}
.cart .shipping .shipping-form .buttons-set button.button span {float:left;margin:0;padding:0 20px;height:38px;line-height:38px;text-align:center;font-size:18px;font-weight:normal;color:#ffffff;text-transform:uppercase;background:#727272;font-family: 'Lato', sans-serif;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.cart .shipping .shipping-form .buttons-set button.button:hover span {background:#2eaf4a;color:#fff;}
.cart .shipping .shipping-form .buttons-set button.button span span {padding:0 !important;}

.cart-promo-code {display:block;margin:40px 0 0 0;padding:0;width:100%;overflow:hidden;}
.cart-promo-code .discount {float:right;margin:0;padding:0;}
.cart-promo-code .discount h2 {font-size:14px;font-weight:normal;color:#cb1217;font-family:Arial, Helvetica, sans-serif;text-align:right;cursor:pointer;}
.cart-promo-code .discount.active h2 {font-size:14px;font-weight:normal;color:#414141;text-decoration:underline;}
.cart-promo-code .discount h2:hover {color:#2eaf4a !important;}
.cart-promo-code .discount .discount-form {display:none;margin:15px 0 0;padding:0 69px 0 0;width:287px;position:relative;overflow:hidden;}
.cart-promo-code .discount .discount-form .input-box {display:block;margin:0;padding:0;width:100%;}
.cart-promo-code .discount .discount-form .input-box input.input-text {display:block;margin:0;padding:0 10px;width:100%;height:32px;border:1px solid #dddddd;line-height:30px;font-size:14px;font-weight:normal;color:#5d5d5d;font-family:Arial, Helvetica, sans-serif;}
.cart-promo-code .discount .discount-form button.button {position:absolute;top:0;right:0;}
.cart-promo-code .discount .discount-form button.button span {float:left;margin:0;padding:0;width:59px;height:32px;border:none;background:#727272;text-align:center;font-size:14px;font-weight:normal;color:#ffffff;text-transform:uppercase;font-family: 'Lato', sans-serif;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;line-height:32px;}
.cart-promo-code .discount .discount-form button.button:hover span {background:#2eaf4a;}
.cart-promo-code .discount.active .discount-form {display:block;}
/* Shopping Cart Totals */
.cart .totals {  float:right;margin:25px 0 0 0;padding:0; }
.cart .totals .shopping-cart-totals-table {display:block;margin:0;padding:20px;background:#eaeaea;max-width:290px;}
.cart .totals table { width:100%;margin:0;padding:0; }
.cart .totals td { padding:5px 0px;font-size:14px;font-weight:normal;color:#111111;font-family: 'Lato', sans-serif; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding:5px 0;border-top:1px solid #d0d0d0;font-size:18px;font-weight:700;color:#111111;font-family: 'Lato', sans-serif;text-transform:uppercase; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:0; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:20px 0 0 0; }

/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:bold; color:#666; }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
.block-progress .block-title strong { font-size:13px; color:#0a263c; }
.block-progress .block-content { background:none; }
.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#d0dce1; }
.block-progress dd.complete {}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section { margin: 5px 0 0; }

.opc .step-title { border-width:0 1px; border-style:solid; border-color:#ccc #ccc #ccc; background:#ccc; padding:4px 8px 6px; text-align:right; }
.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }

.opc .allow .step-title { }
.opc .allow .step-title .number { }
.opc .allow .step-title h2 { }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#ccc; border:1px solid #ccc; padding-bottom:5px; color:#f18200; cursor:default; }
.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
.opc .active .step-title h2 { color:#f18200; }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #ccc; border-top:0; background:none; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { border:0; padding:0; }
#opc-review .product-name { font-weight:bold; color:#0a263c; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:0 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }

.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:#e26703; }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#E26703; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; border:1px solid #bbb6a5; border-bottom:0; }
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase;  }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; }

.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#fff; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#2d2d2d; }

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:bold; font-size:13px; color:#2d2d2d; text-transform:uppercase; }
.addresses-list h3 { font-weight:bold; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:bold; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { background:#fff; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
#my-orders-table .subtotal {display:table-column;float:none;}
.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { white-space:nowrap; }

/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

.ma-footer-category-container {display:block;margin:0;padding:20px 0;width:100%;background:#e1e1e1;text-align:left;}
.footer-category {margin-left:-5px;margin-right:-5px;}
.footer-category-item {padding-left:5px;padding-right:5px;}
.footer-category-item h3 {line-height:24px;display:block;margin:35px 0 0 0;padding:0;width:100%;font-size:18px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;}
.footer-category-item h3.footer-optics {padding-left:33px;background:url(../images/wild/wild-footer-optics.png) no-repeat left center;}
.footer-category-item h3.footer-target {padding-left:33px;background:url(../images/wild/wild-footer-target.png) no-repeat left center;}
.footer-category-item h3.footer-gun-care {padding-left:23px;background:url(../images/wild/wild-footer-gun-care.png) no-repeat left center;}
.footer-category-item h3.footer-clothing {padding-left:33px;background:url(../images/wild/wild-footer-clothing.png) no-repeat left center;}
.footer-category-item h3.footer-spotlights {padding-left:32px;background:url(../images/wild/wild-footer-spotlights.png) no-repeat left center;}
.footer-category-item h3.footer-hunting {padding-left:32px;background:url(../images/wild/wild-footer-hunting.png) no-repeat left center;}
.footer-category-item h3.footer-knives {padding-left:41px;background:url(../images/wild/wild-footer-knives.png) no-repeat left center;}
.footer-category-item h3.footer-reloading {padding-left:41px;background:url(../images/wild/wild-footer-reloading.png) no-repeat 13px center;}
.footer-category-item h3.footer-accessories {padding-left:53px;background:url(../images/wild/wild-footer-accessories.png) no-repeat left center;}
.footer-category-item ul {display:block;margin:10px 0 0 0;padding:0;display:block;width:100%;}
.footer-category-item ul li {display:block;margin:0;padding:0;width:100%;line-height:22px;}
.footer-category-item ul li a {font-size:14px;font-weight:normal;color:#616365;margin:0;padding:0;font-family: 'Lato', sans-serif;}
.footer-category-item ul li a:hover {color:#181818;}
.footer-category-item.footer-category-item-1 ul {padding-left:33px;}
.footer-category-item.footer-category-item-2 ul {padding-left:23px;}
.footer-category-item.footer-category-item-3 ul {padding-left:33px;}
.footer-category-item.footer-category-item-4 ul {padding-left:32px;}
.footer-category-item.footer-category-item-5 ul {padding-left:41px;}
.footer-category-item.footer-category-item-6 ul {padding-left:53px;}

.footer-newsletter-joinus {display:block;margin:0;padding:0;width:100%;background:#cfcfcf;}
.footer-join-us {float:left;margin:0 0 0 27px;padding:0 0 0 71px;min-height:107px;background:url(../images/wild/wild-bg-join-us.png) no-repeat left bottom;}
.footer-join-us h3 {float:left;margin:47px 0 0 0;padding:0;font-size:24px;font-weight:normal;color:#181818;line-height:24px;text-transform:uppercase;font-family: 'Lato', sans-serif;}
.footer-join-us-content {float:left;margin:31px 0 0 20px;padding:0;}
.footer-join-us-content a {float:left;margin:0 0 0 7px;padding:0;width:48px;height:48px;text-indent:-9999px;}
.footer-join-us-content a.facebook {margin-left:0;background:url(../images/wild/wild-footer-facebook.png) no-repeat 0 0;}
.footer-join-us-content a.google {background:url(../images/wild/wild-footer-google.png) no-repeat 0 0;}
.footer-join-us-content a.instagram {background:url(../images/wild/wild-footer-instagram.png) no-repeat 0 0;}
.footer-join-us-content a:hover {background-position:0 100% !important;}
/* Footer ================================================================================ */
.ma-footer-container { background:#353535; }
.footer { margin:0 auto; padding:0px 0 15px;width:100%;background:url(../images/wild/wild-bg-footer.png) no-repeat left bottom; }
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
.footer .store-switcher select { padding:0; vertical-align:middle; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a {  text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 0px; text-align: right;font-size:14px;font-weight:normal;color:#ffffff;font-family: 'Lato', sans-serif;padding:0; }
.footer address a { color:#ecf3f6; text-decoration:underline; }
.footer address a:hover { text-decoration:none; }
.ma-footer-container .bottom-container { margin:0 0 5px; }
.footer-block {display:block;margin:45px 0 0 0;padding:0;width:100%;text-align:left;}
.footer-block h3 {font-size:18px;font-weight:700;color:#ffffff;margin:0;padding:0;text-transform:uppercase;font-family: 'Lato', sans-serif;line-height:18px;}
.footer-block-content {display:block;margin:15px 0 0 0;padding:0;width:100%;}
.footer-block ul {display:block;margin:10px 0 0 0;padding:0;width:100%;}
.footer-block ul li {display:block;margin:0;padding:0;width:100%;line-height:22px;}
.footer-block ul li a {font-size:14px;font-weight:normal;color:#c3c3c3;margin:0;padding:0;font-family: 'Lato', sans-serif;}
.footer-block ul li a:hover {color:#7a7a7a;}
.footer-block .footer-account {display:block;margin:5px 0 0 0;padding:0;width:100%;overflow:hidden;}
.footer-block .footer-account a {float:left;margin:0;padding:0 33px 0 0;font-size:11px;font-weight:normal;color:#ffffff;text-transform:uppercase;font-family: 'Lato', sans-serif;line-height:33px;text-align:center;}
.footer-block .footer-account a.footer-login {width:82px;background:url(../images/wild/wild-footer-login.png) no-repeat 0 0;}
.footer-block .footer-account a.footer-login:hover {background:url(../images/wild/wild-footer-login-hover.png) no-repeat 0 0;}
.footer-block .footer-account a.footer-register {margin-left:16px;width:91px;background:url(../images/wild/wild-footer-register.png) no-repeat 0 0;}
.footer-block .footer-account a.footer-register:hover {background:url(../images/wild/wild-footer-register-hover.png) no-repeat 0 0;}
.footer-payment .footer-block-content {overflow:hidden;}
.footer-payment .footer-block-content a {float:left;margin:12px 11px 0 0;}
.footer-payment .footer-block-content a:last-child {margin:0;}

.footer-bottom {display:block;margin:70px 0 0 0;padding:0;width:100%;}
.footer-design {display:block;margin:5px 0 0 0;padding:0;width:100%;text-align:right;}

/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.ma-header-container:after,
.ma-header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.ma-footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/* Product Tabs */
.product-tabs { overflow:hidden; border-bottom:1px solid #666; background:#f2f2f2; }
.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; padding:10px 15px; font-size: 14px; color:#444; text-decoration: none; }
.product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
.product-tabs li.active a,
.product-tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }
.product-tabs-content h2 {  }
.product-tabs-content {  width: 100%; padding: 15px 0; }


/*-------- Menu --------*/

/********** < Navigation */
.nav-container {display:block;margin:0;padding:0;width:100%;background:#181818;}
.ma-nav-container { }

.menu-mobile-active {display:block;margin:0;padding:0;width:100%;position:relative;}
.ma-nav-mobile-container {position:absolute;top:40px;left:25px;z-index:100001;}
.ma-nav-mobile-container .navbar-header {display:block;width:30px;height:23px;margin:0;padding:0;background:url(../images/wild/wild-menu-mobile.png) no-repeat 0 0;cursor:pointer;float:left;}
.menu-mobile-active .ma-nav-mobile-container {top:0;left:0;}
.menu-mobile-active .ma-nav-mobile-container .navbar-header {width:40px;height:40px;background:url(../images/wild/wild-menu-close.png) no-repeat center center #383838;} 
.menu-mobile-active .ma-nav-mobile-container .navbar-header:hover {background-color:#2eaf4a;}
.mobilemenu-block {display:none;margin:0;padding:0 0px 10px 0;float:left;width:252px;background:#4c4c4c;min-height:500px;text-align:left;}
.menu-mobile-active .mobilemenu-block {display:block;}
.menu-mobile-active .bg-menu-mobile-active {display:block;margin:0;padding:0;position:absolute;top:0;left:0;bottom:0;right:0;background:url(../images/wild/wild-bg-menu-mobile-active.png) repeat 0 0;z-index:10000;}
.mobilemenu-block .menu-link {display:block;margin:0;padding:0;background:#222222;width:100%;}
.mobilemenu-block .menu-link li {display:block;margin:0;padding:0;width:100%;border-bottom:1px solid #4e4e4e;}
.mobilemenu-block .menu-link li:last-child {border-bottom:none;}
.mobilemenu-block .menu-link li a {line-height:40px;padding:0 10px;font-size:13px;font-weight:normal;color:#ffffff;font-family: 'Lato', sans-serif;}
.mobilemenu-block .menu-link li a img {margin:10px 15px 0 0;}

#nav { margin:0 auto; font-size:12px; background: #ccc; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.last {  }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { }

/* 0 Level */
#nav li { float:left; padding-right: 5px; }
#nav li.last{ background:none;  }
#nav li.home { padding-left: 0; }

#nav a { float:left; padding: 10px 16px; color:#242424; font-size:16px; text-transform:capitalize; }
#nav a span{ }

#nav li.active a,
#nav li.over a,
#nav a:hover { background: #888; color: #fff; }

#nav li.active a span,
#nav li.over a span,
#nav a:hover span{ }

/* 1st Level */
#nav ul li,
#nav ul li.active { border-bottom: 1px solid #cdcdcd; float:none; margin:0; padding: 0; background: none;}
#nav ul li.last { border: 0;}

#nav ul a,
#nav ul a:hover { float:none;  }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:210px; top: 40px; left:-10000px; background: #888; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top: 0; }
#nav ul ul,
#nav ul div {  }

#nav ul li a { background: url("../images/arrow-menu2.png") no-repeat scroll 18px 12px transparent !important; padding: 0 0 0 20px; text-transform:capitalize !important; color:#fff !important; font-size: 13px; }
#nav ul li a span{ padding: 7px 12px; }
#nav ul li a:hover { background: url("../images/arrow-menu2.png") no-repeat scroll 18px -42px transparent !important; color: #D5002A !important; }
#nav ul span,
#nav ul li.last li span { }

/* 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:210px; }
/********** Navigation > */
/* ======================================================================================= */

/*------Accordion ---------*/
/********** < Navigation */
.nav-collapse {
    text-align: left;
}
.navbar .nav > li {
    padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
    height: auto;
    display: block;
	width:100%;
}

.nav-collapse, .nav-collapse.collapse {

}
.navbar-inner {
    background: #121212;
    border: 0;
}
.navbar .btn-navbar {
    margin-top: 10px;
    border: 0 !important;
    box-shadow: none !important;
    background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
}
.navbar .btn-navbar:hover {background:url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important; font-family: 'helvetica';}
.mobilemenu>li.last a {
    border-bottom: 0;
}
.navbar .brand {
    color: #fff;
}
.mobilemenu {
	list-style-type: none;
	padding: 0;
    margin: 0;

}
.collapse.in {

}
.mobilemenu ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
.mobilemenu li {
    background: #2eaf4a;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}
.mobilemenu li.level0.last {
}
.mobilemenu li.active>a {
	/*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
	padding: 20px;
	background: #aef;
	display: block;
	clear: both;
	float: left;
	width: 360px;
}
.mobilemenu a {
	text-decoration: none;
	border-bottom: 1px solid #58bf6e;
	/*font: bold 1.1em/2em Arial, sans-serif;*/
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 10px;
	display: block;
	cursor: pointer;
	vertical-align:middle;
	font-family: 'Lato', sans-serif;
}
.mobilemenu a.level-top {text-transform:uppercase;}
.mobilemenu a.level-top .menu-image {display:inline-block;margin:0 10px 0 0 0;min-width:32px;}
.mobilemenu a.level-top img {max-width:30px;margin:5px 0px 0 0;}
.mobilemenu li.home {background:#fff !important;}
.mobilemenu li.home a {color:#3c3c3c;}
.mobilemenu li.home a.level-top img {margin-top:10px;}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: #fff;
}

.mobilemenu ul a {
	color:#5e5e5e !important;font-size:13px;font-weight:700;font-family: 'Lato', sans-serif;border:none;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
	
}

.mobilemenu ul ul a, .mobilemenu ul li.active ul a {
	color:#8a8a8a !important;font-size:13px;font-weight:700;font-family: 'Lato', sans-serif;line-height:30px;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	
}

.mobilemenu ul ul ul a, .mobilemenu ul ul li.active ul a {
	
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	
}

.mobilemenu ul ul ul ul a, .mobilemenu ul ul ul li.active ul a {
	
}
.mobilemenu ul ul ul ul a:hover, .mobilemenu ul ul ul ul li.active a, .mobilemenu ul ul ul li.active ul a:hover {
	
}



.mobilemenu li.parent>a {
	/*background: url('../images/open.gif') no-repeat center right;*/
}

.mobilemenu li ul li {
    font-size: 0.9em;
    background: #fff;
}
.mobilemenu li.active>ul {

}

.mobilemenu ul a {
	padding-left: 10px;
}
.mobilemenu ul ul a {
	padding-left: 15px;
}
.mobilemenu ul ul ul a {
	padding-left: 20px;
}
.mobilemenu ul ul ul ul a {
	padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
	padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
	position: absolute;
	top: 12px;
	right: 12px;
}
.mobilemenu span.head a { 
	background: url(../images/wild/wild-menu-down-1.png) no-repeat 50% 50%;
	color:#333333;
	display:block;
	height:15px;
	padding:0;
	width:15px;
	border: 0;
}
.mobilemenu ul.level0 span.head a { 
	background: url(../images/wild/wild-menu-down.png) no-repeat 50% 50%;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active>span.head a {
	background: url(../images/wild/wild-menu-up-1.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
	background: url(../images/wild/wild-menu-up-1.png) no-repeat 50% 50%;
}
.mobilemenu ul.level0 li.active>span.head a,.mobilemenu ul.level0 li.selected span.head a  {background: url(../images/wild/wild-menu-up.png) no-repeat 50% 50%; }
/*
.mobilemenu li.selected span.head a:hover {
	background: url(../images/menu_down.png) no-repeat 50% 50%;
}
*/

/*----- page view-----*/
.ma-price {
    color: #6e6e6e; 
}
.ma-social li {
    background: none;
    padding: 0 5px;
}
.ma-review-col1 {

}
.ma-review-col2 {

}
.ma-review-col1 h2, .ma-review-col2 h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
	font-family: 'Lato', sans-serif;
	padding-left:25px;
	background:url(../images/wild/wild-bg-title.png) no-repeat left center;
}
.ma-review-col2 h4 {
    font-weight: normal;
}

#back-top {
	background: url("../images/arrow-top.png") no-repeat scroll 50% 50% #000;
    border: 1px solid #000;
    bottom: 35px;
    display: none;
    height: 45px;
    position: fixed;
    right: 12px;
    width: 45px;
    z-index: 9999;
}

#back-top:hover {
	background-color:#2eaf4a;
	background-image:url("../images/arrow-top-hover.png");
    cursor: pointer;
}

/*Banner Static*/

.banner-static-contain { overflow: hidden;}
.banner-static-contain .banner-box img { width: 100%;}
#checkoutSteps .radio,#checkoutSteps .checkbox {float:left;}
.banner-static {background:#e1e1e1;display:block;margin:0;padding:0;text-align:left;width:100%;}
.banner-static h4 {float:left;margin:0 0 0 55px;padding:0;line-height:64px;font-size:14px;font-weight:normal;color:#666666;font-family: 'Lato', sans-serif;}
.banner-static h4.australian-owned {margin-left:12px;padding-left:43px;background:url(../images/wild/wild-australian-owned.png) no-repeat left center;}
.banner-static h4.quality-products {padding-left:40px;background:url(../images/wild/icon-phone.png) no-repeat left center;}
.banner-static h4.day-money-back {padding-left:28px;background:url(../images/wild/wild-day-money-back.png) no-repeat left center;}
.banner-static h4.worldwide-delivery {padding-left:32px;background:url(../images/wild/wild-worldwide-delivery.png) no-repeat left center;}
.banner-static h4.secure-payments {padding-left:32px;background:url(../images/wild/wild-secure-payments.png) no-repeat left center;}


.home-banner-images {display:block;margin:0;padding:0;width:100%;}
.home-banner-images .row {margin-left:-10px;margin-right:-10px;}
.home-banner-images .banner-image-item {padding-left:10px;padding-right:10px;margin-top:35px; }
.home-banner-images .banner-image-item a {display:block;margin:0;padding:0;width:100%;position: relative;}
.home-banner-images .banner-image-item img {width:100%;}
.home-banner-images .banner-image-item a  .hover-block{     
    background: #060402 none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0px;
    opacity: 0.93;
    position: absolute;
    top: 0px;
    width: 100%;
}
.home-banner-images .banner-image-item a:hover .hover-block {
    display: block;
}
.home-banner-images .banner-image-item .label {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    left: 25px;
    position: absolute;
    text-transform: uppercase;
    top: 135px;
}
.home-banner-images .banner-image-item .icon {
    right: 25px;
    position: absolute;
    top: 135px;
	background:url(../images/wild/wild-icon-gallery.png) no-repeat;
	width:18px;
	height:18px;
}

.home-banner-images .banner-image-item:hover span.label,.home-banner-images .banner-image-item:hover span.icon{top:80px; font-weight:bold;};

.block-featured-product {display:block;margin:35px 0 0 0;padding:0;width:100%;}
.block-featured-product-title {display:block;margin:20px 0 0;padding:0;width:100%;overflow:hidden;}
.block-featured-product-title h3 {float:left;margin:0;padding:0 0 0 28px;font-size:24px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-bg-title.png) no-repeat left center;line-height:24px;}
.block-featured-product-title .view-all {float:right;margin:0;padding:0 15px 0 0;line-height:24px;font-size:14px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-view-all-arrow.png) no-repeat right center;}
.block-featured-product-title .view-all:hover {color:#181818;background-image:url(../images/wild/wild-view-all-arrow-hover.png);}
.block-featured-product-content {display:block;margin:20px 0 0 0;padding:0px 10px;width:100%;}
.block-featured-product-content .owl-carousel{padding:0px 10px;}
.block-specials-product .owl-carousel{padding:0px 10px;}
.cms-home .product-item {display:block;margin:0;padding:15px;width:100%;border:1px solid #d4d4d4;position:relative; height:480px;}
.product-item {display:block;margin:0;padding:15px;width:100%;border:1px solid #d4d4d4;position:relative;min-height:480px;}
.product-item .saleoff-icon {display:block;position:absolute;top:10px;left:10px;width:41px;height:41px;background:url(../images/wild/wild-saleoff-icon.png) no-repeat 0 0;z-index:1;margin:0;padding:0;}
.product-item .freeshipping-icon {display:block;margin:0;padding:0;position:absolute;bottom:0;right:0;width:41px;height:41px;background:url(../images/wild/wild-freeshipping-icon.png) no-repeat 0 0;z-index:1;}
.product-item .product-image {display:block;margin:0;padding:0;width:100%;text-align:center;position:relative;}
.product-item .product-image img {max-width:100%;}
.product-item .product-name {display:block;margin:25px 0 0 0;padding:0;width:100%;overflow:hidden;text-align:left;}
.product-item .product-name a {float:left;margin:0;padding:0;font-size:14px;font-weight:700;color:#181818;font-family: 'Lato', sans-serif;text-transform:uppercase;}
.product-item .product-name a:hover {color:#2eaf4a;}
.product-item .ratings {float:right;margin:0;padding:0;}
.product-item .ratings .rating-box {margin:3px 0 0 0;}
.product-item .price-box {display:block;margin:15px 0 0 0;padding:0;width:100%;overflow:hidden;text-align:left;}
.product-item .price-box .old-price,.product-item .price-box .regular-price {float:left;}
.product-item .price-box .special-price {float:right;}
.product-item .rrp-save {display:block;margin:5px 0 0 0;padding:0;width:100%;overflow:hidden;min-height:14px;}
.product-item .rrp-save span {font-size:14px;font-weight:normal;color:#181818;margin:0;padding:0;text-transform:uppercase;line-height:14px;font-family: 'Lato', sans-serif;display:block;}
.product-item .rrp-save span.rrp-save-left {float:left;}
.product-item .rrp-save span.rrp-save-right {float:right;}
.product-item .actions {display:block;margin:13px 0 0 0;padding:0;width:100%;overflow:hidden;text-align:center;}
.product-item .actions button.button {display:inline-block;margin:0 3px;padding:0;vertical-align:middle;}
.product-item .actions button.button span {display:block;margin:0;padding:0;width:46px;height:46px;text-indent:-9999px;border:none;background:url(../images/wild/wild-product-addtocart.png) no-repeat 0 0;}
.product-item .actions a.add-to-cart {display:inline-block;margin:0 3px;padding:0;width:46px;height:46px;text-indent:-9999px;border:none;background:url(../images/wild/wild-product-addtocart.png) no-repeat 0 0;vertical-align:middle;}
.product-item .actions .stock-coming-soon {display:inline-block;margin:0 3px;padding:0;width:46px;height:46px;text-indent:-9999px;border:none;background:url(../images/wild/wild-product-out-of-stock.png) no-repeat 0 0;vertical-align:middle;}
.product-item .actions .view-product {display:inline-block;margin:0;padding:0;width:32px;height:32px;text-indent:-9999px;background:url(../images/wild/wild-product-view.png) no-repeat 0 0;vertical-align:middle;}
.product-item .actions .link-wishlist {display:inline-block;margin:0;padding:0;width:32px;height:32px;text-indent:-9999px;background:url(../images/wild/wild-product-addwishlist.png) no-repeat 0 0;vertical-align:middle;}
.product-item:hover {border-color:#4f4f4f;}
.product-item .actions button.button:hover span {background:url(../images/wild/wild-product-addtocart-hover.png) no-repeat 0 0;}
.product-item .actions a.add-to-cart:hover {background:url(../images/wild/wild-product-addtocart-hover.png) no-repeat 0 0;}
.product-item .actions .view-product:hover {background:url(../images/wild/wild-product-view-hover.png) no-repeat 0 0;}
.product-item .actions .link-wishlist:hover {background:url(../images/wild/wild-product-addwishlist-hover.png) no-repeat 0 0;}
.category-products .product-item .product-name a {/*max-width:80px;*/}

.shop-by-brands {display:block;margin:40px 0 0 0;padding:0;width:100%;text-align:left;background:#e1e1e1;}
.shop-by-brands-title {display:block;margin:35px 0 0 0;padding:0;width:100%;overflow:hidden;}
.shop-by-brands-title h3 {float:left;margin:0;padding:0 0 0 28px;font-size:24px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-bg-title.png) no-repeat left center;line-height:24px;}
.shop-by-brands-title .view-all {float:right;margin:0;padding:0 15px 0 0;line-height:24px;font-size:14px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-view-all-arrow.png) no-repeat right center;}
.shop-by-brands-title .view-all:hover {color:#181818;background-image:url(../images/wild/wild-view-all-arrow-hover.png);}
.shop-by-brands-content {display:block;margin:0;padding:30px 0px 20px;width:100%;position:relative;}
.shop-by-brands-content .owl-carousel .item a img {
	max-width:100%;
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
	bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.shop-by-brands-content .owl-carousel .item a:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.shop-by-brands-content .owl-theme .owl-controls .owl-buttons div.owl-prev {left:-20px;}
.shop-by-brands-content .owl-theme .owl-controls .owl-buttons div.owl-next {right:-20px;}

.block-specials-product {display:block;margin:20px 0 0 0;padding:0;width:100%;}
.block-specials-product-title {display:block;margin:0;padding:0;width:100%;overflow:hidden;}
.block-specials-product-title h3 {float:left;margin:0;padding:0 0 0 28px;font-size:24px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-bg-title.png) no-repeat left center;line-height:24px;}
.block-specials-product-title .view-all {float:right;margin:0;padding:0 15px 0 0;line-height:24px;font-size:14px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-view-all-arrow.png) no-repeat right center;}
.block-specials-product-title .view-all:hover {color:#181818;background-image:url(../images/wild/wild-view-all-arrow-hover.png);}
.block-specials-product-content {display:block;margin:20px 0 0 0;padding:0;width:100%;}

.product-recently-viewed {display:block;margin:40px 0 0 0;padding:0;width:100%;}
.product-recently-viewed-title {display:block;margin:0;padding:0;width:100%;overflow:hidden;}
.product-recently-viewed-title h3 {float:left;margin:0;padding:0 0 0 28px;font-size:24px;font-weight:700;color:#181818;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-bg-title.png) no-repeat left center;line-height:24px;}
.product-recently-viewed-content {display:block;margin:0;padding:0;width:100%;}
.product-recently-viewed-content ul {display:block;margin:0;padding:0;width:100%;overflow:hidden;}
.product-recently-viewed-content ul li {float:left;margin:20px 20px 0 0;padding:0;}
.product-recently-viewed-content ul li a {float:left;margin:0;padding:0;border:1px solid #d0d0d0;}
.product-recently-viewed-content ul li a:hover {border-color:#2eaf4a;}

.video-view {display:block;margin:35px 0 0 0;padding:0;width:100%;}
.video-view iframe {width:100% !important;margin:0;padding:0;}

.menu-left {display:block;margin:0;padding:0;width:100%;}
.menu-left h3 {display:block;margin:0;padding:0 0 0 22px;font-size:22px;font-weight:700;color:#484848;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-bg-title.png) no-repeat left center;}
.menu-left ul {display:block;margin:15px 0 0 0;padding:0;width:100%;}
.menu-left li {display:block;margin:0;padding:0;width:100%;line-height:30px;}
.menu-left li a {font-size:14px;font-weight:700;color:#2d2d2d;margin:0;padding:0;font-family: 'Lato', sans-serif;}
.menu-left li a:hover,.menu-left li.active a {color:#999999;}

.contact-information {display:block;margin:0;padding:0;width:100%;}
.contact-information .contact-information-item {display:block;margin:0 0 20px 0;padding:0;width:100%;}
.contact-information h3 {font-size:18px;font-weight:700;color:#262626;font-family: 'Lato', sans-serif;margin:0 0 5px 0;padding:0 0 0 30px;}
.contact-information p {font-size:14px;font-weight:normal;color:#262626;font-family: 'Lato', sans-serif;margin:0;padding:0 0 0 30px;}
.contact-information p a {font-size:14px;font-weight:normal;color:#262626;font-family: 'Lato', sans-serif;}
.contact-information p a:hover {color:#2eaf4a;}
.contact-information .contact-address h3 {background:url(../images/wild/wild-contact-address.png) no-repeat left center;}
.contact-information .contact-hours h3 {background:url(../images/wild/wild-contact-hours.png) no-repeat left center;}
.contact-information .contact-postal-address h3 {background:url(../images/wild/wild-contact-post-address.png) no-repeat left center;}
.contact-information .contact-email h3 {background:url(../images/wild/wild-contact-email.png) no-repeat left center;}

.contact-form {display:block;margin:0px 0 0 0;padding:0;width:100%;}
.contact-form h3 {font-size:18px;font-weight:700;color:#262626;font-family: 'Lato', sans-serif;}
.contact-form p {font-size:14px;font-weight:normal;color:#595959;font-family: 'Lato', sans-serif;}
.contact-form .form-list {display:block;margin:0;padding:0;width:100%;}
.contact-form .form-list li {display:block;margin:5px 0 0 0;padding:0;width:100%;overflow:hidden;}
.contact-form .form-list li label {float:left;display:block;margin:0;padding:0;min-width:110px;text-align:right;font-size:14px;font-weight:normal;color:#262626;line-height:28px;font-family: 'Lato', sans-serif;}
.contact-form .form-list li label em {position:static;float:none;}
.contact-form .form-list li .input-box {float:left;margin:0 0 0 10px;padding:0;clear:none;}
.contact-form .form-list li .input-box input.input-text {float:left;margin:0;padding:0 10px;height:28px;line-height:26px;width:244px;border:1px solid #bebebe;font-size:14px;font-weight:normal;color:#595959;font-family: 'Lato', sans-serif;}
.contact-form .form-list li .input-box select {float:left;margin:0;padding:0 0 0 10px;height:28px;line-height:26px;width:244px;border:1px solid #bebebe;font-size:14px;font-weight:normal;color:#595959;font-family: 'Lato', sans-serif;}
.contact-form .form-list li .input-box textarea {float:left;margin:0;padding:5px 10px;height:157px;line-height:26px;width:415px;border:1px solid #bebebe;font-size:14px;font-weight:normal;color:#595959;font-family: 'Lato', sans-serif;}
.contact-form .buttons-set {display:block;margin:5px 0 0 0;padding:0;max-width:535px;border:none;overflow:hidden;}
.contact-form .buttons-set p {float:left;margin:0;padding:0;width:100%;text-align:right;font-size:14px;font-weight:normal;color:#c0202a;font-family: 'Lato', sans-serif;}
.contact-form .buttons-set button.button {float:left;margin:10px 0 0 120px;padding:0;}
.contact-form .buttons-set button.button span {float:left;margin:0;padding:0;width:85px;height:32px;line-height:32px;border:none;text-align:center;font-size:14px;font-weight:700;color:#ffffff;text-transform:uppercase;font-family: 'Lato', sans-serif;background:#2eaf4a;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;}
.contact-form .buttons-set button.button span span {}
.contact-form .buttons-set button.button:hover span {background:#2d2d2d;}

.cms-page-view {}
.cms-page-view .col-main .std {font-size:14px;font-weight:normal;color:#2d2d2d;font-family: 'Lato', sans-serif;}
.cms-page-view .col-main .std h2 {font-size:16px;font-weight:700;color:#2c2c2c;font-family: 'Lato', sans-serif;}
.cms-page-view .col-main .std h2.australian-postage {padding-left:40px;background:url(../images/wild/wild-australian-postage.png) no-repeat left center;}
.cms-page-view .col-main .std h2.international-postage {padding-left:40px;background:url(../images/wild/wild-international-postage.png) no-repeat left center;}
.cms-page-view .col-main .std ul {list-style-image:url(../images/wild/wild-cms-list-style.png);}
.cms-page-view .col-main .std table {min-width:542px;font-family: 'Lato', sans-serif;font-size:14px;font-weight:normal;}
.cms-page-view .col-main .std table tr th {padding:0 17px;line-height:36px;background:#e0e0e0;font-size:14px;font-weight:700;color:#131313;font-family: 'Lato', sans-serif;}
.cms-page-view .col-main .std table tr th:first-child {border-right:1px solid #fff;}
.cms-page-view .col-main .std table tr td {padding:0 17px;line-height:32px;font-size:14px;font-weight:normal;color:#131313;font-family: 'Lato', sans-serif;}
.cms-page-view .col-main .std table tr.old td {background:#eeeeee;}

.cms-shipping .page-title h1 {padding-left:46px;background:url(../images/wild/wild-shipping-title.png) no-repeat left center;}
.cms-return-policy .page-title h1 {padding-left:35px;background:url(../images/wild/wild-return-policy-title.png) no-repeat left center;}
.contacts-index-index .page-title h1 {padding-left:35px;background:url(../images/wild/wild-contact-us-title.png) no-repeat left center;}
.cms-about-us .page-title h1 {padding-left:36px;background:url(../images/wild/wild-about-us-title.png) no-repeat left center;}
.cms-payment .page-title h1 {padding-left:36px;background:url(../images/wild/wild-payment-title.png) no-repeat left center;}
/*=====================================================================================================================*/

ul.resp-tabs-list {display:block;margin:0;padding:0;width:100%;overflow:hidden;background:#e1e1e1;}
ul.resp-tabs-list li {float:left;margin:0 1px 0 0;padding:0 20px 3px 20px;line-height:41px;font-size:18px;font-weight:700;color:#616365;text-transform:uppercase;font-family: 'Lato', sans-serif;background:#e1e1e1;border-top:3px solid #e1e1e1;cursor:pointer;}
ul.resp-tabs-list li:hover,.resp-tabs-list .resp-tab-active {background:#202020;border-color:#2eaf4a;color:#fff;}
.resp-tabs-container {padding: 25px 0;background:#fff;display:block;width:100%;margin:0;overflow:hidden;font-size:14px;font-weight:normal;color:#2d2d2d;font-family: 'Lato', sans-serif;}
h2.resp-accordion {cursor: pointer;padding: 5px;display: none;}
.resp-tab-content {display: none;padding:0;font-size:14px;color: #363636;font-family:Arial, Helvetica, sans-serif;font-weight:normal;}
.resp-tab-content .product-description iframe {display:block;max-width:100%;margin:0 auto;}
.resp-tab-content .product-description table {display:table;margin:0;padding:0;width:100%;max-width:590px;}
.resp-tab-content .product-description table tr {}
.resp-tab-content .product-description table tr th {padding:0 18px;line-height:30px;background:#d6d6d6;font-size:14px;font-weight:bold;color:#4c4c4c;text-transform:uppercase;}
.resp-tab-content .product-description table tr td {padding:0 18px;line-height:30px;font-size:14px;font-weight:normal;color:#4c4c4c;text-transform:uppercase;}
.resp-tab-content .product-description table tr.old td {background:#eeeeee;}
.resp-tab-content ul {}
.resp-tab-content ul li {}
.resp-content-active, .resp-accordion-active {display: block;}
.resp-tab-content {}
h2.resp-accordion {margin:0px 0px 0 0;padding:0 20px;line-height:40px;font-size:18px;font-weight:700;color:#616365;text-transform:uppercase;font-family: 'Lato', sans-serif;background:#e1e1e1;border-bottom:1px solid #c4c4c4;cursor:pointer;width:100%;position:relative;}
h2.resp-accordion:last-child {border-bottom:none;}
h2.resp-tab-active {background:#fff;}
h2.resp-tab-title:last-child {border-bottom: 12px solid #c1c1c1 !important;background: blue;}
.product-details-content {display:block;margin:0;padding:0;width:100%;}
.product-details-content ul {list-style-image:url(../images/wild/wild-list-image.png);}
.product-attribute-table {display:block;margin:0;padding:0;width:100%;}
.product-attribute-table h2 {font-size:16px;font-weight:700;color:#181818;margin:0 0 20px 0;padding:0 0 0 22px;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-bg-title.png) no-repeat left center;}
.product-attribute-table .data-table {border:none;}
.product-attribute-table .data-table tbody th {border:none;border-right:1px solid #e1e1e1;padding:0 25px;line-height:30px;text-align:right;font-size:14px;font-weight:700;color:#4c4c4c;font-family: 'Lato', sans-serif;}
.product-attribute-table .data-table tbody td {border:none;padding:0 25px;line-height:30px;text-align:left;font-size:14px;font-weight:normal;color:#4c4c4c;font-family: 'Lato', sans-serif;}
.product-attribute-table .data-table .even {background:#fff;}
.product-attribute-table .data-table .odd {background:#eeeeee;}
/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {float: left;width: 30%;}
.resp-vtabs .resp-tabs-list li {display: block;padding: 15px 15px !important;margin: 0;cursor: pointer;float: none;}
.resp-vtabs .resp-tabs-container {padding: 0px;background-color: #fff;border: 1px solid #c1c1c1;float: left;width: 68%;min-height: 250px;border-radius: 4px;clear: none;}
.resp-vtabs .resp-tab-content {border: none;}
.resp-vtabs li.resp-tab-active {border: 1px solid #c1c1c1;border-right: none;background-color: #fff;position: relative;z-index: 1;margin-right: -1px !important;padding: 14px 15px 15px 14px !important;}
.resp-arrow {float:right;width:17px;height:9px;background:url(../images/wild/wild-icon-block.png) no-repeat 0 0;margin:15px 0 00;padding:0;}
h2.resp-tab-active span.resp-arrow {background:url(../images/wild/wild-icon-block1.png) no-repeat 0 0;}
/*-----------Accordion styles-----------*/
h2.resp-tab-active {background:#202020;color:#fff;border-top:3px solid #2eaf4a;}
.resp-easy-accordion  h2.resp-accordion {display: block;}
.resp-easy-accordion .resp-tab-content {border: 1px solid #c1c1c1;}
.resp-easy-accordion .resp-tab-content:last-child { border-bottom: 1px solid #c1c1c1 !important;}
.resp-jfit { width: 100%;margin: 0px;}
h2.resp-accordion:first-child {}

.scrollable .scroll-bar.vertical {position:absolute;right:6px;width:6px;height:100%;background:url(../images/wild/wild-scrollable.png) repeat-y center top;}
.scrollable .scroll-bar.vertical .thumb {min-height: 10px;width: 100%;position:absolute;background:#aaaaaa;}
.scrollable .viewport {overflow: hidden;position: relative;}
.scrollable .viewport .overview {position: absolute;}


/*Slider OW*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
	cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls {	
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {float:left;margin:0;padding:0;width:15px;height:23px;display:block;text-indent:-9999px;background:url(../images/wild/wild-controls.png) no-repeat 0 0;margin-top: -11px;position:absolute;top:50%;left:0;}
.owl-theme .owl-controls .owl-buttons div.owl-next {float:right;margin:0;padding:0;width:15px;height:23px;display:block;text-indent:-9999px;background:url(../images/wild/wild-controls.png) no-repeat 100% 0;margin-top: -11px;position:absolute;top:50%;right:0;}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {background-position:0 100%;}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {background-position:100% 100%;}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}
.owl-carousel .item{
	padding: 0px 0px;
	margin: 0px 10px;
	color: #181818;
	text-align: center;
}
#upsell-product {padding:0px 10px;}
/*=====================================================================================================================*/
/*NewProduct Slider*/
/*=====================================================================================================================*/
/*Related Slider*/
/*=====================================================================================================================*/
/*Upsell Slider*/
/*=====================================================================================================================*/
/*=====================================================================================================================*/
/* Fixed Mobile*/
#home-brand  .owl-item{position:relative;}
#home-brand  .item a{display:inline-block;min-height:140px;}
.block-shipping-estimate {border:none;}
.block-shipping-estimate .block-content{padding:0px; width: 439px;}
.block-shipping-estimate .block-title {background: none;}
.block-shipping-estimate .block-title strong {
    color: #2f2f2f;
    display: block;
    font-size: 18px;
    font-weight: normal;
    min-height: 16px;
    padding: 1px 0;
    text-transform: uppercase;
}
.block-shipping-estimate .block-content li.item {
    float:left;
}
.block-shipping-estimate button.button span{
	background: #727272 none repeat scroll 0 0;
    font-size: 12px;
    height: 30px;
    line-height: 29px;
    margin: 7px 0 0;
    text-align: left;
    text-transform: uppercase;
    width: 79px;
}
.block-shipping-estimate button.button:hover span{
	background:#454545;
}
.block-shipping-estimate .shipping-estimate-loading-message{float:left; width:100%;}
.block-shipping-estimate #estimate_country, .block-shipping-estimate #estimate_postcode{
	color: #5d5d5d;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding-left: 8px;
    text-align: left;
    width: 160px;	
}
#co-shipping-method-form  .sp-methods{float:left;}
#co-shipping-method-form .radio {float:left; }
#estimate_region_id{ 
	color: #5d5d5d;
    font-weight: bold;
    height: 31px;
    width: 160px;
}
@media (max-width: 1199px) {
	
}

@media (min-width: 993px) and (max-width: 1199px){
	.banner-static h4 {font-size:12px;margin-left:10px;}
	.block-subscribe {margin-left:0;}
	.block-subscribe-form {width:255px;}
	.footer-payment .footer-block-content a {margin-bottom:10px;}
	.category-products .product-item .product-name a {max-width:100%;}
	.category-products .product-item .special-price .price,.category-products .product-item .regular-price .price {font-size:12px;}
	.category-products .product-item .old-price .price {font-size:11px;}
	.category-products .product-item .rrp-save span {font-size:11px;}
	.menu-left h3 {font-size:16px;}
	.cart .shipping .shipping-form .form-list .post-code {margin-left:0;width:100%;}
	.cart .shipping .shipping-form .form-list .state-province {width:100%;}
	.contact-form .form-list li .input-box textarea {width:335px;}
	.product-item {min-height:345px;}
	.home-banner-images .banner-image-item .label ,.home-banner-images .banner-image-item .icon{top:100px;}
	.cms-home .product-item {height:375px;}
}

@media (max-width: 992px) {
	.hidden-phone1 {display:none;}
    .product-view .cloud-zoom-big { display: none !important; }
	ul.resp-tabs-list {display: none;}
    h2.resp-accordion {display: block;}
	.resp-tabs-container {border:none;padding:0;}
    .resp-vtabs .resp-tab-content {border: 1px solid #C1C1C1;}
    .resp-vtabs .resp-tabs-container {border: none;float: none;width: 100%;min-height: initial;clear: none;}
    .resp-accordion-closed {display:none !important;}
    .resp-vtabs .resp-tab-content:last-child {border-bottom: 1px solid #c1c1c1 !important;}
	.resp-tab-content {margin-top:20px;}
	.header .logo {max-width:100%;}
	.header .logo img {max-width:100%;}
	.header {padding-left:40px;min-height:100px;}
	.header-top ul.header-link {display:none;}
	.header-bottom .header-phone {display:none;}
	.header-top {float:left;margin:27px 0 0 0;}
	.header-top .header-search {float:left;margin:0;}
	.header-bottom {float:left;clear:none;margin:27px 0 0 13px;}
	.header-bottom .mt-top-cart {margin:0;}
	.header-bottom .mt-icon-ajaxcart .cart-count ,.header-bottom .mt-icon-ajaxcart .cart-text {display:none;}
	.header-bottom .mt-icon-ajaxcart a {min-width:50px;}
	.header-bottom .mt-icon-ajaxcart {padding:6px;-webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px;}
	.cart-count-mobile {width:20px;height:20px;text-align:center;vertical-align:middle;line-height:18px;background:#181818;font-size:12px;font-weight:700;color:#ffffff;font-family: 'Lato', sans-serif;display:inline-block;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;margin:3px 0 0 0;padding:0;}
	.header-bottom .ajaxcart {display:none !important;}
	.banner-static h4 {font-size:9px;margin-left:5px;}
	.banner-static h4.australian-owned {margin-left:0;}
	.footer-category-item h3.footer-gun-care,.footer-category-item.footer-category-item-2 ul {padding-left:41px;}
	.footer-category-item h3.footer-clothing,.footer-category-item ul {padding-left:53px;}
	.footer-newsletter-joinus {padding-bottom:20px;}
	.block-subscribe {margin-left:0;padding-left:0; background:none;}
	.block-subscribe-text {text-align:left;}
	.block-subscribe-form {clear:both;margin:10px 0 0 0;}
	.footer-join-us {background:none;padding-left:0;margin-left:40px;}
	.footer-join-us h3 {margin-top:34px;}
	.footer-join-us-content {clear:both;margin:30px 0 0 0;}
	.footer {background-size:100%;}
	.block-layered-nav .block-title {display:block;padding:0 10px;background:#2eaf4a;cursor:pointer;}
	.block-layered-nav .block-title strong {line-height:40px;font-size:14px;font-weight:700;color:#ffffff;text-transform:uppercase;font-family: 'Lato', sans-serif;background:url(../images/wild/wild-menu-down-1.png) no-repeat right center;}
	.block-layered-nav.active .block-title strong {background:url(../images/wild/wild-menu-up-1.png) no-repeat right center;}
	.block-layered-nav .block-content {display:none;padding:10px;border:1px solid #ddd;}
	.block-layered-nav dt:first-child {margin-top:0;padding-top:0;border:none;background-position:left center;}
	.block-layered-nav.active .block-content {display:block;}
	.product-view .product-img-box {margin-top:20px;}
	.product-image-bottom .ma-a-lighbox2 ,.product-view .product-img-box .product-image .hover-zoom {display:none;}
	.add-to-cart-top .availability {float:right;margin:0;}
	.add-to-cart-bottom .link-wishlist {float:right;margin:0;}
	.product-view .box-up-sell {margin-top:30px;}
	.cart-table .btn-update {margin-right:0;}
	.cart .cart-collaterals .col-2 {border-left:none;}
	.menu-left {display:none;}
	.product-recently-viewed-content .products-grid .item {min-height:auto;}
}
@media (min-width: 768px) and (max-width: 992px) {
	.products-grid .item {min-height:416px;}
	.home-banner-images .banner-image-item .label {font-size:12px;top:75px;left:15px;}
	.home-banner-images .banner-image-item .icon {top:75px;}
	.home-banner-images .banner-image-item a:hover .label {top:50px;}
	.home-banner-images .banner-image-item a:hover .icon {top:50px;}
}
@media (max-width: 767px) {
	.banner-static h4 {line-height:30px;}
    .banner-static h4.australian-owned {padding-left:13px;background:url(../images/wild/wild-mobile-australian-owned.png) no-repeat left center;}
	.banner-static h4.quality-products {padding-left:10px;background:url(../images/wild/wild-mobile-quality-products.png) no-repeat left center;}
	.banner-static h4.day-money-back {padding-left:10px;background:url(../images/wild/wild-mobile-day-money-back.png) no-repeat left center;}
	.banner-static h4.worldwide-delivery {padding-left:10px;background:url(../images/wild/wild-mobile-worldwide-delivery.png) no-repeat left center;}
	.banner-static h4.secure-payments {padding-left:10px;background:url(../images/wild/wild-mobile-secure-payments.png) no-repeat left center;}
	.product-item .special-price .price ,.product-item .old-price .price,.product-item .regular-price .price,.product-item .rrp-save span{font-size:10px;}
	.footer-category-item h3 {padding-left:0 !important;background:none !important;}
	.footer-category-item ul {padding-left:0 !important;}
	.footer-bottom {margin:20px 0 0 0;padding:0 0 70px 0;text-align:center;}
	.footer address {text-align:center;}
	.footer-design {text-align:center;}
}

@media (max-width: 560px) {
	.home-banner-images .banner-image-item a .hover-block{height: 80px; width: 134px;}
	.home-banner-images .banner-image-item .label {
		font-size: 10px;
		left: 14px;
		top: 60px;
	}
	.home-banner-images .banner-image-item .icon {
		right: 25px;
		top: 55px;
	}
	.home-banner-images .banner-image-item:hover span.label, .home-banner-images .banner-image-item:hover span.icon {top: 35px;}
	.home-banner-images .banner-image-item {margin-top:15px; }
	.cms-home .product-item{height: 310px;}
	.header .logo {margin: 22px 0 0;}
	.banner-static h4.australian-owned {margin-left:20px;}
	.product-item {height:320px;}
    .data-table thead th { padding: 2px; }
    .col2-set .col-1 { float:none; width:auto; }
    .col2-set .col-2 { float:none; width:auto; }
    .products-list .product-image { float: none; }
    .products-list .product-shop { margin: 0; }
    .add-to-cart label, .add-to-cart input.qty-increase, .product-view .product-shop .add-to-box .add-to-links li { margin-right: 15px; }
    .product-view .box-tags .form-add input.input-text { width: 175px; }
    .cart-table th { padding:2px; }
    .cart-table td { padding:2px; }
    .cart-table .btn-empty { margin-top: 5px;}
    .opc .form-list .field { float: none; }
    .opc .form-list input.input-text { width: 98%; }
    .product-tabs li { float: none; border: 0; border-bottom:1px solid #a4a4a4; }
    .product-tabs li.last { border: 0; }
	
	.hidden-phone1,.hidden-iphone {display: none;}
	.header-search .searchautocomplete > label {display:block;width:33px;height:33px;background:url(../images/wild/wild-btn-search.png) no-repeat center center;text-indent:-9999px;cursor:pointer;}
	.header-search .searchautocomplete .nav,.header-search .searchautocomplete .nav-submit-button {display:none;}
	.header-search .searchautocomplete {width:auto;padding:3px;}
	.quick-access.active {width:100%;}
	.quick-access.active .header-search .searchautocomplete > label {display:none;}
	.quick-access.active .header-search .searchautocomplete .nav,.quick-access.active .header-search .searchautocomplete .nav-submit-button {display:block;}
	.quick-access.active .header-top,.quick-access.active .header-search .searchautocomplete {width:100%;}
	.quick-access.active .header-search {width:100%;padding:5px;background:#fff;}
	.quick-access.active .header-bottom {display:none;}
	.ma-header-container {position:relative;}
	.home-banner-container .ma-banner7-container .flex-control-nav, .home-banner-container .nivo-controlNav {bottom:10px !important;}
	.home-banner-container .ma-banner7-container .nivo-controlNav a {width:10px;height:10px;border-width:2px;}
	.banner-static h4 {font-size:6px;}
	.footer-join-us {margin-left:0;width:100%;}
	.product-view .product-img-box {padding-left:0;}
	.product-view .product-img-box .more-views {position:static;width:100%;margin:20px 0 0 0;text-align:center;overflow:hidden;}
	.product-view .product-img-box .more-views ul {width:100%;}
	.product-view .product-img-box .more-views ul li {float:none;margin:5px 0 0 5px;display:inline-block;}
	.product-view .product-img-box .more-views ul li a {float:none;display:inline-block;}
	.contact-form .form-list li label {text-align:left;}
	.contact-form .form-list li .input-box {clear:both;width:100%;margin:0;}
	.contact-form .form-list li .input-box input.input-text,.contact-form .form-list li .input-box select,.contact-form .form-list li .input-box textarea {width:100%;}
	.contact-form .buttons-set button.button {margin-left:0;}
	.cms-page-view .col-main .std table {min-width:100%;}
        .block-shipping-estimate .block-content{max-width: 100%;}
}
@media (max-width:568px) {
	.product-item {min-height:365px;}
}
@media (max-width: 420px) {
	.pager .amount {display:block;float:none;border-bottom:1px solid #D8D8D8;background:none;}
	.toolbar .pager .pages {display:none;}
	.pager .sort-by {display:inline-block;float:none;margin:0 10px 0 0;}
	.pager .limiter {display:inline-block;float:none;}
	.toolbar-bottom .pager .amount ,.toolbar-bottom .pager .sort-by,.toolbar-bottom .pager .limiter{display:none;}
	.toolbar-bottom .toolbar .pager .pages{display:inline-block;float:none;margin:8px 0px;}
	.shop-by-brands-title h3 {font-size:15px;}
	.product-item .actions .view-product ,.product-item .actions .link-wishlist{background-size:100%;width:20px;height:20px;}
}
@media (max-width: 400px) {
	.banner-static h4 {font-size:3px;}
	.block-featured-product-title h3 {font-size:14px;}
	.footer-block .footer-account a.footer-register {clear:both;margin-left:0;margin-top:10px;}
	.footer-payment .footer-block-content a {margin-bottom:10px;}
	.product-item .actions a.add-to-cart {width:25px;height:25px;background-size:100%;}
	.product-item .actions button.button span {width:25px;height:25px;background-size:100%;}
	.product-item .actions .stock-coming-soon {width:25px;height:25px;background-size:100%;}
	.product-item .actions a.add-to-cart:hover,.product-item .actions button.button:hover span {background-size:100%;}
	.product-item .actions .view-product {width:18px;height:18px;background-size:100%;}
	.product-item .actions .link-wishlist {width:18px;height:18px;background-size:100%;}
	.product-item .actions .view-product:hover,.product-item .actions .link-wishlist:hover {background-size:100%;}
	.product-item .product-name a {font-size:10px;}
	.pager .sort-by {float:right;margin-left:0;}
	.pager .amount ,.pager .sort-by label,.pager .limiter .limiter-element p{font-size:13px;}
	.pager .sort-by .sort-by-element ul {width:100%;}
	.cart-table thead th {font-size:7px;line-height:25px;}
	.cart .shipping .shipping-form .form-list .post-code,.cart .shipping .shipping-form .form-list .state-province {margin-left:0;width:100%;}
	.block-subscribe-form {width:100%;}
	.product-item {min-height:335px;}
}
@media (max-width: 320px) {
	.footer-payment .footer-block-content a img {max-width:75%;}
	.footer-payment .footer-block-content {display:table;}
	.footer-payment .footer-block-content a {display:table-cell;vertical-align:middle;float:none;}
	.footer-category-item-2 {min-height:370px;}
	.addthis_toolbox a.at300b, .addthis_toolbox a.at300m {display:inline-block;}
	.addthis_toolbox a.addthis_button_facebook_like {margin-top:-1px;}
	.addthis_toolbox a.addthis_button_google_plusone #___plusone_0 {width:60px !important;}
	.addthis_counter.addthis_pill_style {height:auto !important;}
	.product-item {min-height:320px;}
	.product-item .special-price .price{font-size:9px;}
	.owl-carousel .item {margin:0;}
	#upsell-product .owl-theme .owl-controls .owl-nav div {z-index:9999;}
	.owl-theme .owl-controls .owl-nav div {z-index:999999 !important;}
	.owl-theme .owl-controls .owl-nav div.owl-prev {}
	.cms-home .product-item {padding:10px;min-height:285px;height:285px;}
	.cms-home .owl-theme .owl-controls .owl-nav div.owl-prev {left:-10px !important;}
	.cms-home .owl-theme .owl-controls .owl-nav div.owl-next {right:-10px !important;}
	
	
}


/*=====================================================================================================================*/
