/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
*/

/* =============================================================================
   Fonts
   ========================================================================== */
/*
Google API*/

/*@import url(http://fonts.googleapis.com/css?family=Oswald|Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Oswald);*/

/*@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebasneue-webfont.eot');
    src: url('../fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue-webfont.woff') format('woff'),
         url('../fonts/bebasneue-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
*/

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
body { margin: 0; font-size: 81.3%; line-height: 1.3em; background:#fff; }
body, button, input, select, textarea { font-family: 'Open Sans',Helvetica, Arial, sans-serif;  font-weight:400; color: #3F3F3F; }
div.std {line-height: 1.5;}
.product-shop div.std  {margin:1rem 0;}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #76943F; color: #fff; text-shadow: none; }
::selection { background: #76943F; color: #fff; text-shadow: none; } /*fe57a1 */


/* =============================================================================
   Links
   ========================================================================== */

a { color: #5F5548; text-decoration:underline; }
a:visited { }
a:hover { color: #76943F; }
a             {
  text-decoration: underline;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
:focus        { outline:0 !important; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }
a.strong_link {color: #76933F; font-weight:700; text-transform:capitalize;}


/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */
ul, ol { margin: 0; padding: 0; }
dd { margin: 0;}
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */
figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; display:inline-block;}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }






/* ==|== primary styles =====================================================
   Author: Liam Mcsheffrey 2013
   ========================================================================== */


/*Magento reset*/


img           { border:0; vertical-align:top; max-width:100%;}

/* Headings */
h1,h2,h3,h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#5F5548 ; font-family:  'Open Sans',Helvetica, Arial, sans-serif;  font-weight:400; }
h1 { font-size: 2.4em; line-height: 1; margin-bottom: 0.5em;/*word-spacing: 3px;*/ }
h2 { font-size: 1.8em; margin-bottom: 0.75em; /*word-spacing: 3px;*/ }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em;}
h6 {font-size: 1em; font-weight: bold;}

span.header {color:#76943F ;font-size:1.8em; font-weight:400;}
/* 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; }
th        {  padding:8px; font-weight:normal;  font-weight:100;}
thead     { background:#EEEDEA;}
/* Content */
p             { margin: 0 0 1.5em; }
strong,.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; }
body.catalog-product-view ul, body.cms-page-view ul { margin: 0 0 1.5em; list-style:disc; list-style-position:inside;}
body.catalog-product-view ul li, body.cms-page-view ul li {}


/* 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; }
.checkout-cart-index .nobr { white-space:unset!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; border:1px solid #EA2126; }
.block { width:100%; float:left; height:auto;}
.bold_strong { font-weight:800;}
.green {color: #76943F; }
.top_20,.top-20 { margin-top:20px;}
.bottom_20,.bottom-20 { margin-top:20px;}
.top_15,.top-15 { margin-top:20px;}
.bottom_15,.bottom-15 { margin-top:20px;}
.right_20 { margin-right:20px;}
.right_10 { margin-right:10px;}
.last { margin-right:0 !important; padding-right:0;}
/* ======================================================================================= */


/* Layout ================================================================================ */

.wrap { margin:0 auto; width:1000px; }
.page {background: #fff; margin: 0px auto 0px auto; padding:0 0px 0px 0px; width: 100%;}
.page-print { background:#fff; padding:25px 30px; text-align:left; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }

.main {
  width:calc(100% - 2rem);
  max-width:1200px;
  margin:0 auto;
  padding:0 1rem;
}
.catalog-category-view .main,
.catalogsearch-result-index .main,
.catalog-product-view .main{
  max-width:unset;
  width:100%;
  padding:0;
}

/* Base Columns */
.col-left { float:left; width:16%; }
.col-main { float:none; margin: 10px auto 0;}
.col-right { float:right; width:100%; max-width:195px; }

/* 1 Column Layout */
.col1-layout .col-main {
  width:100%;
  text-align:center;
}
.cms-page-view .col1-layout .col-main,
.catalogrequest-index-index .col1-layout .col-main,
.contacts-index-index .col1-layout .col-main,
.customer-account-create .col1-layout .col-main{
  text-align:left;
}
.customer-account-forgotpassword .col1-layout .col-main{
  text-align:left;
  max-width:700px;
}
.customer-account-create .col1-layout .col-main {
	max-width: 380px;
	display: block;
	margin: 0 auto;
}
.catalog-category-view .category-products .products-grid,
.catalogsearch-result-index .category-products .products-grid{
  width:calc(100% - 2rem);
  max-width:1200px;
  padding:0 1rem;
  margin:0 auto;
}
.catalog-category-view .category-products,
.catalogsearch-result-index .category-products{
  margin-bottom:-30px; /*Remove col-main padding when items shown*/
}
.catalog-category-view #categories,
.catalogsearch-result-index #categories{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}
.catalog-product-view .col1-layout .col-main{text-align:left;}
body.catalog-product-view > .col-main { border-top:none !important;}

/* 2 Columns Layout */
.col2-left-layout .col-main {
  float:right;
  width:82%;
  position:relative;
  text-align: left;
}
.col2-right-layout .main { border-top:1px solid #DDDDDD; padding-top:15px }

/* 3 Columns Layout */
.col3-layout .col-main { width:475px; margin-left:15px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* 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.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2em !important; text-align:center; }

button.button span { padding:0; margin:0} /*Magento sets 2 span elements*/
button.button span span, button.pc-lookup span span, a.button span span {
  border-radius: 3px 3px 3px 3px;
  background: none repeat scroll 0 0 #76943F;
  border: 0 none;
  color: #FFFFFF;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size:1em; /*letter-spacing:0px; font-weight:900;*/
  font-weight:400;
  padding: 7px;
  text-decoration: none;
  text-transform: capitalize;
  opacity: 1;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

/*NCOMPASS ROBERT */
.top-links-wrap button.button span span, button.pc-lookup span span, a.button span span {
  text-align: center;
  font-weight: 600;
  border-radius: 10px;
  width: 65%;
  padding: 4px;
  text-transform: uppercase;
}
.hide-basket { display: none; }
.basket-count-circle {
  background-color: #76943f;
  border: 2px solid #ffffff;
  border-radius: 50px;
  color: #ffffff;
  font-weight: 600;
  padding: 1px;
  text-align: center;
  width: 20px;
  z-index: 1;
  position: relative;
  left:162px;
  top:-5px;
  cursor:pointer;
  z-index:99;
  float:left;
}
.basket-count-circle a, .basket-count-circle a:hover, .basket-count-circle a:focus  {
  color: #ffffff;
}
/*NCOMPASS ROBERT */

button.button:hover span span {-moz-transition: all 0.3s ease 0s; background:#63584D; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span span {  background: none repeat scroll 0 0 #BB2E42  !important;border: 0 none;padding: 9px 12px !important; }
button.btn-checkout.no-checkout span span { background-position:100% 100%;color:#fff; }
button#onepage-guest-register-button { margin:20px 0 0 0; }
button#onepage-guest-register-button span span {padding: 20px 32px; }
button.more_link { background:url(../images/more_link.png) 0 0 no-repeat; width:87px; height:25px; display:inline-block; float:none; padding:0; margin:0; position:relative; border:0; border-radius:0;}
span.red { color:#EA2126; display:inline-block; padding:0 5px 0 0; font-size:22px;}
button#empty_cart_button { display:none !important;}
p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */


/* Form lists */
/* Grouped fields */
.form-list li { margin:0 0 8px; }
.form-list label { float:left;   position:relative; z-index:0; margin-bottom:4px; }
.form-list label.required em { float:right; font-style:normal;  position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio, .form-list li.control input.checkbox { margin-right:6px; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
.form-list .input-box { display:block; clear:both; }

.form-list .field { float:left; width:275px; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
select#crafty_postcode_lookup_result_option1 { width:100%; min-height:30px;}
.form-list li.wide input.input-text { width:529px; }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }
/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal;}
.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 */
.field.name-firstname, .field.name-lastname {
	margin-top: 17px;
}
.field.name-lastname {
	width:190px;
  clear:left;
}

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; text-align:left; }
.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; }

body.customer-account-create .buttons-set  { width:100%; border:0;}
body.customer-accout-create .account-create {
	max-width: 505px;
  width:100%;
	margin: 0 auto;
}

.fieldset .legend {  font-size:19px; position:relative; margin-bottom:15px }

/* 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;padding-bottom: 10px; }
.validation-failed, .input-error { border:1px solid #EA2126 !important; background:#faebe7 !important; }
p.required { font-size:11px; text-align:right; margin:0;  }
/* 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 {  font-weight:bold; }
.error {  font-weight:bold; }

.messages, .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:calc(100% - 2rem); max-width:1200px; padding:0 1rem; margin:0 auto!important; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,.success-msg,.note-msg,.notice-msg {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);  border-radius:10px;}
.success-msg {  background-color:#E1F0BA; background-image:url(../images/i_msg-success.gif); border-radius:10px;  }
.note-msg,.notice-msg { background-color:#E1F0BA; background-image:url(../images/i_msg-note.gif); border-radius:10px;  }

/* BreadCrumbs */
.breadcrumbs {
  margin:0 auto;
  max-width: 1200px;
  clear:both;
  background:none repeat scroll 0 0 #FFFFFF;
  height:29px;
  padding: 0 1rem 25px 1rem;
  text-align: left;
  font-size:0.9rem;
  width:calc(100% - 2rem);
}

.breadcrumbs ul {
  padding: 5px 0 5px 0;
}
.breadcrumbs li {
  display:inline-block;
  padding:0 0 0 17px;
  margin:0; background:url(../images/crumbarrow.png) 0.3rem 53% no-repeat;
  line-height:29px;
  height:29px;
}
.breadcrumbs li a{
  text-decoration:none;
}
.breadcrumbs li.intro { background:none; padding-left:0px;}
.breadcrumbs li strong { font-weight:bold; }
.breadcrumbs li > span{ display:none; }
/* Page Heading */

.page-title {
  width:100%;
  overflow:hidden;
  margin:0 0 25px;
}
.page-title h1  {
  color:#62574A;
  font-weight: bold;
  max-width: 1200px;
  margin: 0, auto;
}

.page-title h2 { margin:0;  }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; width:100% !important; }
.title-buttons h1,.title-buttons h2,.title-buttons h3,.title-buttons h4,.title-buttons h5,.title-buttons h6 { float:left; }

.subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px;  }

/* Pager */
.pager {
  font-size:0.9em;
  text-align:right;
  float:right;
  width:25%;
  line-height:40px;
  height:40px;
}

.pager .amount {
  display: none;
  float:left;
  margin:0;
}
.pager .limiter {
  float: right;
  margin:0 0 0 15px;
  color: #62574a;
  font-weight: 600;
}
.pager .limiter label {
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #62574a;
  font-weight: 600;
}

.pager .limiter select {
  -moz-appearance: none;
  background: #fff url("//cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") no-repeat scroll 40px center;
  border: none;
  color: #62574a;
  font-size: 0.8rem;
  font-weight: 600;
  height: 40px;
  line-height: 1;
  padding: 5px;
  text-indent: 1px;
  text-overflow: "";
  top: 0px;
  width: 70px;
}

.pager .pages { display: none !important; } /*NCOMPASS ROBERT */
.pager .pages {float:right;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px;  }
.pager .pages li a {
  -moz-transition: all 0.3s ease 0s;
  background: none repeat scroll 0 0 #BCBCBC;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  margin: 0 0 0 1px;
  text-align: center;
  width: 29px;
}
.pager .pages li a:hover {background: none repeat scroll 0 0 #76943F; color:#fff;}
.pager .pages .current  {
  -moz-transition: all 0.3s ease 0s;
  background: none repeat scroll 0 0 #76943F;
  color: #FFFFFF;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  margin: 0 0 0 1px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 29px;
}
.pager select, .sort-by select { position:relative; top:-4px;}
a.previous.i-previous, a.next.i-next { background:0 !important; padding:0 !important; margin:0 !important;}
/* Sorter */

.sorter {
  float:left;
  width:auto;
  height: 40px;
  line-height: 40px;
}
.sorter .view-mode { float:left; margin:0; }
.sorter .sort-by { float:left; }
.sorter .sort-by label {
  color: #62574a;
  font-weight: 600;
  vertical-align:middle;
}

.sorter .sort-by select {
  top: 1px;
  color: #62574a;
  font-weight: 600;
  width: 125px;
  padding: 5px;
  font-size: 0.8rem;
  line-height: 1;
  border: none;
  height: 40px;
  background: url(//cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right #fff;
  background-position-x: 100px;
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

/* Toolbar */
.toolbar-wrapper {
  clear: both;
  border-top: 1px solid #D7D7D7;
  color: #8F8F8F;
  height: 40px;
  line-height: 40px;
  padding: 10px 1rem 10px 1rem;
  margin-bottom: 20px;
}
.toolbar {
  margin: 0 auto;
  max-width: 1200px;
}
.toolbar-bottom { margin:45px 0 0 0;}

/* Data Table */
#shopping-cart-table td > h2 a { font-family: Arial,Helvetica, sans-serif; font-weight:normal; color:#3B3B3B;}
.data-table { width:100%; }
.data-table .odd  { border-bottom:1px solid #F0F0F0;  }
.data-table .even {  border-bottom: 1px solid #F0F0F0;}
/*.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 td { padding:3px 0px; }

.data-table thead th.wrap { white-space:normal; }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot td { border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

/* Bundle products tables */
.data-table tbody.odd tr { background:#EEEDEA !important; }
.data-table tbody.even tr { background:#f6f6f6 !important; }
.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 url(../images/bkg_block-title.gif) 0 0 repeat-x;
  border:1px solid #d0cbc1;
  padding:12px 15px;
  margin:0 0 15px;
}
.info-box h2 { font-weight:bold; font-size:13px; }
.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
.cart {position:relative;}
tr.summary-total { cursor:pointer; }
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.summary-details td { font-size:11px; background-color:#EEEDEA;  }
tr.summary-details-first td { border-top:1px solid #EEEDEA; }
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; }
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

.link-cart { font-weight:bold; }
.link-wishlist { font-weight:bold; }
.link-reorder { font-weight:bold;  }
.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;  }
.link-rss {
  background:url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left:18px;
  line-height:14px;
  white-space:nowrap;
}
.btn-remove {
  background: url("../images/btn_remove.png") no-repeat scroll 0 0 transparent;
  display: block;
  font-size: 0;
  height: 11px;
  left: 0px;
  top:-2px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-indent: -999em;
  width: 11px;
}
.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;
}

.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; }

/* Noscript Notice */
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center;  }
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
.noscript p { margin:0; }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center;  }
/* ======================================================================================= */


/* Header ================================================================================ */
.header-container {
  position:relative;
  padding:0 0 0px 0;
  width: 100%;
}
header {
  text-align:center;
  position:relative;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width:100%;
  display:block;
  height:120px;
}
header .logo {
  text-decoration: none !important;
  display:inline-block;
}

header #logo-wrap {
  display:inline-block;
  height:100%;
}



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 div.logo {
  margin:0;
  display:flex;
  align-items:center;
  height:100%;
}
header .quick-access { float:right; padding:0; margin:0; }
header .quick-access a { text-decoration:none; font-size:12px; }
header .welcome-msg { margin:0;  text-align:right; }
.ie7 header .form-search {  width: 300px;right:-8px;}

.header-container .form-search .search-autocomplete { background-color: #fff; z-index: 1; left:0px !important; top:40px !important; }
.header-container .form-search .search-autocomplete ul { height: 10rem; overflow-y: scroll; width: 100%;z-index: 2; border:1px solid #d0d0d0; border-radius: 10px; }
.header-container .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #d0d0d0; padding:2px 8px 1px 8px; cursor:pointer; }
.header-container .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header-container .form-search .search-autocomplete li.odd { background-color:#dfe8d8; }
.header-container .form-search .search-autocomplete li.selected { background-color:#dfe8d8; }

header .form-language { clear:both; padding:5px 0 0; text-align:right; }
header .form-language label { font-weight:bold; padding-right:5px; vertical-align:middle; }
header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
header .links { float:right; margin:0 0 6px; }
header .links li { float:left;  border-right: 1px solid #CCCCCC; padding:0 8px 0 7px; }
header .links li.last { border-right:0; padding-right:0;}
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
#header_ctc {
  background: url("../images/handset-small.png") no-repeat scroll 0px 3px transparent;
  color: #6E6E6E;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 30px;
  text-align: left;
  position:absolute;
  left:0;
  top:10px;
  z-index:99;
}
#header_ctc p {
  margin:0 0 8px 0;
  text-align: left;
}
#header_ctc p.phone_head {
  color: #464646;
  font-weight: 600;
  padding:3px 0 3px 0;
  font-size:1.5em;
  margin-bottom: 0px;
}
#header_ctcc p.phone_head a{
  text-decoration:none;
}
.header-container #pronav-container .slicknav_menu {
	display:none;
	background: none;
  border-top:1px solid #d7d7d7
}
.header-container #pronav-container .slicknav_btn {
	background-color: #63584D;
}
.header-container #pronav-container .slicknav_nav a {
	text-decoration: none;
	color: #63584D;
}
.header-container #pronav-container .slicknav_nav .pronav-top-level-span {
	font-size: 1rem;
  font-weight:bold;
}
.header-container #pronav-container .slicknav_nav ul.sub li a{
  font-weight:normal;
}
.header-container #pronav-container .slicknav_nav .slicknav_arrow {
	float: right;
}
.header-container #pronav-container .slicknav_nav a.topnavsearch {
	text-indent: 0;
	background: url("../images/magnifing-glass.png") no-repeat scroll right 10px center transparent;
}
.header-container #pronav-container .slicknav_nav a.topnavsearch:hover{
  background: url("../images/magnifing-glass.png") no-repeat scroll right 10px center #ccc;
}
.header-container .slicknav_nav .slicknav_arrow {
	font-size: 1rem;
  font-family:"FontAwesome";
}
.header-container .slicknav_nav li.topnavsearch{
  display:none;
}
.header-container .slicknav_nav ul {
	margin: 0 0 0 20px;
}
.top-links-wrap {
  display:block;
  width:100%;
  padding: 6px 0 6px 0;
  position:absolute;
}

.top-links-wrap  ul.links {
  color: #696969;
  list-style: none;
  margin: 0;
  width:50%;
  float:left;
}
.top-links-wrap  ul.links > li {
  float: left; margin:0 5px 0 0px;
}
.top-links-wrap  ul.links > li a {text-transform:uppercase;}

#top-search-container {
  width: 100%;
  margin: 0 auto;
  border-bottom:1px solid #d7d7d7;
}

.top-search {
  display: block;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1200px;
  width: calc(100% - 2rem);
  margin: 0 auto;
}


/*danielle code */
.form-search { position:relative; }
/*danielle code */


.top-search .form-search { }

.top-search .form-search input {
  display: block;
  border: 1px solid #d0d0d0;
  background-color: #ffffff;
  border-radius: 10px;
  line-height: 33px;
  position: relative;
  width: 100%;
  padding:0 0 0 5px !important;
  font-size:1.2em;
  color: #d0d0d0;
  font-family: Arial,Helvetica,sans-serif !important;
  z-index: 0; height: 35px;
}

.top-search .form-search input:focus {
  height: 35px;
  color: #000000;
  -webkit-transition: height 1s;
  transition: height 1s;
}

.top-search .form-search label {
  display: none;
}
.top-search .form-search button {
  position: absolute;
  right: 0px;
  top: 0px; /*5px; DANIELLE*/
  margin: 4px;
  border-radius: 20px;
  height: 26px;
  width: 40px;
  background: url("../images/magnifing-glass.png") no-repeat scroll center center transparent;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-search button.button span span { display:none; }

.top-search button.button-search {
  display: none;
  border:0 !important;
  height: 42px;
  margin: 0;
  position: relative;
  width: 42px;
  background:url(../images/search-icon.png) 0 4px no-repeat;
}

.top-search button.button-search:hover { background:url(../images/search-icon.png) 0 -79px no-repeat;}

.top-search .form-search button span { display:inline-block; }

.ias-trigger, .ias-noneleft {
  font-size: 1.8rem;
  color: #62574a;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: bold;
  position: relative;
}
.ias-trigger a{
  text-decoration:none;
}

.catalog-category-view  .category-products .ias-trigger, .catalog-category-view  .category-products .ias-noneleft,
.catalogsearch-result-index  .category-products .ias-trigger, .catalogsearch-result-index  .category-products .ias-noneleft {
  top: 85px;
}
.catalog-category-view .category-description.std .category-products .ias-trigger, .catalog-category-view .category-description.std .category-products .ias-noneleft,
.catalogsearch-result-index .category-description.std .category-products .ias-trigger, .catalogsearch-result-index .category-description.std .category-products .ias-noneleft {
  top: 100px;
}

/******************************************** HEad Countdown CSS******************************************************************************/

#strapline { width:100%; display:block; margin:13px 0 13px 0;}

#strapline section h1,#strapline section h2,#strapline section h3 { font-size:1.1em; line-height:1 !important;  font-weight:700; margin:0 !important; padding:0 !important; float:left; display:inline-block; letter-spacing:0px;}

span.red-tick { width:18px; height:18px; display:inline-block; background:url(../images/tick-red.png) 0 0 no-repeat; margin:0 6px 0 6px; padding:0; float:left;}

.header_links { display:block; margin-bottom:5px; height:45px;}
.header_links ul li { display: block;float: left; }

/*Social*/
#header-social { padding:14px 0 0 0; margin:0; height:67%; }
#header-social > a { display:inline-block; vertical-align: middle; margin-right:9px; cursor:pointer; font-size: 1.6rem; font-weight: 600; color: #618328;}
#header-social a.twitter {background:url(../images/social-swatch.png) 0 0 no-repeat; width:37px; height:25px;}
#header-social a.twitter:hover {background:url(../images/social-swatch.png) 0 -32px no-repeat;}
#header-social a.facebook {background:url(../images/social-swatch.png) -57px 0 no-repeat; width:12px; height:25px;}
#header-social a.facebook:hover {background:url(../images/social-swatch.png) -57px -32px no-repeat; width:12px; height:25px;}
#header-social a.pintrest {background:url(../images/social-swatch.png) -92px 0 no-repeat; width:25px; height:25px;}
#header-social a.pintrest:hover {background:url(../images/social-swatch.png) -92px -32px no-repeat; width:25px; height:25px;}
#header-social a.flickr {display:none; !important;}
#header-social a:hover {color: #3f3f3f;}

/*Header Cart*/
p.block-subtitle-cart-top,p.empty {
  font-size: 1.0rem;
  font-weight:400;
  padding:0 0 10px 0;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
}

#header-cart-wrap {
  width: 180px;
  z-index:99;
  padding: 0px;
  margin-right: 20px;
  position:absolute;
  right:0;
  top:10px;
}
#header-cart-container {
  width: 100%;
  font-size: inherit;
  text-align: right;
}
#header-cart-wrapper a.button.btn-update {
  width: 100%;
}
#header-cart {
  position:absolute;
  top:40px;
  right:10px;
  background:#EEEDEA;
  z-index:9999999;
  width:300px;
  border-radius: 10px;
  padding:10px;
}
#header-cart-wrapper { position:relative;}
#header-cart-wrapper > .arrow-top { position: absolute; top:-36px; right:0; width:49px; height:26px;  background:url(../images/top-arrow.png) 0 0 no-repeat;}
img.close-icon {
  left: -5px;
  position: absolute;
  top: -5px;
  cursor:pointer;
}
#header-cart-container  span.cart-quick-view-price  { position:relative; top:0px; display: none;}
#header-cart-container button#cart-quick-view { margin:0; padding:0; border:0 !important; background:0; position:relative; }
#header-cart-container button#cart-quick-view span {
  width:30px;
  height:30px;
/*  background:url(../images/cart-bg-icon-1.png) 0 0 no-repeat;*/
  padding:0px 5px 0px 0px;
  color:#414141;
  display:inline-block;
  transition: all 0.2s ease-in 0s;
}
#header-cart-container .fa-basket {
	font-size: 1.7rem;
	line-height: 0;
	vertical-align: top;
  color:#5F5548;
}
#header-cart-container .fa-user {
	font-size: 1.7rem;
	vertical-align: sub;
}

ol#cart-sidebar { width:100%;}
ol.mini-products-list img { border:1px solid #f1f1f1;}
#header-cart-wrapper ol.mini-products-list img { border: none}
ol.mini-products-list li { width:100%; float:left; margin:0; padding:4px 0 0 0;  border-bottom:1px solid #D7D7D7}
#header-cart-wrapper ol.mini-products-list li.item { width:100%; float:left; margin:0; padding:5px 0 0 0;
  border-bottom: none; }
ol.mini-products-list li .product-details { float:right;}
#header-cart-wrapper ol.mini-products-list li .product-details {
  font-weight: 600;
  float: left;
  margin-left: 10px;
  width: 75%;
}
#header-cart-wrapper ol.mini-products-list li .product-details .product-name {
  font-weight: 600;
}

#header-cart-wrapper ol.mini-products-list li .product-details .product-name {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.6em;
  text-align: left;
  margin-right: -1em;
  padding-right: 1em;
}
#header-cart-wrapper ol.mini-products-list li .product-details .product-name:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
#header-cart-wrapper ol.mini-products-list li .product-details .product-name:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: #EEEDEA;
}


#header-cart-wrapper ol.mini-products-list li .product-details .price {
  font-weight: 600;
  color: #76933F;
}
#header-cart-wrapper ol.mini-products-list li .product-details .truncated {
  display: none;
}


ol.mini-products-list li a.product-image { width:50px; height:50px; float:left; padding-bottom:0 !important; margin-bottom:0 !important;}
img#basket-quick-view { margin:0 10px 0 0;}

header li#top-link-phone { background:url(../images/tel-icon-link.png) 0 4px no-repeat; padding:0 8px 0 16px;}

/********** < Navigation */


.nav-container {/*float: left;*/width: 100%;background: #F7F7F7;margin-bottom:10px; display:block;}
#nav { float:left; margin:12px 0 0 29px; font-size:12px; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative;text-transform:uppercase; text-align:left;  }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/* 0 Level */
#nav li { float:left; margin:1px 8px 11px 1px; padding:3px 8px; }
#nav li.active a { color:#444; }
#nav a { float:left; padding-right:11px; color:#444; font-weight:bold; }
#nav li.over a,
#nav a:hover { color:#444; }
#nav li.over,
#nav li.active { margin:0 7px 10px 0; border:1px solid #bbb; background:#ececec; }

/* 1st Level */
#nav ul li,
#nav ul li.active,
#nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
#nav ul li.parent { }
#nav ul li.last { padding-bottom:0; }
#nav ul li.active { margin:0; border:0; background:none; }
#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:15em; top:22px; left:-10000px; border:1px solid #bbb; border-bottom:2px solid #999; padding:3px 8px; background:#fcfcfc; font-size:11px; }
#nav div ul { position:static; width:auto; border:none; padding:0; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top:5px; }

#nav ul li a { padding:3px 0; color:#444 !important; }
#nav ul li a:hover { padding:3px 0; color:#5a7f00 !important; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:-1px; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:100px; }


/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block {
display: block;
float: left;
margin: 16px 0 0px;
padding: 0;
position: relative;
width:100%;
}
.block-title { background: none repeat scroll 0 0 #63584D;
display:block;
height: 35px;
line-height: 35px;
padding: 0 0 0 0;
text-transform: uppercase;
width: 100%;
position:relative;
margin-bottom: 15px;
}
.block .block-title.long-block-title {width:220px !important;}
.block .block-title strong span,.block-title strong span {color: #FFFFFF;
font-size: 1em;text-transform: uppercase; font-weight:400 !important;}
.block .block-title a { text-decoration:none !important; display:inline-block; }
.block .block-subtitle {  }
.block .block-content li.item { padding:7px 9px; }
.block .block-content.block-home .product-name { font-size:1.2em;  }
.block .btn-remove { float:right; margin:1px 0 2px 5px; }
.block .actions { padding:6px 9px; text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 0px; }

.block li.odd {  }
.block li.even { }
.three_d_box {background: url("../images/3d.png") no-repeat scroll 0 0 transparent;
bottom: -11px;
display: block;
height: 11px;
left: 0;
position: absolute;
width: 11px;}

/*WORDPRESS MODIFICATIONS NCOMPASS ROBERT */
.is-blog .post-date { display: none; }
.is-blog .post-meta { display: none; }
.is-blog .gallery-item { padding: 0px; }

img[class*="align"], img[class*="wp-image-"], .gallery .gallery-icon img {
  border: none;
  border-radius: 20px;
  padding: 0px !important;
}
.is-blog .left_column.block_custom { display: none; }

.wordpress-post-view .gallery { margin: 0 auto; width: 100% }
.wordpress-post-view #fp-gallery .shadow { background-color: #d0d0d0 !important; }
.page-title.post-title { margin-left: -5px; }
.wordpress-post-view #gallery-3 img { border: none !important; border-radius: 10px; }
.wp-caption .wp-caption-text, .gallery-caption, .entry-caption { font-style: normal !important; font-weight: 600; }
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px;
}
.flexslider {
  margin-bottom: 0px !important;
}


/* Custom Blocks */
.left_column.block_custom { position:relative; display:block; margin:3px 0 20px 0; float:left; padding:6px;} /* NCOMPASS ROBERT */
.left_column.block_custom > .block-title { margin-bottom:15px;}
.left_column.block_custom >.block-content-include_1 ul li {background: url("../images/down_icon_sm.png") no-repeat scroll 4% 50% #76933F;
color: #FFFFFF;
cursor: pointer;
display: block;
min-height: 35px;
overflow:visible;
line-height: 35px;
margin:7px 0 7px 0;
padding: 0 0 0 20px;
text-transform: uppercase;
width: 156px;}
.left_column.block_custom >.block-content-include_1 ul li.sub_item { background:none;}
.left_column.block_custom >.block-content-include_1 ul li.sub_item a { color:#63584D;}
.left_column.block_custom >.block-content-include_1 ul li a { color:#fff;}

a.accordion_button {background: url("../images/down_icon_sm.png") no-repeat scroll 4% 50% #76933F;
color: #FFFFFF;
cursor: pointer;
display: block;
height: 35px;
line-height: 35px;
margin:7px 0 7px 0;
padding: 0 0 0 20px;
text-transform: uppercase;
width: 156px;}

a.accordion_custom_sub_item { display:block; float:left; width:100%; color:#63584D; clear:both; padding:5px;}
a.accordion_custom_sub_item:hover {color:#76933F}


/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { }

.block .block-title strong,
.block-account .block-title strong,
.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 {  background-position:0 0; background-repeat:no-repeat; padding-left:10px; }

/* Mini Products List */
.mini-products-list .product-image { width:150px; height:150px;margin: 0 0 15px 0; display:block;  }
.mini-products-list#block-home-featured .product-image  { width:170px; height:170px;margin: 0 0 15px 0; display:block;  }


/* Block: Account */
.block-account { border-color:#bbb; }
.block-account .block-title {  border:0; }
.block-account .block-title strong {   }
.block-account .block-content {padding:10px 0 10px 0; }
.block-account .block-content li a, .block-account .block-content li strong { display:block; border-bottom: 1px dashed #CCCCCC; padding:4px 0 4px 3px;  text-decoration:none !important; margin:0 5px; }
.block-account .block-content li a:hover {  }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { background:#76943F; color:#fff; }
.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; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none;  }
.block-currency .block-content { background:none; padding:0; }
.block-currency .block-content select { width:100%; padding:0; }

/* Block: Layered Navigation */
.block-layered-nav { border:0; }
.block-layered-nav .block-title {  }
.block-layered-nav .block-subtitle { margin-bottom:10px; margin-top:10px;   }
.block-layered-nav .block-content { font-size:0.9em !important; }
.block-layered-nav dt {}
.block-layered-nav dd { }
.block-layered-nav dd ol li {
    padding: 7px 0 8px; }
  .block-layered-nav dd li + li { border-top:1px dashed #D7D7D7;
}
.block-layered-nav dd.last { background:none; }
.block-layered-nav .currently li { padding:4px 6px 4px 0px; border-bottom: 2px solid #EEEDEA; }
.block-layered-nav .currently .label { font-weight:bold;  }
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-content ol.currently { background:#EEEDEA; padding:4px;}
.block-content ol.currently img { position:relative; top:2px;}

/* 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 { border-bottom:1px solid #c2c2c2; }

/* 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 {  }
#products-additional-data {}

/* Block: Compare Products */
.block-compare .block-title strong { }
.block-compare button.button span { border-color:#406a83; background:#618499; }
.page-popup .link-print { padding:2px 0 2px 25px; font-weight:bold;  }
.compare-table { border:0; font-size:12px;}
.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:left; }
.compare-table tr.first td { text-align:left; }
.compare-table tr.first td span.price { font-size:14px;}
.compare-table tr.first td .product-name { font-size:14px; font-weight:bold; margin:0 0 5px;  }
.compare-table tr.first td .product-name a { font-weight:normal; font-family:Arial, Helvetica, sans-serif;  }
.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 { background-image:url(../images/i_block-list.gif); background-position:0 1px; }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label {  font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {}
.block-tags .block-content ul { font-size:12px; padding:10px; }
.block-tags .block-content li { display:inline; padding-right:4px; }
.block-tags .block-content a {  }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe {
  padding-bottom: 15px;
  text-align: center;
}
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong {}
.block-subscribe label { font-weight:700; text-transform:capitalize; margin-bottom: 15px; margin-top: 15px; font-size: 1.1rem; }
.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* 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;  }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category/Search Page ========================================================================= */
img.cat_pos { position:absolute; top:0px; left:0px; }
img.cat_item_pos {
	position: absolute;
	right: 0px;
	top: 0px;
}
.category-title {
  margin: 0px 0px 7px 0px;
  padding: 0px 0px 10px 0px;
  position:absolute; top:0px; left:0;
  z-index:1;
}


.col1-layout .category-title, .col1-layout .page-title, .col2-right-layout .page-title{
    display: inline-block;
    margin: 0 0 7px;
    padding: 0;
    position: relative;
    width: auto;
  }
.category-image { width:100%; width:750px; height:100px; overflow:hidden; margin:0; display: none; }
.category-description {
  margin: 0 auto;
  text-align: center;
  width:100%;
}
.category-description p {
  margin: 0 auto 1.4rem;
  max-width: 1200px;
  width:calc(100% - 2rem);
  padding: 0 1rem;
}
.category-description h1,
.category-description h2,
.category-description h3,
.category-description h4,
.category-description h5{
  width:calc(100% - 2rem);
  max-width:1200px;
  padding: 0 1rem;
  margin-left:auto;
  margin-right:auto;
}

h3.ui-accordion-header { font-size:1.2em;}

/* View Type: Grid */
/* OLd? */
.products-grid li.item { float:left; width:138px; padding:9px 22px 80px;  margin:0 7px 0 0;}
.products-grid li.item:hover { background:#EEEDEA;}
.col3-layout .products-grid li.item { float:left; width:138px; padding:12px 15px 80px; }
.products-grid li.item.last { margin-right:0px;}

/*Jim Category Gird Start */
#categories {
  border-top: 1px solid #d7d7d7;
}
.listing {
  padding: 20px 1rem 0 1rem;
  margin: 0 auto;
  max-width: 1200px;
  width:calc(100% - 2rem);
}
.catalog-category-view .category-image-wrap {
  width: 100%;
  height:auto;
  background-color: rgba(91,86,77,1);
  border-radius: 10px;
}
.catalog-category-view .category-image {
  border-radius: 10px;
  width: 100%;
  height:auto;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.catalog-category-view .category-details-wrap {
  display:flex;
  align-items:center;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
.catalog-category-view .category-details {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  max-width:90%;
  display:block;
  margin:0 auto;
  border-radius:4px;
}
.catalog-category-view .category-name{
  text-decoration:none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  margin:0;
}
/*BROWN OVERLAY EFFECT */
.catalog-category-view .category-box .category-image-wrap img.category-image {
  display: block;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 10px;
}
.catalog-category-view .category-box a:hover .category-image-wrap img.category-image {
  opacity: 0.4;
}

/*Jim Products Grid Start */
.products-grid { position:relative; padding-top: 0px; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { position:absolute; bottom:12px; }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { width:100%; margin:10px 0 0 0; }

.catalog-category-view .category-box,
.catalog-category-view .products-grid article,
.catalogsearch-result-index .products-grid article {
  display: inline-block;
  margin: 0 2% 2% 0;
  width: 32%;
  position: relative;
  float:left;
}
.catalog-category-view .category-box:nth-of-type(3n),
.catalog-category-view .products-grid article:nth-of-type(3n),
.catalogsearch-result-index .products-grid article:nth-of-type(3n){
  margin-right:0px;
}

.catalog-category-view .products-grid .product-image-wrap,
.catalogsearch-result-index .products-grid .product-image-wrap {
  width: 100%;
  height:auto;
  background-color: rgba(91,86,77,1);
  border-radius: 10px;
}

.catalog-category-view .products-grid .product-image,
.catalogsearch-result-index .products-grid .product-image {
  border-radius: 10px;
  width: 100%;
  height:auto;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.catalog-category-view .products-grid a:hover .product-image,
.catalogsearch-result-index .products-grid a:hover .product-image {
  opacity: 0.4;
}

.catalog-category-view .products-grid .product-details-wrap,
.catalogsearch-result-index .products-grid .product-details-wrap {
  display:flex;
  align-items:center;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}

.catalog-category-view .products-grid .product-details,
.catalogsearch-result-index .products-grid .product-details {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  max-width:90%;
  display:block;
  margin:0 auto;
  border-radius:4px;
}

.catalog-category-view .products-grid .product-name,
.catalogsearch-result-index .products-grid .product-name{
  text-decoration:none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}

.catalog-category-view .products-grid .price-box,
.catalogsearch-result-index .products-grid .price-box {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  padding: 0.5rem 1rem;
  margin:0;
}

.catalog-category-view .products-grid .regular-price,
.catalogsearch-result-index .products-grid .regular-price {
  color: #ffffff;
}

.catalog-category-view .new-product,
.catalogsearch-result-index .new-product {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.catalog-category-view .products-grid span.price,
.catalogsearch-result-index .products-grid span.price {
  color: #ffffff ;
  font-size: 1.3rem;
  font-weight: 600;
}
.catalog-category-view .products-grid .old-price span.price {
    margin-bottom: .25rem;
    display: inline-block;
}
.catalog-category-view .products-grid .price-box .label,
.catalogsearch-result-index .products-grid .price-box .label {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
}

.products-grid article.last { margin-right:0;}



/* Final default stuff*/

a.compare { padding:0 0 0 19px; background:url(../images/tag-icon.png) 0 0 no-repeat;  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
margin:9px 0 0 0; display:inline-block; font-size:11px; clear:both; float:left;}
a.compare.view {background:url(../images/view-icon.png) -1px 0 no-repeat !important;}
img.structure-image-hovered{
opacity:0.4;
}
.breakline { width: 70%; border-top: 1px #fff solid; display: block; margin: 0 auto; }

/* Category products grid end */

/* View Type: List */
.products-list {float:left; width:100%;}
.products-list article.item { float:left; width:97%; border-bottom:3px solid #EEEDEA; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC; margin:0 0 10px 0; padding:10px; }
.products-list article:hover { -moz-transition: all 0.3s ease-in-out 0s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2) inset;border-bottom:3px solid #76943F;}
.products-list li.item { padding:12px 0px; }
.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-size:18px; }

.products-list .list-left { float:left; width:70% !important;}
.products-list .list-right { float:right; width:23% !important;}

.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-more { 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; }


.products-list .product-name a { text-decoration:none; color: #76943F;  }
.products-list .price { font-weight:normal; color:#EA2126 !important; font-size:24px !important;}
.products-list .price-box { margin:5px 0; }

a.link-learn {-moz-transition: all 0.3s ease 0s;
    background: none repeat scroll 0 0 #76943F;
    color: #FFFFFF;
    cursor: pointer;
    font: 13px 'OpenSansRegular',Arial,'Liberation Sans',FreeSans,sans-serif;
    opacity: 1;
    outline: 0 none;
    overflow: visible;
    padding: 8px;
  clear:both;
  float:left;
  margin:15px 0 0 0;}

a.link-learn:hover { background:#EA2126;}
/* ======================================================================================= */

/*Contact Page*/
#contact-left  { width:60%; float:left; padding:10px; border:1px solid #D7D7D7; }
#contact-right { width:30%; float:right; padding:0 10px 10px 10px; }
#contact-right h2 {border-bottom: 1px dashed #DDDDDD; padding-left:30px;}
#contact-right h2#call { background: url("../images/tel-icon.png") no-repeat scroll 0 4px transparent;}
#contact-right h2#email { background: url("../images/email-icon.png") no-repeat scroll 0 4px transparent;}
#contact-right h2#letter { background: url("../images/letter-icon.png") no-repeat scroll 0 4px transparent;}

.contacts-index-index #contactForm .input-box input{
	max-width: 100%;
}

.contacts-index-index #contactForm .input-box textarea{
  width:100%;
  max-width:530px;
}


/* Product View ========================================================================== */
ol#block-related { margin:15px 0 0 0; padding:0}
ol#block-related li {   float: left;
    height: 320px;
    position: relative;
  padding:9px;
    width: 180px;
  border:1px solid #D7D7D7;
  margin:0 25px 15px 0;}
ol#block-related li:hover { background:#EEEDEA; border:1px solid #76943F;}
a.product-image-related img { width:213px; height:213px; margin:0 0 10px 0;}
ol.related_list {}
ol.related_list li {}
ol.related_list li .product-images {}
ol.related_list li .price { }
ol.related_list li .price-box { margin:10px 0 10px !important;}

/* Rating */
.no-rating { margin:0; }

/*Featured Block*/
#block-featured  a { background:none !important; border:none !important; font-size:0.9em !important; color:#63584D !important; padding:0 !important; text-transform:capitalize !important; margin:0 !important; height:auto !important; line-height: 14px !important; clear:both !important; display:block !important; width:100% !important;}


.ratings {
  font-size:11px;
  line-height:1.25;
  margin:0.5rem 0;
  display:inline-block;
}
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; float:left; }
.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:3px; }
.ratings .amount {}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:bold; padding-right:8px; }

/* Availability */

.availability { margin:0; }
.availability span { font-weight:bold; }

.availability-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;  cursor:help; }
.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 {  }

.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 {  font-weight:bold; }

.product-view .product-shop .availability { text-transform: capitalize;  font-weight:400;}
.product-view .product-shop .availability span { text-transform:capitalize; color: #76933F; font-weight:700; }

/* Email to a Friend */
.email-friend { margin:0; }

/* 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;  }
.cms-home .home_promos .price-box{text-align:center;}

/* Regular price */
.regular-price { color:#5F5548; }
.regular-price .price {
  font-weight:normal;
  font-size:1.9em;
  color:#5F5548;
  font-weight:700;
}
.block .regular-price,
.block .regular-price .price {color: #464646;
font-size: 1.1em;
font-weight: 600; }
#product-price-2-related .price {}

/* Old price */
.old-price {
    display: inline;
    margin: 0;
    color:#5F5548;
}
.old-price .price-label { white-space:nowrap; display:none !important;  }
.old-price .price { font-weight:bold;  text-decoration:line-through !important;  }

/* Special price */
.special-price { margin:0; padding:3px 0; color:#DC1715; }
.products-grid .special-price,
.bx-wrapper .special-price{color:#fff;}
.special-price .price-label { font-size: 1.2rem; font-weight: 600; white-space:nowrap;  }
.special-price .price { font-size:1.1em; font-weight:bold; /*color:#5F5548;*/  }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.minimal-price-link { display:block; }
.minimal-price-link .label {}
.minimal-price-link .price { font-weight:normal;  }

/* Excluding tax */
.price-excluding-tax { display:block;  }
.price-excluding-tax .label { white-space:nowrap;  }
.price-excluding-tax .price { font-size:13px; font-weight:normal;  }

/* Including tax */
.price-including-tax { display:block;  }
.price-including-tax .label { white-space:nowrap;  }
.price-including-tax .price { font-size:13px; font-weight:bold;  }

/* FPT */
.weee { display:block; font-size:11px;  }
.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;  }
.price-notice .price { font-weight:bold;  }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price {  }
/********** Product Prices > */

/* Tier Prices */
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
.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;  }
.tier-prices .price { font-weight:bold;  }

.tier-prices-grouped li { padding:2px 0;  }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label {
  display:none;
}
.add-to-cart .qty {
  position: relative;
  text-align: center;
  padding: 0px;
  background: none;
  border-radius: 0px;
  color:#5F5548;
  border: 1px solid #CCCCCC;
}
button.button.add-to {  margin-bottom:10px; /*to offset negative positioning*/float:right;  }
button.button.add-to span span {background:#EA2126 !important; border:0; padding: 9px 9px !important;  }
.add-to-cart .paypal-logo { clear:left; margin:0; padding:10px 0 0; text-align:right; }

.add-to-cart #increments {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: 29px;
    margin: 0 10px 0 0;
    position: relative;
    top: 0px;
    width: 29px;
}
.add-to-cart p { text-indent:-9999999px; width:21px; height:15px; display:block; margin:0; padding:0; float:left; cursor:pointer; }
.add-to-cart p.up {  background:url(../images/up.gif) 0 0 no-repeat; margin-bottom:3px;}
.add-to-cart p.dn { background:url(../images/down.gif) 0 0 no-repeat;}

/* Add to Links + Add to Cart */
.add-to-box {
  margin:1rem 0 1rem 0;
  border-top: 1px solid #D7D7D7;
  padding-top:1rem;
  text-align:right;
}
.add-to-box .add-to-cart { border-top:1px solid #D7D7D7;
text-align:right; padding-top:1.5rem;}
.add-to-box .feature-wrapper { float:left; display:block; }
.product-view .feature-wrapper,
.addthis_toolbox.addthis_default_style.addthis_32x32_style,
.addthis_toolbox.addthis_default_style.addthis_32x32_style a{ height:32px; margin-bottom:0px }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; display:none !important; }
.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; }
a.shortlist { font-size:0.9em;}

.product-view { position:relative; }

.product-view .product-shop .add-to-box .price-box{
  margin:0.5rem 1rem 1rem 0;
  display:inline-block;
}
.product-view .product-shop .add-to-box .price-box .price{
  font-size:2rem;
  line-height:1rem;
}
.product-view .product-shop .add-to-box .price-box .special-price {
	display: inline;
  margin-left:1rem;
}

.product-essential {
	background: #fff;
	width: calc(100% - 2rem);
	padding: 0 1rem;
	max-width: 1200px;
	margin: 0 auto;
}
.product-essential h2 {  }

.product-collateral {  padding:0; }
.product-collateral h2 { }
.product-collateral .box-collateral { margin:0; }

table#product-attribute-specs-table {}
table#product-attribute-specs-table tr { border-bottom:2px solid #EEEDEA; padding:3px 0 3px 0;}
table#product-attribute-specs-table th { background:#fff; padding:4px 8px 0 0; margin:0; line-height: 1.25; font-weight:bold;}
table#product-attribute-specs-table td { padding:4px 0;}
table#product-attribute-specs-table td.data li { list-style-type:none;}


/* Product Images */
.product-view .product-img-box {
  background: none;
  border:0;
  height: auto;
  padding: 0;
  max-width: 560px;
  width:100%;
}

.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }

.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { 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% no-repeat; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../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 .more-views {
  float:left;
  padding:0;
  max-width:410px;
}
.product-view .product-img-box .more-views h2 { font-size:11px;  margin:0 0 8px; text-transform:uppercase; }

.product-view .product-img-box .more-views ul {
  position:relative;
  margin:0;
}

.product-view .product-img-box .more-views li {
  margin:calc(50px / 3) calc(50px / 3) 0 0;
  background:#F1F1F1;
  display:inline-block;
  float:left;
}
.product-view .product-img-box .more-views li:nth-of-type(4n) {
  margin-right: 0;
}

.product-view .product-img-box .more-views li a {
  float:left;
}

.product-image-popup { margin:0 auto; }
.product-image-popup .nav { font-weight:bold; 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;  }

/*Sliding Products Blocks*/
.block-related,.block-home, .block-slider { float:left; clear:both; display:block; width:auto; margin:20px 0 0 0;}
.block-home { padding:0;}

/*Featured Product Widget*/
.widget-featured-products { width:290px; position:relative; }
ol.featured-items { width:100%; position:relative;}
ol.featured-items li.item { width:100% !important; display:block !important;  margin:5px 0 5px 0 !important;}
a.product-image-featured { float:left; width:55px; height:55px; display:inline-block; margin:0 15px 0 0;}
ol.featured-items li.item .price-box .regular-price .price { font-size:17px !important; margin:0 !important; padding:0 !important; display:inline-block !important; float:left !important;}
ol.featured-items li.item a.product-image-featured { padding:0 !important; margin:0 !important; background:0 !important; float:left !important; line-height:19px !important; height:50px !important; width:50px !important; line-height:19px !important; }
.sub-nav-featured { float:right; width:290px;padding:15px 0 0 0 !important; margin: 0 !important}
p.featured-product-name { float:left; width:235px; margin:0 !important; line-height:1 !important; padding:0 !important;}
a.featured-product-name-link { font-size:12px !important; height:auto !important; line-height:18px !important; padding:0 !important; margin:0 !important; color:#3B3B3B !important; background:0 !important; float:left !important;}



/*Additional Images*/
a.img-additional img { width:50px; height:50px; display:inline-block; margin:0 5px 0 0;}

/* Product Shop */
.product-view #product-details{ float:left; width:380px;}
.product-view #product-tabs { float:left; width:680px;}
.product-view .product-shop {
	float: right;
	width: 50%;
	max-width: 600px;
}
.product-view #product_page_left {
	float: left;
	width: calc(50% - 40px);
	max-width: 560px;
	padding-right: 40px;
}
.col3-layout .product-view .product-shop { float:none; width:auto; }
.product-view .product-shop .product-name {
  margin:0 0 5px;
  display:inline-block;
  max-width:calc(100% - 80px);
}
.product-view .product-shop .top-wrap{
  display:block;
}
.product-view .product-shop .product-name h1 {
  font-size:2rem;
  margin: 0;
  padding: 0;
  font-weight:600;
}
/* Read More */
.product-view .product-shop .std .shortcontent,
.product-view .product-shop .std .shortcontent p,
.product-view .product-shop .std .ellip{
  display:inline;
}
.product-view .product-shop .std .morespan{
  display:block;
  width:100%;
  text-align:right;
}

/* Gallery Images Accordian */
.product-view .product-img-box{
  position:relative;
}
.product-view .product-img-box a.gallery_products img {
  border-radius:10px;
}
.product-view .product-img-box .see-more-wrap{
  display: flex;
  align-items: center;
  position:absolute;
  width:90px;
  height:90px;
  background-color: rgba(255, 255, 255, 0.6);
  visibility: visible;
  opacity:1;
  transition: visibility 0s ease 0s, opacity 1s ease 1s;
  -moz-transition: visibility 0s ease 0s, opacity 1s ease 1s;
  -webkit-transition: visibility 0s ease 0s, opacity 1s ease 1s;
  -o-transition: visibility 0s ease 0s, opacity 1s ease 1s;
  -ms-transition: visibility 0s ease 0s, opacity 1s ease 1s;
}

.product-view .product-img-box .see-more-wrap.g-hide{
  visibility: hidden;
  opacity:0;
  height:0px;
  transition: visibility 0s ease 1s, opacity 1s ease, height 0s ease 2s;
  -moz-transition: visibility 0s ease 1s, opacity 1s ease, height 0s ease 2s;;
  -webkit-transition: visibility 0s ease 1s, opacity 1s ease, height 0s ease 2s;;
  -o-transition: visibility 0s ease 1s, opacity 1s ease, height 0s ease 2s;;
  -ms-transition: visibility 0s ease 1s, opacity 1s ease, height 0s ease 2s;;
}

.product-view .product-img-box .see-less-wrap{
  width:100%;
  height:100%;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
}

.product-view .product-img-box .see-more, .product-view .product-img-box .see-less {
  margin: 0 auto;
  font-weight: 800;
  font-size: 1.2rem;
  color: #5F5548;
  text-align: center;
  line-height: 1.4rem;
  max-width: 80%;
  cursor: pointer;
}

.product-view .product-img-box ul.closed{
  max-height:110px;
  overflow:hidden;
  transition: max-height 1.5s ease;
  -moz-transition: max-height 1.5s ease;
  -webkit-transition: max-height 1.5s ease;
  -o-transition: max-height 1.5s ease;
  -ms-transition: max-height 1.5s ease;
}
.product-view .product-img-box ul.closed.open{
  max-height:470px;
  transition: max-height 1.5s ease;
  -moz-transition: max-height 1.5s ease;
  -webkit-transition: max-height 1.5s ease;
  -o-transition: max-height 1.5s ease;
  -ms-transition: max-height 1.5s ease;
}
.product-view .product-img-box li.overflow{
  opacity:0;
  transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -webkit-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 1s ease 0s;
}
.product-view .product-img-box li.overflow.fade{
  opacity:1;
  transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -moz-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -webkit-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -o-transition: visibility 0s ease 0s, opacity 1s ease 0s;
  -ms-transition: visibility 0s ease 0s, opacity 1s ease 0s;
}
.product-view .product-img-box div.g-last{
  width:90px;
  height:90px;
  border-radius:10px;
}
/* END Gallery accordian */

/* Product Icons Start */
.product-view .product-shop .iconset {
	display: inline-block;
}
.product-view .product-shop .iconset .icon{
  display:inline-block;
  margin-bottom:1rem;
  width:48%;
  float:left;
}
.product-view .product-shop .iconset > .icon:nth-of-type(2n) {
  margin-left: 2%;
}
.product-view .product-shop .iconset .icon-wrap{
  float:left;
  display:inline-block;
  max-width:60px;
}
.product-view .product-shop .iconset .icon-details{
  float:left;
  display:inline-block;
  margin-left:0.5rem;
  padding-top:0.5rem;
  margin-bottom:0.5rem;
}
.product-view .product-shop .iconset .icon-details h5{
  margin-bottom:auto;
  font-size:0.9rem;
}
.product-view .product-shop .iconset .icon-details a.modal{
  text-decoration:none;
  font-size:0.8rem;
}
.product-view .product-shop .iconset .popup-text{
  display:none;
}
.icon-modal .fancybox-inner{
  display:flex;
  align-items:center;
}
.icon-modal .fancybox-inner p:last-of-type{
  margin:0;
}

.product-shop .price-box .old-price .price { font-size:1.4rem; line-height:2rem;}

.product-view .product-shop p.item-sku { font-size:12px; padding:0; margin:0;font-weight:bold;}
#product-details .pdf-download a { background:url(../images/pdf-icon.png) 0 0 no-repeat; padding:3px 0 3px 33px; line-height:22px; font-size:12px; margin:3px 0 3px 0; display:block;}
.product-view .product-shop p.item-sku label { cursor:default; display:inline-block; padding:0 5px 0 0; }
.product-view .product-shop .availability { margin:10px 0; }

.product-view .product-shop .stock{
  float:right;
  font-size: 0.9rem;
  margin: 1rem 0 0 0;
  font-weight:600;
}

#stock_info {
  background: none repeat scroll 0 0 #EEEDEA;
  border: 4px solid #76943F;
  border-radius: 10px 10px 10px 10px;
  display: none;
  padding: 10px;
  z-index: 999999999;
}

span.stock_info_link { display:inline-block; padding:0 0 0 5px; cursor:pointer;}
span.close_icon { cursor:pointer; font-weight:800;}
img.close_icon { padding:0 10px 0 0;}
p.in-stock { line-height:20px;}
p.express-delivery { padding-left:29px; background:url(../images/delivery-icon.gif) 0 0 no-repeat; line-height:20px;}
p.qty-discounts { padding:3px 0 3px 29px; background:url(../images/icon-down.png) 3px 50% no-repeat #EDEDED; line-height:24px; font-size:11px; border-radius:7px; }
.product-view .product-shop .short-description { margin:0; padding:0;   }

.product-view .product-collateral {
  margin:1.5rem auto;
  border-top:1px solid #d7d7d7;
  padding: 1rem 0px 0px;
  width: 100%;
}
.product-view .product-collateral .product_tabs {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E7E7E7;
  float: left;
  padding: 2px;
}

.product-view .product-shop .price-box {
  margin:20px 0 20px 0;
  display:none;
}
.product-view .product-shop .add-to-links { margin:0; float:left; }
.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 {  }
.product-view #fixed-right { /*position:relative; width:280px; float:right;*/  position:absolute; right:0; top:0;width:280px}
.product-shop .list-right {float: right;width: 249px;border: 1px solid #CCCCCC;padding:8px;border-radius: 5px 5px 5px 5px;}
.product-shop #recent-right, .product-shop #blocks-right { float: right; width: 265px; padding: 0; margin-top: 20px;}
.product-shop #blocks-right img { margin:0 0 10px 0;}
.product-shop .list-right >.add-to-box { margin:0; padding:0;}
.product-shop .list-left {float: left;width: 50%;}
.product-shop .product-collateral { float:left; width:100%;}

.product-shop .block-viewed { width:100% !important;}
.product-shop .block-viewed .block-title span {
  color: #3B3B3B;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 10px 0;
}

.product-shop .block-viewed ol li { font-size:12px; margin:4px 0 4px 0; padding:3px 0 3px 0 !important; border-bottom:1px dashed #CCCCCC;}
.block-viewed ol li img.product-image-recent { float:left; margin:0 15px 0 0;}

/* Qty Discounts Ajax */
div.qty-discounts { background:#EEEDEA; padding:20px; width:700px; position:relative;}
div.qty-discounts .right, div.qty-discounts .right-ajax { float:right; width:47%;}
.right-ajax { display:none;}
div.qty-discounts h1 { font-size:19px; margin-bottom:28px;}
.qty-discounts ul { margin:0 0 25px 0; width:40%; float:left;}
.qty-discounts ul li { padding:10px 0 10px 0;}
.qty-discounts ul li label { display:inline-block; float:left; width:100px; font-weight:bold;}
.qty-discounts ul li label.long { width:100%;}
ul.delivery-tab {}
ul.delivery-tab li { padding:3px 0 3px 0; width:100%;border-bottom: 1px dashed #CCCCCC;}
ul.delivery-tab li label { display:inline-block;  width:250px; font-weight:800;}


/* Product Options */
.product-options {
  margin:0;
  padding:0;
  background: none;
  width:100%;
  float:left;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
.product-options dt { padding:0; font-weight:normal; }
.product-options dt label { font-weight:700; margin:0 0 3px 0;  }
.product-options dt span.required {  }
.product-options dt .qty-holder { float:right; margin-right:15px; }
.product-options dt .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px;  }
.product-options dd { padding:0 0 10px; margin:0 0 5px;}
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:99%; }
.product-options dd .multiselect option {  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 { margin-bottom:0; padding:15px 0 0; }

.product-options-bottom {  padding:0;  }
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0;  }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {  }

.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-shop .product-options-bottom {
  margin:0;
  display: inline-block;
  width: 100%;
  padding:1.5rem 0 1rem 0;
  text-align:right;
}
.product-shop .product-options-bottom .price-box {
  float:none;
  margin:0;
  display:inline-block;
}
.product-shop .product-options-bottom .price-box .price {
  font-size: 1.6rem;
  line-height: 1.6rem;
}
.product-shop .product-options-bottom .price-box .old-price .price{
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.product-shop .product-options-bottom .price-box .old-price,
.product-shop .product-options-bottom .price-box .special-price {
  display:inline-block;
}


.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; }

/*Super product table Jim*/

.product-view table#super-product-table {
  margin-bottom:1rem;
}
.product-view table#super-product-table .a-center {
	min-width: 80px;
}
.product-shop > #super-product-table {
	display: none;
}
.product-shop #super-product-table .price-bos{
  margin:0;
}
.product-shop #super-product-table .old-price,
.product-shop #super-product-table .special-price {
	display: inline-block;
}
.product-shop #super-product-table .old-price .price,
.product-shop #super-product-table .regular-price .price,
.product-shop #super-product-table .special-price .price {
	font-size:1.4rem;
}
.product-shop #super-product-table .special-price .price-label{
  display:none;
}
.product-shop #super-product-table .old-price .price{
  color:#5F5548;
  font-size:1.2rem;
}
.product-shop #super-product-table .qty-plus{
  margin-right: 0;
}
.product-shop #super-product-table .qty{
  background-color:#fff;
  text-align:center;
  padding:0;
}
.product-shop #super-product-table .price-box{
  margin:0;
}
.product-shop #super-product-table td{
  vertical-align:middle;
}

/* QTY & Sharing Jim */
.product-shop .qty-plus,
.product-shop .qty-minus {
  text-align:center;
  cursor: pointer;
  width: 20px;
  background:none;
  color:#5F5548;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
.product-shop .qty-plus{
  border-radius: 3% 3% 0 0;
  margin-right: 1rem;
}
.product-shop .qty-minus {
  border-radius: 3% 3% 0 0;
}

/* Add this */
.product-shop .product-options-bottom .feature-wrapper.top-border {
  margin-top: 1rem;
}
.product-shop .addthis_default_style .addthis_separator,
.product-shop .addthis_default_style .at4-icon,
.product-shop .addthis_default_style .at300b,
.product-shop .addthis_default_style .at300bo,
.product-shop .addthis_default_style .at300bs,
.product-shop .addthis_default_style .at300m {
  float: right;
}
/* Add to Cart & Price */
.product-options-bottom .price-box {
  float:left;
  margin:0;
  padding:0;
  display:inline-block;
}
.product-options-bottom .add-to-cart {
  display:inline-block;
  text-align:right;
  width:auto;
  float:right;
  margin-left: 1rem;
}

ul.accessories { width:100%;}
ul.accessories li { list-style-type:none; width:98%; display:block; float:left; border-bottom:2px solid #EEEDEA; padding:8px 0 8px 8px; }
ul.accessories li:hover {background:#EEEDEA; border-bottom:2px solid #76943F;}
ul.accessories li .accessories-image { float:left; width:65px;}
ul.accessories li .accessories-name { float:left; width:320px; padding:0 20px 0 0;}
ul.accessories li .accessories-addto { float:left; width:100px;}
ul.accessories li .accessories-addto .price-box { margin:0; padding:0;}
ul.accessories li .accessories-addto .price-box  .price { font-size:14px; font-weight:800;}
div.accessories-name > h3 > a { font-family: Arial,Helvetica, sans-serif; font-weight:normal; color:#3B3B3B;}


/* 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 {
  width: calc(100% - 2rem);
  max-width: 1200px;
  padding:0 1rem;
  margin:0 auto;
  text-align:center;
}
.product-view .box-up-sell .products-grid{
  position:relative;
  text-align:center;
}
.product-view .box-up-sell .products-grid article{
  display:inline-block;
  margin: 0 3% 2% 0;
  width: 31%;
  position:relative;
  text-align:center;
}
.product-view .box-up-sell .products-grid article a{
  display:inline-block;
}
.product-view .box-up-sell .products-grid article:nth-of-type(3n){
  margin-right:0px;
}
.product-view .box-up-sell .products-grid .product-image-wrap{
  width:100%;
  height:auto;
  background-color: rgba(91,86,77,1);
  border-radius: 10px;
}
.product-view .box-up-sell .products-grid .product-image{
  border-radius:10px;
  width:100%;
  height:auto;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.product-view .box-up-sell .products-grid a:hover .product-image{
  opacity:0.4;
}
.product-view .box-up-sell .products-grid .product-details-wrap {
  display:flex;
  align-items:center;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
}
.product-view .box-up-sell .products-grid .product-details {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  max-width:90%;
  display:block;
  margin:0 auto;
  border-radius:4px;
}
.product-view .box-up-sell .products-grid .product-name{
  text-decoration:none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
}
.product-view .box-up-sell .products-grid .price-box {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem;
  position: relative;
  padding: 0.5rem 1rem;
  margin:0;
}
.product-view .box-up-sell .products-grid .regular-price {
  color: #ffffff;
}
.product-view .box-up-sell .new-product {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-view .box-up-sell .products-grid span.price {
  color: #ffffff ;
  font-size: 1.3rem;
  font-weight: 600;
}
.product-view .box-up-sell .products-grid .old-price span.price {
  margin-bottom: .25rem;
  display: inline-block;
}
.product-view .box-up-sell .products-grid .price-box .label {
  font-size: 1.3rem !important;
  font-weight: 600 !important;
}


/** Featured blog posts */
.product-collateral .box-related-posts{
  margin-top:1.5rem;
}
.product-collateral .box-related-posts h2 {
  text-align:center;
  padding:0;
  margin:0 0 8px;
  font-size:1.3rem;
  font-weight:600;
}
.product-collateral .box-related-posts .std{
  text-align:center;
}
.product-collateral .box-related-posts ul{
  display:inline-block;
}
.product-collateral .box-related-posts ul li {
  list-style: none;
  display: inline-block;
  max-width: 380px;
  margin-right: 26px;
  width: 100%;
  text-align:center;
}
.product-collateral .box-related-posts ul li:nth-of-type(3n+0) {
  margin-right: 0px;
}
.product-collateral .box-related-posts .post-head{
  display:flex;
  align-items:center;
  min-height:72px;
}
.product-collateral .box-related-posts a.post-title,
.product-collateral .box-related-posts a.post-title h2{
  font-size: 1.5rem;
  color:#76943F;
  display:block;
  width:100%;
  font-weight:600;
}
.product-collateral .box-related-posts .post-date{
  margin:0.5rem 0;
}
.product-collateral .box-related-posts .post-excerpt{
  border-top:1px solid #dfdfdf;
  border-bottom:1px solid #dfdfdf;
  padding:1rem 0;
  display:flex;
  align-items:center;
  min-height: 120px;
}
.product-collateral .box-related-posts a.post-read-more{
  color:#76943F;
  font-size:1.1rem;
  font-weight:600;
  text-decoration:none;
  margin-top:0.5rem;
  display:inline-block;
}

/* 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; 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; }
.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
.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 a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table 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:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }

/* 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:#EEEDEA; padding:10px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a {  }

/* 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 {  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 */
.hp-intro { width:100%; min-height:100px; overflow:visible; display:block; float:left; border-top: 3px dashed #DDDDDD !important;
margin: 10px 0 20px;
padding: 20px;}
.hp-intro h1 { font-size:1.8em;}
.cms-home div.hp-intro p {font-size: 0.95em;}
.cms-home #home-block-cats { float:left; border:1px solid #DDDDDD; width:227px; height:344px; margin-left:15px; padding:0px;}
.cms-home #home-block-cats span {color: #3B3B3B;font-size: 21px;font-weight: bold; display:inline-block; padding:8px;}
.cms-home #home-block-cats ul li{ background:#76943F; width:100%;}
.cms-home #home-block-cats ul li a{ display:block;padding:8px 0 8px 8px; font-size: 16px; color:#fff; border-bottom:2px solid #fff;
font-weight: bold;}

.cms-home .home-content h1 { font-size:1.8em;}
.cms-home .hp_custom_block { margin:20px 0 20px 0;}
.cms-home .hp_custom_block img,.cms-home .hp_custom_block a > img { padding:0 10px 0 0;  }
.cms-home .hp_custom_block img:last-child,.hp_custom_block a > img:last-child { margin-right:0 !important;padding-right:0 !important;}
.cms-home .hp_custom_block .block-title { top:25px;}
.cms-home .hp_custom_block .block-title.agri-service { top:0px;}

/*Accordion*/
.cms-home #accordion h3 { background:url(../images/down-red.png)0 2px no-repeat; padding:3px 0 0 17px; cursor:pointer; font-weight:900; font-size:1.1em;  }

/*Carousel*/
#carousel-wrapper { clear:both; width:100%; position:relative; margin:40px 0 40px 0; border-bottom: 1px solid #DDDDDD; padding:20px 0 20px 0;}
#carousel-wrapper ul#hp-brands { padding-left:50px;}
#carousel-wrapper span.prev, #carousel-wrapper span.next { position:absolute; width:23px; height:23px; cursor:pointer; text-indent:-9999999px;}
#carousel-wrapper span.next { background:url(../images/carousel-next.png) 0 0 no-repeat; right:0px; top:50%;}
#carousel-wrapper span.prev { background:url(../images/carousel-prev.png) 0 0 no-repeat; left:0px; top:50%;}
/* Sitemap */
.page-sitemap .links { text-align:right; margin:0; width:80%; font-weight:700; border-bottom: 1px solid #D7D7D7; border-top: 1px solid #D7D7D7; padding:4px 0 4px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap {width:60%; }
.page-sitemap .sitemap a {  }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a {  }

/* RSS */
.rss-title h1 { background:url(../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 { margin: 0 0 36px;overflow: visible; }

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types {  float: right; top: 0;z-index: 10; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }

/* Shopping Cart Table */
.cart-table a.product-image { width:80px; height:80px; display:block;}
.cart-table th { padding:4px 5px; }
.cart-table td { padding:10px; }
.cart-table .product-name {  margin:0 0 5px; }
.cart-table .product-name a { text-decoration:none; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold;  }
.cart-table tfoot td { padding:16px 0 16px 0; }
.cart-table .btn-continue { float:left; }
.cart-table .btn-continue span span,
.cart-table .btn-update span span { background:#76943F; }
#cart-total-cost { /*border-top:1px solid #76943F;*/ font-weight:900; font-size:15px; padding-top:10px}
.cart-table tr td .product-image img {width:80px; height:80px;}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; max-width:605px; width:100%;}
.cart .cart-collaterals .col2-set .col-2 { width:48.5%; }

.cart .crosssell { padding:12px 15px; }
.cart .crosssell h2 { font-size:13px; font-weight:bold; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
.cart .crosssell .product-details { margin-left:90px; }
.cart .crosssell .product-name { font-weight:bold; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
#cart-cards { margin:0 0 5px 0; float:right;}
.cart .discount,
.cart .shipping { padding:0px; margin:0px; }
.cart .discount h2,
.cart .shipping h2 { font-size:17px; font-weight:100; }
.cart .discount button span,
.cart .shipping button span { border:0; background:#76943F; }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:right; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }

.cart .discount .input-box {width:100%; margin:16px 0; }
ul.form-list {margin-bottom:16px;}
.cart .discount input.input-text { max-width:270px; width:100%; }

.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:auto; clear:right;  }
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td { padding:5px 15px 5px 7px; }
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }

/* Shopping Cart Totals Shipping */
form#co-shipping-method-form dl { background:#EDEDED; padding:5px;}


/* 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 dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .show dl { top:-20px; left:50%; }
.col-left .truncated .show dl { left:15px; top:7px; }
.col-right .truncated .show dl  { 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 li { margin:5px 0; }
.sp-methods label { font-weight:normal;  }
.sp-methods .price { font-weight:bold; }
.sp-methods .form-list { padding-left:5px; }
.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; }

.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;  }
.gift-messages p.control { }
.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;}
.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; }
.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; }

.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 .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;  }
.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;  }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 {}
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !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-content {}
.block-progress dt {   line-height:1.35; background:#EEEEEE; border:0; margin:0 0 6px; padding:4px 8px; }
.block-progress dd {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #A3AEB3 #A3AEB3;
    border-image: none;
    border-right: 0 solid #A3AEB3;
    border-style: none solid solid;
    border-width: 0;
    margin: 0 0 6px;
    padding: 8px 0;
}.block-progress dt.complete { margin:0; background:#EEEEEE; }
.block-progress p { margin:0; }

.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:0 0 4px 0;}

.opc .step-title { background:#63584D; padding:8px 8px 8px; text-align:right; }
.opc .step-title .number { float:left; color:#fff; border:0; padding:0 7px; margin:0 5px 0 0;  }
.opc .step-title h2 { float:left; margin:0; font-size:1.1em; font-weight:400; color:#fff; }
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
.opc .allow .step-title { cursor:pointer; }
.opc .active .step-title { background:#76943F; padding-bottom:5px; cursor:default; }
.opc .active .step-title .number { background:0; border:0; color:#fff;}
.opc .active .step-title h2 { color:#fff; }
.opc .step { border:1px solid #D7D7D7; background:0; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 {
  border-bottom: 1px solid #E4E4E4;
  font-size: 1.3em;
  font-weight: 400;
  padding-bottom: 4px;
}#opc-login h4 { font-size:14px;  padding-bottom:4px; font-weight:200; }

#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-family: Arial,Helvetica, sans-serif; font-weight:normal; color:#3B3B3B; }
#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; }

/* 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;  }
.checkout-progress li.active { border-top-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;  }
.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;  }
.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;  }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }

.multiple-checkout .place-order .please-wait { float:right; padding: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 {  }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:260px; padding:0; text-align:left; }
.account-login .content h2 {  margin:0 0 14px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; padding-bottom:5px; text-align:left;  }
.account-login .buttons-set { border-top:0; margin:0; padding:8px 13px;  }

/* Account Login/Create Pages ============================================================ */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 1.5em 0; width:90%;}
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { background:#EEEDEA; border:0; width:90%; padding:10px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #DDDDDD; margin:0 0 20px 0; text-align:right; }
.box-account .box-head h2 { float:left; margin:0;font-size:1.8em; font-weight:bold;  }

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x;  margin:0 0 8px; text-align:left; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:15px; font-weight:bold; margin:0; padding:0 20px 0 0;}
p.hello { display:none;}
/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }

/* Block: Account Information */
.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;  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;  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;  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 .separator { margin:0 3px; }
.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
.addresses-list li.empty { background:none; border:0; padding:0; }
.addresses-list li.empty p { font-weight:bold; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt, .order-info dd, .order-info ul, .order-info li { display:inline; }
.order-info .current { font-weight:bold; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:bold; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2, .order-items h3 { font-weight:bold; font-size:13px; }
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
.order-items .link-print { float:right;  font-weight:normal; }
.order-items p .link-print { float:none; }

.order-gift-message { margin:15px 0; }
.gift-message dd { margin:5px 0 0; font-size:13px; }

.order-about { margin:15px 0; }
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }
.tracking-table th,.tracking-table td { padding:1px 5px 0 0; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { 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 { border-color:#406a83; background:#618499; }
#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:5px 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;  }
.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 .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; }
/* ======================================================================================= */

/*terms*/
.cms-terms h3 { margin:18px 0 18px 0;}
.cms-terms h6 { margin:6px 0 6px 0;}


/* Footer ================================================================================ */
.footer-container {
  min-height:283px;
  overflow:visible;
  padding-top: 0px;
  color:#666666;
  border-top:1px solid #D7D7D7;
  text-align: left;
  position: relative;
  margin-top:10px;
}
.footer-container .one_third { float:left; width:296px; padding:15px 15px 0px 15px; position:relative;  font-weight: 700;text-transform: uppercase; text-align:center;}
.footer-container .one_third.footer_prop {background: url("../images/logo_a_footer.png") no-repeat scroll 12% 50% transparent; }
.footer-container .one_third.footer_prop p.intro_body {color:#666666; font-weight:400;display:block; text-transform:capitalize; }
.footer-container .one_third.footer_prop p.intro_title { margin-bottom:4px; }
.footer-container .one_third.footer_cat {border-left:1px solid #D7D7D7;border-right:1px solid #D7D7D7;}
.footer-container .one_third.footer_cat img { position:absolute; right:15px; top:-15px;}
.footer-container .one_third.subscribe .block-subscribe { }
.footer-container .one_third.footer_cat span { float:left; width:45%; }
.footer-container .one_third.footer_cat span a { display:block;}
.footer-container h4 {
  font-family: 'Open Sans',Helvetica,Arial,sans-serif;
  text-transform: capitalize;
  font-size: 1.6em;
  font-weight: 400;
  margin:0 0 10px 0;
  color:#76933F;
}

.footer-container .footer_cats { margin:25px 0 25px 0;}
.footer-container .footer_cats ul {border-top: 1px solid #D7D7D7;border-bottom: 1px solid #D7D7D7; float:left; width:100%; padding:20px 0 20px 0; text-align:center;}
.footer-container .footer_cats ul li { display:inline-block;}
.footer-container .footer_cats ul li a { font-weight:300; font-size:1.8em; padding:5px 15px 5px 15px; background:url(../images/bullet.png) 5% 55% no-repeat;}

.footer-container .footer-col-1, .footer-container .footer-col-2, .footer-container .footer-col-3, .footer-container .footer-col-4 { width:25%; margin:0; float:left;}

.footer-container .footer-col-1 ul,.footer-container .footer-col-2 ul, .footer-container .footer-col-3 ul { display:block; margin:0; padding:0; border:0; }
.footer-container .footer-col-1 li,.footer-container .footer-col-2 li, .footer-container .footer-col-3 li { display:block; border:0; padding:0 0 4px 0;}
.footer-container .footer-col-1 a,.footer-container .footer-col-2 a,.footer-container .footer-col-3 a {
  /*ncompass robert background: url("../images/li-icon.png") no-repeat scroll 0 55% transparent;
  padding-left:14px !important; */
}
.footer-container img#cards { float:left; display:block; margin:13px 0 13px 0; clear:both;}
footer {
  max-width: 1200px;
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 0px 1rem;
  margin-top:10px;
}
footer .left { width:680px;}
footer .left .newsletter_signup {
  float: left;
height: 64px;
line-height:64px;
border-bottom:2px solid #D7D7D7;
margin-bottom:15px;
width: 100%;
}
footer .right {
  background: none repeat scroll 0 0 #E8E8E8;
  height: 290px;
  padding: 22px 20px 0;
  width: 232px;
}

.footer-container footer p {
  text-align: left;
}

footer .right ul li {
border-bottom: 1px solid #B9B9B9;
border-top: 1px solid #E5E5E5;
color: #393939;
display: block;
float: left;

height: 55px;
padding: 5px 0 5px 35px;
width: 90%;}

footer .right ul li#top { border-top:none;background: url("../images/logo_a_footer.png") no-repeat scroll 0 8px transparent;}

footer .right ul li#call {background: url("../images/call-footer.png") no-repeat scroll 0 15px transparent;}
footer .right ul li#secure {background: url("../images/secure-footer.png") no-repeat scroll 0 15px transparent;}
footer .right ul li#delivery {background: url("../images/delivery-footer.png") no-repeat scroll 0 15px transparent;}

footer .right ul li p.intro_title { color:#141414; font-weight:800; text-transform:uppercase; display:block;  margin:0 0 9px 0;}
footer .right ul li p.intro_body {color:#141414; font-weight:400;display:block;margin:0 0 9px 0;}

footer .store-switcher { display:inline; margin:0 5px 0 0;  }
footer .store-switcher label { font-weight:bold; vertical-align:middle; }
footer .store-switcher select { padding:0; vertical-align:middle; }
footer a { text-decoration:none;/*text-shadow: 1px 1px 1px #FFFFFF;*/ color:#666666; }
footer a:hover { text-decoration:underline; }
footer .bugs { /*margin:13px 0 0;*/ display:none; }
footer .bugs a { text-decoration:underline; }
footer .bugs a:hover { text-decoration:none; }
footer address { margin:0 0 10px; clear:both; color:#fff; padding:25px 0 0 0; }
footer address a { text-decoration:underline; }
footer address a:hover { text-decoration:none; }
footer ul {display: block;margin-bottom: 8px;}
footer ul.links { display:block; }
footer li { display:inline; padding: 0 7px 0 3px; }
footer li.last { border-bottom:none !important; padding-bottom:0 !important;}
.footer-container .bottom-container { margin:0 0 5px; }
ul#footer-contacts { margin:0; padding:0;}
ul#footer-contacts li {
  margin:0; padding:0;
  display:block;
  /*background: url("../images/li-icon.png") no-repeat scroll 0 6px transparent; NCOMPASS ROBERT */
  /*padding: 0px 0 5px 14px;*/
  padding: 0px 0 5px 0px;
}
ul#footer-contacts li.letter {
  width:70%;
}
ul#footer-contacts li.tel {
}
ul#footer-contacts li.email {
}

ul#footer-social {margin:0 0 20px 0; padding:0; clear: both; width:100%; float:left; display:block;}
ul#footer-social li {margin:0 4px 0 0; padding:0; width:48px; height:47px; display:inline; float:left;}
ul#footer-social li.twitter { background: url("../images/social.png") no-repeat scroll 0 0 transparent;}
ul#footer-social li.linked-in { background: url("../images/social.png") no-repeat scroll -99px 0 transparent;}
ul#footer-social li.facebook { background: url("../images/social.png") no-repeat scroll -199px 0 transparent;}

ul#footer-social li.twitter:hover { background: url("../images/social.png") no-repeat scroll -49px 0 transparent; cursor:pointer;}
ul#footer-social li.linked-in:hover { background: url("../images/social.png") no-repeat scroll -149px 0 transparent; cursor:pointer;}
ul#footer-social li.facebook:hover { background: url("../images/social.png") no-repeat scroll -249px 0 transparent; cursor:pointer;}

.column.subscribe {
	border-bottom: 1px solid #d7d7d7;
}
.newsletter_signup {
  width:calc(100% - 2rem);
  padding:0 1rem;
}
.block-subscribe .block-content {
  padding:0;
}
.block-subscribe .input-box {
  margin: 0;
  position: relative;
  }
.block-subscribe .input-box {
  margin:0 auto;
  position:relative;
  max-width:550px;
  width: 100%;
}
/*NCOMPASS ROBERT */
.block-subscribe input#newsletter {
  height: 35px;
  margin: 0;
  width: 100%;
  border-radius: 10px;
  background-color: #FFFFFF;
  color: #d0d0d0;
  text-align: center;
  font-size: 1.2em;
}
.block-subscribe input#newsletter:focus {
  color: #3f3f3f;
}


 .block-subscribe button.subscribe {
  position: absolute;
  right: 0px;
  top: 0px;
 }

 .newsletter_signup div.block-subscribe form#newsletter-validate-detail div.input-box button.button.subscribe {
  margin: 5px;
  border-radius: 20px;
  height: 25px;
  width: 40px;
  background:url(../images/right-arrow-white.png);
  background-color: #76943F;
  background-repeat: no-repeat;
  background-position: center center;
}
 .newsletter_signup div.block-subscribe form#newsletter-validate-detail div.input-box button.button.subscribe span {
  display:none;
}


footer button.subscribe span span { width:27px; height:27px; line-height:27px; text-indent:-999999em; padding:0; display:inline-block; background:url(../images/down_closed_sm.png) 0 0px no-repeat #76943F; background-position:center;}
footer button.subscribe:hover span {background:url(../images/down_closed_sm.png) 0 0px no-repeat #63584D ; background-position:center;}

/* ======================================================================================= */

/* Custom CMS============================================================================ */

body.cms-agriframes-chelsea-2014 label { min-width: 120px;}
body.cms-agriframes-chelsea-2014 fieldset#left {width: 35%;   padding: 10px;}






/* 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; 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 {  }
/* ======================================================================================= */


/* ======================================================================================= */
/*! fancyBox v2.1.0 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
.fancybox-lock .fancybox-overlay {
  overflow-y: hidden !important;
}

/*Fruit Cages MTM*/

#fruit_cage_calc { float:left; width:50%; padding:10px; border:1px solid #D7D7D7;}
#fruit_cage_calc ul { list-style-type:none;}
#fruit_cage_calc ul li { padding:6px 0 6px 0;}
#fruit_cage_calc ul li label { display:inline-block; float:left; min-width:200px; margin-right:15px; font-weight:700;}
#fruit_cage_calc_price { clear:both; position:relative; top:-50px;}
#fruit_cage_calc ul li .radio1 { padding-top:0 !important; margin-top:0 !important; height:auto !important; line-height:auto !important;}


/*Catalogue Reguest*/
#catalogrequest {}
#catalogrequest ul li { padding:0; }
#catalogrequest ul li label { display:inline-block; font-weight:700; min-width:140px;}
#catalogrequest ul li .input-box { margin:6px 0 6px 0;}
#catalogrequest  {
  border: 1px solid #D7D7D7;
  float: left;
  padding: 10px;
  width: 55%;
}
.catalogrequest-index-index #catalogrequest .input-box input{
  width:auto;
  max-width:100%;
}
.catalogrequest-index-index .right {
	width: 40%;
	text-align: right;
}
.buttons_li { margin-top:25px;}
div#crafty_postcode_result_display_1 {margin:6px 0 6px 0;}



/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
header .quick-access:after,
.main:after,
footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*NCOMPASS ROBERT */
button, input[type="reset"], input[type="submit"], input[type="button"] {
  background-color: transparent;
  padding: 0px !important;
}

#header-cart-wrapper a.button.btn-update span span {
  margin: 10px auto 0px;
  width: 98%;
  font-size: 1.1rem;
  border-radius: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
  /*display: none;*/
}

#header-cart-wrapper ol#cart-sidebar li.last {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

/* NCOMPASS ROBERT HOME PAGE */
.cms-index-index.cms-home, .catalog-category-view, .catalog-product-view, .cms-page-view, .catalogrequest-index-index, .checkout-cart-index, .aw-onestepcheckout-index-index, .catalogsearch-result-index, .customer-account-create  {
  overflow-x:hidden;
}
.cms-home .home-content h1 {
  color: #62574a;
  font-weight: bold;
  max-width: 1200px;
  font-size: 2.4em;
  line-height: 1;
  margin-bottom: 0.5em;
  text-align: center;
  padding-bottom: 20px;
}
.cms-home .col-main {
  max-width: 1200px;
  width:100%;
}
.cms-home p {
  text-align: center;
}
.cms-home .three_d_box {
  display: none;
}
.cms-home .block-title strong span {
  color: #62574a;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
}
.block .block-title.long-block-title {
  width: 100% !important;
  margin: 0 auto;
  padding-bottom: 20px;
}
.cms-home .block-title {
  background: transparent;
  width: 100%;
  text-align: center;
  height: auto;
  line-height: 1.0rem;
  padding: 0 0 0 0px;
  position: unset; left: 0px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.block-home {
  width: 100%;
}
.cms-home .home_promos {
  text-align: center;
}

/* Jim NCompass Start Product tile/grid slider */

.cms-home .bx-wrapper, .cms-home .bx-viewport {
  width:100%!important;
  overflow:hidden;
  max-width:unset!important;
}
.cms-home .bx-viewport {
  height: 460px !important;
}
.cms-home .bx-wrapper .bx-viewport {
  border: none;
}
.cms-home .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #63584d;
}

.cms-home .bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #ffffff none repeat scroll 0 0;
}

.cms-home #block-home-featured.mini-products-list .item.slide {
  max-height:378px;
}

.cms-home #block-home-featured.mini-products-list .product-image-wrap {
  width: 100%;
  height:auto;
  background-color: rgba(91,86,77,1);
  border-radius: 10px;
  position:relative;
}

.cms-home #block-home-featured.mini-products-list .product-image  {
  border-radius: 10px;
  width: 100%;
  height:auto;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.cms-home #block-home-featured.mini-products-list .product a{
  display:block;
  text-decoration:none;
}
.cms-home #block-home-featured.mini-products-list .product a:hover .product-image{
  opacity: 0.4;
}

.cms-home #block-home-featured.mini-products-list .product-details-wrap {
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  position:absolute;
  top:0px;
  left:0px;
}

.cms-home #block-home-featured.mini-products-list .product-details {
  background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  max-width:90%;
  display:block;
  margin:0 auto;
  border-radius:4px;
}

.cms-home #block-home-featured.mini-products-list .product-name{
  text-decoration:none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  line-height:1.5em;
}

.cms-home #block-home-featured.mini-products-list .price-box {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.3rem !important;
  position: relative;
  padding: 0.5rem 1rem;
  margin:0;
  line-height:1.15em;
}

.cms-home #block-home-featured.mini-products-list .regular-price {
  color: #ffffff;
}

.cms-home #block-home-featured.mini-products-list .new-product {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cms-home #block-home-featured.mini-products-list span.price{
  color: #ffffff !important;
  font-size: 1.3rem !important;
  font-weight: 600 !important;
}
.cms-home #block-home-featured.mini-products-list .price-box .label{
  font-size: 1.3rem !important;
  font-weight: 600 !important;
}
.bx-wrapper .bx-controls-direction a {
  transition: none;
}
.cms-home .block.block-home .block-content .bx-wrapper {
  height: 0;
  padding-bottom:34%;
}

/* ENd*/

#greyiconbox-wrapper {
  width:100%;
  text-align: center;
  margin: 60px auto 0;
  padding-bottom: 25px;
  display:inline-block;
}
.cms-home .greyiconbox {
  display: inline-block;
  margin-right: 8%;
  float: left;
  width: 28%;
}
.cms-home #greyiconbox-wrapper .greyiconbox img { border-radius: 20px; }
.cms-home #greyiconbox-wrapper .greyiconbox h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #62574a;
  font-weight: 600;
}
.cms-home #greyiconbox-wrapper .greyiconbox .text-wrap{
  display:flex;
  align-items:center;
}
.cms-home #greyiconbox-wrapper .greyiconbox .text-wrap p {
  text-align: center;
  margin-bottom: 10px;
}

.cms-home #greyiconbox-wrapper .greyiconbox a {
  font-size: 1.2rem;
  text-decoration:none;
}
#socialmediacolumns-wrapper {
  width: 100%;
  text-align: center;
  margin: 15px auto 0;
  padding-bottom: 25px;
}
#cart-sidebar .mini-products-list .product-details {
  font-size: 1.5rem;
  margin: 0 5%;
}
.socialmediacolumns-feed {
  display: inline-grid;
  float: left;
  margin-right: 8%;
  width: 28%;
  padding-bottom: 50px;
}
.wordpresblog-feed {
  overflow-y: scroll;
  width: 100%;
  scroll-behavior: auto;
  height:700px;
}
#socialmediacolumns-wrapper h2 {
  color: #62574a;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
#socialmediacolumns-wrapper .socialmediacolumns-feed h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #62574a;
  font-weight: 600;
  text-decoration: underline;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.cms-home #socialmediacolumns-wrapper .socialmediacolumns-feed .block.block-blog.block-recent-posts {
  font-size: 1.0rem;
  width: 100%;
  text-transform: none;
  padding:0;
}
.cms-home #socialmediacolumns-wrapper .socialmediacolumns-feed .block.block-blog.block-recent-posts .block-title {
  display: none;
}
.cms-home #socialmediacolumns-wrapper .socialmediacolumns-feed .block.block-blog.block-recent-posts .block-content .post-date {
  font-size: 0.7rem;
  margin-top: 7px; margin-bottom: 7px;
}
.cms-home #socialmediacolumns-wrapper .socialmediacolumns-feed .block.block-blog.block-recent-posts .block-content li a {
  color: #76933F;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-decoration:none;
}
.cms-home .block-title.long-block-title #socialmediacolumns-wrapper .socialmediacolumns-feed .block.block-blog.block-recent-posts .block-content ul li.item a {
  text-decoration: underline !important;
}
.cms-home #socialmediacolumns-wrapper .socialmediacolumns-feed .block.block-blog.block-recent-posts .post-excerpt {
  font-size: 0.7rem;
  line-height: 1.1rem;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #76933F;
  border-top: 1px solid #76933F;
  margin-bottom: 5px;
}
.cms-home #socialmediacolumns-wrapper .socialmediacolumns-feed .block.block-blog.block-recent-posts .block-content ul li.item p a.read-more {
  text-decoration: none !important;
}

.top-links-wrap .sale-on-now iframe{
  border-radius:10px;
  pointer-events: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  .top-links-wrap .sale-on-now iframe{
    height:70px;
  }
}
/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width:1160px){
  .product-view .product-shop .iconset .icon .icon-details{ width:120px; }
}
@media only screen and (max-width:1060px){
  .top-links-wrap .sale-on-now{ display:none; }
}
@media only screen and (max-width: 999px) {
  .cms-home #block-home-featured.mini-products-list .product-details{ max-width: 70%; }
  .cms-home #block-home-featured.mini-products-list .product-name{ font-size: 1.1rem!important; line-height: 1.3em!important; }
  .cms-home #block-home-featured.mini-products-list .price-box{ line-height: 0.8em; }
  .cms-home #block-home-featured.mini-products-list .price-box .label,
  .cms-home #block-home-featured.mini-products-list .price-box .special-price .price-label{ font-size: 0.9rem!important; }
  .cms-home #block-home-featured.mini-products-list .price-box span.price{ font-size: 1.1rem!important; }
  .catalog-category-view .category-box,
  .catalog-category-view .products-grid article,
  .catalogsearch-result-index .products-grid article { width: 48%; margin-right:2%; float:left; }
  .product-view .box-up-sell .products-grid article { width: 48%; margin-right:2%; float:none;}
  .catalog-category-view .category-box:nth-of-type(3n),
  .catalog-category-view .products-grid article:nth-of-type(3n),
  .catalogsearch-result-index .products-grid article:nth-of-type(3n),
  .product-view .box-up-sell .products-grid article:nth-of-type(3n){ margin-right:2%; }
  .product-view .box-up-sell .products-grid article:nth-of-type(3n){ float:none; }
  .catalog-category-view .category-box:nth-of-type(2n),
  .catalog-category-view .products-grid article:nth-of-type(2n),
  .catalogsearch-result-index .products-grid article:nth-of-type(2n),
  .product-view .box-up-sell .products-grid article:nth-of-type(2n){ margin-right:0px; }
}
@media only screen and (max-width:931px) {
  .product-view .product-img-box ul.closed{ max-height:220px; }
  .product-view .product-img-box .more-views li:nth-of-type(4n){ margin-right:calc(50px / 3); }
  .product-view .product-img-box .more-views li:nth-of-type(3n){ margin-right:0; }
}
@media only screen and (max-width:878px) {
  header{ padding-top:0.5rem; padding-bottom:0.5rem; height:auto; }
  header #logo-wrap { display: inline-block; max-width: 483px; width: calc(100% - 2rem); padding: 0 1rem; }
  .top-links-wrap{ position:relative; padding:0; margin:0; border-bottom: 1px solid #d7d7d7; height:42px; padding:0.5rem 0; }
  .top-links-wrap #header-cart-wrap #header-cart-container a.button{ display:none; }
  .top-links-wrap .header-left{ float:left; display:inline-block; }
  .top-links-wrap .header-right{ float:right; display:inline-block; }
  .top-links-wrap #header_ctc { position: relative; top:0px; }
  .top-links-wrap #header-cart-wrap{ position:relative; width:auto; top:5px; }
  .top-links-wrap #header-cart-wrap #header-cart-container p.basket-count-circle{ position:absolute; top:-5px; left:58px; }
  .top-links-wrap #header-cart-wrap #header-cart-container .basket-count-circle a.basket-item-count{ display:inline-block; }
  .top-links-wrap #header-cart { top:59px; }
  .cms-home #block-home-featured.mini-products-list .cat_pos { width: 50%; }
  .product-view .product-shop .product-name { max-width: 100%; }
  .product-view .product-shop .stock { margin: 0.5rem 0 0 0; }
}
@media only screen and (max-width: 815px) {
  .product-view .product-shop .iconset .icon { text-align:center; }
  .product-view .product-shop .iconset .icon-wrap { float: none; }
  .product-view .product-shop .iconset .icon-details { float: none; display: block; margin: 0 auto; }
}
@media only screen and (max-width: 768px) {
  .cms-home #greyiconbox-wrapper .greyiconbox .text-wrap p { display:none; }
  .cms-home #greyiconbox-wrapper .greyiconbox .text-wrap { min-height:20px;}
  .cms-home #greyiconbox-wrapper .greyiconbox:nth-of-type(3n) .text-wrap{ min-height:0;}
  .footer-container .footer-col-1, .footer-container .footer-col-2,
  .footer-container .footer-col-3, .footer-container .footer-col-4 { width:50%; }
  .footer-col-3 { clear: left; margin-top: 2rem !important; }
  .footer-col-4 { clear:right; margin-top: 2rem!important; }
}
@media only screen and (max-width: 720px){
  .catalog-category-view .category-box .product-details,
  .catalog-category-view .products-grid article .product-details,
  .catalogsearch-result-index .products-grid article .product-details,
  .product-view .box-up-sell .products-grid article .product-details{ max-width: 70%; }
  .catalog-category-view .category-box .product-name,
  .catalog-category-view .products-grid article .product-name,
  .catalogsearch-result-index .products-grid article .product-name,
  .product-view .box-up-sell .products-grid article .product-name{ font-size: 1.1rem!important; line-height: 1.3em!important; }
  .catalog-category-view .category-box .price-box,
  .catalog-category-view .products-grid article .price-box,
  .catalogsearch-result-index .products-grid article .price-box,
  .product-view .box-up-sell .products-grid article .price-box{ line-height: 0.8em; }
  .catalog-category-view .category-box .price-box .label,
  .catalog-category-view .products-grid article .price-box .label,
  .catalogsearch-result-index .products-grid article .price-box .label,
  .product-view .box-up-sell .products-grid article .price-box .label,
  .catalog-category-view .category-box .price-box .special-price .price-label,
  .catalog-category-view .products-grid article .price-box .special-price .price-label,
  .catalogsearch-result-index .products-grid article .price-box .special-price .price-label,
  .product-view .box-up-sell .products-grid article .price-box .special-price .price-label{ font-size: 0.9rem!important; }
  .catalog-category-view .category-box .price-box span.price,
  .catalog-category-view .products-grid article .price-box span.price,
  .catalogsearch-result-index .products-grid article .price-box span.price,
  .product-view .box-up-sell .products-grid article .price-box span.price{ font-size: 1.1rem!important; }
}
@media only screen and (max-width: 718px) {
  .product-view .product-img-box ul.closed{ max-height:220px; }
  .product-view .product-img-box .more-views li:nth-of-type(odd){ margin-right:calc(50px / 3); }
  .product-view .product-img-box .more-views li:nth-of-type(even){ margin-right:0; }
}
@media only screen and (max-width: 700px) {
  .socialmediacolumns-feed { width:calc(45% - 20px); margin-right:40px; float:none; }
  .socialmediacolumns-feed:nth-of-type(2n){ margin-right:0px; }
  .socialmediacolumns-feed:nth-of-type(3n){ width:90%; margin-top:2rem; float:none; }
  .cms-home #block-home-featured.mini-products-list .product-details .price-box,
  .cms-home #block-home-featured.mini-products-list .product-details .breakline { display: none; }
}
@media only screen and (max-width: 652px){
  .header-container #mobile-search-container { height: auto; }
  .header-container #mobile-search-container .top-search{ opacity: 1; padding-top:10px; padding-bottom:10px;}
  .header-container #pronav-container .slicknav_menu{ display:block; }
  .header-container #pronav-container #pronav{ display:none; }
  .product-view #product_page_left { float: none !important; width: calc(100% - 2rem); max-width: unset; padding: 0 1rem; display:inline-block; }
  .product-view .product-shop{ width:100%; max-width:unset; float:none; margin-top:2rem; }
  .product-view .product-img-box { max-width: unset; }
  .product-view p.product-image .gallery_products img{ width:100%; }
  .product-essential { width: 100%; padding: 0; }
  .product-view .top-wrap,
  .product-view .std,
  .product-view .iconset,
  .product-view .product-options,
  .product-view .product-options-bottom,
  .product-view .feature-wrapper{ width: calc(100% - 2rem); padding-right:1rem; padding-left:1rem; }
  .product-view .ratings{ padding-left:1rem; }
  .product-view #super-product-table{ width: calc(100% - 2rem); margin:0 auto; border-bottom:none; }
  .product-view .add-to-box .add-to-cart{ width:100%; }
  .product-view .add-to-box .add-to-cart button{ margin-right:1rem; }
  .product-view .product-img-box ul.closed{ max-height:110px; }
  .product-view .product-img-box .more-views li:nth-of-type(2n){ margin-right:calc(50px / 3); }
  .product-view .product-img-box .more-views li:nth-of-type(4n){ margin-right:0; }
  .product-view .product-shop .iconset .icon { text-align:left; }
  .product-view .product-shop .iconset .icon-wrap { float: left; }
  .product-view .product-shop .iconset .icon-details { float: left; display: inline-block; margin-left: 0.5rem; margin-bottom: 0.5rem; width:auto;}
  .col-left { float: none; width: 100%; }
  .col2-left-layout .col-main { float: none; width: 100%; }
  .box-account { width: calc(100% - 20px); }
  .box-account .box-head h2 { text-align: left; }
}
@media only screen and (max-width: 640px) {
  .catalog-category-view .category-box .cat_pos,
  .catalog-category-view .products-grid .cat_pos,
  .catalogsearch-result-index .products-grid .cat_pos,
  .product-view .box-up-sell .products-grid .cat_item_pos{ width:50%;}
  .sort-by label { display: none; }
  .catalogrequest-index-index .right { float: none; width: 100%; text-align: center;}
  #catalogrequest{ width: calc(100% - 2rem); padding-left:1rem; padding-right:1rem; }
  #contact-left, #contact-right{ width: calc(100% - 2rem); padding-left:1rem; padding-right:1rem; float:left;}
  #contact-right{ margin-top:2rem; }
}
@media only screen and (max-width: 600px){
  .col2-set .col-1, .col2-set .col-2, .cart .cart-collaterals .col2-set .col-2 { float: none; width: 100%; }
  .account-login .content { min-height: unset; margin-bottom:0.5rem; }
  .cms-home #block-home-featured.mini-products-list .product-details { display: none; }
  .product-view .product-shop .iconset .icon-details { width:120px;}
  .checkout-cart-index #cart-cards { float: none; }
  .checkout-cart-index .cart .discount .buttons-set,
  .checkout-cart-index .cart .shipping .buttons-set,
  .checkout-cart-index .cart .totals .checkout-types { text-align: center; }
  .checkout-cart-index .cart .totals { width: 100%; }
  .checkout-cart-index .cart .totals table { width: auto; margin: 1rem 0 0; display: inline-block; }
}
@media only screen and (max-width:560px){
  .cms-home .greyiconbox { width:100%; margin-right:0px;}
  .cms-home .greyiconbox:nth-of-type(2n), .cms-home .greyiconbox:nth-of-type(3n){ margin-top:2rem; }
  .cms-home #greyiconbox-wrapper .greyiconbox .text-wrap { min-height:unset;}
}
@media only screen and (max-width: 500px) {
  .socialmediacolumns-feed { width:90%; margin-right:0px; }
  .footer-container .footer-col-1, .footer-container .footer-col-2,
  .footer-container .footer-col-3, .footer-container .footer-col-4 { width:100%; margin-top:2rem; }
  .catalog-category-view .category-box,
  .catalog-category-view .products-grid article,
  .catalogsearch-result-index .products-grid article,
  .product-view .box-up-sell .products-grid article { display: inline-block; margin: 0 0rem 1.2rem 0; width: 100%; position: relative; float:left;}
  .catalog-category-view .category-box:nth-of-type(3n),
  .catalog-category-view .products-grid article:nth-of-type(3n),
  .catalogsearch-result-index .products-grid article:nth-of-type(3n),
  .product-view .box-up-sell .products-grid article:nth-of-type(3n){ margin-right:0; }
  .catalog-category-view .category-box:nth-of-type(2n),
  .catalog-category-view .products-grid article:nth-of-type(2n),
  .catalogsearch-result-index .products-grid article:nth-of-type(2n),
  .product-view .box-up-sell .products-grid article:nth-of-type(2n){ margin-right:0px;}
  .catalog-category-view .category-box .cat_pos,
  .catalog-category-view .products-grid .cat_pos,
  .catalogsearch-result-index .products-grid .cat_pos,
  .product-view .box-up-sell .products-grid .cat_item_pos{ width:auto; }
  .catalog-category-view .category-box .product-name,
  .catalog-category-view .products-grid article .product-name,
  .catalogsearch-result-index .products-grid article .product-name,
  .product-view .box-up-sell .products-grid article .product-name { font-size: 1.5rem!important; line-height: 1.35!important; }
  .catalog-category-view .category-box .price-box span.price,
  .catalog-category-view .products-grid article .price-box span.price,
  .catalogsearch-result-index .products-grid article .price-box span.price,
  .product-view .box-up-sell .products-grid article .price-box span.price { font-size: 1.3rem!important; }
  .catalog-category-view .category-box .price-box .label,
  .catalog-category-view .products-grid article .price-box .label,
  .catalogsearch-result-index .products-grid article .price-box .label,
  .product-view .box-up-sell .products-grid article .price-box .label,
  .catalog-category-view .category-box .price-box .special-price .price-label,
  .catalog-category-view .products-grid article .price-box .special-price .price-label,
  .catalogsearch-result-index .products-grid article .price-box .special-price .price-label,
  .product-view .box-up-sell .products-grid article .price-box .special-price .price-label { font-size: 1.2rem !important; }
  .catalog-category-view .category-box .product-details,
  .catalog-category-view .products-grid article .product-details,
  .catalogsearch-result-index .products-grid article .product-details,
  .product-view .box-up-sell .products-grid article .product-details { max-width: 90%; }
  .toolbar-bottom .sorter{ display:none; }
  table#shopping-cart-table tbody tr td:first-child,
  table#shopping-cart-table thead tr th:first-child{ display:none; }
  .cart-table th { width: 100%; }
  table#shopping-cart-table tr td.unit-price, table#shopping-cart-table tr th.unit-price{
    display:none;
  }
}
@media only screen and (max-width: 470px){
  .product-shop .product-options-bottom .price-box { display: block; }

}
@media only screen and (max-width: 441px){
  .product-view .product-img-box ul.closed{ max-height:220px; }
  .product-view .product-img-box .more-views li:nth-of-type(4n){ margin-right:calc(50px / 3); }
  .product-view .product-img-box .more-views li:nth-of-type(3n){ margin-right:0; }
  .product-view .product-img-box ul.closed.open { max-height: 535px; }
}
@media only screen and (max-width: 423px){
  .product-view .product-shop .iconset .icon { text-align:center; }
  .product-view .product-shop .iconset .icon-wrap { float: none; }
  .product-view .product-shop .iconset .icon-details { float: none; display: block; margin: 0 auto; }
}
@media only screen and (max-width: 380px){
  #header-cart { right: 0px; width: calc(100% - 20px); }
  .catalog-category-view .category-box .cat_pos,
  .catalog-category-view .products-grid .cat_pos,
  .catalogsearch-result-index .products-grid .cat_pos,
  .product-view .box-up-sell .products-grid .cat_item_pos { width: 40%; }
}
@media only screen and (max-width: 335px){
  .product-view .product-img-box ul.closed.open { max-height: 750px; }
}
@media only screen and (max-width: 335px){
  .product-view .product-img-box ul.closed{ max-height:220px; }
  .product-view .product-img-box .more-views li:nth-of-type(odd){ margin-right:calc(50px / 3); }
  .product-view .product-img-box .more-views li:nth-of-type(even){ margin-right:0; }
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
