@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 */
.main { background-image: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/RedCirclesBackground.jpg?t=1716815434); background-size: cover; }
@media only screen and (max-width: 800px) { /* line 27, ../sass/_init.scss */
  .main { background-image: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/MobileBackground.jpg?t=1716815434); background-size: unset; background-repeat: repeat; } }

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

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

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

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

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

/* line 65, ../sass/_init.scss */
a { color: #FF0000; text-decoration: none; transition: color 0.2s ease-in-out; }
/* line 70, ../sass/_init.scss */
a:hover { color: #990000; }
/* line 74, ../sass/_init.scss */
a:active { color: #ff6666; }

/* line 79, ../sass/_init.scss */
p { margin: 0.5rem; font-size: 1.4rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* breadcrumb navigation */
/* line 238, ../sass/_init.scss */
.breadcrumb ul { padding: 0; margin: 0; list-style: none; }
/* line 244, ../sass/_init.scss */
.breadcrumb li { display: inline; }
/* line 247, ../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 256, ../sass/_init.scss */
.breadcrumb li:last-child:after { content: none; }
/* line 260, ../sass/_init.scss */
.breadcrumb li:empty { display: none; }

/* page titles */
/* line 267, ../sass/_init.scss */
.page-title { background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); padding: 0.5rem 1rem; border-radius: 0; margin-bottom: 1rem; color: #FFFFFF; text-transform: uppercase; font-size: 2.4rem; }
/* line 278, ../sass/_init.scss */
.page-title a { color: #FFFFFF; }

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

/* line 293, ../sass/_init.scss */
.product-nav { line-height: 3; }
/* line 296, ../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 302, ../sass/_init.scss */
.sort-by div { display: inline; }
/* line 306, ../sass/_init.scss */
.sort-by span { display: none; }

/* line 311, ../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 319, ../sass/_init.scss */
.nav-prev:hover, .nav-next:hover { background: #FF0000; color: #FFFFFF; }

/* line 325, ../sass/_init.scss */
.paging-list { display: inline; padding: 0; margin: 0; list-style: none; }
/* line 331, ../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 339, ../sass/_init.scss */
.paging-list li:hover { background: #FF0000; }
/* line 342, ../sass/_init.scss */
.paging-list li:hover a { color: #FFFFFF; }
/* line 348, ../sass/_init.scss */
.paging-list li.ActivePage { background: #FF0000; color: #FFFFFF; }

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

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

/* line 365, ../sass/_init.scss */
.block-title, .share-product ul.tabs li.active { position: relative; background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); padding: 0.5rem; border-radius: 0.5rem; margin: 0; color: #FFFFFF; text-transform: uppercase; font-weight: normal; line-height: 1.2; }
/* line 378, ../sass/_init.scss */
.block-title a, .share-product ul.tabs li.active a { color: #FFFFFF; }
/* line 384, ../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 389, ../sass/_init.scss */
  .block-title.has-toggle, .share-product ul.tabs li.has-toggle.active { padding-right: 0.5rem; } }
/* line 394, ../sass/_init.scss */
.sidebar .block-title, .sidebar .share-product ul.tabs li.active, .share-product ul.tabs .sidebar li.active { font-size: 1.4rem; border-radius: 0.5rem 0.5rem 0rem 0rem; font-weight: normal; line-height: 1.2; }
@media only screen and (max-width: 800px) { /* line 394, ../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-height: 1.4; background: -moz-linear-gradient(top, #FF0000 0%, #A10202 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #A10202 100%); background: linear-gradient(to bottom, #FF0000 0%, #A10202 100%); border-radius: 0; } }

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

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

@media only screen and (min-width: 280px) { /* line 421, ../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 421, ../sass/_init.scss */
  .toggle-icon { display: none; } }

/* line 437, ../sass/_init.scss */
.block-content, .share-product ul.tabs li, #tabcontent.tab-content { background: #FFFFFF; padding: 0.5rem 0rem 0.5rem 0rem; border: 1px solid #FFFFFF; border-radius: 0; color: #000000; line-height: 1.2; }
/* line 446, ../sass/_init.scss */
.express-checkout .block-content, .express-checkout .share-product ul.tabs li, .share-product ul.tabs .express-checkout li, .express-checkout #tabcontent.tab-content { padding: 1rem; }
/* line 450, ../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 455, ../sass/_init.scss */
.block-content img, .share-product ul.tabs li img, #tabcontent.tab-content img { max-width: 100%; }
/* line 459, ../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-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: #A10202; line-height: 3; }
/* line 476, ../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 481, ../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 486, ../sass/_init.scss */
.block-list ul ul, .block-list ul ol, .block-list ol ul, .block-list ol ol { border: none; margin: 0; }
/* line 493, ../sass/_init.scss */
.block-list a, .block-list .list-entry { display: block; padding: 0 0.5rem; }
/* line 499, ../sass/_init.scss */
.block-list a { background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); color: #000000; transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
/* line 509, ../sass/_init.scss */
.block-list a:hover { background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); color: #FFFFFF; }
/* line 515, ../sass/_init.scss */
.col-main .block-list a:hover { color: #A10202; }
/* line 523, ../sass/_init.scss */
.block-list .list-entry * { line-height: 1.2; }
/* line 527, ../sass/_init.scss */
.block-list .list-entry a { display: inline; padding: 0; border: none; background: none; }
@media only screen and (min-width: 800px) { /* line 535, ../sass/_init.scss */
  .col .block-list { margin: 0 0 1rem; } }
@media only screen and (min-width: 800px) { /* line 541, ../sass/_init.scss */
  .sidebar .block-list { /* for rounded bottom to lists */ } }
@media only screen and (min-width: 800px) { /* line 564, ../sass/_init.scss */
  .sidebar .block-list ul { line-height: 2; } }
@media only screen and (min-width: 980px) { /* line 564, ../sass/_init.scss */
  .sidebar .block-list ul { line-height: 3; } }
/* line 574, ../sass/_init.scss */
.sidebar .block-list a { font-family: Oswald, sans-serif; text-transform: uppercase; }
@media only screen and (min-width: 800px) { /* line 574, ../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; } }

/* line 592, ../sass/_init.scss */
.level-0 a { padding: 0.4rem 0.5rem; }

@media only screen and (max-width: 800px) { /* line 599, ../sass/_init.scss */
  .footer .level-0 a { font-size: 1.4rem; line-height: 2; } }

/* line 610, ../sass/_init.scss */
.account-menu .level-0 a { padding: 0rem 0.5rem; }
/* line 613, ../sass/_init.scss */
.sidebar .account-menu .level-0 a { padding: 0.4rem 0.5rem; }

/* line 623, ../sass/_init.scss */
.visible-links .level-0 a { padding: 0.4rem 0.5rem 0.4rem 0.5rem; }

/* child categories */
/* line 635, ../sass/_init.scss */
.level-1 a { background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); color: #000000; padding: 0.4rem 0rem 0.4rem 1rem; }
/* line 642, ../sass/_init.scss */
.level-1 a:hover { background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); color: #FFFFFF; }
/* line 650, ../sass/_init.scss */
.level-1 .toggle-nav { padding: 0.4rem 0.5rem 0.4rem 0.5rem; }

/* line 635, ../sass/_init.scss */
.level-2 a { background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); color: #000000; padding: 0.4rem 0rem 0.4rem 1.5rem; }
/* line 642, ../sass/_init.scss */
.level-2 a:hover { background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); color: #FFFFFF; }
/* line 650, ../sass/_init.scss */
.level-2 .toggle-nav { padding: 0.4rem 0.5rem 0.4rem 0.5rem; }

/* line 635, ../sass/_init.scss */
.level-3 a { background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); color: #000000; padding: 0.4rem 0rem 0.4rem 2rem; }
/* line 642, ../sass/_init.scss */
.level-3 a:hover { background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); color: #FFFFFF; }
/* line 650, ../sass/_init.scss */
.level-3 .toggle-nav { padding: 0.4rem 0.5rem 0.4rem 0.5rem; }

/* line 635, ../sass/_init.scss */
.level-4 a { background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); color: #000000; padding: 0.4rem 0rem 0.4rem 2.5rem; }
/* line 642, ../sass/_init.scss */
.level-4 a:hover { background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); color: #FFFFFF; }
/* line 650, ../sass/_init.scss */
.level-4 .toggle-nav { padding: 0.4rem 0.5rem 0.4rem 0.5rem; }

/* line 635, ../sass/_init.scss */
.level-5 a { background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); color: #000000; padding: 0.4rem 0rem 0.4rem 3rem; }
/* line 642, ../sass/_init.scss */
.level-5 a:hover { background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); color: #FFFFFF; }
/* line 650, ../sass/_init.scss */
.level-5 .toggle-nav { padding: 0.4rem 0.5rem 0.4rem 0.5rem; }

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

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

@media only screen and (min-width: 280px) { /* line 673, ../sass/_init.scss */
  .toggle-nav { position: absolute; top: 0; right: 0; min-width: 15%; padding: 0; text-align: center; } }
@media only screen and (min-width: 800px) { /* line 684, ../sass/_init.scss */
  .sidebar .block-list .toggle-nav { display: block; }
  /* line 688, ../sass/_init.scss */
  .header .block-list .toggle-nav { display: none; } }

/* line 696, ../sass/_init.scss */
.block-table { width: 100%; }
@media only screen and (min-width: 500px) { /* line 696, ../sass/_init.scss */
  .block-table { table-layout: fixed; } }
/* line 703, ../sass/_init.scss */
.block-table .sub-title { font-weight: bold; }
/* line 707, ../sass/_init.scss */
.block-table thead { border-bottom: 1px solid #FFFFFF; }
/* line 711, ../sass/_init.scss */
.block-table tfoot { border-top: 1px solid #FFFFFF; }
/* line 715, ../sass/_init.scss */
.block-table th { padding: 0.5rem 0.5rem; text-align: left; font-size: 1.4rem; }
/* line 720, ../sass/_init.scss */
.block-table th:first-child { padding-left: 0; }
/* line 724, ../sass/_init.scss */
.block-table th:last-child { padding-right: 0; }
/* line 729, ../sass/_init.scss */
.block-table td { padding: 0.5rem; vertical-align: top; }
/* line 733, ../sass/_init.scss */
.block-table td:first-child { padding-left: 0; }
/* line 737, ../sass/_init.scss */
.block-table td:last-child { padding-right: 0; }
/* line 742, ../sass/_init.scss */
.block-table img { max-width: 100%; }

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

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

/* tabs */
/* line 756, ../sass/_init.scss */
.block-tabs { padding: 0; margin: 0; list-style: none; }
/* line 761, ../sass/_init.scss */
.block-tabs li { display: inline-block; margin-right: 0.5rem; }
/* line 765, ../sass/_init.scss */
.block-tabs li:last-child { margin-right: 0; }
/* line 770, ../sass/_init.scss */
.block-tabs a { display: block; background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); border: none; border-radius: 0.5rem 0.5rem 0 0; text-transform: none; color: #000000; padding: 0.5rem; transition: color 0.2s ease-in-out, background 0.2s ease-in-out; }
/* line 784, ../sass/_init.scss */
.block-tabs a:hover { background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); color: #FFFFFF; border: none; border-radius: 0.5rem 0.5rem 0 0; text-transform: none; }
/* line 796, ../sass/_init.scss */
.block-tabs .Active a { background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); padding: 0.5rem; border: none; color: #FFFFFF; border-radius: 0.5rem 0.5rem 0 0; text-transform: none; }

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

/* form elements */
/* line 849, ../sass/_init.scss */
.button { display: inline-block; background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); padding: 0.6rem 1rem; border: none; border-radius: 0; color: #FFFFFF; font-weight: normal; font-size: 1.4rem; font-family: Oswald, sans-serif; text-align: center; text-transform: uppercase; /*transition: background-color $transition-default;*/ }
/* line 865, ../sass/_init.scss */
.button:hover { background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); color: #000000; border: none; }
/* line 872, ../sass/_init.scss */
.button:hover a { color: #FFFFFF; }
/* line 877, ../sass/_init.scss */
.button a { display: block; color: #FFFFFF; }
/* line 882, ../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 895, ../sass/_init.scss */
.alt-button, .notification-content .button, .footer .newsletter-box .form-container .button { background: #A10202; border: 1px solid #000000; color: #FFFFFF; }
/* line 900, ../sass/_init.scss */
.alt-button:hover, .notification-content .button:hover, .footer .newsletter-box .form-container .button:hover { background: #fc0d0d; color: #FFFFFF; border: 1px solid #333333; }
/* line 905, ../sass/_init.scss */
.alt-button:hover a, .notification-content .button:hover a, .footer .newsletter-box .form-container .button:hover a { color: #FFFFFF; }
/* line 910, ../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 918, ../sass/_init.scss */
.button-wrapper { display: inline-block; padding: 0; border: none; }
/* line 923, ../sass/_init.scss */
.button-wrapper:active { padding: 0; }
/* line 927, ../sass/_init.scss */
.button-wrapper div { display: inline; }
/* line 931, ../sass/_init.scss */
.button-wrapper input, .button-wrapper a { background: none; padding: 0.5rem 1rem; border: 1px solid #000000; }
/* line 937, ../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 946, ../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; }

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

/* uses font awesome glyphs in place of standard browser elements */
/* line 969, ../sass/_init.scss */
.check-box[type="checkbox"], .radio-button[type="radio"] { display: none; }
/* line 973, ../sass/_init.scss */
.lt-ie9 .check-box[type="checkbox"], .lt-ie9 .radio-button[type="radio"] { display: inline; }
/* line 977, ../sass/_init.scss */
.check-box[type="checkbox"] + label, .radio-button[type="radio"] + label { display: block; cursor: pointer; }
/* line 981, ../sass/_init.scss */
.lt-ie9 .check-box[type="checkbox"] + label, .lt-ie9 .radio-button[type="radio"] + label { display: inline; }
/* line 985, ../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 994, ../sass/_init.scss */
.lt-ie9 .check-box[type="checkbox"] + label:before, .lt-ie9 .radio-button[type="radio"] + label:before { display: none; }

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

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

/* line 1024, ../sass/_init.scss */
.form-container { font-size: 0; }
/* line 1027, ../sass/_init.scss */
.form-container p, .form-container li, .form-container div, .form-container span, .form-container table { font-size: 1.4rem; }
/* line 1035, ../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 1047, ../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 1052, ../sass/_init.scss */
.form-container label { display: inline-block; width: 18%; font-size: 1.4rem; margin: 0.2rem 0rem; vertical-align: top; }
/* line 1060, ../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 1071, ../sass/_init.scss */
.form-container .radio-button + label, .form-container .check-box + label { width: auto; }
/* line 1076, ../sass/_init.scss */
.form-container .button { font-size: 1.4rem; }
/* line 1081, ../sass/_init.scss */
.form-container .full-width label { width: auto; }

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

/* line 1092, ../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 1102, ../sass/_init.scss */
.multi-element-row label { vertical-align: text-bottom; }
/* line 1105, ../sass/_init.scss */
.multi-element-row label:first-child { width: 18%; }

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

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

/* add .form-wrapper around forms or fields that are globals */
/* line 1126, ../sass/_init.scss */
.form-wrapper dl, .form-wrapper dd { margin: 0; }
/* line 1131, ../sass/_init.scss */
.form-wrapper dt { display: inline-block; width: 18%; font-size: 1.2rem; vertical-align: top; }
/* line 1137, ../sass/_init.scss */
.form-wrapper dt span { font-size: 1.4rem; }
/* line 1142, ../sass/_init.scss */
.form-wrapper dd { display: inline-block; width: 80%; font-size: 1.2rem; vertical-align: text-bottom; }
/* line 1149, ../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; padding: 0.5rem 1rem; border: 1px solid #CCC; }
/* line 1160, ../sass/_init.scss */
.form-wrapper .full-width { display: block; margin-bottom: 0.5rem; }
/* line 1164, ../sass/_init.scss */
.form-wrapper .full-width label { width: auto; }

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

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

/* line 1189, ../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 1197, ../sass/_init.scss */
  .create-account, .account-login { float: left; width: 50%; padding: 0 0.5rem; } }

/* misc */
/* line 1208, ../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 1219, ../sass/_init.scss */
.loading { overflow: hidden; }
/* line 1223, ../sass/_init.scss */
.loading .slides li { display: none !important; }
/* line 1226, ../sass/_init.scss */
.loading .slides li:first-child { display: block !important; }

/* line 1233, ../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 1244, ../sass/_init.scss */
.loading .loading-content { display: block; }
/* line 1248, ../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 1258, ../sass/_init.scss */
.loading-content .flex-viewport, .loading-content .flex-control-nav, .loading-content .flex-direction-nav { visibility: hidden; }

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

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

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

/* -------------------- */
/** Banners */
/* line 1289, ../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; }

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

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

/* line 1308, ../sass/_init.scss */
.sidebar .side-category-list .category-list ul:not(.active) { display: none; }

/* line 1312, ../sass/_init.scss */
.sidebar .pages-menu .page-list ul:not(.active) { display: none; }

@media only screen and (min-width: 800px) { /* line 1317, ../sass/_init.scss */
  .sidebar .side-category-list .block-list .toggle-nav { display: block; }
  /* line 1321, ../sass/_init.scss */
  .sidebar .pages-menu .block-list .toggle-nav { display: block; } }
/* line 1350, ../sass/_init.scss */
.side-search .button { font-size: 1.1rem; }

/* line 1356, ../sass/_init.scss */
.purchase-gift-certificate p { font-size: 1.4rem; padding-bottom: 1rem; }

/* line 1362, ../sass/_init.scss */
#themeSelect { margin-top: 2rem; margin-bottom: 2rem; }

/* line 1368, ../sass/_init.scss */
#CustomAmountVisible { margin-bottom: 2rem; }

@media only screen and (min-width: 280px) { /* line 1372, ../sass/_init.scss */
  .sidebar .side-category-list, .side-search { display: none; } }
@media only screen and (min-width: 500px) { /* line 1372, ../sass/_init.scss */
  .sidebar .side-category-list, .side-search { display: none; } }
@media only screen and (min-width: 800px) { /* line 1372, ../sass/_init.scss */
  .sidebar .side-category-list, .side-search { display: block; } }

/* line 1387, ../sass/_init.scss */
.share-product ul.tabs li.active { margin: 0 0.5rem 0 0; }

@media only screen and (min-width: 800px) { /* line 1391, ../sass/_init.scss */
  .sliders-category-boxes { background-color: #FFFFFF; padding: 1rem; } }

@media only screen and (max-width: 800px) { /* line 1399, ../sass/_init.scss */
  .col-main .block-title, .col-main .share-product ul.tabs li.active, .share-product ul.tabs .col-main li.active { font-size: 2.4rem; border-radius: 0rem; background: -moz-linear-gradient(top, #FF0000 0%, #A10202 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #A10202 100%); background: linear-gradient(to bottom, #FF0000 0%, #A10202 100%); line-height: 1.4; } }
@media only screen and (min-width: 800px) { /* line 1399, ../sass/_init.scss */
  .col-main .block-title, .col-main .share-product ul.tabs li.active, .share-product ul.tabs .col-main li.active { font-size: 1.4rem; } }

/* line 1415, ../sass/_init.scss */
.Message { padding-left: 1rem; }

/* line 1418, ../sass/_init.scss */
.share-product ul.tabs li.active { background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); border: none; border-radius: 0.5rem 0.5rem 0 0; text-transform: none; }

/* line 1427, ../sass/_init.scss */
.share-product ul.tabs li { background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); border: none; border-radius: 0.5rem 0.5rem 0 0; text-transform: none; font-size: 1.4rem; padding: 0.5rem; }

/* line 1438, ../sass/_init.scss */
.share-product ul.tabs li.active + li { border: none; border-radius: 0.5rem 0.5rem 0 0; padding: 0.5rem; }

/* line 1444, ../sass/_init.scss */
.txtR { margin-bottom: 0.5rem; }

/* line 1448, ../sass/_init.scss */
.google_plusone_iframe_widget { width: 32px !important; }
/* line 1451, ../sass/_init.scss */
.product-page .google_plusone_iframe_widget { width: 23px !important; }

/* line 1457, ../sass/_init.scss */
.tweet_iframe_widget { width: 62px !important; }

/* line 1461, ../sass/_init.scss */
.addthis_button_pinterest_pinit { width: 44px !important; }

/* line 1465, ../sass/_init.scss */
.addthis_button_facebook_like { width: 68px !important; }

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

/** Cookie Notification (Snippets/CookieNotification.html) */
/* line 5, ../sass/_plugin-cookie-notification.scss */
.cookie-notification { padding: 0.5rem 0; background: #FFFFFF; color: #A10202; 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(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-facebook.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-facebook.png?t=1716815434) no-repeat center/100%; }
/* line 111, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-facebook:hover { background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-facebook.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-facebook.png?t=1716815434) no-repeat center/100%; }

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

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

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

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

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

/* line 168, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-instagram { background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-instagram.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-instagram.png?t=1716815434) no-repeat center/100%; }
/* line 172, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-instagram:hover { background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-instagram.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-instagram.png?t=1716815434) no-repeat center/100%; }

/* line 178, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-stumbleupon { background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-stumbleupon.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-stumbleupon.png?t=1716815434) no-repeat center/100%; }
/* line 182, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-stumbleupon:hover { background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-stumbleupon.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-stumbleupon.png?t=1716815434) no-repeat center/100%; }

/* line 188, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-tumblr { background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-tumblr.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-tumblr.png?t=1716815434) no-repeat center/100%; }
/* line 192, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-tumblr:hover { background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-tumblr.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-tumblr.png?t=1716815434) no-repeat center/100%; }

/* line 198, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-rss { background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-rss.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-rss.png?t=1716815434) no-repeat center/100%; }
/* line 202, ../sass/_plugin-social-media.scss */
.icon-social-theme.icon-rss:hover { background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-rss.png?t=1716815434) no-repeat center; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/icon-social-rss.png?t=1716815434) no-repeat center/100%; }

/* -------------------- */
/** Slide Show (Panels/HomeSlideShow.html) */
/* line 5, ../sass/_plugin-slide-show.scss */
.slide-show { position: relative; margin-bottom: 1rem; color: #FFFFFF; }
@media only screen and (max-width: 800px) { /* line 5, ../sass/_plugin-slide-show.scss */
  .slide-show { padding-top: 1rem; } }
/* line 14, ../sass/_plugin-slide-show.scss */
.slide-show a { color: #FFFFFF; }
/* line 18, ../sass/_plugin-slide-show.scss */
.slide-show .flex-viewport { border-radius: 0; }
/* line 22, ../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 28, ../sass/_plugin-slide-show.scss */
.slide-show .slides li { display: none; }
/* line 31, ../sass/_plugin-slide-show.scss */
.slide-show .slides li:first-child { display: block; }
/* line 37, ../sass/_plugin-slide-show.scss */
.slide-show .slide { position: relative; }
/* line 41, ../sass/_plugin-slide-show.scss */
.slide-show .slide-overlay { /* container for optional text */ position: absolute; top: 0; left: 0; padding: 1rem; }
/* line 49, ../sass/_plugin-slide-show.scss */
.slide-show .slide-heading { padding-top: 0; }
/* line 53, ../sass/_plugin-slide-show.scss */
.slide-show .slide-text { font-size: 1.1rem; }
/* line 59, ../sass/_plugin-slide-show.scss */
.slide-show .slide-image { /* makes the banner 'responsive' */ display: block; width: 100%; height: auto; }
/* line 66, ../sass/_plugin-slide-show.scss */
.slide-show .flex-control-nav { /* banner navigation 'pips' */ position: absolute; bottom: 1rem; left: 2rem; width: auto; padding: 0; margin: 0; list-style: none; line-height: 0; text-align: right; }
@media only screen and (max-width: 800px) { /* line 66, ../sass/_plugin-slide-show.scss */
  .slide-show .flex-control-nav { left: 1rem; } }
/* line 83, ../sass/_plugin-slide-show.scss */
.slide-show .flex-control-nav li { display: inline-block; }
/* line 87, ../sass/_plugin-slide-show.scss */
.slide-show .flex-control-nav a { display: block; width: 1.6rem; height: 1.6rem; background: #FFFFFF; padding: 50% 0; padding: 0.5rem 0; border-radius: 50%; margin-right: 0.5rem; font-size: 0; text-align: center; cursor: pointer; transition: 0.2s background ease-in-out; }
@media only screen and (max-width: 800px) { /* line 87, ../sass/_plugin-slide-show.scss */
  .slide-show .flex-control-nav a { width: 1rem; height: 1rem; } }
/* line 108, ../sass/_plugin-slide-show.scss */
.slide-show .flex-control-nav a:hover, .slide-show .flex-control-nav .flex-active { background: #FF0000; }
/* line 114, ../sass/_plugin-slide-show.scss */
.slide-show .flex-direction-nav { /* banner navigation prev/next */ padding: 0; margin: 0; list-style: none; }
/* line 121, ../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; }
/* line 131, ../sass/_plugin-slide-show.scss */
.slide-show .flex-prev:hover, .slide-show .flex-next:hover { opacity: 1; }
/* line 136, ../sass/_plugin-slide-show.scss */
.slide-show:hover .flex-prev, .slide-show:hover .flex-next { visibility: visible; }
/* line 141, ../sass/_plugin-slide-show.scss */
.slide-show .flex-prev { left: 1rem; }
/* line 145, ../sass/_plugin-slide-show.scss */
.slide-show .flex-next { right: 1rem; }

/* -------------------- */
/** 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: left; border: 1px solid #E6E6E6; background: #FFFFFF; margin: 0.5%; }
@media only screen and (min-width: 280px) { /* line 13, ../sass/_plugin-product-list.scss */
  .product-list li { width: 98%; } }
@media only screen and (min-width: 280px) { /* line 13, ../sass/_plugin-product-list.scss */
  .product-list li { margin: 1%; } }
@media only screen and (min-width: 800px) { /* line 36, ../sass/_plugin-product-list.scss */
  .product-list li:first-child { margin-left: 0rem; } }
@media only screen and (min-width: 800px) { /* line 43, ../sass/_plugin-product-list.scss */
  .product-list li:nth-child(4n+1) { margin-left: 0rem; } }
@media only screen and (min-width: 800px) { /* line 49, ../sass/_plugin-product-list.scss */
  .product-list li:nth-child(4n) { margin-right: 0rem; } }
@media only screen and (min-width: 800px) { /* line 56, ../sass/_plugin-product-list.scss */
  .product-list li:last-child { margin-right: 0rem; } }
@media only screen and (min-width: 500px) { /* line 63, ../sass/_plugin-product-list.scss */
  .col-1 .product-list li { width: 49%; padding: 0.5rem; } }
@media only screen and (min-width: 800px) { /* line 63, ../sass/_plugin-product-list.scss */
  .col-1 .product-list li { width: 19%; } }
@media only screen and (min-width: 500px) { /* line 74, ../sass/_plugin-product-list.scss */
  .col-2 .product-list li, .col-2-right .product-list li { width: 48%; padding: 0.5rem; } }
@media only screen and (min-width: 800px) { /* line 74, ../sass/_plugin-product-list.scss */
  .col-2 .product-list li, .col-2-right .product-list li { width: 23.5%; } }
@media only screen and (min-width: 500px) { /* line 85, ../sass/_plugin-product-list.scss */
  .col-3 .product-list li { width: 49%; padding: 0.5rem; } }
@media only screen and (min-width: 800px) { /* line 85, ../sass/_plugin-product-list.scss */
  .col-3 .product-list li { width: 32.333%; } }
/* line 97, ../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 103, ../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 111, ../sass/_plugin-product-list.scss */
  .product-page .col-3 .col-main .product-list li:nth-child(n+4) { display: none; } }
/* line 119, ../sass/_plugin-product-list.scss */
.product-list a { display: block; }

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

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

/* product title */
/* line 150, ../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.4rem; line-height: 1.6rem; padding: 0; margin: 0 0 0.5rem; overflow: hidden; text-align: center; text-transform: uppercase; font-weight: normal; }
/* line 161, ../sass/_plugin-product-list.scss */
.product-name a { color: #000000; }
/* line 164, ../sass/_plugin-product-list.scss */
.product-name a:hover { color: #FF0000; }

/* quick view button */
/* line 172, ../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 184, ../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; color: #FF0000; text-align: center; }

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

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

/* product ratings */
/* line 208, ../sass/_plugin-product-list.scss */
span.product-rating, .product-rating { margin-bottom: 0.5rem; font-size: 1.4rem; color: #161616; text-align: center; }
@media only screen and (min-width: 800px) { /* line 215, ../sass/_plugin-product-list.scss */
  .sidebar span.product-rating, .sidebar .product-rating { font-size: 1.2rem; } }

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

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

/* compare button */
/* line 231, ../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 238, ../sass/_plugin-product-list.scss */
  .search-page .product-compare-button { display: block; } }
/* line 243, ../sass/_plugin-product-list.scss */
.product-compare-button div { display: inline; }
/* line 247, ../sass/_plugin-product-list.scss */
.product-compare-button .check-box { padding-right: 0.5rem; }

/* add to cart/choose options button with icon */
/* line 258, ../sass/_plugin-product-list.scss */
.product-action-add .button { width: 100%; padding: 0.56rem 0 0.56rem 2.8rem; position: relative; font-family: Oswald, sans-serif; text-transform: uppercase; background: #000000; border: none; text-align: center; margin: 0 auto; border-radius: 0.5rem; font-size: 1.5rem; font-weight: normal; }
@media only screen and (max-width: 800px) { /* line 258, ../sass/_plugin-product-list.scss */
  .product-action-add .button { width: 75%; } }
/* line 277, ../sass/_plugin-product-list.scss */
.product-action-add .button:hover { background: -moz-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: -webkit-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #D5D5D5 100%); }
/* line 287, ../sass/_plugin-product-list.scss */
.product-action-add .button:before { content: "\f07a"; font-family: FontAwesome; font-size: 1.6rem; background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); color: #FFFFFF; font-weight: normal; padding: 0.5rem 1rem; border-radius: 0.3rem 0 0 0.3rem; position: absolute; left: 0px; top: 0px; }

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

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

/* line 353, ../sass/_plugin-product-list.scss */
.bottom { margin: 0 0; }
/* line 356, ../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 356, ../sass/_plugin-product-list.scss */
  .bottom .float-right { display: block; } }

/* line 368, ../sass/_plugin-product-list.scss */
.bottom-brand { margin: 0 0; }
/* line 371, ../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 371, ../sass/_plugin-product-list.scss */
  .bottom-brand .float-right { display: block; } }

/* line 383, ../sass/_plugin-product-list.scss */
.compare-button-container { margin: 0 0; }
/* line 386, ../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 386, ../sass/_plugin-product-list.scss */
  .compare-button-container .button { display: block; } }

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

/* -------------------- */
/* line 413, ../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; }
@media only screen and (min-width: 280px) { /* line 413, ../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 { padding: 0.5rem; border: none; } }
@media only screen and (min-width: 500px) { /* line 413, ../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 { padding: 0.5rem; border: none; } }
@media only screen and (min-width: 800px) { /* line 413, ../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 { padding: 0.5% 0 0 0; border: 1px solid #E6E6E6; border-top: none; border-radius: 0; } }
/* line 439, ../sass/_plugin-product-list.scss */
.col-right .product-list li, .col-left .product-list li { position: relative; display: inline-block; padding: 0.5rem; border-radius: 0.5rem; font-size: 1.1rem; vertical-align: top; text-align: center; background: none; margin: 0% 0.5% 1% 0.5%; /*.button {				
	&:before {
		padding: 0.5rem 0.7rem;
	}
}*/ }
@media only screen and (min-width: 280px) { /* line 439, ../sass/_plugin-product-list.scss */
  .col-right .product-list li, .col-left .product-list li { width: 100%; border: 1px solid #000000; } }
@media only screen and (min-width: 500px) { /* line 439, ../sass/_plugin-product-list.scss */
  .col-right .product-list li, .col-left .product-list li { width: 49%; border: 1px solid #000000; } }
@media only screen and (min-width: 800px) { /* line 439, ../sass/_plugin-product-list.scss */
  .col-right .product-list li, .col-left .product-list li { width: 100%; border: none; } }
@media only screen and (min-width: 800px) { /* line 468, ../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; } }
@media only screen and (min-width: 800px) { /* line 475, ../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; } }
@media only screen and (min-width: 800px) { /* line 481, ../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 510, ../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; }

@media only screen and (min-width: 280px) { /* line 514, ../sass/_plugin-product-list.scss */
  .sidebar .product-list .product-image img { max-height: 160px; max-width: 160px; } }
@media only screen and (min-width: 500px) { /* line 514, ../sass/_plugin-product-list.scss */
  .sidebar .product-list .product-image img { max-height: 160px; max-width: 160px; } }
@media only screen and (min-width: 800px) { /* line 514, ../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 { padding: 2rem 0rem 0rem 0rem; margin: 0; list-style: none; }
/* line 11, ../sass/_plugin-brand-search.scss */
.brand-search li { display: inline-block; margin-bottom: 1rem; width: 49%; margin-right: 2%; }
/* line 17, ../sass/_plugin-brand-search.scss */
.brand-search li:nth-child(2n) { margin-right: 0; }
/* line 21, ../sass/_plugin-brand-search.scss */
.lt-ie9 .brand-search li { margin-right: 1%; }
@media only screen and (min-width: 800px) { /* line 11, ../sass/_plugin-brand-search.scss */
  .brand-search li { width: 19.2%; margin-right: 1%; vertical-align: middle; }
  /* line 30, ../sass/_plugin-brand-search.scss */
  .brand-search li:nth-child(2n) { margin-right: 1%; }
  /* line 34, ../sass/_plugin-brand-search.scss */
  .brand-search li:nth-child(5n) { margin-right: 0; }
  /* line 38, ../sass/_plugin-brand-search.scss */
  .lt-ie9 .brand-search li { margin-right: 0.33%; } }
/* line 44, ../sass/_plugin-brand-search.scss */
.brand-search a { display: block; }
/* line 47, ../sass/_plugin-brand-search.scss */
.brand-search a:hover { opacity: 0.8; }
/* line 52, ../sass/_plugin-brand-search.scss */
.brand-search img { display: block; max-width: 100%; border-radius: 0; margin: 0 auto; }

/* line 63, ../sass/_plugin-brand-search.scss */
.brand-search-container { margin-bottom: 0rem; width: 100%; height: 148px; margin-top: 0.7rem; }
@media only screen and (min-width: 500px) { /* line 66, ../sass/_plugin-brand-search.scss */
  .brand-search-container .block-content, .brand-search-container .share-product ul.tabs li, .share-product ul.tabs .brand-search-container li, .brand-search-container #tabcontent.tab-content { padding-top: 1rem; } }
@media only screen and (min-width: 800px) { /* line 66, ../sass/_plugin-brand-search.scss */
  .brand-search-container .block-content, .brand-search-container .share-product ul.tabs li, .share-product ul.tabs .brand-search-container li, .brand-search-container #tabcontent.tab-content { padding-top: 2rem; } }
@media only screen and (min-width: 280px) { /* line 63, ../sass/_plugin-brand-search.scss */
  .brand-search-container { height: 128px; } }
@media only screen and (min-width: 500px) and (max-width: 800px) { /* line 63, ../sass/_plugin-brand-search.scss */
  .brand-search-container { display: block; height: 133px; }
  /* line 84, ../sass/_plugin-brand-search.scss */
  .brand-search-container ul { background: #FFFFFF; text-align: center; }
  /* line 87, ../sass/_plugin-brand-search.scss */
  .brand-search-container ul li { width: 18%; vertical-align: middle; }
  /* line 91, ../sass/_plugin-brand-search.scss */
  .brand-search-container ul li:first-child { margin-left: 2%; }
  /* line 95, ../sass/_plugin-brand-search.scss */
  .brand-search-container ul li:last-child { margin-right: 2%; }
  /* line 99, ../sass/_plugin-brand-search.scss */
  .brand-search-container ul li img { width: 90%; } }
@media only screen and (min-width: 800px) { /* line 63, ../sass/_plugin-brand-search.scss */
  .brand-search-container { display: block; } }

/* line 115, ../sass/_plugin-brand-search.scss */
.brand-title { font-size: 1.7rem; text-align: center; }

/* line 120, ../sass/_plugin-brand-search.scss */
.brand-search-container-mobile { width: 100%; }
@media only screen and (min-width: 500px) { /* line 120, ../sass/_plugin-brand-search.scss */
  .brand-search-container-mobile { display: none; } }

/* line 129, ../sass/_plugin-brand-search.scss */
.brand-search-mobile { list-style-type: none; padding: 0rem; text-align: center; }
/* line 134, ../sass/_plugin-brand-search.scss */
.brand-search-mobile li { display: inline-block; width: 145px; position: relative; margin-right: 1rem; }
/* line 140, ../sass/_plugin-brand-search.scss */
.brand-search-mobile li:nth-child(2n) { margin-right: 0; }

/* -------------------- */
/** 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; }
@media only screen and (min-width: 800px) { /* line 11, ../sass/_plugin-category-boxes.scss */
  .category-boxes li { display: inline-block; margin-bottom: 1rem; width: 49%; margin-right: 2%; }
  /* line 23, ../sass/_plugin-category-boxes.scss */
  .category-boxes li:nth-child(2n) { margin-right: 0; }
  /* line 27, ../sass/_plugin-category-boxes.scss */
  .lt-ie9 .category-boxes li { margin-right: 1%; } }
/* line 33, ../sass/_plugin-category-boxes.scss */
.category-boxes a { position: relative; display: block; }
/* line 38, ../sass/_plugin-category-boxes.scss */
.category-boxes img { display: block; max-width: 100%; border-radius: 0; margin: 0 auto; }

/* line 50, ../sass/_plugin-category-boxes.scss */
.category-boxes-section { display: none; width: 100%; margin: 0 auto; }
@media only screen and (min-width: 500px) { /* line 50, ../sass/_plugin-category-boxes.scss */
  .category-boxes-section { display: block; } }
  .category-boxes-section { display: none !important; }

/* line 61, ../sass/_plugin-category-boxes.scss */
.category-boxes-inner { width: 100%; text-align: center; }

/* line 66, ../sass/_plugin-category-boxes.scss */
.category-boxes-left { display: inline-block; width: 475px; height: 470px; margin-right: 0.6rem; }
@media only screen and (min-width: 500px) and (max-width: 800px) { /* line 66, ../sass/_plugin-category-boxes.scss */
  .category-boxes-left { width: 357px; height: 253px; } }

/* line 79, ../sass/_plugin-category-boxes.scss */
.category-boxes-right { display: inline-block; width: 475px; height: 470px; }
@media only screen and (min-width: 500px) and (max-width: 800px) { /* line 79, ../sass/_plugin-category-boxes.scss */
  .category-boxes-right { width: 357px; height: 253px; } }

/* line 90, ../sass/_plugin-category-boxes.scss */
ul.category-box-tall-left { display: inline-block; padding: 0rem; list-style-type: none; margin: 0rem 0.66rem 0rem 0rem; }
@media only screen and (min-width: 500px) and (max-width: 800px) { /* line 90, ../sass/_plugin-category-boxes.scss */
  ul.category-box-tall-left { margin: 0rem 0.5rem 0rem 0rem; } }

/* line 101, ../sass/_plugin-category-boxes.scss */
li.category-box-tall { position: relative; width: 232px; height: 310px; }
@media only screen and (min-width: 500px) and (max-width: 800px) { /* line 101, ../sass/_plugin-category-boxes.scss */
  li.category-box-tall { width: 174px; height: 233px; }
  /* line 110, ../sass/_plugin-category-boxes.scss */
  li.category-box-tall img { width: 174px; height: 233px; } }

/* line 118, ../sass/_plugin-category-boxes.scss */
ul.category-box-two-left { display: inline-block; padding: 0rem; list-style-type: none; margin: 0rem; }

/* line 125, ../sass/_plugin-category-boxes.scss */
li.category-box-single { position: relative; display: inline-block; width: 232px; height: 150px; }
@media only screen and (min-width: 500px) and (max-width: 800px) { /* line 125, ../sass/_plugin-category-boxes.scss */
  li.category-box-single { width: 174px; height: 113px; }
  /* line 135, ../sass/_plugin-category-boxes.scss */
  li.category-box-single img { width: 174px; height: 113px; } }

/* line 142, ../sass/_plugin-category-boxes.scss */
ul.category-box-wide-left { display: inline-block; padding: 0rem; list-style-type: none; margin: 0.6rem 0rem 0rem 0rem; }
@media only screen and (min-width: 500px) and (max-width: 800px) { /* line 142, ../sass/_plugin-category-boxes.scss */
  ul.category-box-wide-left { margin: 0.5rem 0rem 0rem 0rem; } }

/* line 153, ../sass/_plugin-category-boxes.scss */
li.category-box-wide { position: relative; width: 475px; height: 150px; }
@media only screen and (min-width: 500px) and (max-width: 800px) { /* line 153, ../sass/_plugin-category-boxes.scss */
  li.category-box-wide { width: 357px; height: 113px; }
  /* line 162, ../sass/_plugin-category-boxes.scss */
  li.category-box-wide img { width: 357px; height: 113px; } }

/* line 169, ../sass/_plugin-category-boxes.scss */
ul.category-box-right { display: inline-block; padding: 0rem; list-style-type: none; margin: 0rem; }

@media only screen and (min-width: 500px) { /* line 176, ../sass/_plugin-category-boxes.scss */
  .bottom-box { margin-bottom: 0.7rem; } }
@media only screen and (min-width: 800px) { /* line 176, ../sass/_plugin-category-boxes.scss */
  .bottom-box { margin-bottom: 1rem; } }

/* line 188, ../sass/_plugin-category-boxes.scss */
.right-box { margin-right: 0.9rem; }

/* line 192, ../sass/_plugin-category-boxes.scss */
.category-box-title { display: block; position: absolute; z-index: 1; bottom: 1.3rem; right: 0rem; width: 190px; height: 35px; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/CategoryBoxBackground.png?t=1716815434); font-family: Oswald, sans-serif; color: #FFFFFF; font-size: 2rem; text-transform: uppercase; text-align: center; font-weight: 700; line-height: 1.8; }
@media only screen and (min-width: 500px) and (max-width: 800px) { /* line 192, ../sass/_plugin-category-boxes.scss */
  .category-box-title { width: 143px; height: 26px; bottom: 0.98rem; font-size: 1.5rem; } }
/* line 217, ../sass/_plugin-category-boxes.scss */
.category-box-title:hover { color: #FFFFFF; }

@media only screen and (min-width: 280px) { /* line 222, ../sass/_plugin-category-boxes.scss */
  .category-boxes-mobile-container { display: block; } }
@media only screen and (min-width: 500px) { /* line 222, ../sass/_plugin-category-boxes.scss */
  .category-boxes-mobile-container { display: none; } }

.category-boxes-mobile-container { display: none !important; }

/* line 234, ../sass/_plugin-category-boxes.scss */
.category-boxes-mobile { list-style-type: none; padding: 0rem; text-align: center; }
/* line 239, ../sass/_plugin-category-boxes.scss */
.category-boxes-mobile li { display: inline-block; width: 145px; position: relative; margin-right: 1rem; margin-bottom: 0.7rem; }
/* line 246, ../sass/_plugin-category-boxes.scss */
.category-boxes-mobile li:nth-child(2n) { margin-right: 0; }
/* line 250, ../sass/_plugin-category-boxes.scss */
.category-boxes-mobile li:last-child { margin-bottom: 0.2rem; }
/* line 254, ../sass/_plugin-category-boxes.scss */
.category-boxes-mobile li:nth-last-child(2) { margin-bottom: 0.2rem; }

/* line 261, ../sass/_plugin-category-boxes.scss */
.category-box-title-mobile { display: block; position: absolute; z-index: 1; bottom: 0.7rem; right: 0rem; width: 106px; height: 20px; background: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/CategoryBoxBackground.png?t=1716815434); font-family: Oswald, sans-serif; color: #FFFFFF; font-size: 1.2rem; text-transform: uppercase; text-align: center; font-weight: 700; line-height: 1.8; }
/* line 278, ../sass/_plugin-category-boxes.scss */
.category-box-title-mobile:hover { color: #FFFFFF; }

/* -------------------- */
/** 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 { display: none; 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; }

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

/** Header (Panels/Header.html) */
/* line 29, ../sass/_layout-header.scss */
.header { position: relative; z-index: 2; background: #000000; font-size: 0; }
/* line 35, ../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 29, ../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 52, ../sass/_layout-header.scss */
  .header .inner { padding: 0 1rem; } }
@media only screen and (min-width: 800px) { /* line 60, ../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 74, ../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 84, ../sass/_layout-header.scss */
  .header .level-2 .has-sub > a:after, .header .level-2 .has-sub > .list-entry:after { content: none; } }

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

/* Navigation */
/* line 100, ../sass/_layout-header.scss */
.header-option > a { display: block; color: #FFFFFF; }
@media only screen and (min-width: 280px) { /* line 99, ../sass/_layout-header.scss */
  .header-option { display: inline-block; width: 33.33333%; background: -moz-linear-gradient(top, #FF0000 0%, #A10202 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #A10202 100%); background: linear-gradient(to bottom, #FF0000 0%, #A10202 100%); color: #FFFFFF; font-size: 1.2rem; line-height: 3; } }
@media only screen and (min-width: 800px) { /* line 99, ../sass/_layout-header.scss */
  .header-option { position: static; width: auto; background: none; color: inherit; } }

@media only screen and (min-width: 280px) { /* line 124, ../sass/_layout-header.scss */
  .header-toggle { padding: 0.5rem; text-align: center; transition: 0.2s color ease-in-out, 0.2s background ease-in-out; }
  /* line 132, ../sass/_layout-header.scss */
  .header-toggle:hover, .header-toggle.active { background: -moz-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: -webkit-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #D5D5D5 100%); color: #000000; }
  /* line 139, ../sass/_layout-header.scss */
  .header-toggle:hover .cart-items, .header-toggle.active .cart-items { background-color: #FF0000; color: #FFFFFF; }
  /* line 146, ../sass/_layout-header.scss */
  .header-toggle .fa { padding-right: 0.5rem; font-size: 2.4rem; vertical-align: middle; } }
@media only screen and (min-width: 800px) { /* line 124, ../sass/_layout-header.scss */
  .header-toggle { display: none; } }

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

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

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

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

/* -------------------- */
/** Header Content (Panels/Header.html + Panels/HeaderSearch.html) */
/* line 217, ../sass/_layout-header.scss */
.header-content { padding: 1rem 0; }
@media only screen and (min-width: 800px) { /* line 217, ../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%; padding: 0rem; } }
/* line 226, ../sass/_layout-header.scss */
.header-content .inner { position: relative; }
/* line 230, ../sass/_layout-header.scss */
.lt-ie10 .header-content { padding-top: 46px; }

/* -------------------- */
/** Header Logo (Panels/Header.html) */
/* line 240, ../sass/_layout-header.scss */
.header-logo { display: inline-block; max-width: 75%; padding: 1rem 0rem 0rem 0rem; line-height: 3; }
@media only screen and (max-width: 800px) { /* line 240, ../sass/_layout-header.scss */
  .header-logo { padding: 0.5rem 0; } }
/* line 250, ../sass/_layout-header.scss */
.header-logo h1 { padding: 0; margin: 0; }
/* line 255, ../sass/_layout-header.scss */
.header-logo img { display: block; max-width: 100%; }

/* -------------------- */
/** Header Search (Panels/HeaderSearch.html) */
/* line 267, ../sass/_layout-header.scss */
.search-options, .search-expand { position: absolute; top: 60%; right: 0; z-index: 1; transform: translateY(-50%); }
@media only screen and (min-width: 280px) { /* line 267, ../sass/_layout-header.scss */
  .search-options, .search-expand { width: 100%; white-space: nowrap; text-align: right; } }
@media only screen and (min-width: 800px) { /* line 267, ../sass/_layout-header.scss */
  .search-options, .search-expand { right: 1rem; left: auto; width: 33.33333%; text-align: left; } }
/* line 287, ../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 294, ../sass/_layout-header.scss */
  .search-toggle { display: none; }
  /* line 298, ../sass/_layout-header.scss */
  .search-toggle.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 294, ../sass/_layout-header.scss */
  .search-toggle { display: block !important; } }

/* line 308, ../sass/_layout-header.scss */
.search-expand { display: none; width: 17.5%; padding-top: 1.1rem; padding-bottom: 1.1rem; font-size: 1.4rem; border: none; line-height: normal; /* line heights on form elements and IE = bad times */ text-align: center; cursor: pointer; background: -moz-linear-gradient(top, #FF0000 0%, #A10202 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #A10202 100%); background: linear-gradient(to bottom, #FF0000 0%, #A10202 100%); }
/* line 324, ../sass/_layout-header.scss */
.search-expand:hover { background: -moz-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: -webkit-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #D5D5D5 100%); color: #000000; }
/* line 331, ../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 338, ../sass/_layout-header.scss */
.search-expand a { display: block; color: #FFFFFF; }
/* line 343, ../sass/_layout-header.scss */
.search-expand.active { display: block; }
@media only screen and (min-width: 800px) { /* line 343, ../sass/_layout-header.scss */
  .search-expand.active { display: none; } }

@media only screen and (min-width: 800px) { /* line 354, ../sass/_layout-header.scss */
  .header-search h3 { display: none; }
  /* line 358, ../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 367, ../sass/_layout-header.scss */
.search-form form { font-size: 0; }
/* line 371, ../sass/_layout-header.scss */
.search-form label { display: none; }
/* line 375, ../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 375, ../sass/_layout-header.scss */
  .search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"], .search-form .button { width: 72.5%; padding-top: 1.1rem; padding-bottom: 1.1rem; } }
@media only screen and (min-width: 800px) { /* line 375, ../sass/_layout-header.scss */
  .search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"], .search-form .button { width: 85%; } }
/* line 393, ../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: 800px) { /* line 393, ../sass/_layout-header.scss */
  .search-form .text-box, .search-form .productAttributeValue input[type="text"], .productAttributeValue .search-form input[type="text"] { border-radius: 0.5rem 0 0 0.5rem; font-family: Oswald, sans-serif; color: #737272; text-transform: uppercase; padding-top: 0.5rem; padding-bottom: 0.5rem; font-size: 1.5rem; } }
/* line 407, ../sass/_layout-header.scss */
.search-form .button { border-radius: 0 0 0 0; }
@media only screen and (min-width: 280px) { /* line 407, ../sass/_layout-header.scss */
  .search-form .button { width: 17.5%; border: none; height: 42px; cursor: pointer; font-size: 1.4rem; background: -moz-linear-gradient(top, #FF0000 0%, #A10202 100%); background: -webkit-linear-gradient(top, #FF0000 0%, #A10202 100%); background: linear-gradient(to bottom, #FF0000 0%, #A10202 100%); }
  /* line 421, ../sass/_layout-header.scss */
  .search-form .button:hover { background: -moz-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: -webkit-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #D5D5D5 100%); } }
@media only screen and (min-width: 800px) { /* line 407, ../sass/_layout-header.scss */
  .search-form .button { width: 15%; border-radius: 0 0.5rem 0.5rem 0rem; padding-top: 0rem; padding-bottom: 0.6rem; font-size: 2.5rem; height: 35px; vertical-align: bottom; line-height: 1; }
  /* line 439, ../sass/_layout-header.scss */
  .search-form .button:hover { cursor: pointer; } }
@media only screen and (min-width: 280px) { /* line 445, ../sass/_layout-header.scss */
  .search-form .close { position: absolute; top: 0; left: 0; bottom: 0; width: 10%; cursor: pointer; } }
@media only screen and (min-width: 800px) { /* line 445, ../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; width: 100%; background: #f2f2f2; border: 1px solid #bfbfbf; font-size: 1.2rem; /* rating graphics don't appear correctly in the search so hide them */ }
/* line 470, ../sass/_layout-header.scss */
.QuickSearch .RatingIMG { display: none; }

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

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

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

/* line 496, ../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 507, ../sass/_layout-header.scss */
  .account-options { padding-left: 1rem; } }
@media only screen and (min-width: 800px) { /* line 507, ../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: #201F1F; padding: 0; line-height: 2; }
  /* line 519, ../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 523, ../sass/_layout-header.scss */
  .account-options .block-list { padding: 0; }
  /* line 527, ../sass/_layout-header.scss */
  .account-options ul { background: none; border: none; margin: 0; color: #C4C4C4; }
  /* line 534, ../sass/_layout-header.scss */
  .account-options li { display: inline-block; vertical-align: top; font-family: Oswald, sans-serif; color: #FFFFFF; font-size: 1.2rem; border: none; padding: 0.1rem 0; border-radius: 0; }
  /* line 544, ../sass/_layout-header.scss */
  .account-options li li { display: block; }
  /* line 549, ../sass/_layout-header.scss */
  .account-options a, .account-options .list-entry { background: none; border: none; }
  /* line 555, ../sass/_layout-header.scss */
  .account-options a { color: #FFFFFF; font-family: Oswald, sans-serif; }
  /* line 559, ../sass/_layout-header.scss */
  .account-options a:hover, .account-options a:active { background: none; color: #FF0000; text-decoration: underline; }
  /* line 567, ../sass/_layout-header.scss */
  .account-options .fa { font-size: 1.2rem; color: #FF0000; margin-right: 0.3rem; }
  /* line 574, ../sass/_layout-header.scss */
  .account-options .product-list { margin-bottom: 0.5rem; }
  /* line 577, ../sass/_layout-header.scss */
  .account-options .product-list li { border-top: 1px solid #FF0000; }
  /* line 580, ../sass/_layout-header.scss */
  .account-options .product-list li:last-child { border-bottom: 1px solid #FF0000; }
  /* line 584, ../sass/_layout-header.scss */
  .account-options .product-list li a { color: #FF0000; } }
/* line 592, ../sass/_layout-header.scss */
.lt-ie10 .account-options { position: absolute; top: 0; height: 36px; line-height: 36px; }

/* line 601, ../sass/_layout-header.scss */
.mini-cart-contents { margin-bottom: 0.5rem; }
/* line 605, ../sass/_layout-header.scss */
.mini-cart-contents a { color: #FFFFFF; }
@media only screen and (max-width: 800px) { /* line 605, ../sass/_layout-header.scss */
  .mini-cart-contents a { color: #000000; } }
/* line 612, ../sass/_layout-header.scss */
.mini-cart-contents a:hover { color: #FF0000; }
/* line 618, ../sass/_layout-header.scss */
.mini-cart-contents .product-list { margin-bottom: 0.5rem; }
/* line 621, ../sass/_layout-header.scss */
.mini-cart-contents .product-list li { border: none; background: #fff; color: #000000; padding: 1rem 1rem; border-radius: 0; border-top: 1px solid #FF0000; }
/* line 629, ../sass/_layout-header.scss */
.mini-cart-contents .product-list li:last-child { border-bottom: 1px solid #FF0000; }
/* line 633, ../sass/_layout-header.scss */
.mini-cart-contents .product-list li a { color: #FF0000; }

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

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

@media only screen and (min-width: 800px) { /* line 673, ../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 681, ../sass/_layout-header.scss */
  .cart-options .inner { position: relative; }
  /* line 685, ../sass/_layout-header.scss */
  .cart-options .header-toggle { display: block; float: right; padding: 0; line-height: 3; color: #FFFFFF; }
  /* line 692, ../sass/_layout-header.scss */
  .cart-options .header-toggle:hover, .cart-options .header-toggle.active { background: none; color: #FF0000; } }

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

/* line 706, ../sass/_layout-header.scss */
.cart-items { position: absolute; top: -60%; right: -35%; font-size: 1.1rem; display: inline-block; background: #A10202; width: 2rem; height: 2rem; border-radius: 50%; color: white; text-align: center; line-height: 2rem; }
@media only screen and (max-width: 800px) { /* line 706, ../sass/_layout-header.scss */
  .cart-items { background: #FFFFFF; color: #FF0000; } }

/* copy of the mini cart appearing in the account menu bar */
@media only screen and (min-width: 280px) { /* line 728, ../sass/_layout-header.scss */
  .account-menu-cart { display: none; } }
@media only screen and (min-width: 800px) { /* line 728, ../sass/_layout-header.scss */
  .account-menu-cart { display: inline-block; position: relative; float: right; }
  /* line 738, ../sass/_layout-header.scss */
  .account-menu-cart .header-toggle { display: inline-block; padding: 0 0.5rem; color: #FFFFFF; }
  /* line 743, ../sass/_layout-header.scss */
  .account-menu-cart .header-toggle:hover, .account-menu-cart .header-toggle.active { background: none; color: #FF0000; }
  /* line 750, ../sass/_layout-header.scss */
  .account-menu-cart .fa { display: inline; /* no FooterScripts fallback */ }
  /* line 754, ../sass/_layout-header.scss */
  .account-menu-cart .fa + a { display: inline-block; }
  /* line 759, ../sass/_layout-header.scss */
  .account-menu-cart li { line-height: 1.2; }
  /* line 763, ../sass/_layout-header.scss */
  .account-menu-cart .cart-wrapper { display: none; position: absolute; top: 100%; right: 0; z-index: 2; width: 30rem; border-top: 3px solid #FF0000; -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 775, ../sass/_layout-header.scss */
  .account-menu-cart .cart-wrapper.active { display: inline; }
  /* line 779, ../sass/_layout-header.scss */
  .account-menu-cart .cart-wrapper .inner { max-width: none; }
  /* line 783, ../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: #201F1F; border: none; color: #C4C4C4; }
  /* line 788, ../sass/_layout-header.scss */
  .account-menu-cart .cart-wrapper .block { margin-bottom: 0rem; }
  /* line 793, ../sass/_layout-header.scss */
  .account-menu-cart .cart-items { position: relative; right: 0; background: #FF0000; top: -0.5rem; color: #fff; } }

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

@media only screen and (min-width: 280px) { /* line 937, ../sass/_layout-header.scss */
  .nav-options { padding-right: 1rem; } }
@media only screen and (min-width: 800px) { /* line 937, ../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: -webkit-linear-gradient(top, #FF0000 0%, #A10202 100%); background: -moz-linear-gradient(top, #FF0000 0%, #A10202 100%); background: linear-gradient(to bottom, #FF0000 0%, #A10202 100%); color: #FFFFFF; }
  /* line 951, ../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 955, ../sass/_layout-header.scss */
  .nav-options .block-list a { background: none; }
  /* line 959, ../sass/_layout-header.scss */
  .nav-options li { display: inline-block; vertical-align: top; }
  /* line 963, ../sass/_layout-header.scss */
  .nav-options li ul { display: none; }
  /* line 968, ../sass/_layout-header.scss */
  .nav-options li:hover ul { display: block; }
  /* line 974, ../sass/_layout-header.scss */
  .nav-options .has-sub { position: static; }
  /* line 978, ../sass/_layout-header.scss */
  .nav-options .level-0 { background: none; border: none; margin: 0; }
  /* line 983, ../sass/_layout-header.scss */
  .nav-options .level-0 a { background: none; border: none; padding: 0, 2rem; color: #FFFFFF; font-family: Oswald, sans-serif; font-size: 1.4rem; text-transform: uppercase; font-weight: normal; line-height: 2; }
  /* line 994, ../sass/_layout-header.scss */
  .nav-options .level-0 a:hover, .nav-options .level-0 a.active { background: -moz-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: -webkit-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #D5D5D5 100%); }
  /* line 1003, ../sass/_layout-header.scss */
  .nav-options .level-0 .over > a { color: #000000; background: -moz-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: -webkit-linear-gradient(top, #F1F1F1 0%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #D5D5D5 100%); }
  /* line 1013, ../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 #FF0000 !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 1026, ../sass/_layout-header.scss */
  .nav-options .level-1 li { display: inline-block; width: 20%; }
  /* line 1033, ../sass/_layout-header.scss */
  .nav-options .level-1 .has-sub a:after { content: none; }
  /* line 1038, ../sass/_layout-header.scss */
  .nav-options .level-1 a { background: #FFFFFF; font-size: 1.2rem; font-weight: bold; color: #FF0000; }
  /* line 1044, ../sass/_layout-header.scss */
  .nav-options .level-1 a:hover { background: #FFFFFF; color: #A10202; }
  /* line 1051, ../sass/_layout-header.scss */
  .nav-options .level-1 .over > a { background: #FFFFFF; color: #A10202; }
  /* line 1058, ../sass/_layout-header.scss */
  .nav-options .level-2 { position: static; background: none; }
  /* line 1062, ../sass/_layout-header.scss */
  .nav-options .level-2 li { display: block; width: 100%; }
  /* line 1067, ../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: #E6E6E6; }
  /* line 1074, ../sass/_layout-header.scss */
  .nav-options .level-2 a:hover { color: #FF0000; text-decoration: underline; } }

@media only screen and (min-width: 800px) { /* line 1087, ../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 1097, ../sass/_layout-header.scss */
.hidden-links { display: none; }
@media only screen and (min-width: 800px) { /* line 1097, ../sass/_layout-header.scss */
  .hidden-links { float: right; }
  /* line 1103, ../sass/_layout-header.scss */
  .hidden-links .level-1 { right: 0; }
  /* line 1107, ../sass/_layout-header.scss */
  .hidden-links .level-2 { right: 100%; left: auto; } }

/* line 1114, ../sass/_layout-header.scss */
.visible-links li a { line-height: 2; }

/* line 1119, ../sass/_layout-header.scss */
.menu-currency-converter .list-entry { color: #C4C4C4; }
@media only screen and (max-width: 800px) { /* line 1119, ../sass/_layout-header.scss */
  .menu-currency-converter .list-entry { color: #000000; } }

/* line 1129, ../sass/_layout-header.scss */
.account-menu-cart .toggle-text { font-family: Open Sans, sans-serif; }
/* line 1133, ../sass/_layout-header.scss */
.account-menu-cart .cart-items { font-family: Open Sans, sans-serif; }

@media only screen and (max-width: 800px) { /* line 1141, ../sass/_layout-header.scss */
  .menu-log-in a:hover { color: #000000; } }

/* line 1148, ../sass/_layout-header.scss */
.header-links { width: 341px; position: absolute; right: 0rem; top: 0.5rem; }
@media only screen and (max-width: 800px) { /* line 1148, ../sass/_layout-header.scss */
  .header-links { display: none; } }
/* line 1158, ../sass/_layout-header.scss */
.header-links ul { padding: 0rem; }
/* line 1160, ../sass/_layout-header.scss */
.header-links ul li { display: inline-block; }
/* line 1164, ../sass/_layout-header.scss */
.header-links ul li:last-child a:after { content: ""; }
/* line 1170, ../sass/_layout-header.scss */
.header-links ul li:first-child a { padding-left: 0.4rem; }
/* line 1175, ../sass/_layout-header.scss */
.header-links ul li a { color: #A1A0A0; font-family: Oswald, sans-serif; font-size: 1.4rem; text-transform: uppercase; }
/* line 1181, ../sass/_layout-header.scss */
.header-links ul li a:after { content: "|"; padding-left: 0.65rem; padding-right: 0.65rem; color: #FF0000; }

/* -------------------- */
/* 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; }
  /* line 47, ../sass/_layout-cols.scss */
  .home .col-2.cols, .home .cols.col-2-right { border-top: 5px solid #000000; } }
@media only screen and (min-width: 800px) { /* line 54, ../sass/_layout-cols.scss */
  .col-2 .col, .col-2-right .col { padding: 1rem 1rem 0; }
  /* line 58, ../sass/_layout-cols.scss */
  .col-2 .col-wrapper, .col-2-right .col-wrapper { width: 100%; }
  /* line 62, ../sass/_layout-cols.scss */
  .col-2 .col-main, .col-2-right .col-main { float: right; width: 83.33333%; }
  /* line 76, ../sass/_layout-cols.scss */
  .col-2 .sidebar, .col-2-right .sidebar { float: left; width: 16.66667%; }
  /* line 86, ../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 100, ../sass/_layout-cols.scss */
  .col-2-right .col-main { float: left; } }

/* line 108, ../sass/_layout-cols.scss */
.col-3 { /** Layout - 3 column */ /* -------------------- */ }
/* line 113, ../sass/_layout-cols.scss */
.col-3.cols { position: relative; }
@media only screen and (min-width: 280px) { /* line 113, ../sass/_layout-cols.scss */
  .col-3.cols { padding-top: 1rem; } }
@media only screen and (min-width: 800px) { /* line 113, ../sass/_layout-cols.scss */
  .col-3.cols { padding: 0; } }
@media only screen and (min-width: 800px) { /* line 126, ../sass/_layout-cols.scss */
  .col-3 .col { position: relative; float: left; padding: 1rem 1rem 0; }
  /* line 132, ../sass/_layout-cols.scss */
  .col-3 .col-main { left: 16.66667%; width: 66.66667%; padding-left: 1rem; }
  /* line 146, ../sass/_layout-cols.scss */
  .col-3 .col-left { float: left; left: -66.66667%; width: 16.66667%; }
  /* line 158, ../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 196, ../sass/_layout-cols.scss */
.breadcrumb { padding: 0.5rem; display: none; margin-bottom: 0rem; background-color: #FFFFFF; }
@media only screen and (min-width: 800px) { /* line 196, ../sass/_layout-cols.scss */
  .breadcrumb { display: block; } }

@media only screen and (min-width: 800px) { /* line 207, ../sass/_layout-cols.scss */
  .cols { background-color: #FFFFFF; } }

@media only screen and (min-width: 800px) { /* line 214, ../sass/_layout-cols.scss */
  .col-2.cols, .cols.col-2-right { background-image: url(//cdn11.bigcommerce.com/s-pq418xe6l4/templates/__custom/images/BlackBorderBackground.png?t=1716815434); background-repeat: repeat-y; } }

/** Footer (Panels/Footer.html) */
/* line 5, ../sass/_layout-footer.scss */
.footer { position: relative; background: #000000; color: #FFFFFF; /* footer block content */ }
/* line 10, ../sass/_layout-footer.scss */
.footer a { background: none; padding: 0; border: none; color: #FFFFFF; text-transform: none; }
/* line 17, ../sass/_layout-footer.scss */
.footer a:hover { background: none; color: #FF0000; }
/* line 22, ../sass/_layout-footer.scss */
.footer h2 { font-family: Oswald, sans-serif; font-size: 2.4rem; }
/* line 27, ../sass/_layout-footer.scss */
.footer .inner { padding: 0 0; }
/* line 32, ../sass/_layout-footer.scss */
.footer .block { border-bottom: 1px solid #FFFFFF; margin-bottom: 0; }
@media only screen and (min-width: 800px) { /* line 32, ../sass/_layout-footer.scss */
  .footer .block { border: none; margin-bottom: 1rem; } }
/* line 42, ../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: uppercase; font-weight: normal; }
/* line 55, ../sass/_layout-footer.scss */
.footer .block-list { margin-top: 0.5rem; margin-bottom: 1rem; }
@media only screen and (min-width: 500px) { /* line 59, ../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 59, ../sass/_layout-footer.scss */
  .footer .block-list li { display: block; margin-right: 0; text-transform: none; } }
@media only screen and (min-width: 500px) { /* line 73, ../sass/_layout-footer.scss */
  .footer .block-list a { display: inline; } }
@media only screen and (min-width: 800px) { /* line 73, ../sass/_layout-footer.scss */
  .footer .block-list a { display: block; } }
@media only screen and (min-width: 800px) { /* line 83, ../sass/_layout-footer.scss */
  .footer .block-list .toggle-nav { display: none; } }
@media only screen and (min-width: 500px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-1 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #000000; padding: 0.5rem; }
  /* line 100, ../sass/_layout-footer.scss */
  .footer .level-1.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-1 { display: none; /* hides subcategories etc. in the footer */ } }
@media only screen and (min-width: 500px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-2 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #000000; padding: 0.5rem; }
  /* line 100, ../sass/_layout-footer.scss */
  .footer .level-2.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-2 { display: none; /* hides subcategories etc. in the footer */ } }
@media only screen and (min-width: 500px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-3 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #000000; padding: 0.5rem; }
  /* line 100, ../sass/_layout-footer.scss */
  .footer .level-3.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-3 { display: none; /* hides subcategories etc. in the footer */ } }
@media only screen and (min-width: 500px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-4 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #000000; padding: 0.5rem; }
  /* line 100, ../sass/_layout-footer.scss */
  .footer .level-4.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-4 { display: none; /* hides subcategories etc. in the footer */ } }
@media only screen and (min-width: 500px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-5 { display: none; /* shown through toggle */ position: absolute; z-index: 1; min-width: 18rem; background: #000000; padding: 0.5rem; }
  /* line 100, ../sass/_layout-footer.scss */
  .footer .level-5.active { display: block; } }
@media only screen and (min-width: 800px) { /* line 91, ../sass/_layout-footer.scss */
  .footer .level-5 { display: none; /* hides subcategories etc. in the footer */ } }
/* line 111, ../sass/_layout-footer.scss */
.footer .toggle-nav { padding-right: 1.5rem; text-align: right; }
@media only screen and (min-width: 500px) { /* line 111, ../sass/_layout-footer.scss */
  .footer .toggle-nav { position: static; padding: 0; } }

/** Newsletter (Panels/SideNewsletterBox.html) */
@media only screen and (min-width: 800px) { /* line 127, ../sass/_layout-footer.scss */
  .footer .newsletter-box { padding: 1rem 0; font-size: 0; margin-bottom: 0; }
  /* line 133, ../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 139, ../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 145, ../sass/_layout-footer.scss */
.footer .newsletter-box .form-container label { display: none; }
@media only screen and (min-width: 280px) { /* line 149, ../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 149, ../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; border-radius: 0.5rem; } }
/* line 165, ../sass/_layout-footer.scss */
.footer .newsletter-box .form-container .button { font-family: Oswald, sans-serif; text-transform: uppercase; background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); color: #FFFFFF; border: none; padding: 0.6rem 1rem; font-weight: normal; }
@media only screen and (min-width: 800px) { /* line 165, ../sass/_layout-footer.scss */
  .footer .newsletter-box .form-container .button { width: 16.66667%; margin-right: 0; } }
/* line 182, ../sass/_layout-footer.scss */
.footer .newsletter-box .form-container .button:hover { border: none; background: -webkit-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: -moz-linear-gradient(top, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); background: linear-gradient(to bottom, #F1F1F1 0%, #E5E5E5 50%, #DCDCDC 50%, #D5D5D5 100%); padding: 0.6rem 1rem; color: #000000; }

@media only screen and (min-width: 800px) { /* line 196, ../sass/_layout-footer.scss */
  .recent-news, .footer-pages-menu, .footer-category-list, .footer-brand-list { float: left; width: 16.66667%; padding-right: 1rem; }
  /* line 205, ../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 219, ../sass/_layout-footer.scss */
  .recent-news .list-entry .read-more { display: block; margin-top: 0.5rem; } }
@media only screen and (min-width: 800px) { /* line 216, ../sass/_layout-footer.scss */
  .recent-news { float: right; width: 50%; padding-right: 0; }
  /* line 231, ../sass/_layout-footer.scss */
  .recent-news .blog-title { padding: 0.5rem 0; margin: 0; }
  /* line 236, ../sass/_layout-footer.scss */
  .recent-news p { margin: 0; }
  /* line 241, ../sass/_layout-footer.scss */
  .recent-news .list-entry .read-more { display: inline; margin: 0 0 0 0.5rem; }
  /* line 246, ../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 269, ../sass/_layout-footer.scss */
.footer .social-media { clear: both; font-size: 0; margin-bottom: 1rem; }
/* line 275, ../sass/_layout-footer.scss */
.footer .social-media .block-list ul { margin: 0; }
/* line 279, ../sass/_layout-footer.scss */
.footer .social-media .block-list li { display: inline-block; padding: 0 1rem 0 0; }
/* line 284, ../sass/_layout-footer.scss */
.footer .social-media .block-list a { display: inline-block; font-size: 0; }
/* line 288, ../sass/_layout-footer.scss */
.footer .social-media .block-list a:before { font-size: 2.4rem; }
@media only screen and (min-width: 800px) { /* line 295, ../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 301, ../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: 16.66667%; }
  /* line 305, ../sass/_layout-footer.scss */
  .footer .social-media .block-list { width: 83.33333%; margin: 0.5rem 0; } }

/* copyright info */
/* line 314, ../sass/_layout-footer.scss */
.copyright { background: -webkit-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: -moz-linear-gradient(top, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); background: linear-gradient(to bottom, #FF0000 0%, #FF0000 50%, #D20202 50%, #A70101 100%); padding: 0.5rem 0; font-size: 1rem; color: #FFFFFF; }
/* line 322, ../sass/_layout-footer.scss */
.copyright a { color: #FFFFFF; }
/* line 325, ../sass/_layout-footer.scss */
.copyright a:hover { color: #FF0000; }
@media only screen and (min-width: 800px) { /* line 314, ../sass/_layout-footer.scss */
  .copyright { clear: both; } }

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

/* line 339, ../sass/_layout-footer.scss */
.footer-newsletter-background { background: #000000; padding-top: 0.5rem; padding-bottom: 0.5rem; }
/* line 345, ../sass/_layout-footer.scss */
.footer-newsletter-background h2 { font-size: 2.4rem; line-height: 2.5rem; }
@media only screen and (min-width: 800px) { /* line 339, ../sass/_layout-footer.scss */
  .footer-newsletter-background { margin-bottom: 1rem; border-bottom: 3px solid #B70101; } }
/* line 355, ../sass/_layout-footer.scss */
.footer-newsletter-background .block { border: none; }

/* line 362, ../sass/_layout-footer.scss */
.recent-news .list-entry { color: #FFFFFF; }
/* line 366, ../sass/_layout-footer.scss */
.recent-news h4 a { color: #FFFFFF; font-family: "Open Sans", sans-serif; }
/* line 371, ../sass/_layout-footer.scss */
.recent-news a .fa { color: #FFFFFF; }

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

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

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

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

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

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

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

@media only screen and (min-width: 800px) { /* line 397, ../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 { padding-top: 1.9rem; } }

/* line 410, ../sass/_layout-footer.scss */
.footer .level-1 a { padding: 0.4rem 0rem 0.4rem 1rem; }
/* line 414, ../sass/_layout-footer.scss */
.footer .level-1 .toggle-nav { padding: 0.4rem 1.5rem 0.4rem 0.5rem; }

/* line 410, ../sass/_layout-footer.scss */
.footer .level-2 a { padding: 0.4rem 0rem 0.4rem 1.5rem; }
/* line 414, ../sass/_layout-footer.scss */
.footer .level-2 .toggle-nav { padding: 0.4rem 1.5rem 0.4rem 0.5rem; }

/* line 410, ../sass/_layout-footer.scss */
.footer .level-3 a { padding: 0.4rem 0rem 0.4rem 2rem; }
/* line 414, ../sass/_layout-footer.scss */
.footer .level-3 .toggle-nav { padding: 0.4rem 1.5rem 0.4rem 0.5rem; }

/* line 410, ../sass/_layout-footer.scss */
.footer .level-4 a { padding: 0.4rem 0rem 0.4rem 2.5rem; }
/* line 414, ../sass/_layout-footer.scss */
.footer .level-4 .toggle-nav { padding: 0.4rem 1.5rem 0.4rem 0.5rem; }

/* line 410, ../sass/_layout-footer.scss */
.footer .level-5 a { padding: 0.4rem 0rem 0.4rem 3rem; }
/* line 414, ../sass/_layout-footer.scss */
.footer .level-5 .toggle-nav { padding: 0.4rem 1.5rem 0.4rem 0.5rem; }

@media only screen and (min-width: 800px) { /* line 425, ../sass/_layout-footer.scss */
  .footer .category-list .level-1 { display: none; } }

/* line 433, ../sass/_layout-footer.scss */
.recent-news h2.block-title { font-family: Open Sans, sans-serif; font-weight: 700; text-transform: none; }

@media only screen and (max-width: 800px) { /* line 440, ../sass/_layout-footer.scss */
  .footer .block-title, .footer .share-product ul.tabs li.active, .share-product ul.tabs .footer li.active { padding-top: 1rem; font-family: Open Sans, sans-serif; font-weight: 700; text-transform: none; } }

@media only screen and (max-width: 800px) { /* line 450, ../sass/_layout-footer.scss */
  .recent-news { border-top: 1px solid; color: #FFFFFF; } }

/** 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: #FFFFFF; }
/* 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 #A10202; 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 #FF0000; }
/* 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 #FF0000; }
/* 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 */
.sub-total { font-size: 1.8rem; font-weight: 700; text-align: right; }
/* line 51, ../sass/_page-cart.scss */
.sub-total div { font-size: 1.8rem; font-weight: 700; text-align: right; }
/* line 57, ../sass/_page-cart.scss */
.sub-total span { font-size: 1.8rem; font-weight: 700; text-align: right; }

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

/* line 68, ../sass/_page-cart.scss */
.txtR { 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; }

/* line 45, ../sass/_page-checkout.scss */
.choose-billing-address { margin-bottom: 1rem; }

/* line 49, ../sass/_page-checkout.scss */
td.full-width { padding: 1rem; }

/* line 53, ../sass/_page-checkout.scss */
.PTB20 { padding-top: 1rem; padding-bottom: 1rem; }
/* line 57, ../sass/_page-checkout.scss */
.PTB20 strong { font-size: 1.4rem; }

/* line 62, ../sass/_page-checkout.scss */
.submit.txt-right { margin-top: 1rem; }

/* line 67, ../sass/_page-checkout.scss */
.express-checkout-content p { font-size: 1.4rem; }

/* line 74, ../sass/_page-checkout.scss */
.shipping-provider-list .form-row, .shipping-provider-list .form-container .productAttributeRow, .form-container .shipping-provider-list .productAttributeRow, .choose-billing-address .form-row, .choose-billing-address .form-container .productAttributeRow, .form-container .choose-billing-address .productAttributeRow, .checkout-step-confirmation .form-row, .checkout-step-confirmation .form-container .productAttributeRow, .form-container .checkout-step-confirmation .productAttributeRow { font-size: 1.4rem; margin-bottom: 1rem; }
/* line 78, ../sass/_page-checkout.scss */
.shipping-provider-list .form-row label, .shipping-provider-list .form-container .productAttributeRow label, .form-container .shipping-provider-list .productAttributeRow label, .choose-billing-address .form-row label, .choose-billing-address .form-container .productAttributeRow label, .form-container .choose-billing-address .productAttributeRow label, .checkout-step-confirmation .form-row label, .checkout-step-confirmation .form-container .productAttributeRow label, .form-container .checkout-step-confirmation .productAttributeRow label { font-size: 1.4rem; }

/* line 84, ../sass/_page-checkout.scss */
.add-billing-address { margin-top: 1rem; }

/* line 89, ../sass/_page-checkout.scss */
.checkout-step-payment-details dt { padding-top: 2rem; padding-bottom: 1rem; font-size: 1.4rem; }
/* line 95, ../sass/_page-checkout.scss */
.checkout-step-payment-details dd { margin-left: 0rem; }

/* line 100, ../sass/_page-checkout.scss */
em.ProductPrice { font-style: normal; font-size: 1.8rem; padding: 1rem; font-weight: 700; }

/* line 107, ../sass/_page-checkout.scss */
.HorizontalFormContainer p.Submit { margin-top: 2rem; }

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

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

/* line 24, ../sass/_page-account.scss */
.LittleNotePassword { padding-top: 0.25rem; padding-bottom: 1rem; }

/* line 29, ../sass/_page-account.scss */
.form-wrapper { margin-bottom: 1rem; }

/* 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 { height: 100%; min-height: 1px; display: none; }
/* line 66, ../sass/_slick.scss */
[dir="rtl"] .slick-slide { float: right; }
/* line 69, ../sass/_slick.scss */
.slick-slide img { display: block; margin: 0 auto; }
/* 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: inline-block; vertical-align: middle; }
/* line 88, ../sass/_slick.scss */
.slick-loading .slick-slide { visibility: hidden; }
/* line 92, ../sass/_slick.scss */
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* line 98, ../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; color: #000000; background: 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: #000000; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* line 97, ../sass/_slick-theme.scss */
.slick-prev { left: 0px; }
@media only screen and (max-width: 800px) { /* line 97, ../sass/_slick-theme.scss */
  .slick-prev { left: 10px; } }
/* line 104, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev { left: auto; right: 0px; }
/* line 108, ../sass/_slick-theme.scss */
.slick-prev:before { content: ""; }
/* line 110, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before { content: ""; }

/* line 116, ../sass/_slick-theme.scss */
.slick-next { right: 0px; }
@media only screen and (max-width: 800px) { /* line 116, ../sass/_slick-theme.scss */
  .slick-next { right: 10px; } }
/* line 124, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next { left: 0px; right: auto; }
/* line 128, ../sass/_slick-theme.scss */
.slick-next:before { content: ""; }
/* line 130, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before { content: ""; }

/* Dots */
/* line 138, ../sass/_slick-theme.scss */
.slick-slider { padding-left: 3rem; padding-right: 3rem; }

/* line 143, ../sass/_slick-theme.scss */
.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
/* line 151, ../sass/_slick-theme.scss */
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
/* line 159, ../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 171, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
/* line 173, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
/* line 177, ../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 194, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before { color: #FF0000; opacity: 0.75; }

/*   New Slick slider Gallery  */
/* line 212, ../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 215, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-next:hover { opacity: 0.9; }

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

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

/* line 234, ../sass/_slick-theme.scss */
.slick-thumbnails li { height: 75px; width: 75px; overflow: hidden; border: 1px solid #FF0000; margin: 1px; cursor: pointer; float: none; }
/* line 243, ../sass/_slick-theme.scss */
.slick-thumbnails li:hover { border-color: #cc0000; }
/* line 246, ../sass/_slick-theme.scss */
.slick-thumbnails li.slick-slide { display: inline-block; }
/* line 247, ../sass/_slick-theme.scss */
.slick-thumbnails li.slick-current { border-color: #b30000; }
/* line 248, ../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 296, ../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 { margin: 0 0.5rem 0 0; }

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

/* line 75, ../sass/_hacks.scss */
#tabcontent { min-height: 0; padding: 0; border: none; border-radius: 0; margin: 0; }
/* line 82, ../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 96, ../sass/_hacks.scss */
#ModalContainer #ModalContentContainer { border-radius: 0; box-shadow: none; background: #FFFFFF; padding: 0.5rem; color: #000000; line-height: 1.2; }
/* line 107, ../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: #A10202; padding: 0.5rem; margin: 0; color: #FFFFFF; }
/* line 122, ../sass/_hacks.scss */
#ModalContainer #ModalTitle:empty, #ModalContainer .ModalTitle:empty { background: none; padding: 0; border-top: 1px solid #FFFFFF; margin: 0; }
/* line 130, ../sass/_hacks.scss */
#ModalContainer #ModalContent, #ModalContainer .modal-content { border: 1px solid #FFFFFF; border-top: none; }
/* line 136, ../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 145, ../sass/_hacks.scss */
#ModalContainer #ModalButtonRow .FloatLeft, #ModalContainer .ModalButtonRow .FloatLeft { display: inline; margin-right: 0.5rem; }
/* line 151, ../sass/_hacks.scss */
#ModalContainer .button { color: #fff; }
/* line 155, ../sass/_hacks.scss */
#ModalContainer .productAttributeLabel { width: 100%; margin: 0; text-align: left; }
/* line 161, ../sass/_hacks.scss */
#ModalContainer .productAttributeValue { width: 100%; }
/* line 165, ../sass/_hacks.scss */
#ModalContainer .productOptionPickListSwatch li { display: inline-block; }
/* line 169, ../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 178, ../sass/_hacks.scss */
#ModalContainer .productOptionPickListSwatch .textureContainer, #ModalContainer .productOptionPickListSwatch .swatchColours { padding: 0; border: none; margin: 0; }
/* line 185, ../sass/_hacks.scss */
#ModalContainer .productOptionViewRectangle .selectedValue label { border: none; padding: 0; }
/* line 190, ../sass/_hacks.scss */
#ModalContainer .productOptionPickListSwatch .swatchNone .name { color: inherit; text-decoration: none; }
/* line 195, ../sass/_hacks.scss */
#ModalContainer .productOptionViewRectangle .option label { border: none; }
/* line 199, ../sass/_hacks.scss */
#ModalContainer .productOptionViewRectangle label { padding: 0; margin: 0; }
/* line 204, ../sass/_hacks.scss */
#ModalContainer .productOptionViewRectangle .none label, #ModalContainer .productOptionViewRectangle .selectedValue.none label { padding: 0; color: inherit; text-decoration: none; }

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

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

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

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

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

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

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

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

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

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