@charset "UTF-8";
/***** FROOITION TEMPLATE V1.2******/
/*@import "compass"; */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);
/* line 9, ../sass/_normalize.scss */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

/* line 19, ../sass/_normalize.scss */
body { margin: 0; }

/* line 32, ../sass/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/* line 52, ../sass/_normalize.scss */
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

/* line 65, ../sass/_normalize.scss */
audio:not([controls]) { display: none; height: 0; }

/* line 75, ../sass/_normalize.scss */
[hidden], template { display: none; }

/* line 87, ../sass/_normalize.scss */
a { background: transparent; }

/* line 95, ../sass/_normalize.scss */
a:active, a:hover { outline: 0; }

/* line 107, ../sass/_normalize.scss */
abbr[title] { border-bottom: 1px dotted; }

/* line 115, ../sass/_normalize.scss */
b, strong { font-weight: bold; }

/* line 124, ../sass/_normalize.scss */
dfn { font-style: italic; }

/* line 133, ../sass/_normalize.scss */
h1 { font-size: 2em; margin: 0.67em 0; }

/* line 142, ../sass/_normalize.scss */
mark { background: #ff0; color: #000; }

/* line 151, ../sass/_normalize.scss */
small { font-size: 80%; }

/* line 159, ../sass/_normalize.scss */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

/* line 167, ../sass/_normalize.scss */
sup { top: -0.5em; }

/* line 171, ../sass/_normalize.scss */
sub { bottom: -0.25em; }

/* line 182, ../sass/_normalize.scss */
img { border: 0; }

/* line 190, ../sass/_normalize.scss */
svg:not(:root) { overflow: hidden; }

/* line 201, ../sass/_normalize.scss */
figure { margin: 1em 40px; }

/* line 209, ../sass/_normalize.scss */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

/* line 219, ../sass/_normalize.scss */
pre { overflow: auto; }

/* line 227, ../sass/_normalize.scss */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* line 250, ../sass/_normalize.scss */
button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

/* line 264, ../sass/_normalize.scss */
button { overflow: visible; }

/* line 275, ../sass/_normalize.scss */
button, select { text-transform: none; }

/* line 288, ../sass/_normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

/* line 300, ../sass/_normalize.scss */
button[disabled], html input[disabled] { cursor: default; }

/* line 309, ../sass/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* line 320, ../sass/_normalize.scss */
input { line-height: normal; }

/* line 332, ../sass/_normalize.scss */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

/* line 344, ../sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/* line 355, ../sass/_normalize.scss */
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* line 368, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* line 377, ../sass/_normalize.scss */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/* line 388, ../sass/_normalize.scss */
legend { border: 0; padding: 0; }

/* line 397, ../sass/_normalize.scss */
textarea { overflow: auto; }

/* line 406, ../sass/_normalize.scss */
optgroup { font-weight: bold; }

/* line 417, ../sass/_normalize.scss */
table { border-collapse: collapse; border-spacing: 0; }

/* line 422, ../sass/_normalize.scss */
td, th { padding: 0; }

/* VARIABLES v1.2.2 */
/* -------------------------------------------------------------------------- */
/** Globals */
/* apply a natural box layout model to all elements */
/* line 11, ../sass/_init.scss */
*, *:before, *:after { box-sizing: border-box; }

/* line 17, ../sass/_init.scss */
html { font: 62.5% / 1.2 sans-serif; /* 1rem = 10px */ }

/* line 21, ../sass/_init.scss */
body { background: #FFFFFF; font: 1.2rem Open Sans, sans-serif; color: #000000; }

/* line 27, ../sass/_init.scss */
h1, h2, h3, h4 { padding: 1rem 0; margin: 0 0 1rem; font-family: Open Sans, sans-serif; line-height: normal; }

/* line 37, ../sass/_init.scss */
h1 { font-size: 2.8rem; }

/* line 41, ../sass/_init.scss */
h2 { font-size: 2.4rem; }

/* line 45, ../sass/_init.scss */
h3 { font-size: 1.8rem; }

/* line 49, ../sass/_init.scss */
h4 { font-size: 1.2rem; }

/* line 53, ../sass/_init.scss */
a { color: #2A375B; text-decoration: none; transition: color 0.2s ease-in-out; }
/* line 58, ../sass/_init.scss */
a:hover { color: #87C425; }
/* line 62, ../sass/_init.scss */
a:active { color: #87C425; }

/* line 67, ../sass/_init.scss */
p { margin: 0.5rem 0; }

/* line 71, ../sass/_init.scss */
ul { margin: 0.5rem 0; font-size: 0; /* for inline-block lists */ }
/* line 75, ../sass/_init.scss */
ul li { font-size: 1.2rem; }

/* line 80, ../sass/_init.scss */
blockquote { margin: 0.5rem 0; }

/* -------------------- */
/** Global Classes */
/* formatting */
/* line 98, ../sass/_init.scss */
.inner { margin: 0 1rem; /* unset with any nested inners */ }
@media only screen and (min-width: 800px) { /* line 98, ../sass/_init.scss */
  .inner { margin: 0 auto; max-width: 980px; } }
@media only screen and (min-width: 1480px) { /* line 98, ../sass/_init.scss */
  .inner { max-width: 980px; } }
/* line 120, ../sass/_init.scss */
.inner .inner { padding: 0; max-width: auto; margin: 0; }

/* line 127, ../sass/_init.scss */
.full-width { width: 100%; }

/* line 131, ../sass/_init.scss */
.clear { clear: both; }

/* line 135, ../sass/_init.scss */
.clear-fix:after { content: ""; display: table; clear: both; }

/* line 141, ../sass/_init.scss */
.float-left { float: left; }

/* line 145, ../sass/_init.scss */
.float-right { float: right; }

/* line 149, ../sass/_init.scss */
.hide { display: none; }

/* line 153, ../sass/_init.scss */
.hide-for-mobile { display: none; }
@media only screen and (min-width: 800px) { /* line 153, ../sass/_init.scss */
  .hide-for-mobile { display: block; } }

@media only screen and (min-width: 800px) { /* line 162, ../sass/_init.scss */
  span.hide-for-mobile { display: inline; } }

@media only screen and (min-width: 800px) { /* line 169, ../sass/_init.scss */
  .hide-for-desktop { display: none; } }

/* line 175, ../sass/_init.scss */
.columns { float: left; }

/* line 180, ../sass/_init.scss */
.grid-1 { width: 8.33333%; }

/* line 180, ../sass/_init.scss */
.grid-2 { width: 16.66667%; }

/* line 180, ../sass/_init.scss */
.grid-3 { width: 25%; }

/* line 180, ../sass/_init.scss */
.grid-4 { width: 33.33333%; }

/* line 180, ../sass/_init.scss */
.grid-5 { width: 41.66667%; }

/* line 180, ../sass/_init.scss */
.grid-6 { width: 50%; }

/* line 180, ../sass/_init.scss */
.grid-7 { width: 58.33333%; }

/* line 180, ../sass/_init.scss */
.grid-8 { width: 66.66667%; }

/* line 180, ../sass/_init.scss */
.grid-9 { width: 75%; }

/* line 180, ../sass/_init.scss */
.grid-10 { width: 74%; }

/* line 180, ../sass/_init.scss */
.grid-11 { width: 91.66667%; }

/* line 180, ../sass/_init.scss */
.grid-12 { width: 100%; }

/* toggle options */
/* line 187, ../sass/_init.scss */
.toggle-link { cursor: pointer; }

@media only screen and (min-width: 280px) { /* line 191, ../sass/_init.scss */
  .toggle { display: none; } }
@media only screen and (min-width: 800px) { /* line 191, ../sass/_init.scss */
  .toggle { display: block; } }

@media only screen and (min-width: 800px) { /* line 203, ../sass/_init.scss */
  span.toggle { display: inline; } }

@media only screen and (min-width: 280px) { /* line 209, ../sass/_init.scss */
  .active { display: block; } }

@media only screen and (min-width: 800px) { /* line 216, ../sass/_init.scss */
  span.active { display: inline; } }

/* breadcrumb navigation */
/* line 225, ../sass/_init.scss */
.breadcrumb ul { padding: 0; margin: 0; list-style: none; }
/* line 231, ../sass/_init.scss */
.breadcrumb li { display: inline; }
/* line 234, ../sass/_init.scss */
.breadcrumb li:after { content: "\f105"; /* angle right character */ padding: 0 0.5rem; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; }
/* line 243, ../sass/_init.scss */
.breadcrumb li:last-child:after { content: none; }
/* line 247, ../sass/_init.scss */
.breadcrumb li:empty { display: none; }

/* page titles */
/* line 254, ../sass/_init.scss */
.page-title { background: #2A375B; padding: 0.5rem 1rem; border-radius: 0; margin-bottom: 1rem; color: #FFFFFF; text-transform: uppercase; font-size: 2.4rem; font-family: Raleway, sans-serif; }
/* line 264, ../sass/_init.scss */
.page-title a { color: #FFFFFF; }

/* line 270, ../sass/_init.scss */
.subcategory-menu span { display: none; }
/* line 274, ../sass/_init.scss */
.subcategory-menu .select-box, .subcategory-menu .productAttributeValue select, .productAttributeValue .subcategory-menu select { width: 100%; }

/* line 279, ../sass/_init.scss */
.product-nav { line-height: 3; }
/* line 282, ../sass/_init.scss */
.product-nav .block-content, .product-nav .share-product ul.tabs li, .share-product ul.tabs .product-nav li, .product-nav #tabcontent.tab-content { line-height: 3; }

/* line 288, ../sass/_init.scss */
.sort-by div { display: inline; }
/* line 292, ../sass/_init.scss */
.sort-by span { display: none; }

/* line 297, ../sass/_init.scss */
.nav-prev, .nav-next { padding: 0.2rem 0.5rem; margin: 0 0.1rem; /*border: $paging-border;
background: $paging-background;*/ border-radius: 2rem; }
/* line 305, ../sass/_init.scss */
.nav-prev:hover, .nav-next:hover { background: #2A375B; color: #FFFFFF; }

/* line 311, ../sass/_init.scss */
.paging-list { display: inline; padding: 0; margin: 0; list-style: none; }
/* line 317, ../sass/_init.scss */
.paging-list li { display: inline; padding: 0.2rem 0.5rem; margin: 0 0.1rem; /*border: $paging-border;
background: $paging-background;*/ border-radius: 2rem; }
/* line 325, ../sass/_init.scss */
.paging-list li:hover { background: #2A375B; }
/* line 328, ../sass/_init.scss */
.paging-list li:hover a { color: #FFFFFF; }
/* line 334, ../sass/_init.scss */
.paging-list li.ActivePage { background: #2A375B; color: #FFFFFF; }

/* line 340, ../sass/_init.scss */
.nav-prev-text, .nav-next-text { display: none; }

/* content block */
/* line 346, ../sass/_init.scss */
.block { border-radius: 0; margin-bottom: 1rem; }

/* line 351, ../sass/_init.scss */
.block-title, .share-product ul.tabs li.active { position: relative; background: #2A375B; border-radius: 0 0 0 0; margin: 0; color: #FFFFFF; font-weight: 500; font-family: Raleway, sans-serif; }
@media only screen and (min-width: 280px) { /* line 351, ../sass/_init.scss */
  .block-title, .share-product ul.tabs li.active { font-size: 1.7rem; padding: 1rem; } }
@media only screen and (min-width: 500px) { /* line 351, ../sass/_init.scss */
  .block-title, .share-product ul.tabs li.active { font-size: 1.7rem; padding: 1rem; } }
@media only screen and (min-width: 800px) { /* line 351, ../sass/_init.scss */
  .block-title, .share-product ul.tabs li.active { font-size: 1.3rem; padding: 0.5rem; } }
/* line 377, ../sass/_init.scss */
.block-title a, .share-product ul.tabs li.active a { color: #FFFFFF; }
/* line 381, ../sass/_init.scss */
.block-title.has-toggle, .share-product ul.tabs li.has-toggle.active { padding-right: 1em; /* width of one character, i.e. the toggle icon */ }
@media only screen and (min-width: 800px) { /* line 386, ../sass/_init.scss */
  .block-title.has-toggle, .share-product ul.tabs li.has-toggle.active { padding-right: 0.5rem; } }
/* line 391, ../sass/_init.scss */
.sidebar .block-title, .sidebar .share-product ul.tabs li.active, .share-product ul.tabs .sidebar li.active { font-size: 1.4rem; line-height: 1.2; }
@media only screen and (max-width: 800px) { /* line 391, ../sass/_init.scss */
  .sidebar .block-title, .sidebar .share-product ul.tabs li.active, .share-product ul.tabs .sidebar li.active { font-size: 2.4rem; } }

/* line 401, ../sass/_init.scss */
.blog-title a { display: block; }

/* line 406, ../sass/_init.scss */
.sub-title { margin-bottom: 0; }

@media only screen and (min-width: 280px) { /* line 410, ../sass/_init.scss */
  .toggle-icon { position: absolute; top: 50%; right: 0.5rem; transform: translateY(-50%); padding: 0.5rem 1rem 0.5rem 2rem; width: 98%; text-align: right; } }
@media only screen and (min-width: 800px) { /* line 410, ../sass/_init.scss */
  .toggle-icon { display: none; } }

/* line 426, ../sass/_init.scss */
.block-content, .share-product ul.tabs li, #tabcontent.tab-content { background: #FFFFFF; border-radius: 0; color: #000000; line-height: 1.2; }
@media only screen and (min-width: 280px) { /* line 426, ../sass/_init.scss */
  .block-content, .share-product ul.tabs li, #tabcontent.tab-content { border: 1px solid #BABABA; padding: 0.5rem 0.5rem 0.5rem 0.5rem; } }
@media only screen and (min-width: 500px) { /* line 426, ../sass/_init.scss */
  .block-content, .share-product ul.tabs li, #tabcontent.tab-content { border: 1px solid #BABABA; padding: 0.5rem 0.5rem 0.5rem 0.5rem; } }
@media only screen and (min-width: 800px) { /* line 426, ../sass/_init.scss */
  .block-content, .share-product ul.tabs li, #tabcontent.tab-content { border: none; padding: 1rem 0rem 0.5rem 0rem; } }
/* line 449, ../sass/_init.scss */
.block-content ~ .block-content:not(.block-content:first-of-type):not(#tabcontent.tab-content:first-of-type), .share-product ul.tabs li ~ .block-content:not(.block-content:first-of-type):not(#tabcontent.tab-content:first-of-type), #tabcontent.tab-content ~ .block-content:not(.block-content:first-of-type):not(#tabcontent.tab-content:first-of-type), .share-product ul.tabs .block-content ~ li:not(.block-content:first-of-type):not(#tabcontent.tab-content:first-of-type), .share-product ul.tabs li ~ li:not(.block-content:first-of-type):not(#tabcontent.tab-content:first-of-type), .share-product ul.tabs #tabcontent.tab-content ~ li:not(.block-content:first-of-type):not(#tabcontent.tab-content:first-of-type), .block-content ~ #tabcontent.tab-content:not(.block-content:first-of-type):not(#tabcontent.tab-content:first-of-type), .share-product ul.tabs li ~ #tabcontent.tab-content:not(.block-content:first-of-type):not(#tabcontent.tab-content:first-of-type), #tabcontent.tab-content ~ #tabcontent.tab-content:not(.block-content:first-of-type):not(#tabcontent.tab-content:first-of-type), .block-content ~ .block-list:not(.block-list:first-of-type), .share-product ul.tabs li ~ .block-list:not(.block-list:first-of-type), #tabcontent.tab-content ~ .block-list:not(.block-list:first-of-type) { margin-top: 1rem; }
/* line 454, ../sass/_init.scss */
.block-content img, .share-product ul.tabs li img, #tabcontent.tab-content img { max-width: 100%; }
/* line 458, ../sass/_init.scss */
.block-title + .block-content, .share-product ul.tabs li.active + .block-content, .share-product ul.tabs .block-title + li, .share-product ul.tabs li.active + li, .block-title + #tabcontent.tab-content, .share-product ul.tabs li.active + #tabcontent.tab-content { border-top: none; border-radius: 0 0 0 0; }

/* line 464, ../sass/_init.scss */
.block-list { /* list-entries mimic an anchor's style where one does not exist or there are multiple anchors per li */ }
/* line 465, ../sass/_init.scss */
.block-list ul, .block-list ol { background: none; padding: 0; border: none; border-bottom: none; margin: 0; list-style: none; color: #2A375B; line-height: 3; }
@media only screen and (min-width: 280px) { /* line 465, ../sass/_init.scss */
  .block-list ul, .block-list ol { background-color: #FFFFFF; } }
@media only screen and (min-width: 500px) { /* line 465, ../sass/_init.scss */
  .block-list ul, .block-list ol { background-color: #FFFFFF; } }
@media only screen and (min-width: 800px) { /* line 465, ../sass/_init.scss */
  .block-list ul, .block-list ol { background-color: none; } }
/* line 488, ../sass/_init.scss */
.account-menu .block-list ul, .account-menu .block-list ol { line-height: 1; }
/* line 492, ../sass/_init.scss */
.page-title + .block-list ul, .block-title + .block-list ul, .share-product ul.tabs li.active + .block-list ul, .page-title + .block-list ol, .block-title + .block-list ol, .share-product ul.tabs li.active + .block-list ol { border-top: none; }
/* line 497, ../sass/_init.scss */
.block-list ul ~ .block-content, .block-list .share-product ul.tabs ul ~ li, .share-product ul.tabs .block-list ul ~ li, .block-list ul ~ #tabcontent.tab-content, .block-list ul ~ .block-list, .block-list ol ~ .block-content, .block-list .share-product ul.tabs ol ~ li, .share-product ul.tabs .block-list ol ~ li, .block-list ol ~ #tabcontent.tab-content, .block-list ol ~ .block-list { margin-top: 1rem; }
/* line 502, ../sass/_init.scss */
.block-list ul ul, .block-list ul ol, .block-list ol ul, .block-list ol ol { border: none; margin: 0; }
/* line 509, ../sass/_init.scss */
.block-list a, .block-list .list-entry { display: block; border-bottom: 1px solid #2A375B; }
@media only screen and (min-width: 280px) { /* line 509, ../sass/_init.scss */
  .block-list a, .block-list .list-entry { padding: 0 0.5rem; }
  /* line 516, ../sass/_init.scss */
  .account-menu .block-list a, .account-menu .block-list .list-entry { padding: 1rem 0.5rem; } }
@media only screen and (min-width: 500px) { /* line 509, ../sass/_init.scss */
  .block-list a, .block-list .list-entry { padding: 0 0.5rem; }
  /* line 524, ../sass/_init.scss */
  .account-menu .block-list a, .account-menu .block-list .list-entry { padding: 1rem 0.5rem; } }
@media only screen and (min-width: 800px) { /* line 509, ../sass/_init.scss */
  .block-list a, .block-list .list-entry { padding: 0 0.5rem; }
  /* line 532, ../sass/_init.scss */
  .account-menu .block-list a, .account-menu .block-list .list-entry { padding: 0 0.5rem; } }
/* line 540, ../sass/_init.scss */
.block-list a { background: #FFFFFF; color: #2A375B; border-bottom: 1px solid #2A375B; transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
/* line 548, ../sass/_init.scss */
.block-list a:hover { background: #e6e6e6; color: #87C425; }
/* line 556, ../sass/_init.scss */
.block-list .list-entry * { line-height: 1.2; }
/* line 560, ../sass/_init.scss */
.block-list .list-entry a { display: inline; padding: 0; border: none; background: none; }
@media only screen and (min-width: 800px) { /* line 568, ../sass/_init.scss */
  .col .block-list { margin: 0 0 1rem; } }
@media only screen and (min-width: 800px) { /* line 574, ../sass/_init.scss */
  .sidebar .block-list { /* for rounded bottom to lists */ } }
@media only screen and (min-width: 800px) { /* line 596, ../sass/_init.scss */
  .sidebar .block-list ul { line-height: 2; } }
@media only screen and (min-width: 980px) { /* line 596, ../sass/_init.scss */
  .sidebar .block-list ul { line-height: 3; } }
@media only screen and (min-width: 800px) { /* line 606, ../sass/_init.scss */
  .sidebar .block-list a { /* makes list items not overflow onto two lines, appended with an ellipsis 
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;*/ line-height: 1.4; padding: 0.8rem 0.5rem; } }

/* child categories */
/* line 622, ../sass/_init.scss */
.level-1 a { background: #FFFFFF; color: #2A375B; }
/* line 626, ../sass/_init.scss */
.level-1 a:hover { background: #e6e6e6; color: #87C425; }

/* line 622, ../sass/_init.scss */
.level-2 a { background: #FFFFFF; color: #2A375B; }
/* line 626, ../sass/_init.scss */
.level-2 a:hover { background: #e6e6e6; color: #87C425; }

/* line 622, ../sass/_init.scss */
.level-3 a { background: #FFFFFF; color: #2A375B; }
/* line 626, ../sass/_init.scss */
.level-3 a:hover { background: #e6e6e6; color: #87C425; }

/* line 622, ../sass/_init.scss */
.level-4 a { background: #FFFFFF; color: #2A375B; }
/* line 626, ../sass/_init.scss */
.level-4 a:hover { background: #e6e6e6; color: #87C425; }

/* line 622, ../sass/_init.scss */
.level-5 a { background: #FFFFFF; color: #2A375B; }
/* line 626, ../sass/_init.scss */
.level-5 a:hover { background: #e6e6e6; color: #87C425; }

/* line 635, ../sass/_init.scss */
.shop-by-cat .subcategory-image { display: none; }
/* line 639, ../sass/_init.scss */
.shop-by-cat .subcategory-list-grid li { padding: 0; }

/* toggle options */
/* line 645, ../sass/_init.scss */
.has-sub { position: relative; }

@media only screen and (min-width: 280px) { /* line 649, ../sass/_init.scss */
  .toggle-nav { position: absolute; top: 0; right: 0; min-width: 15%; padding: 0; border-left: 1px solid #2A375B; text-align: center; } }
@media only screen and (min-width: 800px) { /* line 661, ../sass/_init.scss */
  .block-list .toggle-nav { display: none; } }

/* line 667, ../sass/_init.scss */
.block-table { width: 100%; }
@media only screen and (min-width: 500px) { /* line 667, ../sass/_init.scss */
  .block-table { table-layout: fixed; } }
/* line 674, ../sass/_init.scss */
.block-table .sub-title { font-weight: bold; }
/* line 678, ../sass/_init.scss */
.block-table thead { border-bottom: 1px solid #FFFFFF; }
/* line 682, ../sass/_init.scss */
.block-table tfoot { border-top: 1px solid #FFFFFF; }
/* line 686, ../sass/_init.scss */
.block-table th { padding: 0 0.5rem; text-align: left; }
/* line 690, ../sass/_init.scss */
.block-table th:first-child { padding-left: 0; }
/* line 694, ../sass/_init.scss */
.block-table th:last-child { padding-right: 0; }
/* line 699, ../sass/_init.scss */
.block-table td { padding: 0.5rem; vertical-align: top; }
/* line 703, ../sass/_init.scss */
.block-table td:first-child { padding-left: 0; }
/* line 707, ../sass/_init.scss */
.block-table td:last-child { padding-right: 0; }
/* line 712, ../sass/_init.scss */
.block-table img { max-width: 100%; }

/* line 717, ../sass/_init.scss */
.table-col-wide { width: 30%; }

/* line 721, ../sass/_init.scss */
.table-col-small { width: 5%; }

/* tabs */
/* line 726, ../sass/_init.scss */
.block-tabs { padding: 0; margin: 0; list-style: none; }
/* line 731, ../sass/_init.scss */
.block-tabs li { display: inline-block; margin-right: 0.5rem; }
/* line 735, ../sass/_init.scss */
.block-tabs li:last-child { margin-right: 0; }
/* line 740, ../sass/_init.scss */
.block-tabs a { display: block; background: #e6e6e6; padding: 0.5rem; border: 1px solid #2A375B; border-radius: 0 0 0 0; border-bottom: none; color: #2A375B; transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
/* line 752, ../sass/_init.scss */
.block-tabs a:hover { background: #FFFFFF; border: 1px solid #2A375B; border-bottom: none; color: #2A375B; }
/* line 761, ../sass/_init.scss */
.block-tabs .Active a { background: #FFFFFF; border: 1px solid #2A375B; border-bottom: none; color: #2A375B; }

/* multi-step layout */
/* line 771, ../sass/_init.scss */
.multi-step { padding: 0; margin: 0; list-style: none; }
/* line 776, ../sass/_init.scss */
.multi-step li { display: inline-block; padding: 0 0.5rem 0 0; font-weight: bold; }
/* line 781, ../sass/_init.scss */
.multi-step li:after { content: " \f105"; /* right angle character */ font-family: FontAwesome; font-style: normal; font-weight: normal; }
/* line 788, ../sass/_init.scss */
.multi-step li:last-child:after { content: none; }
/* line 793, ../sass/_init.scss */
.multi-step .active-page { font-style: italic; }
/* line 799, ../sass/_init.scss */
.multi-step .completed a:after { content: " \f00c"; /* tick character */ font-family: FontAwesome; font-style: normal; font-weight: normal; }

/* form elements */
/* line 810, ../sass/_init.scss */
.button { display: inline-block; background: #87C425; padding: 0.5rem 1rem; border: 1px solid #87C425; border-radius: 0; color: #FFFFFF; font-family: Raleway, sans-serif; font-weight: normal; font-size: 1.2rem; text-align: center; /*transition: background-color $transition-default;*/ }
/* line 823, ../sass/_init.scss */
.button:hover { background: #2A375B; color: #FFFFFF; border: 1px solid #2A375B; }
/* line 828, ../sass/_init.scss */
.button:hover a { color: #FFFFFF; }
/* line 833, ../sass/_init.scss */
.button a { display: block; color: #FFFFFF; }
/* line 838, ../sass/_init.scss */
.button:active { padding-top: calc(5rempx + 1px); padding-top: calc(0.5remrem + 0.1rem); padding-right: calc(10rempx + 1px); padding-right: calc(1remrem - 0.1rem); padding-bottom: calc(5rempx + 1px); padding-bottom: calc(0.5remrem - 0.1rem); padding-left: calc(10rempx + 1px); padding-left: calc(1remrem + 0.1rem); }

/* set alt-button class in addition to the button class, not instead of */
/* line 851, ../sass/_init.scss */
.alt-button, .notification-content .button, .footer .newsletter-box .form-container .button { background: #87C425; border: 1px solid #87C425; color: #FFFFFF; }
/* line 856, ../sass/_init.scss */
.alt-button:hover, .notification-content .button:hover, .footer .newsletter-box .form-container .button:hover { background: #697E86; color: #FFFFFF; border: 1px solid #2A375B; }
/* line 861, ../sass/_init.scss */
.alt-button:hover a, .notification-content .button:hover a, .footer .newsletter-box .form-container .button:hover a { color: #FFFFFF; }
/* line 866, ../sass/_init.scss */
.alt-button a, .notification-content .button a, .footer .newsletter-box .form-container .button a { color: #FFFFFF; }

/* add .button-wrapper around buttons that are globals */
/* for consistency, wrap a .button span around any global buttons which can't be edited */
/* jQuery removes padding on .button is unset if it contains an input tag */
/* line 874, ../sass/_init.scss */
.button-wrapper { display: inline-block; padding: 0; border: none; }
/* line 879, ../sass/_init.scss */
.button-wrapper:active { padding: 0; }
/* line 883, ../sass/_init.scss */
.button-wrapper div { display: inline; }
/* line 887, ../sass/_init.scss */
.button-wrapper input, .button-wrapper a { background: none; padding: 0.5rem 1rem; border: 1px solid #87C425; }
/* line 893, ../sass/_init.scss */
.button-wrapper input:active, .button-wrapper a:active { padding-top: calc(0.5remrem + 0.1rem); padding-right: calc(1remrem - 0.1rem); padding-bottom: calc(0.5remrem - 0.1rem); padding-left: calc(1remrem + 0.1rem); }

/* line 902, ../sass/_init.scss */
.text-box, .productAttributeValue input[type="text"], .select-box, .productAttributeValue select, .text-area, .productAttributeValue textarea, .check-box { background: #FFFFFF; padding: 0.5rem 1rem; border: 1px solid #cccccc; border-radius: 0; color: #333333; transition: background 0.2s ease-in-out; font-family: Raleway, sans-serif; }

/* line 915, ../sass/_init.scss */
.filled { background: #ffffe5; }

/* uses font awesome glyphs in place of standard browser elements */
/* line 926, ../sass/_init.scss */
.check-box[type="checkbox"], .radio-button[type="radio"] { display: none; }
/* line 930, ../sass/_init.scss */
.lt-ie9 .check-box[type="checkbox"], .lt-ie9 .radio-button[type="radio"] { display: inline; }
/* line 934, ../sass/_init.scss */
.check-box[type="checkbox"] + label, .radio-button[type="radio"] + label { display: block; cursor: pointer; }
/* line 938, ../sass/_init.scss */
.lt-ie9 .check-box[type="checkbox"] + label, .lt-ie9 .radio-button[type="radio"] + label { display: inline; }
/* line 942, ../sass/_init.scss */
.check-box[type="checkbox"] + label:before, .radio-button[type="radio"] + label:before { display: inline-block; margin-right: 0.5rem; font-size: 1.2rem; font-family: FontAwesome; font-style: normal; font-weight: normal; }
/* line 951, ../sass/_init.scss */
.lt-ie9 .check-box[type="checkbox"] + label:before, .lt-ie9 .radio-button[type="radio"] + label:before { display: none; }

/* line 959, ../sass/_init.scss */
.check-box[type="checkbox"] + label:before { content: "\f096"; /* unchecked tickbox character */ }
/* line 964, ../sass/_init.scss */
.check-box[type="checkbox"]:checked + label:before { content: "\f046"; /* checked tickbox character */ }

/* line 971, ../sass/_init.scss */
.radio-button[type="radio"] + label:before { content: "\f10c"; /* unchecked radio button character */ }
/* line 976, ../sass/_init.scss */
.radio-button[type="radio"]:checked + label:before { content: "\f192"; /* checked radio button character */ }

/* line 981, ../sass/_init.scss */
.form-container { font-size: 0; }
/* line 984, ../sass/_init.scss */
.form-container p, .form-container li, .form-container div, .form-container span, .form-container table { font-size: 1.2rem; }
/* line 992, ../sass/_init.scss */
.form-container label, .form-container select, .form-container textarea, .form-container input[type="text"], .form-container input[type="email"], .form-container input[type="password"], .form-container .captcha { display: inline-block; width: 100%; font-size: 1.2rem; vertical-align: text-bottom; }
/* line 1004, ../sass/_init.scss */
.sidebar .form-container label, .sidebar .form-container select, .sidebar .form-container textarea, .sidebar .form-container input[type="text"], .sidebar .form-container input[type="email"], .sidebar .form-container input[type="password"], .sidebar .form-container .captcha { margin-bottom: 0.5rem; }
/* line 1009, ../sass/_init.scss */
.form-container label { display: inline-block; width: 18%; font-size: 1.1rem; vertical-align: top; }
/* line 1016, ../sass/_init.scss */
.form-container label + select, .form-container label + textarea, .form-container label + input[type="text"], .form-container label + input[type="email"], .form-container label + input[type="password"], .form-container label + .captcha { width: 80%; }
/* line 1027, ../sass/_init.scss */
.form-container .radio-button + label, .form-container .check-box + label { width: auto; }
/* line 1032, ../sass/_init.scss */
.form-container .button { font-size: 1.2rem; }
/* line 1037, ../sass/_init.scss */
.form-container .full-width label { width: auto; }

/* line 1043, ../sass/_init.scss */
.form-row, .form-container .productAttributeRow { margin-bottom: 0.5rem; }

/* line 1048, ../sass/_init.scss */
.multi-element-row label, .multi-element-row select, .multi-element-row textarea, .multi-element-row input[type="text"], .multi-element-row input[type="email"], .multi-element-row input[type="password"], .multi-element-row .captcha { width: auto; }
/* line 1058, ../sass/_init.scss */
.multi-element-row label { vertical-align: text-bottom; }
/* line 1061, ../sass/_init.scss */
.multi-element-row label:first-child { width: 18%; }

/* line 1068, ../sass/_init.scss */
.recaptcha .button { margin-top: 0.5rem; }

/* line 1074, ../sass/_init.scss */
.captcha img { display: block; margin-bottom: 0.5rem; }

/* add .form-wrapper around forms or fields that are globals */
/* line 1082, ../sass/_init.scss */
.form-wrapper dl, .form-wrapper dd { margin: 0; }
/* line 1087, ../sass/_init.scss */
.form-wrapper dt { display: inline-block; width: 18%; font-size: 1.1rem; vertical-align: top; }
/* line 1093, ../sass/_init.scss */
.form-wrapper dt span { font-size: 1.1rem; }
/* line 1098, ../sass/_init.scss */
.form-wrapper dd { display: inline-block; width: 80%; font-size: 1.2rem; vertical-align: text-bottom; }
/* line 1105, ../sass/_init.scss */
.form-wrapper select, .form-wrapper textarea, .form-wrapper input[type="text"], .form-wrapper input[type="email"], .form-wrapper input[type="password"] { width: 100%; margin-bottom: 0.5rem; background: #FFFFFF; padding: 0.5rem 1rem; border: 1px solid #cccccc; border-radius: 0; color: #333333; transition: background 0.2s ease-in-out; font-family: Raleway, sans-serif; }
/* line 1121, ../sass/_init.scss */
.form-wrapper .full-width { display: block; margin-bottom: 0.5rem; }
/* line 1125, ../sass/_init.scss */
.form-wrapper .full-width label { width: auto; }

/* messages (errors, prompts etc.) */
/* line 1132, ../sass/_init.scss */
.message { background: #ffffe5; padding: 0.5rem; border: 1px solid #ffff7f; margin-bottom: 1rem; color: black; }
/* line 1139, ../sass/_init.scss */
.message:empty { display: none; }

/* line 1146, ../sass/_init.scss */
p.message { margin-top: 0; }

/* line 1150, ../sass/_init.scss */
.error-message { background: #ff2b00; padding: 0.5rem; border: 1px solid #ff8066; color: white; }

/* login form */
@media only screen and (min-width: 800px) { /* line 1158, ../sass/_init.scss */
  .create-account, .account-login { float: left; width: 50%; padding: 0 0.5rem; } }

/* misc */
/* line 1169, ../sass/_init.scss */
.completed:after { content: "\f00c"; /* tick/check character */ padding: 0 0.5rem; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; }

/* loading styles (removed when flexslider plugin is ready) */
/* line 1180, ../sass/_init.scss */
.loading { overflow: hidden; }
/* line 1184, ../sass/_init.scss */
.loading .slides li { display: none !important; }
/* line 1187, ../sass/_init.scss */
.loading .slides li:first-child { display: block !important; }

/* line 1194, ../sass/_init.scss */
.loading-content { display: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; border-radius: 0; text-align: center; }
/* line 1205, ../sass/_init.scss */
.loading .loading-content { display: block; }
/* line 1209, ../sass/_init.scss */
.loading-content .fa { position: absolute; top: 50%; left: 0; right: 0; z-index: 1; transform: translateY(-50%); font-size: 2.8rem; }
/* line 1219, ../sass/_init.scss */
.loading-content .flex-viewport, .loading-content .flex-control-nav, .loading-content .flex-direction-nav { visibility: hidden; }

/* line 1226, ../sass/_init.scss */
.loading-image { max-width: 100%; /* first image */ }

/* line 1230, ../sass/_init.scss */
.slides { opacity: 0; }

/* -------------------- */
/** Drawer Menu (Panels/DrawerMenu.html) */
/* line 1240, ../sass/_init.scss */
.drawer-menu { display: none; }

/* -------------------- */
/** Banners */
/* line 1250, ../sass/_init.scss */
.banner_home_page_top, .banner_home_page_bottom, .banner_category_page_top, .banner_category_page_bottom, .banner_brand_page_top, .banner_brand_page_bottom, .banner_search_page_top, .banner_search_page_bottom { padding: 1rem; }
@media only screen and (min-width: 280px) { /* line 1250, ../sass/_init.scss */
  .banner_home_page_top, .banner_home_page_bottom, .banner_category_page_top, .banner_category_page_bottom, .banner_brand_page_top, .banner_brand_page_bottom, .banner_search_page_top, .banner_search_page_bottom { display: none; } }
@media only screen and (min-width: 500px) { /* line 1250, ../sass/_init.scss */
  .banner_home_page_top, .banner_home_page_bottom, .banner_category_page_top, .banner_category_page_bottom, .banner_brand_page_top, .banner_brand_page_bottom, .banner_search_page_top, .banner_search_page_bottom { display: none; } }
@media only screen and (min-width: 800px) { /* line 1250, ../sass/_init.scss */
  .banner_home_page_top, .banner_home_page_bottom, .banner_category_page_top, .banner_category_page_bottom, .banner_brand_page_top, .banner_brand_page_bottom, .banner_search_page_top, .banner_search_page_bottom { display: block; } }

/* -------------------- */
/* line 1274, ../sass/_init.scss */
.MaintenanceModeNotice { display: none; }

/* line 1275, ../sass/_init.scss */
.advanced-search { display: none; }

@media only screen and (min-width: 280px) { /* line 1278, ../sass/_init.scss */
  .SidePromoBoxes { display: none; } }
@media only screen and (min-width: 500px) { /* line 1278, ../sass/_init.scss */
  .SidePromoBoxes { display: none; } }
@media only screen and (min-width: 800px) { /* line 1278, ../sass/_init.scss */
  .SidePromoBoxes { display: block; }
  /* line 1291, ../sass/_init.scss */
  .SidePromoBoxes p { margin: 0rem; margin-bottom: 1rem; }
  /* line 1296, ../sass/_init.scss */
  .SidePromoBoxes p:last-child { margin-bottom: 0.5rem; } }
/* line 1302, ../sass/_init.scss */
.SidePromoBoxes img { border: 1px solid #CCCCCC; }

/* line 1307, ../sass/_init.scss */
.LittleNotePassword { padding-bottom: 1rem; }

/* line 1311, ../sass/_init.scss */
.icon-add { display: block; padding-bottom: 1rem; }

/* line 1316, ../sass/_init.scss */
.sub-total { font-size: 1.4rem; font-weight: 700; text-align: right; }
/* line 1321, ../sass/_init.scss */
.sub-total .product-price { font-size: 1.4rem; font-weight: 700; }

/* line 1327, ../sass/_init.scss */
.payment-options { padding-top: 1rem; }

/* line 1331, ../sass/_init.scss */
.pagination { padding-top: 0.5rem; padding-bottom: 0.5rem; }

/** Cookie Notification (Snippets/CookieNotification.html) */
/* line 5, ../sass/_plugin-cookie-notification.scss */
.cookie-notification { padding: 0.5rem 0; background: #FFFFFF; color: #87C425; font-size: 0; }
@media only screen and (min-width: 800px) { /* line 11, ../sass/_plugin-cookie-notification.scss */
  .cookie-notification .inner { position: relative; padding: 0 1rem; line-height: 3; } }

/* line 20, ../sass/_plugin-cookie-notification.scss */
.notification-icon { display: inline-block; width: 8%; font-size: 2.4rem; vertical-align: middle; }
@media only screen and (min-width: 800px) { /* line 20, ../sass/_plugin-cookie-notification.scss */
  .notification-icon { position: absolute; left: 1rem; width: auto; max-width: 10%; line-height: normal; } }

/* line 35, ../sass/_plugin-cookie-notification.scss */
.notification-content { display: inline-block; width: 92%; text-align: right; vertical-align: middle; }
@media only screen and (min-width: 800px) { /* line 35, ../sass/_plugin-cookie-notification.scss */
  .notification-content { width: 100%; } }
/* line 45, ../sass/_plugin-cookie-notification.scss */
.notification-content p { display: inline-block; width: 80%; padding: 0 1rem; margin: 0; font-size: 1rem; text-align: left; vertical-align: middle; }
@media only screen and (min-width: 800px) { /* line 45, ../sass/_plugin-cookie-notification.scss */
  .notification-content p { width: 100%; padding: 0 10%; text-align: center; line-height: 3; } }
/* line 62, ../sass/_plugin-cookie-notification.scss */
.notification-content .button { width: 20%; font-size: 1.1rem; vertical-align: middle; }
/* line 69, ../sass/_plugin-cookie-notification.scss */
.notification-content .button a { display: block; }
@media only screen and (min-width: 800px) { /* line 62, ../sass/_plugin-cookie-notification.scss */
  .notification-content .button { position: absolute; right: 1rem; width: auto; max-width: 10%; line-height: normal; } }

/* -------------------- */
/** Social Media Icons */
/* default icons */
/* line 7, ../sass/_plugin-social-media.scss */
.icon-social { font-size: 0; }

/* line 11, ../sass/_plugin-social-media.scss */
.icon-social:before { padding-right: 0.5rem; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; }

/* line 19, ../sass/_plugin-social-media.scss */
.icon-facebook:before { content: "\f082"; }

/* line 23, ../sass/_plugin-social-media.scss */
.icon-twitter:before { content: "\f081"; }

/* line 27, ../sass/_plugin-social-media.scss */
.icon-googleplus:before { content: "\f0d4"; }

/* line 31, ../sass/_plugin-social-media.scss */
.icon-linkedin:before { content: "\f08c"; }

/* line 35, ../sass/_plugin-social-media.scss */
.icon-pinterest:before { content: "\f0d3"; }

/* line 39, ../sass/_plugin-social-media.scss */
.icon-youtube:before { content: "\f166"; }

/* line 43, ../sass/_plugin-social-media.scss */
.icon-stumbleupon:before { content: "\f1a3"; }

/* line 47, ../sass/_plugin-social-media.scss */
.icon-tumblr:before { content: "\f174"; }

/* line 51, ../sass/_plugin-social-media.scss */
.icon-rss:before { content: "\f143"; }

/* uncomment for standard social media colours */
/*
.icon-facebook:before { color: #3b5998;
}

.icon-twitter:before { color: #00aced;
}

.icon-googleplus:before { color: #dd4b39;
}

.icon-linkedin:before { color: #007bb6;
}

.icon-pinterest:before { color: #cb2027;
}

.icon-youtube:before { color: #bb0000;
}

.icon-stumbleupon:before { color: #eb4823;
}

.icon-tumblr:before { color: #32506d;
}

.icon-rss:before { color: #fea501;
}
*/
/* theme icons */
/* line 95, ../sass/_plugin-social-media.scss */
.icon-social-theme { display: block; width: 2rem; height: 2rem; }

/* line 101, ../sass/_plugin-social-media.scss */
.icon-social-theme:before { content: none; font-size: 1.2rem; font-family: Open Sans, sans-serif; }

/* line 107, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-facebook { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-facebook.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-facebook.png?t=1584452148) no-repeat center/100%; }
/* line 111, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-facebook:hover { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-facebook.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-facebook.png?t=1584452148) no-repeat center/100%; }

/* line 117, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-twitter { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-twitter.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-twitter.png?t=1584452148) no-repeat center/100%; }
/* line 121, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-twitter:hover { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-twitter.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-twitter.png?t=1584452148) no-repeat center/100%; }

/* line 127, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-googleplus { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-googleplus.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-googleplus.png?t=1584452148) no-repeat center/100%; }
/* line 131, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-googleplus:hover { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-googleplus.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-googleplus.png?t=1584452148) no-repeat center/100%; }

/* line 137, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-linkedin { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-linkedin.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-linkedin.png?t=1584452148) no-repeat center/100%; }
/* line 141, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-linkedin:hover { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-linkedin.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-linkedin.png?t=1584452148) no-repeat center/100%; }

/* line 147, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-pinterest { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-pinterest.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-pinterest.png?t=1584452148) no-repeat center/100%; }
/* line 151, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-pinterest:hover { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-pinterest.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-pinterest.png?t=1584452148) no-repeat center/100%; }

/* line 157, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-youtube { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-youtube.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-youtube.png?t=1584452148) no-repeat center/100%; }
/* line 161, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-youtube:hover { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-youtube.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-youtube.png?t=1584452148) no-repeat center/100%; }

/* line 167, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-stumbleupon { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-stumbleupon.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-stumbleupon.png?t=1584452148) no-repeat center/100%; }
/* line 171, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-stumbleupon:hover { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-stumbleupon.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-stumbleupon.png?t=1584452148) no-repeat center/100%; }

/* line 177, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-tumblr { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-tumblr.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-tumblr.png?t=1584452148) no-repeat center/100%; }
/* line 181, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-tumblr:hover { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-tumblr.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-tumblr.png?t=1584452148) no-repeat center/100%; }

/* line 187, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-rss { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-rss.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-rss.png?t=1584452148) no-repeat center/100%; }
/* line 191, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-rss:hover { background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-rss.png?t=1584452148) no-repeat center; background: url(//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/icon-social-rss.png?t=1584452148) no-repeat center/100%; }

/* -------------------- */
/** Slide Show (Panels/HomeSlideShow.html) */
/* line 5, ../sass/_plugin-slide-show.scss */
.slide-show { position: relative; color: #87C425; max-width: 1441px; max-height: 394px; margin: 0 auto; margin-bottom: 1rem; }
/* line 13, ../sass/_plugin-slide-show.scss */
.slide-show .slide-button { color: #FFFFFF; }
@media only screen and (min-width: 280px) { /* line 5, ../sass/_plugin-slide-show.scss */
  .slide-show { margin-bottom: 1rem; padding-left: 1rem; padding-right: 1rem; margin-top: 1rem; } }
@media only screen and (min-width: 500px) { /* line 5, ../sass/_plugin-slide-show.scss */
  .slide-show { margin-bottom: 1rem; padding-left: 0rem; padding-right: 0rem; margin-top: 0rem; } }
@media only screen and (min-width: 800px) { /* line 5, ../sass/_plugin-slide-show.scss */
  .slide-show { margin-bottom: 1rem; padding-left: 0rem; padding-right: 0rem; margin-top: 0rem; } }
/* line 40, ../sass/_plugin-slide-show.scss */
.slide-show .flex-viewport { border-radius: 0; }
/* line 44, ../sass/_plugin-slide-show.scss */
.slide-show .slides { padding: 0; margin: 0; list-style: none; /* hide all but the first banner - removed by plugin but stops any flicker on load */ }
/* line 50, ../sass/_plugin-slide-show.scss */
.slide-show .slides li { display: none; }
/* line 53, ../sass/_plugin-slide-show.scss */
.slide-show .slides li:first-child { display: block; }
/* line 59, ../sass/_plugin-slide-show.scss */
.slide-show .slide { position: relative; }
/* line 63, ../sass/_plugin-slide-show.scss */
.slide-show .slide-overlay { /* container for optional text */ }
@media only screen and (min-width: 280px) { /* line 63, ../sass/_plugin-slide-show.scss */
  .slide-show .slide-overlay { position: absolute; /* top: 0; */ left: 5%; padding: 1rem; bottom: 5%; } }
@media only screen and (min-width: 500px) { /* line 63, ../sass/_plugin-slide-show.scss */
  .slide-show .slide-overlay { position: absolute; /* top: 0; */ left: 10%; padding: 1rem; bottom: 20%; } }
@media only screen and (min-width: 800px) { /* line 63, ../sass/_plugin-slide-show.scss */
  .slide-show .slide-overlay { position: absolute; /* top: 0; */ left: 22%; padding: 1rem; bottom: 42%; } }
/* line 91, ../sass/_plugin-slide-show.scss */
.slide-show .slide-heading { padding-top: 0; padding-bottom: 0; font-family: Raleway, sans-serif; font-weight: 800; }
@media only screen and (min-width: 280px) { /* line 91, ../sass/_plugin-slide-show.scss */
  .slide-show .slide-heading { font-size: 1.9rem; margin-bottom: 0rem; } }
@media only screen and (min-width: 500px) { /* line 91, ../sass/_plugin-slide-show.scss */
  .slide-show .slide-heading { font-size: 2.3rem; } }
@media only screen and (min-width: 800px) { /* line 91, ../sass/_plugin-slide-show.scss */
  .slide-show .slide-heading { font-size: 2.7rem; } }
/* line 113, ../sass/_plugin-slide-show.scss */
.slide-show .slide-text { font-family: Raleway, sans-serif; font-weight: 500; }
@media only screen and (min-width: 280px) { /* line 113, ../sass/_plugin-slide-show.scss */
  .slide-show .slide-text { font-size: 1.1rem; } }
@media only screen and (min-width: 500px) { /* line 113, ../sass/_plugin-slide-show.scss */
  .slide-show .slide-text { font-size: 1.2rem; } }
@media only screen and (min-width: 800px) { /* line 113, ../sass/_plugin-slide-show.scss */
  .slide-show .slide-text { font-size: 1.4rem; } }
/* line 133, ../sass/_plugin-slide-show.scss */
.slide-show .slide-image { /* makes the banner 'responsive' */ display: block; width: 100%; height: auto; max-width: 1441px; max-height: 394px; }
/* line 142, ../sass/_plugin-slide-show.scss */
.slide-show .flex-control-nav { /* banner navigation 'pips' */ position: absolute; width: auto; padding: 0; margin: 0; list-style: none; line-height: 0; text-align: right; }
@media only screen and (min-width: 280px) { /* line 142, ../sass/_plugin-slide-show.scss */
  .slide-show .flex-control-nav { top: 1rem; right: 5%; } }
@media only screen and (min-width: 500px) { /* line 142, ../sass/_plugin-slide-show.scss */
  .slide-show .flex-control-nav { top: 1rem; right: 5%; } }
@media only screen and (min-width: 800px) { /* line 142, ../sass/_plugin-slide-show.scss */
  .slide-show .flex-control-nav { top: 93%; right: 50%; } }
/* line 168, ../sass/_plugin-slide-show.scss */
.slide-show .flex-control-nav li { display: inline-block; }
/* line 172, ../sass/_plugin-slide-show.scss */
.slide-show .flex-control-nav a { display: block; width: 1.25rem; height: 1.25rem; background: transparent; padding: 50% 0; padding: 0rem; border: 2px solid #2A375B; border-radius: 50%; margin-right: 0.5rem; font-size: 0; text-align: center; cursor: pointer; transition: 0.2s background ease-in-out; }
/* line 188, ../sass/_plugin-slide-show.scss */
.slide-show .flex-control-nav a:hover, .slide-show .flex-control-nav .flex-active { background: #2A375B; }
/* line 194, ../sass/_plugin-slide-show.scss */
.slide-show .flex-direction-nav { /* banner navigation prev/next */ padding: 0; margin: 0; list-style: none; }
/* line 201, ../sass/_plugin-slide-show.scss */
.slide-show .flex-prev, .slide-show .flex-next { position: absolute; top: 50%; transform: translateY(-50%); visibility: hidden; opacity: 0.5; font-size: 2.8rem; transition: 0.2s opacity ease-in-out; color: #2A375B; }
@media only screen and (min-width: 280px) { /* line 201, ../sass/_plugin-slide-show.scss */
  .slide-show .flex-prev, .slide-show .flex-next { display: none; } }
@media only screen and (min-width: 500px) { /* line 201, ../sass/_plugin-slide-show.scss */
  .slide-show .flex-prev, .slide-show .flex-next { display: block; } }
@media only screen and (min-width: 800px) { /* line 201, ../sass/_plugin-slide-show.scss */
  .slide-show .flex-prev, .slide-show .flex-next { display: block; } }
/* line 225, ../sass/_plugin-slide-show.scss */
.slide-show .flex-prev:hover, .slide-show .flex-next:hover { opacity: 1; }
/* line 230, ../sass/_plugin-slide-show.scss */
.slide-show:hover .flex-prev, .slide-show:hover .flex-next { visibility: visible; }
/* line 235, ../sass/_plugin-slide-show.scss */
.slide-show .flex-prev { left: 2rem; }
/* line 239, ../sass/_plugin-slide-show.scss */
.slide-show .flex-next { right: 2rem; }

/* line 244, ../sass/_plugin-slide-show.scss */
.slide-button { font-weight: 700; padding-left: 2rem; padding-right: 2rem; }
@media only screen and (min-width: 280px) { /* line 244, ../sass/_plugin-slide-show.scss */
  .slide-button { margin-top: 0rem; } }
@media only screen and (min-width: 500px) { /* line 244, ../sass/_plugin-slide-show.scss */
  .slide-button { margin-top: 2rem; } }
@media only screen and (min-width: 800px) { /* line 244, ../sass/_plugin-slide-show.scss */
  .slide-button { margin-top: 2rem; } }

/* -------------------- */
/** Product List (Snippets/HomeFeaturedProducstItem.html, Snippets/HomeNewProducstItem.html, Snippets/CategoryProductsItem.html, Snippets/CategoryProductsItemList.html)
*/
/* line 7, ../sass/_plugin-product-list.scss */
.product-list { padding: 0; margin: 0; list-style: none; font-size: 0; }
/* line 13, ../sass/_plugin-product-list.scss */
.product-list li { position: relative; display: inline-block; width: 100%; padding: 1rem; border-radius: 0.5rem; font-size: 1.4rem; vertical-align: top; text-align: center; border: 1px solid #E6E6E6; background: #FFFFFF; margin-bottom: 1rem; }
@media only screen and (min-width: 280px) { /* line 30, ../sass/_plugin-product-list.scss */
  .product-list li:nth-child(1n) { margin-left: 0%; margin-right: 0.5%; } }
@media only screen and (min-width: 500px) { /* line 38, ../sass/_plugin-product-list.scss */
  .product-list li:nth-child(1n) { margin-left: 0%; margin-right: 2%; }
  /* line 43, ../sass/_plugin-product-list.scss */
  .product-list li:nth-child(2n) { margin-left: 0%; margin-right: 0%; } }
@media only screen and (min-width: 800px) { /* line 52, ../sass/_plugin-product-list.scss */
  .product-list li:nth-child(1n) { margin-left: 0%; margin-right: 4%; }
  /* line 57, ../sass/_plugin-product-list.scss */
  .product-list li:nth-child(2n) { margin-left: 0%; margin-right: 4%; }
  /* line 62, ../sass/_plugin-product-list.scss */
  .product-list li:nth-child(3n) { margin-right: 0%; } }
@media only screen and (min-width: 500px) { /* line 70, ../sass/_plugin-product-list.scss */
  .col-1 .product-list li { width: 49%; padding: 0.5rem; } }
@media only screen and (min-width: 800px) { /* line 70, ../sass/_plugin-product-list.scss */
  .col-1 .product-list li { width: 19%; } }
@media only screen and (min-width: 500px) { /* line 81, ../sass/_plugin-product-list.scss */
  .col-2 .product-list li, .col-2-right .product-list li { width: 49%; padding: 1rem; padding-left: 1.5rem; padding-right: 1.5rem; } }
@media only screen and (min-width: 800px) { /* line 81, ../sass/_plugin-product-list.scss */
  .col-2 .product-list li, .col-2-right .product-list li { width: 30.6%; } }
@media only screen and (min-width: 500px) { /* line 94, ../sass/_plugin-product-list.scss */
  .col-3 .product-list li { width: 49%; padding: 0.5rem; } }
@media only screen and (min-width: 800px) { /* line 94, ../sass/_plugin-product-list.scss */
  .col-3 .product-list li { width: 32.333%; } }
/* line 106, ../sass/_plugin-product-list.scss */
.col-2 .col-left .product-list li, .col-2-right .col-left .product-list li, .col-3 .sidebar .product-list li { width: 100%; }
@media only screen and (min-width: 800px) { /* line 112, ../sass/_plugin-product-list.scss */
  .product-page .col-2 .col-main .product-list li:nth-child(n+5), .product-page .col-2-right .col-main .product-list li:nth-child(n+5) { display: none; } }
@media only screen and (min-width: 800px) { /* line 120, ../sass/_plugin-product-list.scss */
  .product-page .col-3 .col-main .product-list li:nth-child(n+4) { display: none; } }
/* line 128, ../sass/_plugin-product-list.scss */
.product-list a { display: block; }

/* cart product list */
/* line 135, ../sass/_plugin-product-list.scss */
.mini-cart-contents a { display: inline; overflow: visible; white-space: normal; }
/* line 141, ../sass/_plugin-product-list.scss */
.mini-cart-contents .price { display: block; }

/* product image */
/* line 147, ../sass/_plugin-product-list.scss */
.product-image { margin-bottom: 0.5rem; text-align: center; }
/* line 151, ../sass/_plugin-product-list.scss */
.product-image img { max-width: 100%; height: auto; border-radius: 0; }

/* product title */
/* line 159, ../sass/_plugin-product-list.scss */
.product-name { height: 4.76rem; /* longer titles will be cut off with an ellipsis using dotdotdot plugin */ font-size: 1.3rem; line-height: 1.6rem; padding: 0; margin: 0 0 0.5rem; overflow: hidden; text-align: left; }
/* line 168, ../sass/_plugin-product-list.scss */
.product-name a { color: #697E86; }
/* line 171, ../sass/_plugin-product-list.scss */
.product-name a:hover { color: #2A375B; }

/* quick view button */
/* line 179, ../sass/_plugin-product-list.scss */
.QuickViewBtn { position: absolute; right: 0; left: 0; padding: 0.5rem; border-radius: 0.5rem; margin: 0 1rem; text-align: center; cursor: pointer; }

/* product price */
/* line 191, ../sass/_plugin-product-list.scss */
em.product-price, div.product-price { margin-bottom: 0.5rem; font-weight: 700; font-size: 1.5rem; font-style: normal; text-align: left; color: #87C425; }

/* line 201, ../sass/_plugin-product-list.scss */
.RetailPriceValue { font-weight: normal; color: #999; font-size: 1.1rem; }

/* line 207, ../sass/_plugin-product-list.scss */
span.SalePrice { font-style: none; font-weight: normal; font-size: 1.5rem; color: #cd000a; }

/* product ratings */
/* line 215, ../sass/_plugin-product-list.scss */
span.product-rating, .product-rating { margin-bottom: 0.5rem; font-size: 1.3rem; color: #E7A422; text-align: left; }

/* line 223, ../sass/_plugin-product-list.scss */
.rating-number { display: none; }

/* line 227, ../sass/_plugin-product-list.scss */
.rating-0 { opacity: 0.5; /* partially fade un-rated product's stars */ }

/* compare button */
/* line 232, ../sass/_plugin-product-list.scss */
.product-compare-button { margin-bottom: 0.5rem; display: none; font-size: 1.1rem; }
@media only screen and (min-width: 500px) { /* line 232, ../sass/_plugin-product-list.scss */
  .product-compare-button { display: none; } }
/* line 241, ../sass/_plugin-product-list.scss */
.product-compare-button div { display: inline; }
/* line 245, ../sass/_plugin-product-list.scss */
.product-compare-button .check-box { padding-right: 0.5rem; }

/* add to cart/choose options button with icon */
/* line 256, ../sass/_plugin-product-list.scss */
.product-action-add .button { padding: 0.5rem 0 0.5rem 2.8rem; position: relative; text-align: center; border-radius: 0.5rem; background-color: #FFFFFF; border: 1px solid #FFFFFF; color: #2A375B; font-size: 1.4rem; font-weight: 600; }
@media only screen and (min-width: 280px) { /* line 256, ../sass/_plugin-product-list.scss */
  .product-action-add .button { width: 62%; } }
@media only screen and (min-width: 500px) { /* line 256, ../sass/_plugin-product-list.scss */
  .product-action-add .button { width: 62%; } }
@media only screen and (min-width: 800px) { /* line 256, ../sass/_plugin-product-list.scss */
  .product-action-add .button { width: 62%; } }
/* line 280, ../sass/_plugin-product-list.scss */
.product-action-add .button:hover { background-color: #87C425; }
/* line 287, ../sass/_plugin-product-list.scss */
.product-action-add .button:hover:before { background-color: #87C425; }
/* line 292, ../sass/_plugin-product-list.scss */
.product-action-add .button:before { content: "\f07a"; font-family: FontAwesome; font-size: 1.7rem; background: #FFFFFF; color: #2A375B; padding: 0.3rem 0.5rem; border-radius: 0.5rem 0 0 0.5rem; position: absolute; left: 0px; top: 0px; }
/* line 304, ../sass/_plugin-product-list.scss */
.product-action-add .button:before:hover { background-color: #87C425; }

/* list view */
/* line 330, ../sass/_plugin-product-list.scss */
.cols .col-main .product-list .list-view { display: block; width: 100%; }

/* line 339, ../sass/_plugin-product-list.scss */
.list-view .product-image { float: left; width: 20%; padding-right: 1rem; }
/* line 345, ../sass/_plugin-product-list.scss */
.list-view .product-right-col { float: right; width: 80%; padding-left: 0.5rem; }
/* line 351, ../sass/_plugin-product-list.scss */
.list-view .QuickViewBtn { width: 20%; }
/* line 355, ../sass/_plugin-product-list.scss */
.list-view .product-action-add { clear: both; }

/* line 360, ../sass/_plugin-product-list.scss */
.bottom { margin: 0 0; }
/* line 363, ../sass/_plugin-product-list.scss */
.bottom .float-right { line-height: 1.4; margin: 0.9rem 1rem 0 0; display: none; }
@media only screen and (min-width: 500px) { /* line 363, ../sass/_plugin-product-list.scss */
  .bottom .float-right { display: block; } }

/* line 375, ../sass/_plugin-product-list.scss */
.bottom-brand { margin: 0 0; }
/* line 378, ../sass/_plugin-product-list.scss */
.bottom-brand .float-right { line-height: 1.4; margin: 0.4rem 1rem 0 0; display: none; }
@media only screen and (min-width: 500px) { /* line 378, ../sass/_plugin-product-list.scss */
  .bottom-brand .float-right { display: block; } }

/* line 390, ../sass/_plugin-product-list.scss */
.compare-button-container { margin: 0 0; }
/* line 393, ../sass/_plugin-product-list.scss */
.compare-button-container .button { line-height: 1.4; margin: 0; position: absolute; right: 2rem; bottom: 3rem; display: none; }
@media only screen and (min-width: 500px) { /* line 393, ../sass/_plugin-product-list.scss */
  .compare-button-container .button { display: none; } }

/* line 408, ../sass/_plugin-product-list.scss */
.category-content { margin-bottom: 0; }

/* -------------------- */
/* line 420, ../sass/_plugin-product-list.scss */
.col-right .block-content, .col-right .share-product ul.tabs li, .share-product ul.tabs .col-right li, .col-right #tabcontent.tab-content, .col-left .block-content, .col-left .share-product ul.tabs li, .share-product ul.tabs .col-left li, .col-left #tabcontent.tab-content { background: #FFFFFF; border: 1px solid #000000; border-top: none; border-radius: 0; padding: 0.5% 0 0 0; }
/* line 430, ../sass/_plugin-product-list.scss */
.col-right .product-list li, .col-left .product-list li { position: relative; display: inline-block; width: 100%; padding: 0.5rem; border-radius: 0; font-size: 1.1rem; vertical-align: top; text-align: center; border: none; background: none; margin: 0% 0.5% 1% 0.5%; /*.button {				
	&:before {
		padding: 0.5rem 0.7rem;
	}
}*/ }
/* line 443, ../sass/_plugin-product-list.scss */
.col-right .product-list li .product-name, .col-left .product-list li .product-name { height: 3.84rem; /* longer titles will be cut off with an ellipsis using dotdotdot plugin */ font-size: 1.2rem; }
/* line 447, ../sass/_plugin-product-list.scss */
.col-right .product-list li div.product-price, .col-left .product-list li div.product-price { font-size: 1.4rem; }
/* line 451, ../sass/_plugin-product-list.scss */
.col-right .product-list li span.SalePrice, .col-left .product-list li span.SalePrice { font-size: 1.4rem; }

/* -------------------- */
/* ---------- Makes the side bar products only show 3 ---------- */
/*
.sidebar .product-list li:nth-child(n+4) { display: none;
}
*/
/* line 476, ../sass/_plugin-product-list.scss */
.side-search .block-content, .side-search .share-product ul.tabs li, .share-product ul.tabs .side-search li, .side-search #tabcontent.tab-content { padding: 0.5rem; }

/* line 480, ../sass/_plugin-product-list.scss */
.sidebar .product-list .product-image img { max-height: 130px; max-width: 130px; width: auto; height: auto; }

/** Custom Promo (Panels/PluginCustomPromo.html) */
/* line 5, ../sass/_plugin-custom-promo-boxes.scss */
.custom-promo { display: none; }

/* -------------------- */
/** Brand Search (Panels/PluginBrandSearch.html) */
/* line 5, ../sass/_plugin-brand-search.scss */
.brand-search { display: none; }

/* -------------------- */
/** Category Boxes (Panels/PluginCategoryBoxes.html) */
/* line 5, ../sass/_plugin-category-boxes.scss */
.category-boxes { padding: 0; margin: 0; list-style: none; }
/* line 11, ../sass/_plugin-category-boxes.scss */
.category-boxes li { display: inline-block; margin-bottom: 1rem; width: 100%; margin-right: 0; }
/* line 18, ../sass/_plugin-category-boxes.scss */
.category-boxes li .category-box-table { display: table; margin: 0 auto; }
/* line 22, ../sass/_plugin-category-boxes.scss */
.category-boxes li .category-box-table .category-box-table-row { display: table-row; }
/* line 25, ../sass/_plugin-category-boxes.scss */
.category-boxes li .category-box-table .category-box-table-row .category-box-table-cell { display: table-cell; }
/* line 28, ../sass/_plugin-category-boxes.scss */
.category-boxes li .category-box-table .category-box-table-row .category-box-table-cell .category-box-title { font-family: Raleway, sans-serif; padding: 0rem; margin: 0rem; text-align: center; color: #FFFFFF; font-size: 1.35rem; line-height: 2.5rem; }
/* line 39, ../sass/_plugin-category-boxes.scss */
.category-boxes li .category-box-table .category-box-table-row .blue-table-cell { background: #2A375B; /* Old browsers */ }
@media only screen and (min-width: 280px) { /* line 44, ../sass/_plugin-category-boxes.scss */
  .category-boxes li .category-box-table .category-box-responsive { display: table-row; } }
@media only screen and (min-width: 500px) { /* line 44, ../sass/_plugin-category-boxes.scss */
  .category-boxes li .category-box-table .category-box-responsive { display: none; } }
@media only screen and (min-width: 800px) { /* line 44, ../sass/_plugin-category-boxes.scss */
  .category-boxes li .category-box-table .category-box-responsive { display: none; } }
/* line 65, ../sass/_plugin-category-boxes.scss */
.category-boxes li .category-box-table:hover .category-box-table-row .category-box-table-cell .category-box-title { color: #87C425; }
@media only screen and (min-width: 280px) { /* line 11, ../sass/_plugin-category-boxes.scss */
  .category-boxes li { display: inline-block; margin-bottom: 1rem; width: 48%; margin-right: 2%; }
  /* line 80, ../sass/_plugin-category-boxes.scss */
  .category-boxes li:nth-child(2n) { margin-right: 0; }
  /* line 84, ../sass/_plugin-category-boxes.scss */
  .lt-ie9 .category-boxes li { margin-right: 1%; } }
@media only screen and (min-width: 500px) { /* line 11, ../sass/_plugin-category-boxes.scss */
  .category-boxes li { display: inline-block; margin-bottom: 1rem; width: 48%; margin-right: 2%; }
  /* line 95, ../sass/_plugin-category-boxes.scss */
  .category-boxes li:nth-child(2n) { margin-right: 0; }
  /* line 99, ../sass/_plugin-category-boxes.scss */
  .category-boxes li:nth-child(3n) { margin-right: 2%; }
  /* line 103, ../sass/_plugin-category-boxes.scss */
  .lt-ie9 .category-boxes li { margin-right: 1%; } }
@media only screen and (min-width: 800px) { /* line 11, ../sass/_plugin-category-boxes.scss */
  .category-boxes li { display: inline-block; margin-bottom: 1rem; width: 32%; margin-right: 2%; }
  /* line 115, ../sass/_plugin-category-boxes.scss */
  .category-boxes li:nth-child(2n) { margin-right: 2%; }
  /* line 119, ../sass/_plugin-category-boxes.scss */
  .category-boxes li:nth-child(3n) { margin-right: 0; }
  /* line 123, ../sass/_plugin-category-boxes.scss */
  .lt-ie9 .category-boxes li { margin-right: 1%; } }
/* line 129, ../sass/_plugin-category-boxes.scss */
.category-boxes a { position: relative; display: block; }
/* line 134, ../sass/_plugin-category-boxes.scss */
.category-boxes img { max-width: 100%; border-radius: 0; margin: 0 auto; }

@media only screen and (min-width: 280px) { /* line 145, ../sass/_plugin-category-boxes.scss */
  .category-box-normal-image { display: none; } }
@media only screen and (min-width: 500px) { /* line 145, ../sass/_plugin-category-boxes.scss */
  .category-box-normal-image { display: block; } }
@media only screen and (min-width: 800px) { /* line 145, ../sass/_plugin-category-boxes.scss */
  .category-box-normal-image { display: block; } }

@media only screen and (min-width: 280px) { /* line 160, ../sass/_plugin-category-boxes.scss */
  .category-box-responsive-image { display: block; } }
@media only screen and (min-width: 500px) { /* line 160, ../sass/_plugin-category-boxes.scss */
  .category-box-responsive-image { display: none; } }
@media only screen and (min-width: 800px) { /* line 160, ../sass/_plugin-category-boxes.scss */
  .category-box-responsive-image { display: none; } }

/* line 175, ../sass/_plugin-category-boxes.scss */
.category-boxes-content-area { margin-bottom: 1rem; }

/* -------------------- */
/** Animated Category Boxes (Panels/PluginCategoryBoxesAnimated.html) */
/* line 5, ../sass/_plugin-category-boxes-animated.scss */
.category-boxes-animated { display: none; }

/* -------------------- */
/** Scrolling Elements (applied via Panels/FooterScripts.html) */
/* -------------------- */
/** Attribute Search (Panels/PluginAttributeSearch.html) */
/* line 5, ../sass/_plugin-attribute-search.scss */
.attribute-search { display: none; }

/* -------------------- */
/** Dropdown Search (Panels/PluginDropdownSearch.html) */
/* line 5, ../sass/_plugin-dropdown-search.scss */
.dropdown-search { display: none; }

/* -------------------- */
/** Home Page Tabs (Panels/PluginHomeTabs.html) */
/* line 5, ../sass/_plugin-home-tabs.scss */
.al-super-tabs { display: none; }

/* -------------------- */
/** Loading Notice (Panels/Header.html) */
/* line 5, ../sass/_layout-header.scss */
.ajax-loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; background: rgba(0, 0, 0, 0.5); color: #fff; text-align: center; }
@media only screen and (min-width: 280px) { /* line 5, ../sass/_layout-header.scss */
  .ajax-loading { display: none !important; } }
@media only screen and (min-width: 500px) { /* line 5, ../sass/_layout-header.scss */
  .ajax-loading { display: none; } }
@media only screen and (min-width: 800px) { /* line 5, ../sass/_layout-header.scss */
  .ajax-loading { display: none; } }

/* inner section */
/* line 31, ../sass/_layout-header.scss */
.ajax-loader { position: absolute; top: 50%; width: 100%; }

/** Header (Panels/Header.html) */
/* line 41, ../sass/_layout-header.scss */
.header { position: relative; z-index: 1; background: #FFFFFF; font-size: 1.5rem; }
/* line 47, ../sass/_layout-header.scss */
.is-sticky .header { width: 100%; -webkit-transform: translate3d(0, 0, 0); /* makes Chrome use GPU acceleration, fixes some animating bugs */ }
@media only screen and (min-width: 800px) { /* line 41, ../sass/_layout-header.scss */
  .header { font-size: 1.2rem; display: block; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }
@media only screen and (min-width: 800px) { /* line 64, ../sass/_layout-header.scss */
  .header .inner { padding: 0 1rem; } }
@media only screen and (min-width: 800px) { /* line 72, ../sass/_layout-header.scss */
  .header .has-sub > a:after, .header .has-sub > .list-entry:after { content: "\f107"; /* angle down character */ margin-left: 0.5rem; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit; vertical-align: top; }
  /* line 86, ../sass/_layout-header.scss */
  .header .level-1 .has-sub > a:after, .header .level-1 .has-sub > .list-entry:after { content: "\f105"; /* angle right character */ float: right; }
  /* line 96, ../sass/_layout-header.scss */
  .header .level-2 .has-sub > a:after, .header .level-2 .has-sub > .list-entry:after { content: none; } }

/* line 105, ../sass/_layout-header.scss */
.is-sticky { position: relative; z-index: 10; }

/* Navigation */
/* line 112, ../sass/_layout-header.scss */
.header-option > a { display: block; color: #2A375B; }
@media only screen and (min-width: 280px) { /* line 111, ../sass/_layout-header.scss */
  .header-option { position: absolute; top: 1rem; display: inline-block; background: none; color: #87C425; font-size: 1.2rem; line-height: 3; right: 6rem; /**
&:hover{			
	.cart-items{
		background-color: $color-primary;				
	}			
}	**/ } }
@media only screen and (min-width: 800px) { /* line 111, ../sass/_layout-header.scss */
  .header-option { position: static; width: auto; background: none; color: inherit; } }

@media only screen and (min-width: 280px) { /* line 143, ../sass/_layout-header.scss */
  .header-toggle { text-align: center; transition: 0.2s color ease-in-out, 0.2s background ease-in-out; }
  /* line 151, ../sass/_layout-header.scss */
  .header-toggle:hover, .header-toggle.active { background: #FFFFFF; color: #2A375B; }
  /* line 157, ../sass/_layout-header.scss */
  .header-toggle .fa { font-size: 2.4rem; vertical-align: middle; } }
@media only screen and (min-width: 800px) { /* line 143, ../sass/_layout-header.scss */
  .header-toggle { display: none; } }

/* line 168, ../sass/_layout-header.scss */
.toggle-currency .fa, .toggle-nav .fa { font-size: 1.1rem; }

/* line 173, ../sass/_layout-header.scss */
.toggle-text { vertical-align: middle; }
@media only screen and (min-width: 280px) { /* line 173, ../sass/_layout-header.scss */
  .toggle-text { display: none; } }
@media only screen and (min-width: 500px) { /* line 173, ../sass/_layout-header.scss */
  .toggle-text { display: none; } }
@media only screen and (min-width: 800px) { /* line 173, ../sass/_layout-header.scss */
  .toggle-text { display: inline; } }

@media only screen and (min-width: 280px) { /* line 189, ../sass/_layout-header.scss */
  .toggle-content { position: absolute; left: 0; right: 0; z-index: 1; background: #697E86; border: none; border-top: none; padding: 1rem 0; color: #000000; } }
@media only screen and (min-width: 800px) { /* line 189, ../sass/_layout-header.scss */
  .toggle-content { position: static; left: auto; background: #697E86; border: none; padding: 0; color: inherit; } }

@media only screen and (min-width: 280px) { /* line 212, ../sass/_layout-header.scss */
  .toggle-menu { overflow-y: auto; margin: 0 0; } }
@media only screen and (min-width: 800px) { /* line 212, ../sass/_layout-header.scss */
  .toggle-menu { overflow-y: visible; margin: 0; } }

/* -------------------- */
/** Header Content (Panels/Header.html + Panels/HeaderSearch.html) */
/* line 231, ../sass/_layout-header.scss */
.header-content { padding: 1rem 0; }
@media only screen and (min-width: 800px) { /* line 231, ../sass/_layout-header.scss */
  .header-content { -webkit-box-ordinal-group: 4; -webkit-order: 3; -moz-order: 3; -ms-flex-order: 3; order: 3; width: 100%; } }
/* line 239, ../sass/_layout-header.scss */
.header-content .inner { position: relative; }
/* line 243, ../sass/_layout-header.scss */
.lt-ie10 .header-content { padding-top: 46px; }

/* -------------------- */
/** Header Logo (Panels/Header.html) */
/* line 253, ../sass/_layout-header.scss */
.header-logo { display: inline-block; padding: 0.5rem 0; line-height: 3; }
/* line 258, ../sass/_layout-header.scss */
.header-logo h1 { padding: 0; margin: 0; }
/* line 263, ../sass/_layout-header.scss */
.header-logo img { display: block; max-width: 100%; }
@media only screen and (min-width: 280px) { /* line 253, ../sass/_layout-header.scss */
  .header-logo { width: 106px; } }
@media only screen and (min-width: 500px) { /* line 253, ../sass/_layout-header.scss */
  .header-logo { width: 148px; } }
@media only screen and (min-width: 800px) { /* line 253, ../sass/_layout-header.scss */
  .header-logo { width: 247px; } }

/* -------------------- */
/** Header Search (Panels/HeaderSearch.html) */
/* line 288, ../sass/_layout-header.scss */
.search-options, .search-expand { position: absolute; right: 0; z-index: 1; transform: translateY(-50%); }
@media only screen and (min-width: 280px) { /* line 288, ../sass/_layout-header.scss */
  .search-options, .search-expand { width: 100%; white-space: nowrap; text-align: right; top: 195%; } }
@media only screen and (min-width: 500px) { /* line 288, ../sass/_layout-header.scss */
  .search-options, .search-expand { width: 100%; white-space: nowrap; text-align: right; top: 178%; } }
@media only screen and (min-width: 800px) { /* line 288, ../sass/_layout-header.scss */
  .search-options, .search-expand { right: 1rem; left: auto; width: 33.33333%; text-align: left; top: 50%; } }
/* line 316, ../sass/_layout-header.scss */
.lt-ie9 .search-options, .lt-ie9 .search-expand { top: 0; }

/* search expander button */
@media only screen and (min-width: 280px) { /* line 323, ../sass/_layout-header.scss */
  .search-toggle { display: block; }
  /* line 327, ../sass/_layout-header.scss */
  .search-toggle.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 323, ../sass/_layout-header.scss */
  .search-toggle { display: block; } }

/* line 337, ../sass/_layout-header.scss */
.search-expand { display: none; width: 17.5%; padding-top: 1rem; padding-bottom: 1rem; font-size: 1.2rem; line-height: normal; /* line heights on form elements and IE = bad times */ text-align: center; cursor: pointer; }
/* line 349, ../sass/_layout-header.scss */
.search-expand:hover { background: #2A375B; color: #FFFFFF; }
/* line 354, ../sass/_layout-header.scss */
.search-expand:active { padding-top: calc(10rempx + 1px); padding-top: calc(1remrem + 0.1rem); padding-bottom: calc(10rempx + 1px); padding-bottom: calc(1remrem - 0.1rem); }
/* line 361, ../sass/_layout-header.scss */
.search-expand a { display: block; color: #FFFFFF; }
/* line 366, ../sass/_layout-header.scss */
.search-expand.active { display: none; }
@media only screen and (min-width: 800px) { /* line 366, ../sass/_layout-header.scss */
  .search-expand.active { display: none; } }

@media only screen and (min-width: 800px) { /* line 377, ../sass/_layout-header.scss */
  .header-search h3 { display: none; }
  /* line 381, ../sass/_layout-header.scss */
  .header-search .block-content, .header-search .share-product ul.tabs li, .share-product ul.tabs .header-search li, .header-search #tabcontent.tab-content { background: none; padding: 1rem 0; border: none; } }

/* line 390, ../sass/_layout-header.scss */
.search-form form { font-size: 0; }
/* line 394, ../sass/_layout-header.scss */
.search-form label { display: none; }
/* line 398, ../sass/_layout-header.scss */
.search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"], .search-form .button { font-size: 1.2rem; line-height: normal; padding-top: 1rem; padding-bottom: 1rem; }
@media only screen and (min-width: 280px) { /* line 398, ../sass/_layout-header.scss */
  .search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"], .search-form .button { width: 82.5%; } }
@media only screen and (min-width: 800px) { /* line 398, ../sass/_layout-header.scss */
  .search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"], .search-form .button { width: 80%; } }
/* line 415, ../sass/_layout-header.scss */
.search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"] { border-radius: 0 0 0 0; }
@media only screen and (min-width: 280px) { /* line 415, ../sass/_layout-header.scss */
  .search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"] { border: 1px solid #FFFFFF; } }
@media only screen and (min-width: 500px) { /* line 415, ../sass/_layout-header.scss */
  .search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"] { border: 1px solid #FFFFFF; } }
@media only screen and (min-width: 800px) { /* line 415, ../sass/_layout-header.scss */
  .search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"] { border: 1px solid #CCCCCC; } }
/* line 431, ../sass/_layout-header.scss */
.search-form .button { border-radius: 0 0 0 0; cursor: pointer; }
@media only screen and (min-width: 280px) { /* line 431, ../sass/_layout-header.scss */
  .search-form .button { width: 17.5%; } }
@media only screen and (min-width: 800px) { /* line 431, ../sass/_layout-header.scss */
  .search-form .button { width: 20%; } }
@media only screen and (min-width: 280px) { /* line 444, ../sass/_layout-header.scss */
  .search-form .close { position: absolute; top: 0; left: 0; bottom: 0; width: 10%; cursor: pointer; display: none; } }
@media only screen and (min-width: 800px) { /* line 444, ../sass/_layout-header.scss */
  .search-form .close { display: none; } }

/* quick search table that appears when keywords are entered */
/* line 462, ../sass/_layout-header.scss */
.QuickSearch { position: absolute; background: #FFFFFF; border: 1px solid #afbbc0; font-size: 1.2rem; z-index: 10; /* rating graphics don't appear correctly in the search so hide them */ }
@media only screen and (min-width: 280px) { /* line 462, ../sass/_layout-header.scss */
  .QuickSearch { display: none !important; } }
@media only screen and (min-width: 500px) { /* line 462, ../sass/_layout-header.scss */
  .QuickSearch { display: block !important; } }
@media only screen and (min-width: 800px) { /* line 462, ../sass/_layout-header.scss */
  .QuickSearch { display: block !important; } }
/* line 482, ../sass/_layout-header.scss */
.QuickSearch .RatingIMG { display: none; }

/* line 487, ../sass/_layout-header.scss */
.QuickSearchResult { padding: 0.5rem; border-bottom: 1px solid #afbbc0; cursor: pointer; }

/* line 493, ../sass/_layout-header.scss */
.QuickSearchResultImage { max-width: 20%; padding: 0.5rem; }
/* line 497, ../sass/_layout-header.scss */
.QuickSearchResultImage img { max-width: 100%; height: auto; vertical-align: middle; }

/* line 504, ../sass/_layout-header.scss */
.QuickSearchResultMeta { padding: 0.5rem; }

/* line 508, ../sass/_layout-header.scss */
.QuickSearchAllResults a { display: block; padding: 0.5rem; }

/* -------------------- */
/** Account Menu/Top Menu (Panels/TopMenu.html) */
@media only screen and (min-width: 280px) { /* line 519, ../sass/_layout-header.scss */
  .account-options { padding-left: 1rem; right: 12rem; } }
@media only screen and (min-width: 800px) { /* line 519, ../sass/_layout-header.scss */
  .account-options { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; width: 100%; background: #FFFFFF; padding: 0; line-height: 2; }
  /* line 532, ../sass/_layout-header.scss */
  .account-options .block-title, .account-options .share-product ul.tabs li.active, .share-product ul.tabs .account-options li.active { display: none; }
  /* line 536, ../sass/_layout-header.scss */
  .account-options .block-list { padding: 0; }
  /* line 540, ../sass/_layout-header.scss */
  .account-options ul { background: none; border: none; margin: 0; color: #FFFFFF; }
  /* line 547, ../sass/_layout-header.scss */
  .account-options li { display: inline-block; vertical-align: top; font-size: 1.1rem; border: none; padding: 1rem 0; border-radius: 0; }
  /* line 556, ../sass/_layout-header.scss */
  .account-options li:hover .cart-items { background-color: #2A375B; }
  /* line 560, ../sass/_layout-header.scss */
  .account-options li:hover .toggle-text { color: #87C425; }
  /* line 566, ../sass/_layout-header.scss */
  .account-options li li { display: block; }
  /* line 571, ../sass/_layout-header.scss */
  .account-options a, .account-options .list-entry { background: none; border: none; }
  /* line 577, ../sass/_layout-header.scss */
  .account-options a { color: #FFFFFF; }
  /* line 580, ../sass/_layout-header.scss */
  .account-options a:hover, .account-options a:active { background: none; color: #87C425; text-decoration: underline; }
  /* line 588, ../sass/_layout-header.scss */
  .account-options .fa { font-size: 1.2rem; margin-right: 0.3rem; } }
@media only screen and (min-width: 800px) and (min-width: 800px) { /* line 588, ../sass/_layout-header.scss */
  .account-options .fa { color: #87C425; } }
@media only screen and (min-width: 800px) { /* line 599, ../sass/_layout-header.scss */
  .account-options .product-list { margin-bottom: 0.5rem; }
  /* line 602, ../sass/_layout-header.scss */
  .account-options .product-list li { border-top: 1px dotted #ccc; }
  /* line 605, ../sass/_layout-header.scss */
  .account-options .product-list li:last-child { border-bottom: 1px dotted #ccc; }
  /* line 609, ../sass/_layout-header.scss */
  .account-options .product-list li a { color: #2A375B; } }
/* line 617, ../sass/_layout-header.scss */
.lt-ie10 .account-options { position: absolute; top: 0; height: 36px; line-height: 36px; }

/* line 626, ../sass/_layout-header.scss */
.mini-cart-contents { margin-bottom: 0.5rem; }
/* line 630, ../sass/_layout-header.scss */
.mini-cart-contents a { color: #2A375B; }
/* line 633, ../sass/_layout-header.scss */
.mini-cart-contents a:hover { color: #87C425; }
/* line 639, ../sass/_layout-header.scss */
.mini-cart-contents .product-list { margin-bottom: 0.5rem; }
/* line 642, ../sass/_layout-header.scss */
.mini-cart-contents .product-list li { text-align: left; border: none; background: #fff; padding: 1rem 0; border-radius: 0; border-top: 1px dotted #ccc; color: #000000; }
/* line 651, ../sass/_layout-header.scss */
.mini-cart-contents .product-list li:last-child { border-bottom: 1px dotted #ccc; }
/* line 655, ../sass/_layout-header.scss */
.mini-cart-contents .product-list li a { color: #2A375B; }

/* currency selector */
@media only screen and (min-width: 800px) { /* line 665, ../sass/_layout-header.scss */
  .currency-selector { cursor: pointer; }
  /* line 669, ../sass/_layout-header.scss */
  .currency-selector ul { display: none; position: absolute; z-index: 2; background: #FFFFFF; min-width: 20rem; }
  /* line 677, ../sass/_layout-header.scss */
  .currency-selector:hover ul { display: block; } }

/* -------------------- */
/** Mini Cart (Panels/SideCartContents.html) */
@media only screen and (min-width: 800px) { /* line 689, ../sass/_layout-header.scss */
  .cart-options { display: none; } }

@media only screen and (min-width: 800px) { /* line 696, ../sass/_layout-header.scss */
  .cart-options { -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; position: absolute; top: 0; width: 100%; font-size: 1.1rem; }
  /* line 705, ../sass/_layout-header.scss */
  .cart-options .inner { position: relative; }
  /* line 709, ../sass/_layout-header.scss */
  .cart-options .header-toggle { display: block; float: right; padding: 0; line-height: 3; color: #FFFFFF; }
  /* line 716, ../sass/_layout-header.scss */
  .cart-options .header-toggle:hover, .cart-options .header-toggle.active { background: none; color: #87C425; } }

/* cart icon and number of products notification */
/* line 726, ../sass/_layout-header.scss */
.cart-icon-wrapper { position: relative; }

/* line 734, ../sass/_layout-header.scss */
.cart-items { position: absolute; top: -60%; display: inline-block; background: #87C425; width: 2rem; height: 2rem; border-radius: 50%; color: white; text-align: center; line-height: 2rem; }
@media only screen and (min-width: 280px) { /* line 734, ../sass/_layout-header.scss */
  .cart-items { right: -50%; } }
@media only screen and (min-width: 500px) { /* line 734, ../sass/_layout-header.scss */
  .cart-items { right: -50%; } }
@media only screen and (min-width: 800px) { /* line 734, ../sass/_layout-header.scss */
  .cart-items { right: -20%; } }

/* copy of the mini cart appearing in the account menu bar */
@media only screen and (min-width: 280px) { /* line 761, ../sass/_layout-header.scss */
  .account-menu-cart { display: none; } }
@media only screen and (min-width: 800px) { /* line 761, ../sass/_layout-header.scss */
  .account-menu-cart { display: inline-block; position: relative; float: right; }
  /* line 771, ../sass/_layout-header.scss */
  .account-menu-cart .header-toggle { display: inline-block; padding: 0 0.5rem; color: #FFFFFF; }
  /* line 776, ../sass/_layout-header.scss */
  .account-menu-cart .header-toggle:hover, .account-menu-cart .header-toggle.active { background: none; color: #87C425; }
  /* line 783, ../sass/_layout-header.scss */
  .account-menu-cart .fa { display: inline; /* no FooterScripts fallback */ }
  /* line 787, ../sass/_layout-header.scss */
  .account-menu-cart .fa + a { display: inline-block; }
  /* line 792, ../sass/_layout-header.scss */
  .account-menu-cart li { line-height: 1.2; }
  /* line 796, ../sass/_layout-header.scss */
  .account-menu-cart .cart-wrapper { display: none; position: absolute; top: 87%; right: 0; z-index: 2; width: 30rem; border-top: none; -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25); -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25); box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25); }
  /* line 808, ../sass/_layout-header.scss */
  .account-menu-cart .cart-wrapper.active { display: inline; }
  /* line 812, ../sass/_layout-header.scss */
  .account-menu-cart .cart-wrapper .inner { max-width: none; }
  /* line 816, ../sass/_layout-header.scss */
  .account-menu-cart .cart-wrapper .block-content, .account-menu-cart .cart-wrapper .share-product ul.tabs li, .share-product ul.tabs .account-menu-cart .cart-wrapper li, .account-menu-cart .cart-wrapper #tabcontent.tab-content { background: #FFFFFF; border: none; color: #87C425; padding-left: 1rem; padding-right: 1rem; }
  /* line 823, ../sass/_layout-header.scss */
  .account-menu-cart .cart-wrapper .block { margin-bottom: 0rem; }
  /* line 828, ../sass/_layout-header.scss */
  .account-menu-cart .cart-items { position: relative; right: 0; background: #87C425; top: -0.5rem; color: #fff; } }

/* -------------------- */
/** Store Navigation (Panels/SideCategoryList.html & Panels/PagesMenu.html) */
/**
*  Store Navigation (Panels/SideCategoryList.html & Panels/PagesMenu.html)
*/
/* line 972, ../sass/_layout-header.scss */
.store-nav .inner { position: relative; }

@media only screen and (min-width: 280px) { /* line 978, ../sass/_layout-header.scss */
  .nav-options { right: 0rem; color: #2A375B; }
  /* line 985, ../sass/_layout-header.scss */
  .nav-options:hover .fa-bars { color: #87C425; } }
@media only screen and (min-width: 800px) { /* line 978, ../sass/_layout-header.scss */
  .nav-options { -webkit-box-ordinal-group: 5; -webkit-order: 4; -moz-order: 4; -ms-flex-order: 4; order: 4; width: 100%; padding: 0; background: #2A375B; color: #2A375B; border-top: 2px solid #697E86; }
  /* line 999, ../sass/_layout-header.scss */
  .nav-options .block-title, .nav-options .share-product ul.tabs li.active, .share-product ul.tabs .nav-options li.active { display: none; }
  /* line 1003, ../sass/_layout-header.scss */
  .nav-options .block-list a { background-position: right center; background-repeat: no-repeat; background-size: 6px 10px; } }
@media only screen and (min-width: 800px) and (min-width: 280px) { /* line 1003, ../sass/_layout-header.scss */
  .nav-options .block-list a { background-image: none; } }
@media only screen and (min-width: 800px) and (min-width: 500px) { /* line 1003, ../sass/_layout-header.scss */
  .nav-options .block-list a { background-image: none; } }
@media only screen and (min-width: 800px) and (min-width: 800px) { /* line 1003, ../sass/_layout-header.scss */
  .nav-options .block-list a { background-image: url("//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/SlashBackground.png?t=1584452148"); } }
@media only screen and (min-width: 800px) { /* line 1022, ../sass/_layout-header.scss */
  .nav-options li { display: inline-block; vertical-align: top; }
  /* line 1026, ../sass/_layout-header.scss */
  .nav-options li ul { display: none; }
  /* line 1031, ../sass/_layout-header.scss */
  .nav-options li:hover ul { display: block; }
  /* line 1037, ../sass/_layout-header.scss */
  .nav-options .has-sub { position: static; }
  /* line 1041, ../sass/_layout-header.scss */
  .nav-options .level-0 { background: none; border: none; margin: 0; }
  /* line 1046, ../sass/_layout-header.scss */
  .nav-options .level-0 a { border: none; padding-left: 1rem; padding-right: 1.5rem; color: #2A375B; font-size: 1.2rem; font-family: Raleway, sans-serif; }
  /* line 1056, ../sass/_layout-header.scss */
  .nav-options .level-0 .over > a { color: #2A375B; /** background-color: $nav-background-hover; */ }
  /* line 1062, ../sass/_layout-header.scss */
  .nav-options .level-0 .page-item:last-child a { background-image: none; padding-right: 1rem; }
  /* line 1067, ../sass/_layout-header.scss */
  .nav-options .level-0 .page-item:last-child a:hover { background: #87c425; /* Old browsers */ background: -moz-linear-gradient(left, #ffffff calc(0% + 0.5rem), #87c425 calc(0% + 0.5rem), #87c425 calc(100% - 0.5rem), #ffffff calc(100% - 0.5rem)); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #ffffff calc(0% + 0.5rem), #87c425 calc(0% + 0.5rem), #87c425 calc(100% - 0.5rem), #ffffff calc(100% - 0.5rem)); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #ffffff calc(0% + 0.5rem), #87c425 calc(0% + 0.5rem), #87c425 calc(100% - 0.5rem), #ffffff calc(100% - 0.5rem)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c425', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ }
  /* line 1077, ../sass/_layout-header.scss */
  .nav-options .level-0 li a:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87c425+50,ffffff+50 */ background: #87c425; /* Old browsers */ background: url("//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/SlashBackground.png?t=1584452148") right center no-repeat, -moz-linear-gradient(left, #ffffff calc(0% + 0.5rem), #87c425 calc(0% + 0.5rem), #87c425 calc(100% - 1rem), #ffffff calc(100% - 1rem)); /* FF3.6-15 */ background: url("//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/SlashBackground.png?t=1584452148") right center no-repeat, -webkit-linear-gradient(left, #ffffff calc(0% + 0.5rem), #87c425 calc(0% + 0.5rem), #87c425 calc(100% - 1rem), #ffffff calc(100% - 1rem)); /* Chrome10-25,Safari5.1-6 */ background: url("//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/SlashBackground.png?t=1584452148") right center no-repeat, linear-gradient(to right, #ffffff calc(0% + 0.5rem), #87c425 calc(0% + 0.5rem), #87c425 calc(100% - 1rem), #ffffff calc(100% - 1rem)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c425', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ }
  /* line 1089, ../sass/_layout-header.scss */
  .nav-options .level-1 { position: absolute; left: 1rem; right: 1rem; background: #FFFFFF; padding: 0 0.5rem 1rem; /*border: $mainsubs-border; */ border-top: 5px solid #2A375B !important; -webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25); -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25); box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.25); }
  /* line 1106, ../sass/_layout-header.scss */
  .nav-options .level-1 li { display: inline-block; width: 30%; }
  /* line 1111, ../sass/_layout-header.scss */
  .nav-options .level-1 li:last-child a { background: none; }
  /* line 1115, ../sass/_layout-header.scss */
  .nav-options .level-1 li:last-child a:hover { background: none; }
  /* line 1120, ../sass/_layout-header.scss */
  .nav-options .level-1 li a:hover { background: none; }
  /* line 1130, ../sass/_layout-header.scss */
  .nav-options .level-1 .has-sub a:after { content: none; }
  /* line 1135, ../sass/_layout-header.scss */
  .nav-options .level-1 a { background: none; font-size: 1.2rem; font-weight: bold; color: #2A375B; }
  /* line 1141, ../sass/_layout-header.scss */
  .nav-options .level-1 a:hover { background: #FFFFFF; color: #87C425; }
  /* line 1148, ../sass/_layout-header.scss */
  .nav-options .level-1 .over > a { background: #FFFFFF; color: #87C425; }
  /* line 1157, ../sass/_layout-header.scss */
  .nav-options .level-2 { position: static; background: none; }
  /* line 1161, ../sass/_layout-header.scss */
  .nav-options .level-2 li { display: block; width: 100%; }
  /* line 1166, ../sass/_layout-header.scss */
  .nav-options .level-2 a { font-size: 1.1rem; line-height: 1.4; font-weight: 400; padding: 0, 0.5rem; color: #000000; }
  /* line 1173, ../sass/_layout-header.scss */
  .nav-options .level-2 a:hover { color: #2A375B; text-decoration: underline; } }

@media only screen and (min-width: 800px) { /* line 1186, ../sass/_layout-header.scss */
  .header .side-category-list, .header .pages-menu { float: left; margin: 0; } }

/* overflow links (if there are too many elements to fit in the subheader) */
/* line 1196, ../sass/_layout-header.scss */
.hidden-links { display: none; }
@media only screen and (min-width: 800px) { /* line 1196, ../sass/_layout-header.scss */
  .hidden-links { float: right; }
  /* line 1202, ../sass/_layout-header.scss */
  .hidden-links .level-1 { right: 0; }
  /* line 1206, ../sass/_layout-header.scss */
  .hidden-links .level-2 { right: 100%; left: auto; } }

/* line 1213, ../sass/_layout-header.scss */
.store-nav { background-color: #FFFFFF; }

/* -------------------- */
/* line 1220, ../sass/_layout-header.scss */
.parent a { background-position: right center; background-repeat: no-repeat; background-size: 6px 10px; }
@media only screen and (min-width: 280px) { /* line 1220, ../sass/_layout-header.scss */
  .parent a { background-image: none; } }
@media only screen and (min-width: 500px) { /* line 1220, ../sass/_layout-header.scss */
  .parent a { background-image: none; } }
@media only screen and (min-width: 800px) { /* line 1220, ../sass/_layout-header.scss */
  .parent a { background-image: url("//cdn10.bigcommerce.com/s-iit0ug/templates/__custom/images/SlashBackground.png?t=1584452148"); } }

@media (min-width: 280px) and (max-width: 800px) { /* line 1240, ../sass/_layout-header.scss */
  #CartAmount { display: none !important; } }

@media only screen and (min-width: 800px) { /* line 1246, ../sass/_layout-header.scss */
  #TopMenu2, #CartAmount2, #StoreNav2 { display: none !important; } }

@media only screen and (min-width: 800px) { /* line 1253, ../sass/_layout-header.scss */
  #AccountOptions2, #NavOptions2 { display: none; } }

@media only screen and (min-width: 280px) { /* line 1260, ../sass/_layout-header.scss */
  #TopMenu, #StoreNav { display: none; } }
@media only screen and (min-width: 500px) { /* line 1260, ../sass/_layout-header.scss */
  #TopMenu, #StoreNav { display: none; } }
@media only screen and (min-width: 800px) { /* line 1260, ../sass/_layout-header.scss */
  #TopMenu, #StoreNav { display: block !important; } }

@media only screen and (min-width: 280px) { /* line 1276, ../sass/_layout-header.scss */
  #AccountOptions, #NavOptions { display: none; } }
@media only screen and (min-width: 500px) { /* line 1276, ../sass/_layout-header.scss */
  #AccountOptions, #NavOptions { display: none; } }
@media only screen and (min-width: 800px) { /* line 1276, ../sass/_layout-header.scss */
  #AccountOptions, #NavOptions { display: block; } }

@media only screen and (min-width: 800px) { /* line 1290, ../sass/_layout-header.scss */
  #CartOptions { display: none; } }

/* line 1297, ../sass/_layout-header.scss */
.responsive-search { width: 100%; height: 63px; background-color: #697E86; }
@media only screen and (min-width: 280px) { /* line 1297, ../sass/_layout-header.scss */
  .responsive-search { display: block; } }
@media only screen and (min-width: 500px) { /* line 1297, ../sass/_layout-header.scss */
  .responsive-search { display: block; } }
@media only screen and (min-width: 800px) { /* line 1297, ../sass/_layout-header.scss */
  .responsive-search { display: none; } }

@media only screen and (min-width: 280px) { /* line 1315, ../sass/_layout-header.scss */
  #button-hide-responsive { display: none; } }
@media only screen and (min-width: 500px) { /* line 1315, ../sass/_layout-header.scss */
  #button-hide-responsive { display: none; } }
@media only screen and (min-width: 800px) { /* line 1315, ../sass/_layout-header.scss */
  #button-hide-responsive { display: inline-block; } }

@media only screen and (min-width: 280px) { /* line 1329, ../sass/_layout-header.scss */
  #button-show-responsive { display: inline-block; } }
@media only screen and (min-width: 500px) { /* line 1329, ../sass/_layout-header.scss */
  #button-show-responsive { display: inline-block; } }
@media only screen and (min-width: 800px) { /* line 1329, ../sass/_layout-header.scss */
  #button-show-responsive { display: none; } }

@media only screen and (min-width: 280px) { /* line 1343, ../sass/_layout-header.scss */
  #SearchOptions { border: 1px solid #CCCCCC; } }
@media only screen and (min-width: 500px) { /* line 1343, ../sass/_layout-header.scss */
  #SearchOptions { border: 1px solid #CCCCCC; } }
@media only screen and (min-width: 800px) { /* line 1343, ../sass/_layout-header.scss */
  #SearchOptions { border: none; } }

@media only screen and (min-width: 280px) { /* line 1359, ../sass/_layout-header.scss */
  #HeaderSearch { border: 2px solid #FFFFFF; } }
@media only screen and (min-width: 500px) { /* line 1359, ../sass/_layout-header.scss */
  #HeaderSearch { border: 2px solid #FFFFFF; } }
@media only screen and (min-width: 800px) { /* line 1359, ../sass/_layout-header.scss */
  #HeaderSearch { border: none; } }

@media only screen and (min-width: 800px) { /* line 1374, ../sass/_layout-header.scss */
  .fa-shopping-cart { color: #FFFFFF !important; } }

/* line 1381, ../sass/_layout-header.scss */
.nav-options .overflow-container li a { background-image: none; padding-right: 1rem; }
/* line 1385, ../sass/_layout-header.scss */
.nav-options .overflow-container li a:hover { background: #87c425; /* Old browsers */ background: -moz-linear-gradient(left, #ffffff calc(0% + 0.5rem), #87c425 calc(0% + 0.5rem), #87c425 calc(100% - 0.5rem), #ffffff calc(100% - 0.5rem)); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #ffffff calc(0% + 0.5rem), #87c425 calc(0% + 0.5rem), #87c425 calc(100% - 0.5rem), #ffffff calc(100% - 0.5rem)); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #ffffff calc(0% + 0.5rem), #87c425 calc(0% + 0.5rem), #87c425 calc(100% - 0.5rem), #ffffff calc(100% - 0.5rem)); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c425', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */ }

/* line 1395, ../sass/_layout-header.scss */
.nav-options .overflow-container .overflow-list li a { background-image: none; padding-right: 1rem; }
/* line 1399, ../sass/_layout-header.scss */
.nav-options .overflow-container .overflow-list li a:hover { color: #87C425; background: none; }

/* line 1, ../sass/_layout-cols.scss */
.col-1 { /** Layout - 1 column */ /* -------------------- */ }
/* line 6, ../sass/_layout-cols.scss */
.col-1.cols { position: relative; }
@media only screen and (min-width: 280px) { /* line 6, ../sass/_layout-cols.scss */
  .col-1.cols { padding-top: 1rem; } }
@media only screen and (min-width: 800px) { /* line 6, ../sass/_layout-cols.scss */
  .col-1.cols { padding: 0; } }
@media only screen and (min-width: 800px) { /* line 19, ../sass/_layout-cols.scss */
  .col-1 .col { padding: 1rem 1rem 0; } }
/* line 23, ../sass/_layout-cols.scss */
.col-1 .col-left { display: none; }
/* line 26, ../sass/_layout-cols.scss */
.col-1 .col-right { display: none; }

/* line 32, ../sass/_layout-cols.scss */
.col-2, .col-2-right { /** Layout - 2 column */ /* -------------------- */ }
/* line 37, ../sass/_layout-cols.scss */
.col-2.cols, .cols.col-2-right { position: relative; }
@media only screen and (min-width: 280px) { /* line 37, ../sass/_layout-cols.scss */
  .col-2.cols, .cols.col-2-right { padding-top: 1rem; } }
@media only screen and (min-width: 800px) { /* line 37, ../sass/_layout-cols.scss */
  .col-2.cols, .cols.col-2-right { padding: 0; } }
@media only screen and (min-width: 800px) { /* line 50, ../sass/_layout-cols.scss */
  .col-2 .col, .col-2-right .col { padding: 1rem 1rem 0rem 2rem; }
  /* line 54, ../sass/_layout-cols.scss */
  .col-2 .col-wrapper, .col-2-right .col-wrapper { width: 100%; }
  /* line 58, ../sass/_layout-cols.scss */
  .col-2 .col-main, .col-2-right .col-main { float: right; width: 74%; }
  /* line 72, ../sass/_layout-cols.scss */
  .col-2 .sidebar, .col-2-right .sidebar { float: left; /** width: $col-2-sidebar; */ width: 25.667%; }
  /* line 83, ../sass/_layout-cols.scss */
  .col-2 .col-right, .col-2-right .col-right { clear: both; float: none; width: auto; display: none; } }

@media only screen and (min-width: 800px) { /* line 97, ../sass/_layout-cols.scss */
  .col-2-right .col-main { float: left; padding: 1rem 0rem 1rem 0rem; } }

/* line 106, ../sass/_layout-cols.scss */
.col-3 { /** Layout - 3 column */ /* -------------------- */ }
/* line 111, ../sass/_layout-cols.scss */
.col-3.cols { position: relative; }
@media only screen and (min-width: 280px) { /* line 111, ../sass/_layout-cols.scss */
  .col-3.cols { padding-top: 1rem; } }
@media only screen and (min-width: 800px) { /* line 111, ../sass/_layout-cols.scss */
  .col-3.cols { padding: 0; } }
@media only screen and (min-width: 800px) { /* line 124, ../sass/_layout-cols.scss */
  .col-3 .col { position: relative; float: left; padding: 1rem 1rem 0; }
  /* line 130, ../sass/_layout-cols.scss */
  .col-3 .col-main { left: 16.66667%; width: 66.66667%; padding-left: 1rem; }
  /* line 144, ../sass/_layout-cols.scss */
  .col-3 .col-left { float: left; left: -66.66667%; width: 16.66667%; }
  /* line 156, ../sass/_layout-cols.scss */
  .col-3 .col-right { float: right; width: 16.66667%; } }

/* .cols { @if $col-number == 1 { @extend %col-1; } @else if $col-number == 2 { @extend %col-2; } @else if $col-number == 3 { @extend %col-3; }
} */
/* .main { .col-1 { @extend %col-1; }
 .col-2 { @extend %col-2; }
 .col-3 { @extend %col-3; }
} */
/* line 194, ../sass/_layout-cols.scss */
.breadcrumb { margin: 0.5rem 1rem 0; display: none; }
@media only screen and (min-width: 800px) { /* line 194, ../sass/_layout-cols.scss */
  .breadcrumb { display: block; } }

/** Footer (Panels/Footer.html) */
/* line 5, ../sass/_layout-footer.scss */
.footer { position: relative; background: #2A375B; color: #FFFFFF; /* footer block content */ }
/* line 10, ../sass/_layout-footer.scss */
.footer a { background: none; padding: 0; border: none; color: #FFFFFF; font-family: Raleway, sans-serif; }
/* line 17, ../sass/_layout-footer.scss */
.footer a:hover { background: none; color: #87C425; }
/* line 22, ../sass/_layout-footer.scss */
.footer h2 { font-family: Raleway, sans-serif; font-weight: 700; }
@media only screen and (min-width: 280px) { /* line 22, ../sass/_layout-footer.scss */
  .footer h2 { font-size: 1.8rem; } }
@media only screen and (min-width: 500px) { /* line 22, ../sass/_layout-footer.scss */
  .footer h2 { font-size: 1.8rem; } }
@media only screen and (min-width: 800px) { /* line 22, ../sass/_layout-footer.scss */
  .footer h2 { font-size: 2.2rem; } }
/* line 39, ../sass/_layout-footer.scss */
.footer .inner { padding: 0 0; }
/* line 44, ../sass/_layout-footer.scss */
.footer .block { border-bottom: 1px solid #FFFFFF; margin-bottom: 0; }
@media only screen and (min-width: 280px) { /* line 50, ../sass/_layout-footer.scss */
  .footer .block:first-child { border-top: none; border-bottom: 1px solid #FFFFFF; }
  /* line 55, ../sass/_layout-footer.scss */
  .footer .block:last-child { border-bottom: none; } }
@media only screen and (min-width: 800px) { /* line 44, ../sass/_layout-footer.scss */
  .footer .block { border: none; margin-bottom: 1rem; }
  /* line 64, ../sass/_layout-footer.scss */
  .footer .block:first-child { border-top: none; border-bottom: none; }
  /* line 69, ../sass/_layout-footer.scss */
  .footer .block:last-child { border-bottom: none; } }
/* line 77, ../sass/_layout-footer.scss */
.footer .block-title, .footer .share-product ul.tabs li.active, .share-product ul.tabs .footer li.active, .footer .block-content, .footer .share-product ul.tabs li, .share-product ul.tabs .footer li, .footer #tabcontent.tab-content, .footer ul, .footer .list-entry { background: none; color: #FFFFFF; padding-left: 0; padding-right: 0; border: none; text-transform: none; }
/* line 89, ../sass/_layout-footer.scss */
.footer .block-list { margin-bottom: 1rem; font-family: Raleway, sans-serif; }
@media only screen and (min-width: 500px) { /* line 93, ../sass/_layout-footer.scss */
  .footer .block-list li { display: inline-block; line-height: normal; margin-right: 1rem; } }
@media only screen and (min-width: 800px) { /* line 93, ../sass/_layout-footer.scss */
  .footer .block-list li { display: block; margin-right: 0; } }
@media only screen and (min-width: 500px) { /* line 106, ../sass/_layout-footer.scss */
  .footer .block-list a { display: inline; } }
@media only screen and (min-width: 800px) { /* line 106, ../sass/_layout-footer.scss */
  .footer .block-list a { display: block; } }
@media only screen and (min-width: 800px) { /* line 116, ../sass/_layout-footer.scss */
  .footer .block-list .toggle-nav { display: none; } }
@media only screen and (min-width: 500px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-1 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #2A375B; padding: 0.5rem; }
  /* line 133, ../sass/_layout-footer.scss */
  .footer .level-1.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-1 { display: none; /* hides subcategories etc. in the footer */ } }
@media only screen and (min-width: 500px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-2 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #2A375B; padding: 0.5rem; }
  /* line 133, ../sass/_layout-footer.scss */
  .footer .level-2.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-2 { display: none; /* hides subcategories etc. in the footer */ } }
@media only screen and (min-width: 500px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-3 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #2A375B; padding: 0.5rem; }
  /* line 133, ../sass/_layout-footer.scss */
  .footer .level-3.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-3 { display: none; /* hides subcategories etc. in the footer */ } }
@media only screen and (min-width: 500px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-4 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #2A375B; padding: 0.5rem; }
  /* line 133, ../sass/_layout-footer.scss */
  .footer .level-4.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-4 { display: none; /* hides subcategories etc. in the footer */ } }
@media only screen and (min-width: 500px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-5 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #2A375B; padding: 0.5rem; }
  /* line 133, ../sass/_layout-footer.scss */
  .footer .level-5.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 124, ../sass/_layout-footer.scss */
  .footer .level-5 { display: none; /* hides subcategories etc. in the footer */ } }
/* line 144, ../sass/_layout-footer.scss */
.footer .toggle-nav { padding-right: 1.5rem; text-align: right; }
@media only screen and (min-width: 500px) { /* line 144, ../sass/_layout-footer.scss */
  .footer .toggle-nav { position: static; padding: 0; } }

/** Newsletter (Panels/SideNewsletterBox.html) */
@media only screen and (min-width: 800px) { /* line 160, ../sass/_layout-footer.scss */
  .footer .newsletter-box { padding: 1rem 0; font-size: 0; margin-bottom: 0; }
  /* line 166, ../sass/_layout-footer.scss */
  .footer .newsletter-box .block-title, .footer .newsletter-box .share-product ul.tabs li.active, .share-product ul.tabs .footer .newsletter-box li.active { float: left; width: 16.66667%; padding: 0; }
  /* line 172, ../sass/_layout-footer.scss */
  .footer .newsletter-box .block-content, .footer .newsletter-box .share-product ul.tabs li, .share-product ul.tabs .footer .newsletter-box li, .footer .newsletter-box #tabcontent.tab-content { display: inline; } }
/* line 178, ../sass/_layout-footer.scss */
.footer .newsletter-box .form-container label { display: none; }
@media only screen and (min-width: 280px) { /* line 182, ../sass/_layout-footer.scss */
  .footer .newsletter-box .form-container .text-box, .footer .newsletter-box .form-container .productAttributeValue input[type="text"], .productAttributeValue .footer .newsletter-box .form-container input[type="text"], .footer .newsletter-box .form-container .button { width: 100%; margin-bottom: 0.5rem; border-radius: 0; } }
@media only screen and (min-width: 800px) { /* line 182, ../sass/_layout-footer.scss */
  .footer .newsletter-box .form-container .text-box, .footer .newsletter-box .form-container .productAttributeValue input[type="text"], .productAttributeValue .footer .newsletter-box .form-container input[type="text"], .footer .newsletter-box .form-container .button { width: 32.33333%; vertical-align: top; margin: 0 1% 0 0; } }
/* line 197, ../sass/_layout-footer.scss */
.footer .newsletter-box .form-container .button { background: #2A375B; color: #FFFFFF; border: #2A375B; font-size: 1.5rem; }
@media only screen and (min-width: 280px) { /* line 197, ../sass/_layout-footer.scss */
  .footer .newsletter-box .form-container .button { display: block; width: 50%; margin: 0 auto; } }
@media only screen and (min-width: 500px) { /* line 197, ../sass/_layout-footer.scss */
  .footer .newsletter-box .form-container .button { display: block; width: 50%; margin: 0 auto; } }
@media only screen and (min-width: 800px) { /* line 197, ../sass/_layout-footer.scss */
  .footer .newsletter-box .form-container .button { display: inline-block; width: 16.66667%; margin-right: 0; } }
/* line 222, ../sass/_layout-footer.scss */
.footer .newsletter-box .form-container .button:hover { background: #697E86; border: none; }

@media only screen and (min-width: 800px) { /* line 232, ../sass/_layout-footer.scss */
  .recent-news, .footer-pages-menu, .footer-category-list, .footer-brand-list { float: left; width: 163px; padding-right: 1rem; }
  /* line 241, ../sass/_layout-footer.scss */
  .recent-news li, .footer-pages-menu li, .footer-category-list li, .footer-brand-list li { font-size: 1.3rem; line-height: 1.2; } }

/** Recent Blog Posts (Panels/HomeRecentBlogs.html) */
@media only screen and (min-width: 280px) { /* line 255, ../sass/_layout-footer.scss */
  .recent-news .list-entry .read-more { display: block; margin-top: 0.5rem; } }
@media only screen and (min-width: 800px) { /* line 252, ../sass/_layout-footer.scss */
  .recent-news { float: left; width: 392px; padding-right: 0; }
  /* line 267, ../sass/_layout-footer.scss */
  .recent-news .blog-title { padding: 0.5rem 0; margin: 0; }
  /* line 272, ../sass/_layout-footer.scss */
  .recent-news p { margin: 0; }
  /* line 277, ../sass/_layout-footer.scss */
  .recent-news .list-entry .read-more { display: inline; margin: 0 0 0 0.5rem; }
  /* line 282, ../sass/_layout-footer.scss */
  .recent-news .list-entry .read-more-text { display: none; } }

/** Footer Page Links (Panels/FooterPagesMenu.html) */
/** Footer Category List (Panels/FooterCategoryList.html) */
/** Social Media Icons */
/* line 305, ../sass/_layout-footer.scss */
.footer .social-media { clear: both; font-size: 0; }
/* line 310, ../sass/_layout-footer.scss */
.footer .social-media .block-list ul { margin: 0; }
/* line 314, ../sass/_layout-footer.scss */
.footer .social-media .block-list li { display: inline-block; padding: 0 1rem 0.5rem 0; }
/* line 319, ../sass/_layout-footer.scss */
.footer .social-media .block-list a { display: inline-block; }
/* line 322, ../sass/_layout-footer.scss */
.footer .social-media .block-list a:before { font-size: 2.4rem; }
@media only screen and (min-width: 800px) { /* line 329, ../sass/_layout-footer.scss */
  .footer .social-media .block-title, .footer .social-media .share-product ul.tabs li.active, .share-product ul.tabs .footer .social-media li.active, .footer .social-media .block-list { display: inline-block; vertical-align: middle; }
  /* line 335, ../sass/_layout-footer.scss */
  .footer .social-media .block-title, .footer .social-media .share-product ul.tabs li.active, .share-product ul.tabs .footer .social-media li.active { width: 164px; }
  /* line 340, ../sass/_layout-footer.scss */
  .footer .social-media .block-list { width: 196px; margin: 0.5rem 0; } }

/* copyright info */
/* line 349, ../sass/_layout-footer.scss */
.copyright { background: #697E86; padding: 0.5rem 0; font-size: 1rem; color: #FFFFFF; }
/* line 355, ../sass/_layout-footer.scss */
.copyright a { color: #FFFFFF; font-family: Open Sans, sans-serif; }
/* line 359, ../sass/_layout-footer.scss */
.copyright a:hover { color: #e6e6e6; }
@media only screen and (min-width: 800px) { /* line 349, ../sass/_layout-footer.scss */
  .copyright { clear: both; } }

/* line 369, ../sass/_layout-footer.scss */
.version-number { display: none; }

/* line 373, ../sass/_layout-footer.scss */
.footer-newsletter-background { background: #87C425; border-top: none; border-bottom: none; }
@media only screen and (min-width: 280px) { /* line 378, ../sass/_layout-footer.scss */
  .footer-newsletter-background .inner { padding-top: 0rem; padding-bottom: 0rem; } }
@media only screen and (min-width: 500px) { /* line 378, ../sass/_layout-footer.scss */
  .footer-newsletter-background .inner { padding-top: 0rem; padding-bottom: 0rem; } }
@media only screen and (min-width: 800px) { /* line 378, ../sass/_layout-footer.scss */
  .footer-newsletter-background .inner { padding-top: 0.5rem; padding-bottom: 0.5rem; } }
/* line 396, ../sass/_layout-footer.scss */
.footer-newsletter-background h2 { font-weight: 600; line-height: 2.5rem; }
@media only screen and (min-width: 280px) { /* line 396, ../sass/_layout-footer.scss */
  .footer-newsletter-background h2 { font-size: 1.8rem; } }
@media only screen and (min-width: 500px) { /* line 396, ../sass/_layout-footer.scss */
  .footer-newsletter-background h2 { font-size: 1.8rem; } }
@media only screen and (min-width: 800px) { /* line 396, ../sass/_layout-footer.scss */
  .footer-newsletter-background h2 { font-size: 2.4rem; } }
@media only screen and (min-width: 800px) { /* line 373, ../sass/_layout-footer.scss */
  .footer-newsletter-background { margin-bottom: 1rem; } }
/* line 418, ../sass/_layout-footer.scss */
.footer-newsletter-background .block { border: none; }

/* line 425, ../sass/_layout-footer.scss */
.recent-news .list-entry { color: #FFFFFF; }
/* line 429, ../sass/_layout-footer.scss */
.recent-news h4 a { color: #FFFFFF; }
/* line 433, ../sass/_layout-footer.scss */
.recent-news a .fa { color: #FFFFFF; }

/* Social Icons there actual colours */
/* line 442, ../sass/_layout-footer.scss */
a.icon-facebook:hover { color: #3a5897; }

/* line 443, ../sass/_layout-footer.scss */
a.icon-twitter:hover { color: #49c9f2; }

/* line 444, ../sass/_layout-footer.scss */
a.icon-pinterest:hover { color: #cd2129; }

/* line 445, ../sass/_layout-footer.scss */
a.icon-googleplus:hover { color: #d13e2c; }

/* line 446, ../sass/_layout-footer.scss */
a.icon-youtube:hover { color: #ce332c; }

/* line 447, ../sass/_layout-footer.scss */
a.icon-linkedin:hover { color: #0775b7; }

/* line 451, ../sass/_layout-footer.scss */
.all-brands { font-weight: 700; }

/* line 455, ../sass/_layout-footer.scss */
.secondipity-slogan { width: 100%; height: 92px; background-color: #697E86; }
@media only screen and (min-width: 280px) { /* line 455, ../sass/_layout-footer.scss */
  .secondipity-slogan { height: 78px; padding-left: 1rem; padding-right: 1rem; } }
@media only screen and (min-width: 500px) { /* line 455, ../sass/_layout-footer.scss */
  .secondipity-slogan { height: 78px; padding-left: 1rem; padding-right: 1rem; } }
@media only screen and (min-width: 800px) { /* line 455, ../sass/_layout-footer.scss */
  .secondipity-slogan { height: 92px; } }

/* line 478, ../sass/_layout-footer.scss */
.secondipity-slogan-inner { position: relative; max-width: 980px; margin: 0 auto; }

/* line 484, ../sass/_layout-footer.scss */
.secondipity-logo-footer { position: absolute; left: 0; top: 2.5rem; }
@media only screen and (min-width: 280px) { /* line 484, ../sass/_layout-footer.scss */
  .secondipity-logo-footer { width: 123px; height: 32px; }
  /* line 493, ../sass/_layout-footer.scss */
  .secondipity-logo-footer img { width: 123px; height: 32px; } }
@media only screen and (min-width: 500px) { /* line 484, ../sass/_layout-footer.scss */
  .secondipity-logo-footer { width: 123px; height: 32px; }
  /* line 503, ../sass/_layout-footer.scss */
  .secondipity-logo-footer img { width: 123px; height: 32px; } }
@media only screen and (min-width: 800px) { /* line 484, ../sass/_layout-footer.scss */
  .secondipity-logo-footer { width: 164px; height: 43px; }
  /* line 513, ../sass/_layout-footer.scss */
  .secondipity-logo-footer img { width: 164px; height: 43px; } }

/* line 523, ../sass/_layout-footer.scss */
.secondipity-logo-footer-text { font-family: Raleway, sans-serif; font-size: 1.4rem; font-weight: 600; position: absolute; right: 0; width: 164px; height: 20px; }
@media only screen and (min-width: 280px) { /* line 523, ../sass/_layout-footer.scss */
  .secondipity-logo-footer-text { top: 3.5rem; } }
@media only screen and (min-width: 500px) { /* line 523, ../sass/_layout-footer.scss */
  .secondipity-logo-footer-text { top: 3.5rem; } }
@media only screen and (min-width: 800px) { /* line 523, ../sass/_layout-footer.scss */
  .secondipity-logo-footer-text { top: 4rem; } }

@media only screen and (min-width: 280px) { /* line 548, ../sass/_layout-footer.scss */
  .social-media .block-title, .social-media .share-product ul.tabs li.active, .share-product ul.tabs .social-media li.active { padding-bottom: 1rem; } }
@media only screen and (min-width: 500px) { /* line 548, ../sass/_layout-footer.scss */
  .social-media .block-title, .social-media .share-product ul.tabs li.active, .share-product ul.tabs .social-media li.active { padding-bottom: 1rem; } }
@media only screen and (min-width: 800px) { /* line 548, ../sass/_layout-footer.scss */
  .social-media .block-title, .social-media .share-product ul.tabs li.active, .share-product ul.tabs .social-media li.active { padding-bottom: 0rem; } }

@media only screen and (min-width: 800px) { /* line 565, ../sass/_layout-footer.scss */
  #socnet { width: 400px; } }

@media only screen and (min-width: 800px) { /* line 572, ../sass/_layout-footer.scss */
  .footer-menus { width: 885px; } }

/** Category Page */
/** Category Heading (Panels/CategoryHeading.html) */
/* line 10, ../sass/_page-category.scss */
.subcategory-menu { margin-bottom: 1.5rem; display: block; }
@media only screen and (min-width: 800px) { /* line 10, ../sass/_page-category.scss */
  .subcategory-menu { display: none; } }

/* line 20, ../sass/_page-category.scss */
.subcategory-list ul { padding: 0; margin: 0; list-style: none; }
/* line 26, ../sass/_page-category.scss */
.subcategory-list li { display: inline-block; width: 33.33%; vertical-align: bottom; }

/* line 34, ../sass/_page-category.scss */
.subcategory-list-grid li { padding: 0 0.5rem 0.5rem; }

/* line 39, ../sass/_page-category.scss */
.subcategory-image, .subcategory-name { display: block; }

/* line 45, ../sass/_page-category.scss */
.subcategory-image img { max-width: 100%; }

/* line 52, ../sass/_page-category.scss */
.side-category-list .subcategory-list li { width: 100%; }

/* line 58, ../sass/_page-category.scss */
.category-paging-top { display: none; }
@media only screen and (min-width: 500px) { /* line 58, ../sass/_page-category.scss */
  .category-paging-top { display: block; } }

/** Brands Page */
/* line 6, ../sass/_page-brand.scss */
.sub-brand-list ul { padding: 0; margin: 0; list-style: none; }
/* line 12, ../sass/_page-brand.scss */
.sub-brand-list li { display: inline-block; width: 50%; vertical-align: bottom; }
@media only screen and (min-width: 500px) { /* line 12, ../sass/_page-brand.scss */
  .sub-brand-list li { width: 25%; } }
@media only screen and (min-width: 800px) { /* line 12, ../sass/_page-brand.scss */
  .sub-brand-list li { width: 20%; } }

/* line 29, ../sass/_page-brand.scss */
.sub-brand-list-grid li { padding: 0 0.5rem 0.5rem; text-align: center; }
/* line 34, ../sass/_page-brand.scss */
.sub-brand-list-grid .row-divider { display: none; }

/* line 39, ../sass/_page-brand.scss */
.brand-image, .subcategory-name { display: block; }

/* line 45, ../sass/_page-brand.scss */
.brand-image img { max-width: 100%; }

/** Product Page */
/** Product Details (Panels/ProductDetails.html) */
@media only screen and (min-width: 800px) { /* line 10, ../sass/_page-product.scss */
  .product-wrapper .product-gallery, .product-wrapper .product-details { float: left; width: 50%; } }
/* line 19, ../sass/_page-product.scss */
.product-wrapper .product-details h1, .product-wrapper .product-details h2, .product-wrapper .product-details h3, .product-wrapper .product-details h4 { padding: 0; margin-bottom: 0.5rem; }
@media only screen and (min-width: 800px) { /* line 18, ../sass/_page-product.scss */
  .product-wrapper .product-details { padding-left: 1rem; } }
/* line 30, ../sass/_page-product.scss */
.product-wrapper .product-details .product-description h2 { display: none; }
/* line 35, ../sass/_page-product.scss */
.product-wrapper > .block { position: relative; /* reference for full sized image wrapper */ }

/* -------------------- */
/* line 44, ../sass/_page-product.scss */
.full-size-image-wrapper { background: #FFFFFF; box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.5); }

/* line 49, ../sass/_page-product.scss */
.clear { clear: both; }

/** Product Image Gallery Slide Show (Panels/ProductDetails.html + Snippets/ProductTinyImage.html) Uses FlexSlider jQuery plugin */
/* line 60, ../sass/_page-product.scss */
.product-image-gallery { position: relative; margin-bottom: 1rem; /* makes the banner 'responsive' */ /* thumbnails (navigation) */ /* banner navigation prev/next */ }
/* line 64, ../sass/_page-product.scss */
.product-image-gallery a { color: #87C425; }
/* line 68, ../sass/_page-product.scss */
.product-image-gallery .flex-viewport { border-radius: 0; margin-bottom: 1rem; }
/* line 73, ../sass/_page-product.scss */
.product-image-gallery .slides { padding: 0; margin: 0; list-style: none; }
/* line 79, ../sass/_page-product.scss */
.product-image-gallery .slide { position: relative; }
/* line 84, ../sass/_page-product.scss */
.product-image-gallery .slide-image { display: block; width: 100%; height: auto; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; /* prevents thumb being highlighted by browser on click */ }
/* line 93, ../sass/_page-product.scss */
.product-image-gallery .zoom, .product-image-gallery .az-wrap-inner { display: block; max-width: 100%; max-height: 100%; }
/* line 101, ../sass/_page-product.scss */
.product-image-gallery .large .slide-image { width: auto; }
/* line 107, ../sass/_page-product.scss */
.product-image-gallery .flex-control-thumbs { padding: 0; margin: 0; list-style: none; font-size: 0; }
/* line 113, ../sass/_page-product.scss */
.product-image-gallery .flex-control-thumbs li { display: inline-block; border: 1px solid #87C425; border-radius: 0; vertical-align: middle; margin: 0 0.5rem 0.5rem 0; /* centres the content of the li (i.e. the thumb) */ }
/* line 121, ../sass/_page-product.scss */
.product-image-gallery .flex-control-thumbs li:before { content: ""; display: inline-block; height: 100%; vertical-align: middle; }
/* line 128, ../sass/_page-product.scss */
.product-image-gallery .flex-control-thumbs li:hover { border: 1px solid #2A375B; }
/* line 133, ../sass/_page-product.scss */
.product-image-gallery .flex-control-thumbs img { max-height: 100%; vertical-align: middle; padding: 0.5rem; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; /* prevents thumb being highlighted by browser on click */ }
/* line 142, ../sass/_page-product.scss */
.lt-ie8 .product-image-gallery .flex-control-thumbs img { height: 100%; }
/* line 147, ../sass/_page-product.scss */
.product-image-gallery .flex-control-thumbs .active-thumb { border: 1px solid #2A375B; }
/* line 153, ../sass/_page-product.scss */
.product-image-gallery .flex-direction-nav { display: none; }

/* line 158, ../sass/_page-product.scss */
.full-size-text { display: block; padding: 0.5rem 0; font-size: 1.1rem; text-align: center; cursor: pointer; }

/* -------------------- */
/** Product Image Gallery Zoom (Panels/ProductDetails.html + Snippets/ProductTinyImage.html) Uses AnythingZoomer */
/* line 175, ../sass/_page-product.scss */
.az-wrap, .az-small, .az-large { position: relative; }
/* line 180, ../sass/_page-product.scss */
.az-wrap img, .az-small img, .az-large img { max-width: none; }

/* line 185, ../sass/_page-product.scss */
.az-wrap-inner { display: block; margin: 0 auto; /* center small & large content */ }

/* This wraps the large image and hides it */
/* line 191, ../sass/_page-product.scss */
.az-zoom { display: none; position: absolute; top: 0; left: 0; z-index: 100; overflow: hidden; width: 20rem; height: 20rem; background: #fff; border: 1px solid #333; border-radius: 50%; background-clip: padding-box; cursor: crosshair; }

/* Class applied to az-mover when large image is windowed */
/* line 208, ../sass/_page-product.scss */
.az-windowed { overflow: hidden; position: absolute; }

/* Class applied to az-mover when large image is fully shown */
/* line 214, ../sass/_page-product.scss */
.az-expanded { height: auto; width: auto; position: static; overflow: visible; }

/* overlay small area */
/* line 222, ../sass/_page-product.scss */
.az-overlay { background-color: #000; opacity: 0.3; filter: alpha(opacity=30); z-index: 10; }

/* fade out small content when hovering
.az-hovered > * {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
*/
/* edit mode coordinate styling */
/* line 237, ../sass/_page-product.scss */
.az-coords { display: none; /* hidden when expanded */ }

/* line 241, ../sass/_page-product.scss */
.az-zoom .az-coords { display: block; position: absolute; top: 0; right: 0; background: #000; background: rgba(0, 0, 0, 0.5); color: #fff; }

/* full sized image wrapper */
/* line 252, ../sass/_page-product.scss */
.full-size-image { position: absolute; top: 0; right: 0; left: 0; z-index: 1; display: none; padding: 0.5rem; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; /* prevents thumb being highlighted by browser on click */ cursor: pointer; }
/* line 266, ../sass/_page-product.scss */
.full-size-image img { max-width: 100%; border: 1px solid #FFFFFF; }

/* line 272, ../sass/_page-product.scss */
.full-size-close { position: absolute; top: 1rem; right: 1rem; z-index: 1; font-size: 2.8rem; opacity: 0.5; transition: 0.2s opacity ease-in-out; }
/* line 281, ../sass/_page-product.scss */
.full-size-image:hover .full-size-close { opacity: 1; }

/* -------------------- */
/** Product Details */
/* line 292, ../sass/_page-product.scss */
.retail-product-price { font-weight: normal; font-size: 1.4rem; }

/* line 297, ../sass/_page-product.scss */
.saving-price { display: block; font-size: 1.2rem; }

/* line 302, ../sass/_page-product.scss */
.product-detail { margin-bottom: 0.5rem; }
/* line 305, ../sass/_page-product.scss */
.product-detail label { display: inline-block; font-size: 1.1rem; }
@media only screen and (min-width: 800px) { /* line 305, ../sass/_page-product.scss */
  .product-detail label { min-width: 18%; margin-right: 0.5rem; } }
/* line 315, ../sass/_page-product.scss */
.product-detail .value { display: inline-block; font-size: 1.2rem; }
@media only screen and (min-width: 800px) { /* line 315, ../sass/_page-product.scss */
  .product-detail .value { width: 78%; } }

/* line 325, ../sass/_page-product.scss */
.brand-name a { font-size: 1.8rem; }

/* -------------------- */
/** Product Attribute List */
/* line 337, ../sass/_page-product.scss */
.form-container .productAttributeRow label, .form-container .productAttributeRow select, .form-container .productAttributeRow textarea, .form-container .productAttributeRow input[type="text"] { width: 100%; }
/* line 347, ../sass/_page-product.scss */
.form-container .productAttributeLabel, .form-container .productAttributeValue, .form-container .dateselector { display: block; width: 100%; margin-bottom: 0.5rem; vertical-align: top; }
/* line 354, ../sass/_page-product.scss */
.form-container .productAttributeLabel span.name, .form-container .productAttributeValue span.name, .form-container .dateselector span.name { font-weight: bold; }

/* line 359, ../sass/_page-product.scss */
.product-details-grid .dateselector select { width: 32%; }

@media only screen and (min-width: 800px) { /* line 364, ../sass/_page-product.scss */
  .productAttributeLabel { width: 18%; margin-right: 0.5rem; } }
/* line 370, ../sass/_page-product.scss */
.productAttributeLabel p, .productAttributeLabel li, .productAttributeLabel div, .productAttributeLabel span, .productAttributeLabel table, .productAttributeLabel label { font-size: 1.1rem; }

/* line 380, ../sass/_page-product.scss */
.productAttributeValue { /* uses font awesome glyphs in place of standard browser elements */ }
@media only screen and (min-width: 800px) { /* line 380, ../sass/_page-product.scss */
  .productAttributeValue { width: 78%; } }
/* line 385, ../sass/_page-product.scss */
.productAttributeValue p, .productAttributeValue li, .productAttributeValue div, .productAttributeValue span, .productAttributeValue table, .productAttributeValue label { font-size: 1.2rem; }
/* line 394, ../sass/_page-product.scss */
.productAttributeValue ul { padding: 0; margin: 0; list-style: none; }
/* line 401, ../sass/_page-product.scss */
.productAttributeValue input[type="checkbox"], .productAttributeValue input[type="radio"] { display: none; }
/* line 405, ../sass/_page-product.scss */
.lt-ie9 .productAttributeValue input[type="checkbox"], .lt-ie9 .productAttributeValue input[type="radio"] { display: inline; }
/* line 409, ../sass/_page-product.scss */
.productAttributeValue input[type="checkbox"] + span, .productAttributeValue input[type="radio"] + span { display: block; cursor: pointer; }
/* line 413, ../sass/_page-product.scss */
.lt-ie9 .productAttributeValue input[type="checkbox"] + span, .lt-ie9 .productAttributeValue input[type="radio"] + span { display: inline; }
/* line 417, ../sass/_page-product.scss */
.productAttributeValue input[type="checkbox"] + span:before, .productAttributeValue input[type="radio"] + span:before { display: inline-block; margin-right: 0.5rem; font-size: 1.2rem; font-family: FontAwesome; font-style: normal; font-weight: normal; }
/* line 426, ../sass/_page-product.scss */
.lt-ie9 .productAttributeValue input[type="checkbox"] + span:before, .lt-ie9 .productAttributeValue input[type="radio"] + span:before { display: none; }
/* line 434, ../sass/_page-product.scss */
.productAttributeValue input[type="checkbox"] + span:before { content: "\f096"; /* unchecked tickbox character */ }
/* line 439, ../sass/_page-product.scss */
.productAttributeValue input[type="checkbox"]:checked + span:before { content: "\f046"; /* checked tickbox character */ }
/* line 446, ../sass/_page-product.scss */
.productAttributeValue input[type="radio"] + span:before { content: "\f10c"; /* unchecked radio button character */ }
/* line 451, ../sass/_page-product.scss */
.productAttributeValue input[type="radio"]:checked + span:before { content: "\f192"; /* checked radio button character */ }
/* line 468, ../sass/_page-product.scss */
.productAttributeValue .fileLimitations { font-size: 1.1rem; }

/* line 473, ../sass/_page-product.scss */
.ui-datepicker-trigger { /* the image for the date picker 404s, doesn't appear to work correctly in any case */ display: none; cursor: pointer; }

/* line 479, ../sass/_page-product.scss */
.swatch, .list-horizontal li { display: inline-block; padding: 0.5rem; border: 1px solid #FFFFFF; margin: 0 0.5rem 0.5rem 0; cursor: pointer; }
/* line 487, ../sass/_page-product.scss */
.swatch input[type="radio"] + .name, .list-horizontal li input[type="radio"] + .name { display: none; }
/* line 492, ../sass/_page-product.scss */
.swatch label, .list-horizontal li label { cursor: pointer; }
/* line 496, ../sass/_page-product.scss */
.swatch:hover, .list-horizontal li:hover, .swatch.selectedValue, .list-horizontal li.selectedValue { border-color: #404040; }

/* line 507, ../sass/_page-product.scss */
.swatchColour { display: inline-block; width: 3rem; height: 3rem; }

/* line 514, ../sass/_page-product.scss */
.textureContainer span { display: inline-block; width: 3rem; height: 3rem; }

/* line 522, ../sass/_page-product.scss */
.productOptionViewProductPickListWithImage img { margin-right: 0.5rem; }

/* line 528, ../sass/_page-product.scss */
.list-horizontal li { display: inline-block; cursor: pointer; }
/* line 534, ../sass/_page-product.scss */
.list-horizontal li label { cursor: pointer; }
/* line 539, ../sass/_page-product.scss */
.list-horizontal li input[type="radio"] + .name { display: block; }
/* line 544, ../sass/_page-product.scss */
.list-horizontal li input[type="radio"] + span:before { content: none; /* unchecked radio button character */ }
/* line 549, ../sass/_page-product.scss */
.list-horizontal li input[type="radio"]:checked + span:before { content: none; /* checked radio button character */ }

/* add to cart/wishlist buttons */
/* line 557, ../sass/_page-product.scss */
.product-add-to-cart-options, .product-add-to-wishlist-button { display: inline-block; }

/* -------------------- */
/** Videos section (Panels/ProductVideos.html) */
/* line 569, ../sass/_page-product.scss */
.video-list ul { padding: 0; margin: 0; list-style: none; font-size: 0; }
/* line 576, ../sass/_page-product.scss */
.video-list li { display: inline-block; margin-right: 1rem; font-size: 1.2rem; vertical-align: top; cursor: pointer; }

/** Tags section (Panels/SimilarProductsByTag.html) */
/* line 589, ../sass/_page-product.scss */
.tag-list { overflow: hidden; text-overflow: ellipsis; }

/* -------------------- */
/** Product Reviews section (Panels/ProductReviews.html + product_comments.html) */
/* line 601, ../sass/_page-product.scss */
.product-reviews .button { margin-bottom: 0.5rem; }

/* -------------------- */
/** Similar Products by Category section (Panels/ProductByCategory.html) */
/* line 613, ../sass/_page-product.scss */
.find-by-category ul { padding: 0; margin: 0; list-style: none; }
/* line 619, ../sass/_page-product.scss */
.find-by-category li { display: inline-block; width: 33.33%; vertical-align: bottom; }

/* -------------------- */
/** Cart Page */
/** Cart Status Message (Panels/CartStatusMessage.html) */
/** Cart Content (Panels/CartContent.html) */
@media only screen and (min-width: 280px) { /* line 15, ../sass/_page-cart.scss */
  .cart-thumb { display: none; } }
@media only screen and (min-width: 500px) { /* line 15, ../sass/_page-cart.scss */
  .cart-thumb { display: table-cell; } }

/* line 26, ../sass/_page-cart.scss */
.estimate-shipping-buttons .button { margin-right: 0.5rem; }

/** Product Attributes (Snippets/CartProductAttributesList.html) */
/* line 35, ../sass/_page-cart.scss */
.product-attributes { font-size: 1rem; }

/* cart buttons */
/* line 41, ../sass/_page-cart.scss */
.proceed-to-checkout { margin-bottom: 1rem; text-align: right; }

/* line 46, ../sass/_page-cart.scss */
.keep-shopping { text-align: right; }

/** Checkout Page */
/* line 5, ../sass/_page-checkout.scss */
.change-link { display: block; }

/* line 9, ../sass/_page-checkout.scss */
.ShippingProviderList { padding: 0; margin: 0; list-style: none; }

/* line 16, ../sass/_page-checkout.scss */
.express-checkout-content .block-content, .express-checkout-content .share-product ul.tabs li, .share-product ul.tabs .express-checkout-content li, .express-checkout-content #tabcontent.tab-content { cursor: default; }

/* line 22, ../sass/_page-checkout.scss */
.ExpressCheckoutBlockCollapsed .express-checkout-content { display: none; }

/* line 27, ../sass/_page-checkout.scss */
.express-checkout-completed-content { display: block; font-weight: normal; font-size: 1.2rem; }

/* line 34, ../sass/_page-checkout.scss */
.shipping-address-list .list-entry { padding-bottom: 0.5rem; }

/* line 39, ../sass/_page-checkout.scss */
.ShippingProviderList { padding: 0 0 0.5rem; margin: 0; list-style: none; }

/** Account Pages */
/** Order Status (account_orderstatus.html & Panels/AccountOrderStatus.html) */
/* line 9, ../sass/_page-account.scss */
.account-order-status-list { padding: 0; margin: 0; list-style: none; }
/* line 14, ../sass/_page-account.scss */
.account-order-status-list form { display: inline; }

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

/* line 18, ../sass/_slick.scss */
.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
/* line 25, ../sass/_slick.scss */
.slick-list:focus { outline: none; }
/* line 29, ../sass/_slick.scss */
.slick-list.dragging { cursor: pointer; cursor: hand; }

/* line 34, ../sass/_slick.scss */
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

/* line 43, ../sass/_slick.scss */
.slick-track { position: relative; left: 0; top: 0; display: block; }
/* line 49, ../sass/_slick.scss */
.slick-track:before, .slick-track:after { content: ""; display: table; }
/* line 55, ../sass/_slick.scss */
.slick-track:after { clear: both; }
/* line 59, ../sass/_slick.scss */
.slick-loading .slick-track { visibility: hidden; }

/* line 63, ../sass/_slick.scss */
.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
/* line 67, ../sass/_slick.scss */
[dir="rtl"] .slick-slide { float: right; }
/* line 70, ../sass/_slick.scss */
.slick-slide img { display: block; }
/* line 73, ../sass/_slick.scss */
.slick-slide.slick-loading img { display: none; }
/* line 79, ../sass/_slick.scss */
.slick-slide.dragging img { pointer-events: none; }
/* line 83, ../sass/_slick.scss */
.slick-initialized .slick-slide { display: block; }
/* line 87, ../sass/_slick.scss */
.slick-loading .slick-slide { visibility: hidden; }
/* line 91, ../sass/_slick.scss */
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* line 97, ../sass/_slick.scss */
.slick-arrow.slick-hidden { display: none; }

/* Slider */
/* line 40, ../sass/_slick-theme.scss */
.slick-loading .slick-list { background: #fff url('../images/ajax-loader.gif') center center no-repeat; }

/* Icons */
/* Arrows */
/* line 58, ../sass/_slick-theme.scss */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
/* line 74, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
/* line 78, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
/* line 82, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

/* line 87, ../sass/_slick-theme.scss */
.slick-prev:before, .slick-next:before { font-family: "FontAwesome"; font-size: 20px; line-height: 1; color: #2A375B; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* line 97, ../sass/_slick-theme.scss */
.slick-prev { left: 10px; }
/* line 99, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev { left: auto; right: 10px; }
/* line 103, ../sass/_slick-theme.scss */
.slick-prev:before { content: ""; }
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before { content: ""; }

/* line 111, ../sass/_slick-theme.scss */
.slick-next { right: 10px; }
/* line 113, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next { left: 10px; right: auto; }
/* line 117, ../sass/_slick-theme.scss */
.slick-next:before { content: ""; }
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before { content: ""; }

/* Dots */
/* line 127, ../sass/_slick-theme.scss */
.slick-slider { margin-bottom: 30px; }

/* line 131, ../sass/_slick-theme.scss */
.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
/* line 139, ../sass/_slick-theme.scss */
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
/* line 147, ../sass/_slick-theme.scss */
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }
/* line 159, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
/* line 161, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
/* line 165, ../sass/_slick-theme.scss */
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: ""; width: 20px; height: 20px; font-family: "FontAwesome"; font-size: 1rem; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* line 182, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before { color: #2A375B; opacity: 0.75; }

/*   New Slick slider Gallery  */
/* line 200, ../sass/_slick-theme.scss */
.slick-prev, .slick-next { z-index: 1; opacity: 0.4; /* text-shadow:0px 2px 3px rgba(0,0,0,0.6); */ }
/* line 203, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-next:hover { opacity: 0.9; }

/* line 208, ../sass/_slick-theme.scss */
.slick-main-images, .slick-thumbnails { padding: 0px; margin: 0px; text-align: center; }

@media only screen and (min-width: 800px) { /* line 212, ../sass/_slick-theme.scss */
  .product-image-gallery-slick .slick-main-images .slick-dots { display: none !important; } }

/* line 222, ../sass/_slick-theme.scss */
.slick-thumbnails li { height: 75px; width: 75px; overflow: hidden; border: 1px solid #2A375B; margin: 1px; cursor: pointer; float: none; }
/* line 231, ../sass/_slick-theme.scss */
.slick-thumbnails li:hover { border-color: #1a2238; }
/* line 234, ../sass/_slick-theme.scss */
.slick-thumbnails li.slick-slide { display: inline-block; }
/* line 235, ../sass/_slick-theme.scss */
.slick-thumbnails li.slick-current { border-color: #121727; }
/* line 236, ../sass/_slick-theme.scss */
.slick-thumbnails li img { max-height: 100%; max-width: 100%; display: inline-block; position: relative; top: 50%; transform: translateY(-50%); }

@media only screen and (max-width: 800px) { /* line 284, ../sass/_slick-theme.scss */
  .product-thumb .slick-thumbnails, .product-thumb .full-size-text { display: none !important; } }
/** Nasty Hacks (miscellaneous fixes to inaccessible globals - keep to as few rules as possible) */
/* remove the automatic float from the paypal graphic */
/* line 9, ../sass/_hacks.scss */
.PayPalExpressCheckout p { float: none !important; }

/* -------------------- */
/* increase the width of the zip/postcode field */
/* line 16, ../sass/_hacks.scss */
.Field45 { width: 50% !important; }

/* -------------------- */
/* normalise the share elements on order.html */
/* line 23, ../sass/_hacks.scss */
ul.tabs { position: static; top: 0; margin: 0; padding: 0; list-style: none; }

/* line 31, ../sass/_hacks.scss */
ul.tabs li { display: inline-block; background: none; padding: 0; border: none; border-radius: 0; margin: 0 0.5rem 0 0; color: inherit; font-weight: normal; cursor: pointer; vertical-align: bottom; }

/* line 44, ../sass/_hacks.scss */
.share-product ul.tabs li { border-bottom: none; }

/* line 50, ../sass/_hacks.scss */
ul.tabs li.active { background: none; color: inherit; cursor: default; vertical-align: middle; }

/* line 61, ../sass/_hacks.scss */
.share-product ul.tabs li { border: 1px solid #2A375B; border-bottom: none; margin: 0 0.5rem 0 0; }

/* line 67, ../sass/_hacks.scss */
ul.tabs li img { display: inline; position: static; top: 0; left: 0; width: 16px; height: 16px; margin-right: 0.5rem; }

/* line 77, ../sass/_hacks.scss */
#tabcontent { min-height: 0; padding: 0; border: none; border-radius: 0; margin: 0; }
/* line 84, ../sass/_hacks.scss */
#tabcontent .product-image { margin-right: 0.5rem; }

/* -------------------- */
/* Style the modal popup box (such as what appears when editing options in the cart) */
/* line 98, ../sass/_hacks.scss */
#ModalContainer #ModalContentContainer { border-radius: 0; box-shadow: none; background: #FFFFFF; padding: 0.5rem; color: #000000; line-height: 1.2; }
/* line 109, ../sass/_hacks.scss */
#ModalContainer #ModalTitle, #ModalContainer .ModalTitle { background: none; padding: 0; border: none; border-radius: 0; color: #FFFFFF; font-size: 1.2rem; font-weight: normal; text-align: left; background: #2A375B; padding: 0.5rem; margin: 0; color: #FFFFFF; }
/* line 124, ../sass/_hacks.scss */
#ModalContainer #ModalTitle:empty, #ModalContainer .ModalTitle:empty { background: none; padding: 0; border-top: 1px solid #FFFFFF; margin: 0; }
/* line 132, ../sass/_hacks.scss */
#ModalContainer #ModalContent, #ModalContainer .modal-content { border: 1px solid #FFFFFF; border-top: none; }
/* line 138, ../sass/_hacks.scss */
#ModalContainer #ModalButtonRow, #ModalContainer .ModalButtonRow { background: none; border: none; border-radius: 0; height: auto; line-height: 1.2; padding: 0; text-align: left; }
/* line 147, ../sass/_hacks.scss */
#ModalContainer #ModalButtonRow .FloatLeft, #ModalContainer .ModalButtonRow .FloatLeft { display: inline; margin-right: 0.5rem; }
/* line 153, ../sass/_hacks.scss */
#ModalContainer .button { color: #fff; }
/* line 157, ../sass/_hacks.scss */
#ModalContainer .productAttributeLabel { width: 100%; margin: 0; text-align: left; }
/* line 163, ../sass/_hacks.scss */
#ModalContainer .productAttributeValue { width: 100%; }
/* line 167, ../sass/_hacks.scss */
#ModalContainer .productOptionPickListSwatch li { display: inline-block; }
/* line 171, ../sass/_hacks.scss */
#ModalContainer .productAttributeConfigurablePickListSet ul, #ModalContainer .productAttributeConfigurablePickListSet li, #ModalContainer .productAttributeConfigurablePickListSwatch ul, #ModalContainer .productAttributeConfigurablePickListSwatch li, #ModalContainer .productAttributeConfigurablePickListProduct ul, #ModalContainer .productAttributeConfigurablePickListProduct li { padding-left: 0.5rem; }
/* line 180, ../sass/_hacks.scss */
#ModalContainer .productOptionPickListSwatch .textureContainer, #ModalContainer .productOptionPickListSwatch .swatchColours { padding: 0; border: none; margin: 0; }
/* line 187, ../sass/_hacks.scss */
#ModalContainer .productOptionViewRectangle .selectedValue label { border: none; padding: 0; }
/* line 192, ../sass/_hacks.scss */
#ModalContainer .productOptionPickListSwatch .swatchNone .name { color: inherit; text-decoration: none; }
/* line 197, ../sass/_hacks.scss */
#ModalContainer .productOptionViewRectangle .option label { border: none; }
/* line 201, ../sass/_hacks.scss */
#ModalContainer .productOptionViewRectangle label { padding: 0; margin: 0; }
/* line 206, ../sass/_hacks.scss */
#ModalContainer .productOptionViewRectangle .none label, #ModalContainer .productOptionViewRectangle .selectedValue.none label { padding: 0; color: inherit; text-decoration: none; }

/* line 214, ../sass/_hacks.scss */
.quick-view-image-container { float: left; width: 48%; }
/* line 218, ../sass/_hacks.scss */
.quick-view-image-container img { max-width: 100%; }

/* line 223, ../sass/_hacks.scss */
.quick-view-product-details-container { float: right; width: 50%; }
/* line 227, ../sass/_hacks.scss */
.quick-view-product-details-container .productAttributeRow { margin-bottom: 0.5rem; }

/* line 232, ../sass/_hacks.scss */
#fastCartWrapper { padding: 0; }

/* line 236, ../sass/_hacks.scss */
.fastCartContent { width: auto; }

/* line 240, ../sass/_hacks.scss */
.fastCartSummaryBox { text-align: center; }

/* line 244, ../sass/_hacks.scss */
.fast-cart-summary-box .button { display: block; }

/* line 248, ../sass/_hacks.scss */
#fastCartContainer .ProductList li { width: 24%; margin: 0 0.5%; }

/* line 253, ../sass/_hacks.scss */
#fastCartContainer .ProductList .ProductImage { width: auto; height: auto; margin: 0 auto; }

/* -------------------- */
/* Stop recaptcha tables extending too far on smaller views */
/* line 263, ../sass/_hacks.scss */
.recaptchatable { width: 100%; table-layout: fixed; }
@media only screen and (min-width: 800px) { /* line 263, ../sass/_hacks.scss */
  .recaptchatable { width: auto; table-layout: auto; } }

/* -------------------- */

/* Begin Customizations For Case 02492161 */
#SideProductRelated > div > ul > li:nth-child(4) {
display: none;
}
/* End Customizations For Case 02492161 */

/*Hide Extra PayPal Express Buttons*/
#braintree-paypal-loggedout:nth-child(2)
 {
    display: none;
}
#braintree-paypal-loggedout:nth-child(4) {
    display: none;
}
.PayPalExpressCheckout {
    padding-top: 5px;
}
/*End Hide Extra PayPal Express Buttons*/

#CheckoutButtonAmazon1, #CheckoutButtonAmazon3{
display: none;
}

.or-use-label{
display: none;
}

.or-use-label.show-or-use-label{
display: block;
}