html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

html {
  font-size: 10px;
}

body {
  background: #fff;
  font: 14px/21px "Open Sans",sans-serif;
  color: #191919;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #2e1c06;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a,a:visited {
  outline: 0;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  color: #191919;
  font-family: "montserratultralight",sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}

h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a {
  font-weight: inherit;
}

h1,.h1 {
  font-size: 1.57143em;
  line-height: 1.5em;
  margin-bottom: .75em;
}

h2,.h2 {
  font-size: 1.28571em;
  line-height: 1.5em;
  margin-bottom: .65em;
}

h3,.h3 {
  font-size: 1.14286em;
  line-height: 1.5em;
  margin-bottom: .5em;
}

h4,.h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: .5em;
}

h5,.h5 {
  font-size: 0.85714em;
  line-height: 1.2em;
  margin-bottom: .25em;
}

h6,.h6 {
  font-size: 0.71429em;
  line-height: 1.2em;
  margin-bottom: .25em;
}

hr {
  border: solid #ababab;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}

button,input[type="submit"],input[type="reset"],input[type="button"] {
  background: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #cecece;
  display: inline-block;
  font-size: .857em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: .6em .75em;
}

button.full-width,input[type="submit"].full-width,input[type="reset"].full-width,input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,button:hover {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

form {
  margin-bottom: 0px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select {
  border: 1px solid #ababab;
  padding: 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: .928em;
  color: #333;
  margin: 0;
  width: auto;
  max-width: 290px;
  display: inline-block;
  background: #fff;
}

select {
  padding: 0;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
  border: 1px solid #ababab;
  color: #191919;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}

textarea {
  min-height: 60px;
  white-space: pre-wrap;
}

label,legend {
  font-weight: bold;
  font-size: .928em;
}

select {
  width: auto;
}

input[type="checkbox"] {
  display: inline;
}

label span,legend span {
  font-weight: normal;
  font-size: .928em;
  color: #000;
}

input[type="text"],input[type="password"],input[type="email"] {
  box-sizing: border-box;
}

select {
  height: 24px;
  padding: 0;
}

.input-standard,input[type="text"],input[type="password"],input[type="email"] {
  height: 24px;
  padding: 4px .5em 0;
}

.form-item.checkout-shipping-address,.form-item.checkout-billing-address .change-password-page {
  width: 100%;
}

.form-item.checkout-shipping-address tbody>tr:not([id]),.form-item.checkout-billing-address .change-password-page tbody>tr:not([id]) {
  display: none;
}

.form-item.checkout-shipping-address label.label,.form-item.checkout-billing-address .change-password-page label.label {
  display: inline-block;
}

@media (min-width: 500px) {
  .form-item.checkout-shipping-address label.label,.form-item.checkout-billing-address .change-password-page label.label {
    width: 125px;
    border-bottom: 4px solid transparent;
  }
}

.form-item.checkout-shipping-address tr,.form-item.checkout-billing-address .change-password-page tr {
  display: block;
}

@media (min-width: 500px) {
  .form-item.checkout-shipping-address tr,.form-item.checkout-billing-address .change-password-page tr {
    display: table-row;
  }
}

.form-item.checkout-shipping-address tr td,.form-item.checkout-billing-address .change-password-page tr td {
  display: inline-block;
}

@media (min-width: 500px) {
  .form-item.checkout-shipping-address tr td,.form-item.checkout-billing-address .change-password-page tr td {
    display: table-cell;
  }
}

.form-item.checkout-shipping-address tr td:last-child,.form-item.checkout-billing-address .change-password-page tr td:last-child {
  display: block;
}

@media (min-width: 500px) {
  .form-item.checkout-shipping-address tr td:last-child,.form-item.checkout-billing-address .change-password-page tr td:last-child {
    display: table-cell;
  }
}

.form-item.checkout-shipping-address select,.form-item.checkout-billing-address .change-password-page select {
  box-sizing: content-box;
  max-width: 200px;
}

.form-item select {
  margin-bottom: 10px;
}

@media (min-width: 500px) {
  .form-item select {
    margin-bottom: 0;
  }
}

.form-item.checkout-email,.form-item.registration-email,.form-item.profile-email,.form-item.registration-password {
  clear: both;
}

.form-input-text-styles,input.textbox,input[type="text"] {
  box-sizing: border-box;
  -webkit-transition: border-bottom .25s ease, height .25s ease;
  transition: border-bottom .25s ease, height .25s ease;
}

.form-input-text-focus-styles,input.textbox:focus,input[type="text"]:focus {
  border-bottom: 4px solid #c4b26d;
  padding-bottom: 0;
}

select:focus,textarea:focus {
  outline: 1px solid #c4b26d;
}

.form-item tr td {
  padding: 0 0 18px;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content: '';
  content: none;
}

blockquote {
  font-size: 1.21429em;
  line-height: 1.75em;
  color: #000;
  font-style: italic;
  margin: 0 0 1rem;
  padding: .5em 1.2em;
  border-left: 1px solid #ababab;
}

cite {
  display: block;
  font-size: 0.85714em;
  color: #cecece;
  font-weight: bold;
}

cite:before {
  content: "\2014 \0020";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

th {
  font-weight: bold;
}

p {
  line-height: 2em;
  margin-bottom: 2rem;
}

a:hover,a:focus {
  color: #6c5a15;
  text-decoration: none;
}

p a,p a:visited {
  line-height: inherit;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 1.5em;
  line-height: 2em;
  color: #000;
}

p.lead.light {
  color: #4c4c4c;
}

ul,ol {
  margin-bottom: 20px;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
  padding-left: 2em;
}

ul.square {
  list-style: square outside;
  padding-left: 2em;
}

ul.circle {
  list-style: circle outside;
  padding-left: 2em;
}

ul.disc {
  list-style: disc outside;
  padding-left: 2em;
}

ul ul,ul ol,ol ol,ol ul {
  margin: .4rem 0 .5rem 3rem;
}

ul ul li,ul ol li,ol ol li,ol ul li {
  margin-bottom: .5em;
}

li {
  line-height: 1.28em;
  margin-bottom: 1rem;
}

ul.large li {
  line-height: 1.5em;
}

li p {
  line-height: 1.5em;
}

img.scale-with-grid,.cat-grid.theme-default .featured-category img,.category-list-item-body img,#ctl00_pageContent_htmlContent img:not(.ignore-scaling),.product-reviews-add-page .prod-review-add-table img {
  max-width: 100%;
  height: auto;
}

em {
  font-style: italic;
}

small {
  font-size: .8em;
}

strong {
  font-weight: bold;
  color: inherit;
}

.subheader {
  color: #000;
}

.subheader-light {
  color: #4c4c4c;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

.open-sans-condensed {
  font-family: 'Open Sans Condensed', sans-serif;
}

.light-gold {
  color: #dfc882;
}

.gold {
  color: #c4b26d;
}

.red {
  color: #c51301;
}

.custom-search .custom-search-input {
  border-right: none;
  border-left: solid 1px #ababab;
  border-top: solid 1px #ababab;
  border-bottom: solid 1px #ababab;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 35px;
  margin: 0;
  width: calc(100% - 34px);
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 0 .5em;
  -webkit-appearance: textfield;
}

.custom-search ::-webkit-search-cancel-button {
  display: none;
}

.custom-search .custom-search-submit {
  margin: 0 0;
  background: #f8f8f8;
  border-right: solid 1px #ababab;
  border-top: solid 1px #ababab;
  border-bottom: solid 1px #ababab;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
}

.custom-search * {
  vertical-align: top;
  display: inline-block;
  float: left;
}

.custom-search .custom-search-submit::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important;
}

.testis .author {
  margin-top: 10px;
}

.inline-list {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.inline-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
}

.inline-list li>a,.inline-list li>span,.inline-list li>strong {
  text-decoration: none;
  padding: 1rem 1em;
  line-height: 2em;
  display: block;
}

.cat-grid.theme-default {
  margin-left: -1rem;
  margin-right: -1rem;
}

.cat-grid.theme-default .featured-category {
  text-align: center;
}

.cat-grid.theme-default .featured-category:hover a {
  color: #3d3d3d;
}

.cat-grid.theme-default .featured-category a {
  display: block;
}

.cat-grid.theme-default .featured-category a:first-child {
  max-width: 275px;
  margin: 0 auto;
}

.cat-grid.theme-default .featured-category a:last-child {
  font-size: 1.25em;
  text-decoration: none;
  margin: .5em 0;
}

.cat-grid.theme-default .featured-category img {
  width: 100%;
  display: block;
}

.js .page-body-content {
  /* visibility: hidden; */
}

.js #wrapper {
  position: relative;
}

.js #loading_graphic {
  position: absolute;
  left: 50%;
  margin-left: -5%;
  top: 33%;
}

.go-top {
  background: #3d3d3d;
  position: fixed;
  bottom: 2px;
  right: 2px;
  text-decoration: none;
  color: #fff;
  outline: 1px solid;
  font-size: 0.85714em;
  padding: 2em;
  display: none;
}

.go-top:hover {
  background: #3d3d3d;
  color: #e6e6e6;
}

table.responsive-table {
  table-layout: fixed;
  max-width: 100%;
  display: block;
}

@media (min-width: 785px) {
  table.responsive-table {
    display: table;
  }
}

table.responsive-table>tbody {
  display: block;
}

@media (min-width: 785px) {
  table.responsive-table>tbody {
    display: table-row-group;
  }
}

table.responsive-table>tbody>tr {
  display: block;
}

@media (min-width: 785px) {
  table.responsive-table>tbody>tr {
    display: table-row;
  }
}

table.responsive-table>tbody>tr>th {
  display: none;
}

@media (min-width: 785px) {
  table.responsive-table>tbody>tr>th {
    display: table-cell;
    text-align: center;
  }
}

table.responsive-table>tbody>tr>td {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (min-width: 785px) {
  table.responsive-table>tbody>tr>td {
    display: table-cell;
    text-align: center;
  }
}

table.responsive-table>tbody>tr>td:before {
  display: inline-block;
  width: 33%;
  padding-right: 5%;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

@media (min-width: 785px) {
  table.responsive-table>tbody>tr>td:before {
    display: none;
  }
}

.faq-separator {
  border-top: 1px solid #ababab;
  float: left;
  width: 100%;
}

ul.faqlist-questions {
  list-style: none outside none;
  margin: 2rem 0;
  padding: 0;
}

ul.faqlist-questions li {
  padding: 0 0;
  margin: 0 0 1em;
}

.faqlist-answers .fla-wrap {
  float: left;
  margin: 1rem 0;
  width: 100%;
}

.faqlist-answers .fla-wrap .fla-question {
  font-weight: bold;
  margin: 0 0 1rem;
}

.faqlist-answers .fla-wrap .fla-answer {
  padding: .5em 1.2em;
}

.faqlist-answers .fla-wrap a.fla-button-text {
  float: left;
  display: block;
  margin-top: .5em;
}

.page-body-columns,.page-body-columns>tbody,.page-body-columns>tbody>tr {
  display: block;
}

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: block;
}

.container .column,.container .columns {
  float: left;
  display: inline;
}

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.row {
  margin-bottom: 2rem;
}

.col {
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  float: left;
}

@media (min-width: 500px) {
  .four.col {
    width: 50%;
  }

  .four.col:nth-of-type(2n+1) {
    clear: left;
  }
}

@media (min-width: 1025px) {
  .four.col {
    width: 25%;
  }

  .four.col:nth-of-type(2n+1) {
    clear: none;
  }

  .four.col:nth-of-type(4n+1) {
    clear: left;
  }
}

@media (min-width: 768px) {
  .one-third.col {
    width: 33%;
  }
}

.one-third.col:nth-of-type(3n+1) {
  clear: left;
}

@media (min-width: 500px) {
  .two.col {
    width: 50%;
  }
}

.two.col:nth-of-type(2n+1) {
  clear: left;
}

.container {
  width: 320px;
}

.container .columns,.container .column {
  margin: 0;
}

.container .one.column,.container .one.columns,.container .two.columns,.container .three.columns,.container .four.columns,.container .five.columns,.container .six.columns,.container .seven.columns,.container .eight.columns,.container .nine.columns,.container .ten.columns,.container .eleven.columns,.container .twelve.columns,.container .thirteen.columns,.container .fourteen.columns,.container .fifteen.columns,.container .sixteen.columns,.container .one-third.column,.container .two-thirds.column {
  width: 100%;
}

.container .offset-by-one,.container .offset-by-two,.container .offset-by-three,.container .offset-by-four,.container .offset-by-five,.container .offset-by-six,.container .offset-by-seven,.container .offset-by-eight,.container .offset-by-nine,.container .offset-by-ten,.container .offset-by-eleven,.container .offset-by-twelve,.container .offset-by-thirteen,.container .offset-by-fourteen,.container .offset-by-fifteen {
  padding-left: 0;
}

.container .sixteen.columns {
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .container {
    width: 460px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 768px;
  }

  .container .column,.container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column.alpha,.columns.alpha {
    margin-left: 0;
    margin-right: 10px;
  }

  .column.omega,.columns.omega {
    margin-right: 0;
    margin-left: 10px;
  }

  .alpha.omega {
    margin-left: 0;
    margin-right: 0;
  }

  .container .sixteen.columns {
    padding-left: 0;
    padding-right: 0;
  }

  .container .one.column,.container .one.columns {
    width: 28px;
  }

  .container .two.columns {
    width: 76px;
  }

  .container .three.columns {
    width: 124px;
  }

  .container .four.columns {
    width: 172px;
  }

  .container .five.columns {
    width: 220px;
  }

  .container .six.columns {
    width: 268px;
  }

  .container .seven.columns {
    width: 316px;
  }

  .container .eight.columns {
    width: 364px;
  }

  .container .nine.columns {
    width: 412px;
  }

  .container .ten.columns {
    width: 460px;
  }

  .container .eleven.columns {
    width: 508px;
  }

  .container .twelve.columns {
    width: 556px;
  }

  .container .thirteen.columns {
    width: 604px;
  }

  .container .fourteen.columns {
    width: 652px;
  }

  .container .fifteen.columns {
    width: 700px;
  }

  .container .sixteen.columns {
    width: 748px;
  }

  .container .one-third.column {
    width: 236px;
  }

  .container .two-thirds.column {
    width: 492px;
  }

  .container .offset-by-one {
    padding-left: 48px;
  }

  .container .offset-by-two {
    padding-left: 96px;
  }

  .container .offset-by-three {
    padding-left: 144px;
  }

  .container .offset-by-four {
    padding-left: 192px;
  }

  .container .offset-by-five {
    padding-left: 240px;
  }

  .container .offset-by-six {
    padding-left: 288px;
  }

  .container .offset-by-seven {
    padding-left: 336px;
  }

  .container .offset-by-eight {
    padding-left: 384px;
  }

  .container .offset-by-nine {
    padding-left: 432px;
  }

  .container .offset-by-ten {
    padding-left: 480px;
  }

  .container .offset-by-eleven {
    padding-left: 528px;
  }

  .container .offset-by-twelve {
    padding-left: 576px;
  }

  .container .offset-by-thirteen {
    padding-left: 624px;
  }

  .container .offset-by-fourteen {
    padding-left: 672px;
  }

  .container .offset-by-fifteen {
    padding-left: 720px;
  }
}

@media (min-width: 1025px) {
  .container {
    width: 1008px;
  }

  .container .column,.container .columns {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column.alpha,.columns.alpha {
    margin-left: 0;
  }

  .column.omega,.columns.omega {
    margin-right: 0;
  }

  .container .one.column,.container .one.columns {
    width: 43px;
  }

  .container .two.columns {
    width: 106px;
  }

  .container .three.columns {
    width: 169px;
  }

  .container .four.columns {
    width: 232px;
  }

  .container .five.columns {
    width: 295px;
  }

  .container .six.columns {
    width: 358px;
  }

  .container .seven.columns {
    width: 421px;
  }

  .container .eight.columns {
    width: 484px;
  }

  .container .nine.columns {
    width: 547px;
  }

  .container .ten.columns {
    width: 610px;
  }

  .container .eleven.columns {
    width: 673px;
  }

  .container .twelve.columns {
    width: 736px;
  }

  .container .thirteen.columns {
    width: 799px;
  }

  .container .fourteen.columns {
    width: 862px;
  }

  .container .fifteen.columns {
    width: 925px;
  }

  .container .sixteen.columns {
    width: 988px;
  }

  .container .one-third.column {
    width: 316px;
  }

  .container .two-thirds.column {
    width: 652px;
  }

  .container .offset-by-one {
    padding-left: 63px;
  }

  .container .offset-by-two {
    padding-left: 126px;
  }

  .container .offset-by-three {
    padding-left: 189px;
  }

  .container .offset-by-four {
    padding-left: 252px;
  }

  .container .offset-by-five {
    padding-left: 315px;
  }

  .container .offset-by-six {
    padding-left: 378px;
  }

  .container .offset-by-seven {
    padding-left: 441px;
  }

  .container .offset-by-eight {
    padding-left: 504px;
  }

  .container .offset-by-nine {
    padding-left: 567px;
  }

  .container .offset-by-ten {
    padding-left: 630px;
  }

  .container .offset-by-eleven {
    padding-left: 693px;
  }

  .container .offset-by-twelve {
    padding-left: 756px;
  }

  .container .offset-by-thirteen {
    padding-left: 819px;
  }

  .container .offset-by-fourteen {
    padding-left: 882px;
  }

  .container .offset-by-fifteen {
    padding-left: 945px;
  }
}

.page-header {
  background: #2b2b2b;
}

.header {
  color: #f8f8f8;
  position: relative;
}

.header a {
  color: #cecece;
}

.header a:hover {
  color: #FFF;
}

.header .header-top {
  position: relative;
  background: none;
  color: #c4b26d;
}

.header .header-top a {
  color: #cecece;
}

.header .header-top a:hover {
  color: #fff;
}

.header .header-login {
  color: #dfc882;
}

.header .header-login li span,.header .header-login li strong {
  color: #dfc882;
}

.header .header-login li a {
  color: #dfc882;
  text-decoration: none;
  display: inline-block;
  padding-left: .5em;
  padding-right: .5em;
}

.header .header-login li a:hover {
  color: #c4b26d;
}

.header .header-cart {
  color: #dfc882;
}

.header .header-cart .header-icon-cart {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .header .header-cart a:first-child {
    margin-right: 10px;
  }

  .header .header-cart .header-cart-view-link {
    margin-left: .5em;
    background: none;
    color: #dfc882;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header .header-cart .header-cart-view-link {
    display: none;
  }
}

@media (min-width: 768px) {
  .header .header-cart .header-cart-view-link:hover {
    color: #c4b26d;
  }

  .header .header-cart>span,.header .header-cart>a {
    vertical-align: middle;
    display: inline-block;
    line-height: 2em;
    padding: 1rem 0;
  }
}

.header .header-phone {
  color: #dfc882;
}

.header .header-phone a {
  font-size: 1.42857em;
  color: #fff;
}

.header .header-phone a:hover {
  color: #dfc882;
}

.header .header-phone span,.header .header-phone div {
  text-transform: uppercase;
  font-size: 1.07143em;
}

.header .site-logo {
  text-align: center;
}

@media (min-width: 768px) {
  .header .site-logo {
    text-align: left;
  }
}

.header .responsive-icons {
  padding-top: 10px;
}

.header .responsive-icons {
  padding-top: 10px;
}

.header .responsive-icons .icon-sprite {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(/themes/nscactus/images/sitedesign/header-icon-sprite.png);
  background-repeat: no-repeat;
  background-position-y: top;
}

.header .responsive-icons .icon-sprite.nav {
  background-position-x: 0;
  background-position: 0 top;
}

.header .responsive-icons .icon-sprite.search {
  background-position-x: -52px;
  background-position: -52px top;
}

.header .responsive-icons .icon-sprite.account {
  background-position-x: -104px;
  background-position: -104px top;
}

.header .responsive-icons .icon-sprite.info {
  background-position-x: -156px;
  background-position: -156px top;
}

.header .responsive-icons .icon-sprite.phone {
  background-position-x: -208px;
  background-position: -208px top;
}

.header .responsive-icons .icon-sprite.cart {
  background-position-x: -260px;
  background-position: -260px top;
}

.header .header-nav-icon {
  text-decoration: none;
  padding: 2px;
  display: inline-block;
}

@media (min-width: 500px) {
  .header .header-nav-icon {
    padding: 5px;
  }

  .header .header-nav-icon:last-child {
    padding-right: 0;
  }
}

.header .responsive-icons img {
  margin: 0 3px;
}

.header .header-mid {
  background: #191919;
  position: relative;
}

.header .header-bot {
  background: none;
  position: relative;
  color: #f8f8f8;
}

.header .header-bot a {
  color: #cecece;
}

.header .header-bot a:hover {
  color: #FFF;
}

.header .header-nav {
  padding: 0;
  background: none;
}

.header .header-nav .container {
  overflow: visible;
}

.header .header-nav ul {
  margin: 0;
  padding: 0;
}

.header .header-nav.default ul:first-of-type>li {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: disc;
  position: relative;
}

.header .header-nav.default ul:first-of-type>li>a,.header .header-nav.default ul:first-of-type>li>span {
  font-size: 1.14286em;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 1em .5em;
  display: block;
  color: #fff;
  text-decoration: none;
}

.header .header-nav.default ul:first-of-type>li:hover>a {
  text-decoration: none;
  color: #c4b26d;
  background: #cecece;
}

.header .header-nav.cascading ul>li ul {
  position: absolute;
  min-width: 200px;
  top: 42px;
  display: none;
  background: #FFF;
  z-index: 10001;
}

.header .header-nav.cascading ul>li ul li {
  width: 100%;
  text-align: left;
}

.header .header-nav.cascading ul>li>ul>li>a {
  color: #191919;
  padding: 1em;
  display: block;
}

.header .header-nav.cascading ul>li>ul>li:hover a,.header .header-nav.cascading ul>li>ul>li:hover {
  background: #c4b26d;
  color: #191919;
}

.no-touch .header .header-nav.cascading ul>li:hover ul,.no-touch .header .header-nav.cascading ul>li.expanded ul {
  display: block;
}

.header .header-nav.cascading li a,.header .header-nav.cascading li span {
  text-transform: uppercase;
}

.header .custom-search .custom-search-input {
  height: 47px;
}

.header .responsive-icons .header-cart-count {
  position: relative;
}

.header .responsive-icons .header-cart-count span {
  background-color: #c51301;
  border-radius: 20px 20px 20px 20px;
  color: #f8f8f8;
  font-size: 0.85714em;
  font-weight: bold;
  height: 18px;
  line-height: 20px;
  padding: 0 6px;
  position: absolute;
  left: -6px;
  text-align: center;
  bottom: -8px;
}

.header .responsive-nav {
  padding: .5em 1em;
  margin: 0;
  background: #FFF;
}

.header .responsive-nav ul,.header .responsive-nav li {
  list-style: none;
}

.header .responsive-nav .cloned-nav {
  margin-bottom: 0;
}

.header .responsive-nav .cloned-nav>li {
  position: relative;
}

.header .responsive-nav .cloned-nav li>a,.header .responsive-nav .cloned-nav li>span {
  display: block;
}

.header .responsive-nav .cloned-nav>li>ul {
  margin: 0;
}

.header .responsive-nav .cloned-nav>li ul li {
  border: none;
}

.header .responsive-nav .cloned-nav>li {
  margin: 0;
  border-top: 1px solid #fff;
  padding: 0;
  box-sizing: border-box;
}

.header .responsive-nav .cloned-nav>li:first-child {
  border-top: none;
}

.header .responsive-nav .cloned-nav>li>a,.header .responsive-nav .cloned-nav>li>span {
  color: #3d3d3d;
  display: block;
  outline: none;
  text-decoration: none;
  font-size: 0.9285em;
  padding: .75em;
  font-weight: bold;
}

.header .responsive-nav .cloned-nav>li.open {
  background: #fff;
}

.header .responsive-nav .cloned-nav>li.open>a,.header .responsive-nav .cloned-nav>li.open>span {
  background: #fff;
  font-weight: bold;
}

.header .responsive-nav .cloned-nav>li.open>a:hover,.header .responsive-nav .cloned-nav>li.open>span:hover {
  color: #c4b26d;
}

.header .responsive-nav .cloned-nav>li.open .selected span,.header .responsive-nav .cloned-nav>li.open .selected span:hover {
  color: #acacac;
  font-weight: bold;
}

.header .responsive-nav .cloned-nav>li.open .selected span:before {
  content: "Viewing: ";
  display: inline;
  color: #191919;
}

.header .responsive-nav .cloned-nav li.expandable>ul li a,.header .responsive-nav .cloned-nav li.expandable>ul li span {
  text-indent: 1.25em;
  font-size: 0.9em;
  color: #3d3d3d;
  text-decoration: none;
  padding: .75em;
}

.header .responsive-nav .cloned-nav li.expandable>ul li a:hover,.header .responsive-nav .cloned-nav li.expandable>ul li span:hover {
  color: #c4b26d;
}

.header .responsive-nav .cloned-nav li.expandable .nav-toggle {
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  width: 4rem;
  padding: .5rem;
  box-sizing: border-box;
  height: 3.6rem;
  cursor: pointer;
  z-index: 9999;
}

.header .responsive-nav .cloned-nav li.expandable .nav-toggle span {
  content: "";
  display: block;
  background: #dfc882;
  height: 3px;
  position: absolute;
  width: 2rem;
  top: 1.5rem;
  left: 1rem;
}

.header .responsive-nav .cloned-nav li.expandable .nav-toggle .v-line {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: transform .25s linear;
  transition: transform .25s linear;
}

.header .responsive-nav .cloned-nav li.expandable .nav-toggle.toggled .v-line {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.page-footer-content {
  background: #2b2b2b;
}

.footer {
  color: #cecece;
}

.footer a {
  color: #cecece;
}

.footer a:hover {
  color: #727272;
}

.footer .footer-top {
  background: none;
}

.footer .footer-mid {
  background: none;
}

.footer .footer-bot {
  background: none;
}

.footer .footer-bot.testimonials .links a {
  text-decoration: none;
  display: inline-block;
  padding: 1rem 0;
}

.footer .pagebanner {
  font-size: 1.21429em;
  font-weight: normal;
  margin-top: 4rem;
  color: #fff;
  text-transform: uppercase;
}

.footer .footer-mailinglist .footer-mailinglist-text {
  padding-bottom: .5em;
}

.footer .footer-mailinglist .text-required {
  color: #191919;
}

.footer .footer-mailinglist .mod-body {
  margin: 1em 0;
  width: 100%;
}

.footer .footer-mailinglist .mod-body .mod-body-body .mailing-list-module-text {
  box-sizing: border-box;
  float: left;
  height: 34px;
  margin: 0;
  border: none;
  border-radius: 3px 0 0 3px;
  width: calc(80% - 38px);
  color: #3d3d3d;
  box-sizing: border-box;
  -webkit-transition: border-bottom .25s ease, height .25s ease;
  transition: border-bottom .25s ease, height .25s ease;
}

.footer .footer-mailinglist .mod-body .mod-body-body .mailing-list-module-text:focus {
  border-bottom: 4px solid #c4b26d;
  padding-bottom: 0;
}

.footer .footer-mailinglist .mod-body-body input {
  vertical-align: top;
  float: left;
  background: #f8f8f8;
}

.footer .footer-mailinglist .mod-body-body input[type="image"] {
  margin-top: 0 !important;
  border-radius: 0 3px 3px 0;
}

.footer .footer-mailinglist .mod-body .mod-body-body .label,.footer .footer-mailinglist .mod-body-lt,.footer .footer-mailinglist .mod-body-tl,.footer .footer-mailinglist .mod-body-tp,.footer .footer-mailinglist .mod-body-tr,.footer .footer-mailinglist .mod-body-rt {
  display: none;
}

.footer .footer-mailinglist .mod-body-body .text-required {
  font-size: .642em;
}

.footer .footer-mailinglist div[id$="Submit"] {
  float: left;
  margin: 8px 0 0 0 !important;
  padding: 0 !important;
}

.footer .footer-mailinglist span[id$="EmailError"] {
  left: 9px;
  position: absolute;
  top: -41px;
}

.footer .footer-mailinglist div[id$="confirmation"] {
  left: 9px;
  position: absolute;
  top: -19px;
}

.footer .footer-mailinglist table[id$="MailingLists"] {
  background: none;
  float: left;
  margin: 0 8px 0 0;
  padding: 3px 9px;
  width: 100%;
  table-layout: fixed;
}

.footer .footer-mailinglist .footer-mailinglist-privacy {
  color: #cecece;
}

.footer .footer-mailinglist .footer-mailinglist-privacy:hover {
  color: #c4b26d;
}

.footer .footer-links {
  margin: 0;
  padding: 0;
}

.footer .footer-links li {
  border-bottom: none;
  list-style: none;
  margin: 0;
  padding: 0 0;
}

.footer .footer-links li a {
  display: block;
  padding: 1rem 0;
  text-decoration: none;
  line-height: 2.5rem;
}

@media (min-width: 768px) {
  .footer .footer-links li a {
    font-size: 0.85714em;
  }
}

@media (min-width: 1025px) {
  .footer .footer-links li a {
    font-size: 1em;
  }
}

.footer .footer-copyright {
  text-align: center;
}

@media (min-width: 768px) {
  .footer .footer-copyright {
    text-align: left;
  }
}

.footer .footer-copyright a {
  text-decoration: none;
}

.footer .footer-copyright a:hover {
  text-decoration: underline;
}

.footer .footer-social a {
  display: block;
  text-decoration: none;
}

.footer .footer-social a span {
  vertical-align: top;
  display: inline-block;
  margin-left: .5em;
}

.footer .footer-social img {
  margin-right: 1rem;
  vertical-align: middle;
}

.footer .footer-social svg {
  width: 24px;
  height: 24px;
}

.footer .footer-social svg path {
  fill: #3b579d;
}

.footer .footer-social a:hover svg path {
  fill: #99abd8;
}

.footer .social-list li {
  border-bottom: none;
  padding: 0 0;
  margin: 0 0;
}

.footer .social-list li a {
  padding: 1rem 0;
  display: block;
  line-height: 25px;
}

.product-list-item {
  padding: 0;
  text-align: center;
  min-height: 0;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  margin: 3rem 0;
}

@media (min-width: 768px) {
  .product-list-item {
    min-height: 200px;
  }
}

.product-list-img {
  max-width: 98%;
  height: auto;
}

.product-list-thumb {
  min-height: 150px;
}

.product-list-options {
  padding: 18px 0 0;
}

.product-list-options h5 a {
  color: inherit;
  font-size: 1.14286em;
  text-decoration: none;
  font-weight: normal;
  text-transform: none;
}

.product-list-options h5 a:hover {
  color: #c4b26d;
  text-decoration: none;
}

.product-list-price {
  font-size: .928em;
  margin: 9px 9px 0;
  padding: 8px 0 9px;
}

.product-list-msrp,.product-list-cost-not {
  display: inline;
  padding: 0;
  color: #c51301;
}

.product-list-msrp-value,.product-list-cost-not .product-list-cost-value {
  text-decoration: line-through;
}

.product-list-cost,.product-list-sale {
  font-weight: bold;
  display: inline-block;
  padding: 0 1rem;
  color: #34495E;
}

.product-list-sale,.product-list-cost-value.range {
  color: #c4b26d;
}

.product-list-save {
  display: none;
  font-size: .857em;
  font-weight: bold;
  clear: both;
  padding: 0 10px;
}

.product-list-qty .label {
  font-size: .857em;
  display: inline;
}

.product-list-qty input {
  border: 1px solid #ababab;
  padding: 2px;
  width: 36px;
  display: inline;
  margin: 0 !important;
}

.product-list-control {
  padding: 9px 0 0;
}

.product-list-control input {
  margin: 0;
  max-width: 100%;
}

.product-list-rating table {
  margin: 0 auto !important;
}

.product-list-promo {
  padding: 6px 0;
}

.product-pager {
  margin: 0 0 1rem;
}

#ctl00_pageContent_ctl00_pagingHeader {
  border-bottom: 1px solid #ababab;
}

#ctl00_pageContent_ctl00_pagingFooter {
  border-top: 1px solid #ababab;
}

.product-pager td {
  padding: 1em;
}

.product-pager .product-pager-page {
  text-align: left;
}

.product-pager .product-pager-list {
  text-align: right;
}

.product-pager .product-pager-list span {
  padding: 0 4px;
}

.product-pager .pager-item-current {
  color: #c4b26d;
  text-decoration: underline;
}

.product-pager .pager-link {
  color: #000000;
  font-weight: normal;
  padding: 0 2px;
  text-decoration: none;
}

.product-pager .pager-item-next,.product-pager .pager-item-prev {
  padding: 0 5px;
}

.product-pager .pager-item-next img,.product-pager .pager-item-prev img {
  vertical-align: middle;
}

.product-list-results-header {
  margin: 2rem 0 0;
  color: #c4b26d;
}

.product-list-results-header td {
  padding: .5em 1em;
  font-weight: bold;
  vertical-align: middle;
}

.product-list-sort,.product-list-size {
  text-align: right;
}

@media (max-width: 767px) {
  .product-list-results {
    display: none;
  }

  .product-list-sort {
    width: 62% !important;
  }

  .product-list-control img,.product-list-control input {
    height: auto;
    max-width: 100px;
  }
}

@media (min-width: 768px) {
  .product-list-thumb {
    float: left;
    width: 45%;
  }
}

@media (min-width: 1025px) {
  .product-list-thumb,.product-list-options {
    float: none;
    width: 100%;
  }
}

.product-list>tbody {
  display: block;
}

.product-list>tbody>tr {
  display: block;
  margin-left: -1rem;
  margin-right: -1rem;
  box-sizing: border-box;
}

.product-list>tbody>tr:before,.product-list>tbody>tr:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.product-list>tbody>tr:after {
  clear: both;
}

.product-list>tbody>tr td[class*="product-list-item"].one-col {
  float: left;
}

.product-detail .prod-discount table {
  table-layout: fixed;
  width: 100%;
}

.product-detail .prod-related h3,.product-detail .prod-reviews h3 {
  margin-bottom: 2rem;
}

.MagicThumb-swap {
  height: auto;
  max-width: 95% !important;
}

.MagicZoomPlus {
  height: auto;
  max-width: 95% !important;
}

#prod-detail .row {
  border-bottom: 1px solid #BFBFBF;
  padding: 7px 0 13px;
  margin-bottom: 5px;
}

#prod-detail .row.no-border {
  border-bottom: none;
}

.pitlabel {
  font-weight: bold;
}

.prod-prev,.prod-next {
  float: left;
  width: 50%;
}

#prod-detail-img {
  padding: 0 0 15px;
  text-align: center;
}

.prod-itemname {
  border-bottom: none !important;
}

.prod-itemname h1 {
  margin-bottom: 0 !important;
}

.prod-addtocart {
  margin-top: -5px;
  padding-bottom: 5px !important;
}

.prod-addtocart .label {
  padding: 0 7px 0 0;
}

.prod-addtocart .prod-detail-add {
  height: auto;
  max-width: 100%;
  padding: 1em;
  vertical-align: middle;
}

.prod-emailafriend {
  border-bottom: none !important;
}

.prod-detail-qty-disc {
  border: 1px solid #D4D4D4;
}

.prod-detail-qty-disc-head {
  background-color: #F0F0F0;
}

.prod-detail-qty-disc-head th {
  padding: 2px 7px;
  text-align: left;
}

.prod-detail-qty-disc-row-alt td,.prod-detail-qty-disc-row td {
  border-bottom: 1px solid #D4D4D4;
  padding: 2px 7px;
}

.prod-personalization .personalization-questions {
  padding: 9px 0 0 0;
}

.prod-personalization .personalization-questions .personalization-question {
  padding: 0 0 9px;
}

.prod-personalization .personalization-questions .personalization-question .title {
  background: #c4b26d;
  display: block;
  outline: 1px solid #3d3d3d;
  text-align: center;
}

.prod-personalization .personalization-questions .personalization-question .colorSwatchPreview {
  background: #c4b26d !important;
}

.prod-personalization .personalization-questions .personalization-question .personalization-question-label {
  font-weight: bold;
  display: inline-block;
  margin-bottom: .25em;
}

.prod-personalization .personalization-questions .personalization-question .text-answer .textbox {
  min-width: 180px;
}

.prod-personalization .personalization-questions .personalization-question .select-answer .select {
  padding: 1px;
  min-width: 180px;
}

.prod-personalization .personalization-questions .personalization-question .select-answer .select option {
  padding: 0 2px;
}

.prod-personalization .personalization-questions .personalization-question .select-answer * {
  vertical-align: middle;
  margin-right: 20px;
}

.prod-personalization .personalization-questions .personalization-question .check-answer input {
  margin: 0 6px 0 0;
}

.prod-personalization .personalization-questions .personalization-question .radio-answer input {
  margin: 0 6px 0 0;
}

.prod-personalization .personalization-questions .personalization-question .check-image-answer {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
  vertical-align: top;
}

.prod-personalization .personalization-questions .personalization-question .check-image-answer input[type="radio"] {
  margin: 4px 0 0;
}

.prod-personalization .personalization-questions .personalization-question .check-image-answer .personalization-answer-label {
  min-width: 120px;
  width: 120px;
}

.prod-personalization .personalization-questions .personalization-question .check-image-answer .personalization-answer-image {
  margin-bottom: .25em;
  vertical-align: top;
  min-height: 130px;
}

.prod-personalization .personalization-questions .personalization-question .date-answer table td,.prod-personalization .personalization-questions .personalization-question .time-answer table td,.prod-personalization .personalization-questions .personalization-question .phone-answer table td {
  padding: .5em .5em .5em 0;
}

.prod-personalization .personalization-questions .personalization-question .phone-answer input[type="text"],.prod-personalization .personalization-questions .personalization-question .date-answer input[type="text"] {
  width: 4em;
}

.prod-personalization .personalization-questions .personalization-question .date-answer .ui-datepicker-trigger {
  margin-top: .5em;
}

.prod-personalization .personalization-questions .personalization-question .time-answer select {
  height: 25px;
}

.prod-personalization .personalization-questions .personalization-question .personalization-answer {
  margin-bottom: 10px;
}

.prod-personalization .personalization-questions .personalization-question .minicolors-theme-default .minicolors-input {
  height: 30px;
}

.prod-variations table {
  margin: 7px 0 6px 0;
}

.prod-variations table td .select option {
  padding: 0 2px;
}

@media (min-width: 500px) {
  .prod-variations .variationDropdownPanel {
    margin-left: .25em;
  }
}

.prod-variations .textbox {
  width: 4em;
}

.prod-variations .variationListTable td {
  padding: .5em 0;
}

.product-info-table-labels,.prod-personalization .personalization-questions .personalization-question .personalization-answer-label,.prod-variations .label {
  vertical-align: top;
  margin-right: .5em;
  display: block;
  min-width: 175px;
  text-align: left;
}

.prod-detail-rating-stat {
  border-bottom: 1px solid #BFBFBF;
  border-top: 1px solid #BFBFBF;
  margin: 10px 0;
  padding: 6px 0;
}

.prod-detail-rating-stat .rating-container {
  clear: both;
  margin: 3px 0 0 auto;
}

.prod-detail-review-item-rating {
  padding: 0 0 8px;
}

.prod-detail-review-item-rater {
  font-size: .857em;
  font-style: italic;
  padding: 2px 0;
}

.prod-detail-review-item-review {
  border-bottom: 1px solid #BFBFBF;
  padding: 8px 0 12px;
}

#prod-detail .prod-social {
  border-bottom: none;
}

.prod-description img {
  max-width: 100%;
}

.product-list .rating-container {
  display: table;
}

.product-list .rating-container tbody {
  display: table-row-group;
}

.product-list .rating-container tr {
  display: table-row;
}

.product-list .rating-container tr td {
  display: table-cell;
}

.add-to-cart input[type="text"] {
  display: none;
}

@media (max-width: 767px) {
  .prod-detail-purchase {
    text-align: center;
    padding-top: 10px;
  }
}

.responsive-tabs.theme-default .tabs {
  margin-bottom: 0;
  background: #3d3d3d;
}

.responsive-tabs.theme-default .tabs li {
  float: left;
  padding: 0;
  margin: 0;
  background: #3d3d3d;
  border-right: 1px solid #c4b26d;
  width: 33%;
  text-align: center;
}

@media (min-width: 500px) {
  .responsive-tabs.theme-default .tabs li {
    text-align: left;
    width: auto;
  }
}

.responsive-tabs.theme-default .tabs li a {
  text-decoration: none;
  display: block;
  padding: 1em;
}

.responsive-tabs.theme-default .tabs li a:hover {
  background: #8a8a8a;
  color: #c4b26d;
}

.responsive-tabs.theme-default .tabcontent {
  border: 1px solid #3d3d3d;
  padding: 1em;
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .MagicThumb-swap {
    height: auto;
    max-width: 95% !important;
  }

  .MagicZoomPlus {
    height: auto;
    max-width: 95% !important;
  }

  .MagicZoomBigImageCont img {
    height: auto !important;
    max-width: 100% !important;
  }

  .MagicZoomPlus img {
    height: auto !important;
    max-width: 100% !important;
  }
}

.mobile-gallery {
  display: none;
}

@media (min-width: 1025px) {
  .mobile-gallery {
    display: none;
  }
}

.standard-gallery {
  display: block;
}

@media (min-width: 1025px) {
  .standard-gallery {
    display: block;
  }
}

.product-image-gallery .flexslider {
  border: none;
}

.product-image-gallery .flexslider .flex-control-thumbs li {
  float: left;
  width: 25%;
  margin: 0 0;
  padding: 0 0;
  box-sizing: border-box;
  min-height: 0;
}

.category-list {
  width: 100%;
}

.category-list-item {
  box-shadow: 1px 1px 3px #696969;
  position: relative;
  box-sizing: border-box;
  padding: 20px 10px 0;
  margin: 0 5px 60px 5px;
}

@media (min-width: 768px) {
  .category-list tr td:first-child .category-list-item {
    padding-left: 0;
  }

  .category-list tr td:last-child .category-list-item {
    padding-right: 0;
  }
}

.category-list-item-head,.category-list-item-body {
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: background .5s ease;
  transition: background .5s ease;
}

.category-list-item-head h5 a {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.category-list tr,.category-list td {
  display: block;
}

@media (min-width: 500px) {
  .category-list tr {
    display: inline;
  }

  .category-list td {
    display: inline-block;
    width: 49%;
  }
}

@media (min-width: 768px) {
  .category-list td {
    display: inline-block;
    min-width: 24%;
  }
}

@media (min-width: 1025px) {
  .category-list tr {
    display: table-row;
  }

  .category-list td {
    display: table-cell;
    width: auto;
  }
}

.category-list-item-body div {
  display: none;
}

@media (min-width: 500px) {
  .no-touch.csstransitions.csstransforms .category-list-item:not(.has-desc) .category-list-item-body div {
    display: none;
  }

  .no-touch.csstransitions.csstransforms .category-list-item.has-desc .category-list-item-body {
    position: relative;
  }

  .no-touch.csstransitions.csstransforms .category-list-item.has-desc .category-list-item-body div {
    background: rgba(0,0,0,0.45);
    box-sizing: border-box;
    color: #f8f8f8;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    padding: 1em;
    height: 100%;
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
    -webkit-transition: -webkit-transform .5s ease, opacity .75s ease, background .25s ease .25s;
    transition: transform .5s ease, opacity .75s ease, background .25s ease .25s;
    width: 100%;
    z-index: 9999;
  }

  .no-touch.csstransitions.csstransforms .category-list-item.has-desc .category-list-item-body .product-list-infolink {
    display: block;
    margin-top: 20px;
    padding: 1em;
    border: 1px solid;
    width: 75%;
    margin: 30px auto 10px;
    color: #f8f8f8;
    text-decoration: none;
  }

  .no-touch.csstransitions.csstransforms .category-list-item.has-desc .category-list-item-body .product-list-infolink:hover {
    color: #c4b26d;
  }

  .no-touch.csstransitions.csstransforms .category-list-item.has-desc .category-list-item-body img {
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }

  .no-touch.csstransitions.csstransforms .category-list-item.has-desc .category-list-item-body:hover img {
    opacity: .9;
  }

  .no-touch.csstransitions.csstransforms .category-list-item.has-desc .category-list-item-body:hover div {
    background: rgba(0,0,0,0.9);
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.grid td {
  box-sizing: border-box;
}

.reset-header {
  display: none;
}

@media (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
}

@media (min-width: 768px) {
  .reset-header {
    display: block;
  }
}

.sc-index-page .breadcrumb {
  display: none;
}

.container {
  background: transparent;
}

.page-body-columns {
  margin: 0 auto;
  background: transparent;
}

.page-container {
  margin: 0 auto;
  width: 100%;
}

.prod-description ul,body:not(.sc-index-page) #ctl00_pageContent_htmlContent ul {
  list-style: disc outside;
  padding-left: 2em;
}

.breadcrumb {
  margin-bottom: 2rem;
  padding-bottom: 1em;
  font-size: 0.85714em;
  border-bottom: 1px solid #cecece;
  color: inherit;
}

.breadcrumb a {
  color: #2e1c06;
}

.breadcrumb a:hover {
  color: #696969;
}

#optinform .confirm_message {
  height: auto !important;
}

.text-required,.text-important {
  color: #F00;
  font-weight: bold;
}

.val-summary,.text-error {
  color: #c51301;
}

@media (min-width: 768px) {
  .checkout-page div[id$="_UpdatePanel"],.register-page div[id$="_UpdatePanel"],.profile-page div[id$="_UpdatePanel"] {
    float: left;
    margin-bottom: 40px;
    width: 50%;
  }

  body[class*="1checkout-page"] div[id$="_UpdatePanel"] {
    width: 50%;
  }
}

#ctl00_pageContent_loginRegister_leftPane,#ctl00_pageContent_lrLoginOptions_leftPane,#ctl00_pageContent_loginRegister_rightPane,#ctl00_pageContent_lrLoginOptions_rightPane {
  box-sizing: border-box;
  padding: 2rem;
  display: block;
}

@media (min-width: 768px) {
  #ctl00_pageContent_loginRegister_leftPane,#ctl00_pageContent_lrLoginOptions_leftPane,#ctl00_pageContent_loginRegister_rightPane,#ctl00_pageContent_lrLoginOptions_rightPane {
    width: 50%;
  }
}

#ctl00_pageContent_loginRegister_leftPane input[type="text"],#ctl00_pageContent_loginRegister_leftPane input[type="password"],#ctl00_pageContent_lrLoginOptions_leftPane input[type="text"],#ctl00_pageContent_lrLoginOptions_leftPane input[type="password"],#ctl00_pageContent_loginRegister_rightPane input[type="text"],#ctl00_pageContent_loginRegister_rightPane input[type="password"],#ctl00_pageContent_lrLoginOptions_rightPane input[type="text"],#ctl00_pageContent_lrLoginOptions_rightPane input[type="password"] {
  margin: 1rem 0;
}

#ctl00_pageContent_loginRegister_leftPane input[type="checkbox"],#ctl00_pageContent_lrLoginOptions_leftPane input[type="checkbox"],#ctl00_pageContent_loginRegister_rightPane input[type="checkbox"],#ctl00_pageContent_lrLoginOptions_rightPane input[type="checkbox"] {
  margin-right: 1em;
}

#ctl00_pageContent_loginRegister_leftPane input[type="image"],#ctl00_pageContent_loginRegister_leftPane img,#ctl00_pageContent_lrLoginOptions_leftPane input[type="image"],#ctl00_pageContent_lrLoginOptions_leftPane img,#ctl00_pageContent_loginRegister_rightPane input[type="image"],#ctl00_pageContent_loginRegister_rightPane img,#ctl00_pageContent_lrLoginOptions_rightPane input[type="image"],#ctl00_pageContent_lrLoginOptions_rightPane img {
  margin: 2rem 0 4rem;
}

#ctl00_pageContent_loginRegister_leftPane a[id*="Forgot"],#ctl00_pageContent_lrLoginOptions_leftPane a[id*="Forgot"],#ctl00_pageContent_loginRegister_rightPane a[id*="Forgot"],#ctl00_pageContent_lrLoginOptions_rightPane a[id*="Forgot"] {
  display: block;
  text-align: right;
  font-size: 0.85714em;
}

@media (min-width: 768px) {
  #ctl00_pageContent_loginRegister_leftPane,#ctl00_pageContent_lrLoginOptions_leftPane {
    float: left;
  }
}

@media (min-width: 768px) {
  #ctl00_pageContent_loginRegister_rightPane,#ctl00_pageContent_lrLoginOptions_rightPane {
    float: right;
  }
}

@media (min-width: 768px) {
  #ctl00_pageContent_loginRegister_rightPane .login-small-container,#ctl00_pageContent_lrLoginOptions_rightPane .login-small-container {
    float: right;
  }
}

#ctl00_pageContent_loginRegister_rightPane .login-small-container label,#ctl00_pageContent_lrLoginOptions_rightPane .login-small-container label {
  display: inline-block;
}

#ctl00_pageContent_loginRegister_rightPane .login-small-container label[for*="Email"],#ctl00_pageContent_lrLoginOptions_rightPane .login-small-container label[for*="Email"] {
  margin-top: 1rem;
}

.recommended-products-page .cart {
  border-top: 1px solid #ababab;
}

.personalization-question-label {
  margin-bottom: 10px;
  display: inline-block;
}

.cart-page .cart-container .cart {
  table-layout: fixed;
  max-width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart {
    display: table;
  }
}

.cart-page .cart-container .cart>tbody {
  display: block;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody {
    display: table-row-group;
  }
}

.cart-page .cart-container .cart>tbody>tr {
  display: block;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr {
    display: table-row;
  }
}

.cart-page .cart-container .cart>tbody>tr>th {
  display: none;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr>th {
    display: table-cell;
    text-align: center;
  }
}

.cart-page .cart-container .cart>tbody>tr>td {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr>td {
    display: table-cell;
    text-align: center;
  }
}

.cart-page .cart-container .cart>tbody>tr>td:before {
  display: inline-block;
  width: 33%;
  padding-right: 5%;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr>td:before {
    display: none;
  }
}

.cart-page .cart-container .cart>tbody>tr>td .cart-prod-name a {
  color: #c4b26d;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-actions {
  display: block;
  box-sizing: border-box;
  text-align: left;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr>td.cart-actions {
    display: table-cell;
    padding: 2rem;
  }
}

.cart-page .cart-container .cart>tbody>tr>td.cart-actions .select {
  vertical-align: top;
  margin: 0 0 6px;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options {
  display: block;
  padding: 2rem 0;
  box-sizing: border-box;
  text-align: left;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr>td.cart-options {
    padding: 2rem;
    display: table-cell;
  }
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options label {
  padding: .5em 0;
  display: inline-block;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-shipping-estimate {
  margin-bottom: 2rem;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-shipping-estimate input {
  vertical-align: top;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-shipping-estimate input[type="text"] {
  width: 5em;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-coupons {
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-coupons {
    width: 260px;
  }
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-coupons input {
  display: block;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-coupons input[type="text"] {
  width: 90%;
  vertical-align: top;
  margin-bottom: 1rem;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-coupons .cart-coupon-codes {
  margin-top: 20px;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-coupons .cart-coupon-codes tr {
  border: 1px solid;
  box-sizing: border-box;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-options .cart-coupons .cart-coupon-codes td {
  display: block;
  padding: .25em .5em;
  width: 100%;
  box-sizing: border-box;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-summary {
  display: block;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr>td.cart-summary {
    padding: 0 2rem;
    display: table-cell;
  }
}

.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-checkout {
  padding-top: 1rem;
  text-align: center;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-checkout #ctl00_pageContent_alternateMethods {
  margin: 1rem 0;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-summary table {
  clear: both;
  width: 100%;
  margin: 2rem 0;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-subtotal-label,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-shipping-label,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-handling-label,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-total-label,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-discounts-label,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-tax-label {
  border-bottom: 1px solid #ababab;
  padding: .5em .25em;
  text-align: left;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-subtotal,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-shipping,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-total,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-handling,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-discounts,.cart-page .cart-container .cart>tbody>tr>td.cart-summary .cart-tax {
  border-bottom: 1px solid #ababab;
  padding: .5em .25em;
}

.cart-page .cart-container .cart>tbody>tr>td.cart-continue {
  padding: 2rem 0 4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr>td.cart-continue a {
    width: 50%;
    display: block;
    float: right;
    max-width: 355px;
  }
}

@media (min-width: 1025px) {
  .cart-page .cart-container .cart>tbody>tr>td.cart-continue a {
    max-width: 475px;
  }
}

.cart-page .cart-container .cart>tbody>tr.cart-item {
  border: 1px solid #ababab;
}

.cart-page .cart-container .cart>tbody>tr.cart-item>td {
  padding: 1em;
  vertical-align: middle;
  border-bottom: 1px solid #ababab;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr.cart-item td:not([class]) {
    text-align: left;
  }
}

.cart-page .cart-container .cart>tbody>tr.cart-item:nth-of-type(even) {
  background: #fff;
}

.cart-page .cart-container .cart>tbody>tr.cart-item:nth-of-type(odd) {
  background: #e6e6e6;
}

.cart-page .cart-container .cart>tbody>tr.cart-item .cart-item-options .cart-update,.cart-page .cart-container .cart>tbody>tr.cart-item .cart-item-options .cart-remove {
  margin-top: .25em;
  display: inline;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr.cart-item .cart-item-image {
    max-width: 25%;
  }
}

@media (min-width: 1025px) {
  .cart-page .cart-container .cart>tbody>tr.cart-item .cart-item-image {
    max-width: 100%;
  }
}

.cart-page .cart-container .cart>tbody>tr.cart-item .cart-item-image img {
  max-width: 60%;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr.cart-item .cart-item-image img {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr.cart-item .cart-item-image+td {
    padding-left: 0;
    padding-right: 0;
  }
}

.cart-page .cart-container .cart>tbody>tr.cart-item td:nth-of-type(1):before {
  content: "Select";
  font-weight: bold;
}

.cart-page .cart-container .cart>tbody>tr.cart-item td:nth-of-type(2):before {
  content: "Item";
  font-weight: bold;
}

.cart-page .cart-container .cart>tbody>tr.cart-item td:nth-of-type(3):before {
  content: "Details";
  font-weight: bold;
}

.cart-page .cart-container .cart>tbody>tr.cart-item td:nth-of-type(4):before {
  content: "Price";
  font-weight: bold;
}

.cart-page .cart-container .cart>tbody>tr.cart-item td:nth-of-type(5):before {
  content: "Quantity";
  font-weight: bold;
}

.cart-page .cart-container .cart>tbody>tr.cart-item td:nth-of-type(6):before {
  content: "Total";
  font-weight: bold;
}

.cart-page .cart-container .cart>tbody>tr.cart-item td:nth-of-type(7):before {
  content: "Actions";
  font-weight: bold;
}

.cart-page .cart-container .cart>tbody>tr.cart-header {
  border: 1px solid #ababab;
  display: none;
}

@media (min-width: 768px) {
  .cart-page .cart-container .cart>tbody>tr.cart-header {
    display: table-row;
  }
}

.cart-page .cart-container .cart>tbody>tr.cart-header th {
  vertical-align: bottom;
  background: #3d3d3d;
  padding: .25em;
  color: #ECF0F1;
}

.cart-page .cart-container .cart>tbody>tr.cart-header th:first-child {
  width: 3rem;
}

body[class*="checkout-page"] .checkout-questions-container {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

body[class*="checkout-page"] .checkout-questions-container .personalization-question {
  margin-bottom: 1rem;
}

body[class*="checkout-page"] .checkout-questions-container .personalization-question .personalization-question-label {
  margin-bottom: 1rem;
  display: inline-block;
}

body[class*="checkout-page"] .checkout-customer-container .content-body>div:first-of-type h3 {
  margin: 1rem 0;
}

body[class*="checkout-page"] .checkout-customer-container .content-body>div:last-of-type>p {
  margin-bottom: 4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ababab;
}

body[class*="checkout-page"] .checkout-customer-container .content-body h5 {
  font-size: 1.5em;
  font-size: normal;
}

body[class*="checkout-page"] .checkout-coupons-container {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-coupons-container input {
    margin-right: 2rem;
  }
}

body[class*="checkout-page"] .checkout-coupons-container table td {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 500px) {
  body[class*="checkout-page"] .checkout-coupons-container table td {
    display: table-cell;
    padding-right: 1rem;
    margin-bottom: 0;
  }
}

body[class*="checkout-page"] .checkout-coupons-container div[id$="AppliedCouponCode"] {
  font-size: 0.85714em;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-coupons-container div[id$="AppliedCouponCode"] {
    font-size: 1em;
  }
}

body[class*="checkout-page"] #ctl00_pageContent_checkoutWizard {
  margin-bottom: 2rem;
}

body[class*="checkout-page"] #ctl00_pageContent_checkoutWizard tr:last-of-type td table {
  margin-top: 2rem;
  float: left;
  display: block;
}

body[class*="checkout-page"] #ctl00_pageContent_checkoutWizard tr:last-of-type td table td {
  padding-right: 2rem;
}

body[class*="checkout-page"] #ctl00_pageContent_checkoutWizard_createAccount_pnlMailingLists {
  margin: 1rem 0 4rem;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #c4b26d;
  border-radius: .5em;
}

body[class*="checkout-page"] .grid-view-invoice {
  table-layout: fixed;
  max-width: 100%;
  display: block;
  background: #fff;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .grid-view-invoice {
    display: table;
  }
}

body[class*="checkout-page"] .grid-view-invoice>tbody {
  display: block;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .grid-view-invoice>tbody {
    display: table-row-group;
  }
}

body[class*="checkout-page"] .grid-view-invoice>tbody>tr {
  display: block;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .grid-view-invoice>tbody>tr {
    display: table-row;
  }
}

body[class*="checkout-page"] .grid-view-invoice>tbody>tr>th {
  display: none;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .grid-view-invoice>tbody>tr>th {
    display: table-cell;
    text-align: center;
  }
}

body[class*="checkout-page"] .grid-view-invoice>tbody>tr>td {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .grid-view-invoice>tbody>tr>td {
    display: table-cell;
    text-align: center;
  }
}

body[class*="checkout-page"] .grid-view-invoice>tbody>tr>td:before {
  display: inline-block;
  width: 33%;
  padding-right: 5%;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .grid-view-invoice>tbody>tr>td:before {
    display: none;
  }
}

body[class*="checkout-page"] .grid-view-invoice th {
  border-bottom: 1px solid #ababab;
  padding-bottom: .5em;
  color: #191919;
  vertical-align: bottom;
}

body[class*="checkout-page"] .grid-view-invoice tr:nth-of-type(even) {
  background: #fff;
}

body[class*="checkout-page"] .grid-view-invoice tr:nth-of-type(odd) {
  background: #e6e6e6;
}

body[class*="checkout-page"] .grid-view-invoice td:nth-of-type(1):before {
  content: "Product Name";
  font-weight: bold;
}

body[class*="checkout-page"] .grid-view-invoice td:nth-of-type(2):before {
  content: "Item Number";
  font-weight: bold;
}

body[class*="checkout-page"] .grid-view-invoice td:nth-of-type(3):before {
  content: "Quantity";
  font-weight: bold;
}

body[class*="checkout-page"] .grid-view-invoice td:nth-of-type(4):before {
  content: "Item Price";
  font-weight: bold;
}

body[class*="checkout-page"] .grid-view-invoice td:nth-of-type(5):before {
  content: "Total Price";
  font-weight: bold;
}

body[class*="checkout-page"] .grid-view-invoice .invoice-detail-row td,body[class*="checkout-page"] .grid-view-invoice .invoice-detail-row-alt td {
  border-top: 1px solid #ababab;
  color: #191919;
  padding: 1em;
  vertical-align: top;
}

body[class*="checkout-page"] .grid-view-invoice .invoice-detail-row td h5,body[class*="checkout-page"] .grid-view-invoice .invoice-detail-row-alt td h5 {
  font-size: 1em;
  margin: 0 0;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .grid-view-invoice .invoice-detail-row td,body[class*="checkout-page"] .grid-view-invoice .invoice-detail-row-alt td {
    text-align: center;
  }

  body[class*="checkout-page"] .grid-view-invoice .invoice-detail-row td:first-child,body[class*="checkout-page"] .grid-view-invoice .invoice-detail-row-alt td:first-child {
    text-align: left;
  }
}

body[class*="checkout-page"] .grid-view-invoice .invoice-detail-header {
  display: none;
}

body[class*="checkout-page"] .grid-view-invoice .invoice-detail-header th {
  padding: 1rem;
  vertical-align: top;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .grid-view-invoice .invoice-detail-header {
    display: table-row;
  }
}

body[class*="checkout-page"] .invoice-summary {
  margin: 2rem 0;
  position: relative;
  top: -7px;
  width: 50%;
  text-align: right;
  float: right;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .invoice-summary {
    right: 25%;
    top: -65px;
  }
}

body[class*="checkout-page"] .invoice-summary td {
  padding: .25em;
}

body[class*="checkout-page"] .invoice-summary .invoice-summary-text,body[class*="checkout-page"] .invoice-summary .invoice-summary-item {
  width: 100%;
}

body[class*="checkout-page"] .invoice-summary .invoice-subtitle {
  padding-top: 1.5em;
}

body[class*="checkout-page"] .checkout-ship-bill {
  display: block;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-ship-bill {
    display: table;
  }
}

body[class*="checkout-page"] .checkout-ship-bill #ctl00_pageContent_checkoutWizard_orderInvoiceReview_pnlReviewIpAddress {
  font-size: 0.71429em;
  margin-bottom: 1rem;
}

body[class*="checkout-page"] .checkout-ship-bill tbody {
  display: block;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-ship-bill tbody {
    display: table-row-group;
  }
}

body[class*="checkout-page"] .checkout-ship-bill tr {
  display: block;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-ship-bill tr {
    display: table-row;
  }
}

body[class*="checkout-page"] .checkout-ship-bill td {
  display: block;
  padding: .5em 0;
}

@media (min-width: 500px) {
  body[class*="checkout-page"] .checkout-ship-bill td {
    float: left;
    width: 50%;
    padding: 1rem;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-ship-bill td {
    display: table-cell;
    width: auto;
    padding: 0 .25em;
    float: none;
  }
}

body[class*="checkout-page"] .checkout-ship-bill td:last-child {
  display: block;
  width: 100%;
  clear: both;
}

body[class*="checkout-page"] .checkout-ship-bill td p {
  margin-bottom: 0;
}

body[class*="checkout-page"] .checkout-ship-bill #ctl00_pageContent_checkoutWizard_orderInvoiceReview_lblReviewIPAddressLabel {
  display: inline-block;
  margin-right: .25em;
  font-weight: bold;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-ship-bill #ctl00_pageContent_checkoutWizard_orderInvoiceReview_lblReviewIPAddressLabel {
    display: block;
    margin-right: 0;
  }
}

body[class*="checkout-page"] .no-print div {
  padding-bottom: .5em;
}

body[class*="checkout-page"] .checkout-payment-container {
  margin: 20px 0 0;
  position: relative;
}

body[class*="checkout-page"] .checkout-payment-container .checkout-payment td {
  padding-bottom: .5em;
}

body[class*="checkout-page"] .checkout-summary-container {
  margin-bottom: 3rem;
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail {
  table-layout: fixed;
  max-width: 100%;
  display: block;
  margin: 20px 0;
  background: #fff;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail {
    display: table;
  }
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody {
  display: block;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody {
    display: table-row-group;
  }
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody>tr {
  display: block;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody>tr {
    display: table-row;
  }
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody>tr>th {
  display: none;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody>tr>th {
    display: table-cell;
    text-align: center;
  }
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody>tr>td {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody>tr>td {
    display: table-cell;
    text-align: center;
  }
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody>tr>td:before {
  display: inline-block;
  width: 33%;
  padding-right: 5%;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

@media (min-width: 768px) {
  body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail>tbody>tr>td:before {
    display: none;
  }
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail th,body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail td {
  border: 1px solid #ababab;
  color: #191919;
  padding: .5em;
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail td:nth-of-type(1):before {
  content: "Product Name";
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail td:nth-of-type(2):before {
  content: "Item Number";
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail td:nth-of-type(3):before {
  content: "Quantity";
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail td:nth-of-type(4):before {
  content: "Item Price";
}

body[class*="checkout-page"] .checkout-summary-container .invoice .invoice-detail td:nth-of-type(5):before {
  content: "Total Price";
}

body[class*="checkout-page"] .checkout-summary-container .invoice h3.invoice-subtitle {
  border-top: 1px solid #ababab;
  margin: 3rem 0 0;
  padding-top: 1em;
}

body[class*="checkout-page"] .checkout-summary-container .invoice-order-info td {
  display: inline;
}

body[class*="checkout-page"] .checkout-summary-container .invoice-order-info .label {
  font-weight: bold;
}

.checkout-page .form-item {
  clear: both;
}

.checkout-page .form-item h5.inline-block {
  margin-right: 1em;
}

.checkout-page #ctl00_pageContent_checkoutWizard_customerInformation_shippingAddress_cityPostalDontMatchMessage {
  position: inherit !important;
}

.checkout-page .checkout-shipping-container {
  border-bottom: 1px solid #ababab;
  margin-bottom: 2rem;
}

.checkout-page .checkout-shipping-container tr th:last-child,.checkout-page .checkout-shipping-container tr td:last-child {
  padding-right: 1rem;
}

.checkout-page .checkout-nav {
  width: 23%;
  padding: .25em;
}

@media (min-width: 500px) {
  .checkout-page .checkout-nav {
    width: auto;
    padding: 0;
  }
}

.checkout-page .checkout-nav .checkout-step-number,.checkout-page .checkout-nav .checkout-step-text,.checkout-page .checkout-nav .checkout-step-inactive {
  font-size: 0.85714em;
}

.checkout-page .checkout-nav .checkout-step-text,.checkout-page .checkout-nav .checkout-step-number {
  font-weight: bold;
  color: #c4b26d;
}

.checkout-page .checkout-cart-container {
  margin: 1rem 0;
}

.checkout-page .checkout-cart-container .content-head {
  border: 1px solid #ababab;
  margin: 1rem 0;
  padding: .75em 1em;
  color: #fff;
  background: #191919;
}

.checkout-page .checkout-cart-container .content-head h3 {
  color: #fff;
}

.checkout-page .checkout-cart-container .content-head td {
  display: block;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .content-head td {
    display: table-cell;
  }
}

.checkout-page .checkout-cart-container .content-head .content-head-control {
  text-align: right;
  font-size: 0.71429em;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .content-head .content-head-control {
    font-size: 0.85714em;
  }
}

.checkout-page .checkout-cart-container .content-head .content-head-control a {
  color: #c4b26d;
  text-decoration: none;
}

.checkout-page .checkout-cart-container .content-head .content-head-control a:hover {
  color: #fff;
  text-decoration: underline;
}

.checkout-page .checkout-cart-container .content-body>div {
  border: 1px solid #ababab;
}

.checkout-page .checkout-cart-container .checkout-cart {
  background: #fff;
  table-layout: fixed;
  max-width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .checkout-cart {
    display: table;
  }
}

.checkout-page .checkout-cart-container .checkout-cart>tbody {
  display: block;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .checkout-cart>tbody {
    display: table-row-group;
  }
}

.checkout-page .checkout-cart-container .checkout-cart>tbody>tr {
  display: block;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .checkout-cart>tbody>tr {
    display: table-row;
  }
}

.checkout-page .checkout-cart-container .checkout-cart>tbody>tr>th {
  display: none;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .checkout-cart>tbody>tr>th {
    display: table-cell;
    text-align: center;
  }
}

.checkout-page .checkout-cart-container .checkout-cart>tbody>tr>td {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .checkout-cart>tbody>tr>td {
    display: table-cell;
    text-align: center;
  }
}

.checkout-page .checkout-cart-container .checkout-cart>tbody>tr>td:before {
  display: inline-block;
  width: 33%;
  padding-right: 5%;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .checkout-cart>tbody>tr>td:before {
    display: none;
  }
}

.checkout-page .checkout-cart-container .checkout-cart td:before {
  font-weight: bold;
  font-style: normal;
}

.checkout-page .checkout-cart-container .checkout-cart td:nth-of-type(1):before {
  content: "Item";
  font-weight: bold;
}

.checkout-page .checkout-cart-container .checkout-cart td:nth-of-type(2):before {
  content: "Price";
  font-weight: bold;
}

.checkout-page .checkout-cart-container .checkout-cart td:nth-of-type(3):before {
  content: "Quantity";
  font-weight: bold;
}

.checkout-page .checkout-cart-container .checkout-cart td:nth-of-type(4):before {
  content: "Total";
  font-weight: bold;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-header th {
  vertical-align: bottom;
  border: 1px solid #ababab;
  border-top: none;
  padding: .25em;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-header th:first-of-type {
  border-left: none;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-header th:last-of-type {
  border-right: none;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-header th:nth-of-type(2),.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-header th:nth-of-type(4) {
  width: 100px !important;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-header th:nth-of-type(3) {
  width: 70px !important;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-item td {
  padding: .5em;
  border-bottom: 1px solid #ababab;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .checkout-cart .checkout-cart-item td {
    border-top: 1px solid #ababab;
  }
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-item td:first-child {
  font-style: italic;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-item td:first-child h5 {
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .checkout-cart .checkout-cart-item td:first-child {
    text-align: left;
  }
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-footer {
  font-weight: bold;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-footer:before,.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-footer:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-footer:after {
  clear: both;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-footer td {
  padding: 6px;
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-footer td:nth-of-type(1):before,.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-footer td:nth-of-type(2):before,.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-footer td:nth-of-type(3):before,.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-footer td:nth-of-type(4):before {
  content: "";
}

.checkout-page .checkout-cart-container .checkout-cart td[class^="checkout-cart-subtotal"] {
  display: block;
  float: left;
  width: 50%;
  padding: 2em .5em .5em;
}

@media (min-width: 768px) {
  .checkout-page .checkout-cart-container .checkout-cart td[class^="checkout-cart-subtotal"] {
    display: table-cell;
    width: auto;
    padding-top: .5em;
  }
}

.checkout-page .checkout-cart-container .checkout-cart .checkout-cart-subtotal-label {
  text-align: left;
}

body[class*="1checkout-page"] .content h1 {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #ababab;
}

body[class*="1checkout-page"] .content h1:first-child {
  border-top: none;
}

.search-filters div {
  width: 33%;
  float: left;
}

.account-container .content-nav h5 {
  padding: 0 0 25px 0;
  display: inline-block;
  width: 100%;
}

.account-container .content-nav h5 a {
  font-size: .9em;
  display: block;
  padding: 0 0 .5em;
  line-height: 2em;
}

@media (min-width: 500px) {
  .account-container .content-nav h5 a {
    display: block;
    width: 50%;
    float: left;
  }
}

@media (min-width: 768px) {
  .account-container .content-nav h5 a {
    display: inline-block;
    padding-right: .5em;
    width: auto;
  }
}

@media (min-width: 1025px) {
  .account-container .content-nav h5 a {
    padding-right: 1em;
  }
}

.account-container .content-body h5 {
  margin-bottom: 2rem;
}

.account-container .content-body table:not([class]) td {
  display: block;
}

@media (min-width: 768px) {
  .account-container .content-body table:not([class]) td {
    display: table-cell;
  }
}

.account-container .content-body table:not([class]) td>div[class*="account-item"] {
  padding: 1em 2em 1em 0;
  box-sizing: border-box;
}

.account-container .content-body .form-item {
  width: auto !important;
}

.account-container .content-body table[id$="cblMailingLists"] {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.account-container #ctl00_pageContent_pnlDefault {
  margin: 2rem 0;
}

.account-container .grid {
  table-layout: fixed;
  max-width: 100%;
  display: block;
}

@media (min-width: 768px) {
  .account-container .grid {
    display: table;
  }
}

.account-container .grid>tbody {
  display: block;
}

@media (min-width: 768px) {
  .account-container .grid>tbody {
    display: table-row-group;
  }
}

.account-container .grid>tbody>tr {
  display: block;
}

@media (min-width: 768px) {
  .account-container .grid>tbody>tr {
    display: table-row;
  }
}

.account-container .grid>tbody>tr>th {
  display: none;
}

@media (min-width: 768px) {
  .account-container .grid>tbody>tr>th {
    display: table-cell;
    text-align: center;
  }
}

.account-container .grid>tbody>tr>td {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  text-align: right;
}

@media (min-width: 768px) {
  .account-container .grid>tbody>tr>td {
    display: table-cell;
    text-align: center;
  }
}

.account-container .grid>tbody>tr>td:before {
  display: inline-block;
  width: 33%;
  padding-right: 5%;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

@media (min-width: 768px) {
  .account-container .grid>tbody>tr>td:before {
    display: none;
  }
}

.account-container .grid>tbody>tr> {
  table-layout: fixed;
}

.account-container .grid>tbody>tr>th {
  vertical-align: bottom;
  background: #ccc;
  border: 1px solid #ababab;
  padding: 4px;
  color: #333;
}

.account-container .grid>tbody>tr>th:first-child {
  width: 30px;
}

.account-container .grid>tbody>tr>th a {
  color: #191919;
}

.account-container .grid>tbody>tr>td {
  vertical-align: middle;
  border: 1px solid #ababab;
  padding: 6px;
  word-wrap: break-word;
}

.account-container .grid>tbody>tr>td:first-child {
  text-align: center;
}

.account-container .grid>tbody>tr>tr.grid-row {
  background: #ECF0F1;
}

.account-container .grid>tbody>tr>tr.grid-row-alt {
  background: #c0cdd1;
}

.account-container .grid>tbody>tr>tr.grid-footer td {
  border: none;
}

.account-container .grid>tbody>.grid-header,.account-container .grid>tbody>.grid-footer {
  display: none;
}

@media (min-width: 768px) {
  .account-container .grid>tbody>.grid-header,.account-container .grid>tbody>.grid-footer {
    display: table-row;
  }
}

.shopping-lists-page .grid-header {
  display: none;
}

.shopping-lists-page .content-body .grid td:nth-of-type(1):before {
  content: "Select";
  font-weight: bold;
}

.shopping-lists-page .content-body .grid td:nth-of-type(2):before {
  content: "List";
  font-weight: bold;
}

.shopping-lists-page .content-body .grid td:nth-of-type(3):before {
  content: "Event";
  font-weight: bold;
}

.shopping-lists-page .content-body .grid td:nth-of-type(4):before {
  content: "Event Date";
  font-weight: bold;
}

.shopping-lists-page .content-body .grid td:nth-of-type(5):before {
  content: "Public";
  font-weight: bold;
}

@media (min-width: 768px) {
  .shopping-lists-page .content-body .grid tr>th:last-child {
    width: 150px !important;
  }
}

.order-history-page .content-body .grid td:nth-of-type(1):before {
  content: "Date";
  font-weight: bold;
}

.order-history-page .content-body .grid td:nth-of-type(2):before {
  content: "Order Number";
  font-weight: bold;
}

.order-history-page .content-body .grid td:nth-of-type(3):before {
  content: "Order Status";
  font-weight: bold;
}

.order-history-page .content-body .grid td:nth-of-type(4):before {
  content: "Tracking Number(s)";
  font-weight: bold;
}

.order-history-page .content-body .grid td:nth-of-type(5):before {
  content: "Total";
  font-weight: bold;
}

.list-edit-page .content-body .grid td:nth-of-type(2):before {
  content: "Item";
  font-weight: bold;
}

.list-edit-page .content-body .grid td:nth-of-type(4):before {
  content: "Requested";
  font-weight: bold;
}

.list-edit-page .content-body .grid td:nth-of-type(5):before {
  content: "Received";
  font-weight: bold;
}

.list-edit-page .content-body .grid td:nth-of-type(6):before {
  content: "Price";
  font-weight: bold;
}

.list-edit-page .content-body .grid td:nth-of-type(7):before {
  content: "Quantity";
  font-weight: bold;
}

.list-edit-page .content-body .grid .shopping-list-item-image img {
  max-width: 60%;
  height: auto;
}

@media (min-width: 768px) {
  .list-edit-page .content-body .grid .shopping-list-item-image {
    max-width: 25%;
  }
}

.list-edit-page .content-body .grid .grid-header th {
  box-sizing: border-box;
}

.list-edit-page .content-body .grid .grid-header th:nth-of-type(2) {
  width: 100%;
}

@media (min-width: 768px) {
  .list-edit-page .content-body .grid .grid-header th:nth-of-type(2) {
    width: 150px;
  }
}

@media (min-width: 1025px) {
  .list-edit-page .content-body .grid .grid-header th:nth-of-type(2) {
    width: 250px;
  }
}

.list-edit-page .content-body .grid .grid-header th:nth-of-type(3) {
  width: 100%;
}

@media (min-width: 768px) {
  .list-edit-page .content-body .grid .grid-header th:nth-of-type(3) {
    width: 150px;
  }
}

@media (min-width: 1025px) {
  .list-edit-page .content-body .grid .grid-header th:nth-of-type(3) {
    width: 200px;
  }
}

.list-edit-page .content-body .grid tr>td:nth-of-type(3) {
  text-align: left;
}

.list-edit-page .content-body .grid tr>td input[type="image"] {
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
}

.list-edit-page .cart-redirect {
  display: block;
}

.list-edit-page .cart-redirect>tbody,.list-edit-page .cart-redirect>tbody>tr,.list-edit-page .cart-redirect>tbody>tr>td {
  display: block;
}

@media (min-width: 768px) {
  .list-edit-page .cart-redirect {
    display: table;
  }

  .list-edit-page .cart-redirect>tbody {
    display: table-row-group;
  }

  .list-edit-page .cart-redirect>tbody>tr {
    display: table-row;
  }

  .list-edit-page .cart-redirect>tbody>tr>td {
    display: table-cell;
  }
}

.list-edit-page .cart-redirect>tbody>tr>td {
  padding: 2rem 0;
}

.list-edit-page .cart-redirect>tbody>tr>td input[type="image"] {
  float: right;
}

.list-edit-page .cart-redirect>tbody>tr>td:first-child {
  display: none;
}

@media (min-width: 768px) {
  .list-edit-page .cart-redirect>tbody>tr>td:first-child {
    display: table-cell;
  }
}

.RecurringEvents-page .account-container .grid tr.grid-row td:nth-of-type(1):before,.RecurringEvents-page .account-container .grid tr.grid-row-alt td:nth-of-type(1):before {
  content: "Date";
  font-weight: bold;
}

.RecurringEvents-page .account-container .grid tr.grid-row td:nth-of-type(2):before,.RecurringEvents-page .account-container .grid tr.grid-row-alt td:nth-of-type(2):before {
  content: "Event Number";
  font-weight: bold;
}

.RecurringEvents-page .account-container .grid tr.grid-row td:nth-of-type(3):before,.RecurringEvents-page .account-container .grid tr.grid-row-alt td:nth-of-type(3):before {
  content: "Event Status";
  font-weight: bold;
}

.RecurringEvents-page .account-container .grid tr.grid-row td:nth-of-type(4):before,.RecurringEvents-page .account-container .grid tr.grid-row-alt td:nth-of-type(4):before {
  content: "Total";
  font-weight: bold;
}

.RecurringEvents-page .account-container .grid .grid-footer td:nth-of-type(1):before,.RecurringEvents-page .account-container .grid .grid-footer td:nth-of-type(2):before {
  content: "";
}

.RecurringEvents-page .account-container .grid tr.grid-footer td {
  padding: 3px 6px;
}

@media (min-width: 768px) {
  .register-page .registration-email,.register-page .registration-password {
    width: 50%;
  }
}

.email-friend-form td:nth-of-type(1) {
  display: inline !important;
  text-align: left !important;
}

.email-friend-form td:nth-of-type(2) {
  display: inline !important;
}

.email-friend-form td:nth-of-type(3) {
  display: block !important;
  padding: 0 0 15px;
}

.email-friend-form td .textarea-med,.email-friend-form td .textbox {
  width: 100% !important;
}

.product-reviews-add-page .page-column-center>table {
  width: 100%;
}

@media (min-width: 768px) {
  .product-reviews-add-page .page-column-center>table {
    float: left;
    width: 50%;
  }
}

.product-reviews-add-page .prod-review-add-table img {
  width: 100%;
}

.product-reviews-add-page .prod-review-add-table td:first-child {
  padding-right: 0;
}

@media (min-width: 768px) {
  .product-reviews-add-page .prod-review-add-table td {
    display: block;
    width: 100%;
    padding-right: 2rem !important;
    padding-top: 1rem;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .product-reviews-add-page table[id$="addReviewForm"] {
    margin-bottom: calc(565px - 385px) !important;
  }
}

@media (min-width: 1025px) {
  .product-reviews-add-page table[id$="addReviewForm"] {
    margin-bottom: calc(664px - 385px) !important;
  }
}

.clearfix:before,.clearfix:after,.row:before,.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,.clearfix:after {
  clear: both;
}

.row,.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.add-top {
  margin-top: 20px !important;
}

.half-top {
  margin-top: 10px !important;
}

.remove-top {
  margin-top: 0px !important;
}

.padding-v-10 {
  padding: 10px 0 !important;
}

.padding-v-20 {
  padding: 20px 0 !important;
}

.padding-v-30 {
  padding: 30px 0 !important;
}

.padding-v-40 {
  padding: 40px 0 !important;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.float-left,.pull-left {
  float: left;
}

.float-right,.pull-right {
  float: right;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.mobile-hide,.tablet-hide,.desktop-sm-show,.desktop-lg-show {
  display: none;
}

.desktop-hide {
  display: block;
}

@media (min-width: 768px) {
  #wrapper .desktop-hide,#wrapper .mobile-show {
    display: none;
  }

  #wrapper .mobile-hide,#wrapper .tablet-hide,#wrapper .tablet-show,#wrapper .desktop-sm-show {
    display: block;
  }
}

@media (min-width: 1025px) {
  #wrapper .desktop-lg-show {
    display: block;
  }
}

@media (max-width: 767px) {
  .prod-review-add-table td {
    display: block;
  }

  .prod-review-add-table td h1 {
    margin-top: 20px;
  }

  .breadcrumb {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .footer-social .social-list li {
    width: 50%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    border: none;
  }
}

.banner .flexslider .flex-control-nav {
  z-index: 999;
  bottom: 1rem;
}

.banner .flexslider .flex-control-nav.flex-control-paging li a {
  background: #fff;
}

.banner .flexslider .flex-control-nav.flex-control-paging li .flex-active {
  background: #c4b26d;
}

@font-face {
  font-family:'flexslider-icon';src:url("/sc-features/sequencebanner/fonts/flexslider-icon.eot");src:url("/sc-features/sequencebanner/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),url("/sc-features/sequencebanner/fonts/flexslider-icon.woff") format("woff"),url("/sc-features/sequencebanner/fonts/flexslider-icon.ttf") format("truetype"),url("/sc-features/sequencebanner/fonts/flexslider-icon.svg#flexslider-icon") format("svg");font-weight:normal;font-style:normal;
}

.flex-container a:hover,.flex-slider a:hover,.flex-container a:focus,.flex-slider a:focus {
  outline: none;
}

.slides,.slides>li,.flex-control-nav,.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides>li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  background: transparent;
  border: 4px solid transparent;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0,0,0,0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0,0,0,0.2);
  box-shadow: "" 0 1px 4px rgba(0,0,0,0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.flexslider .slides li.slide {
  position: relative;
}

.flexslider .slides li.slide .foreground {
  color: #fff;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 9999;
  height: 100%;
}

.flexslider .slides li.slide .foreground a {
  color: #fff;
}

.flexslider .bannerlink,.flexslider .bannerlink:hover {
  display: block;
  text-decoration: none;
  height: 100%;
}

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(/sc-features/lightbox/img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,#swipebox-next,#swipebox-close {
  background-image: url(/sc-features/lightbox/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,.swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

#swipebox-overlay {
  background: rgba(13,13,13,0.7);
}

#swipebox-bottom-bar,#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.flex-control-nav .flex-container a:active,.flex-container a:focus,.flexslider a:active,.flexslider a:focus {
  outline: 0;
}

.flex-control-nav,.flex-direction-nav,.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

@font-face {
  font-family:flexslider-icon;src:url(/sc-features/monster-gallery/fonts/flexslider-icon.eot);src:url(/sc-features/monster-gallery/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),url(/sc-features/monster-gallery/fonts/flexslider-icon.woff) format("woff"),url(/sc-features/monster-gallery/fonts/flexslider-icon.ttf) format("truetype"),url(/sc-features/monster-gallery/fonts/flexslider-icon.svg#flexslider-icon) format("svg");font-weight:400;font-style:normal;
}

.flexslider {
  padding: 0;
}

.flexslider .slides>li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides>li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 30%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: .7;
  left: 10px;
}

.flexslider:hover .flex-next {
  opacity: .7;
  right: 10px;
}

.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  padding-top: 14px;
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.image-gallery li {
  display: inline-block;
  width: 47%;
  margin: 3em 1.5%;
}

.image-gallery .desc {
  margin: 1em 0;
}

@media (max-width: 767px) {
#right-col #nxt-refines{display:block !important;
    float: none;
    width: auto;
}
.nxt-responsive .nxt-refine-wrap {
    display: none;
}


  .image-gallery li {
    text-align: center;
    width: 100% !important;
  }
}

.flex-control-thumbs li {
  min-height: 106px;
  margin-bottom: 1em;
}

.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}

.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}

.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}

.nivo-lightbox-nav {
  display: none;
}

.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}

.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}

.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}

.nivo-lightbox-image {
  text-align: center;
}

.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}

.nivo-lightbox-ajax,.nivo-lightbox-inline {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}

.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}

.nivo-lightbox-notouch .nivo-lightbox-effect-fade,.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,.nivo-lightbox-notouch .nivo-lightbox-effect-fall,.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap,.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}

.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}

.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}

.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap,.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}

.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0,0,0,0.6);
}

.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(loading.gif) 50% 50% no-repeat;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: .5;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0,0,0,0.5);
}

.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(prev.png);
  border-radius: 0 3px 3px 0;
}

.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(next.png);
  border-radius: 3px 0 0 3px;
}

.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(close.png) 5px 5px no-repeat;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  padding: 5px;
  opacity: .5;
}

.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue',Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
  box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

.nivo-lightbox-theme-default .nivo-lightbox-ajax,.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.4);
  box-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(loading@2x.gif);
    background-size: 32px 32px;
  }

  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(prev@2x.png);
    background-size: 48px 48px;
  }

  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(next@2x.png);
    background-size: 48px 48px;
  }

  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(close@2x.png);
    background-size: 16px 16px;
  }
}

.header .sc-MonsterNav-menu {
  width: 100%;
  position: relative;
  box-sizing: content-box;
  border-radius: .25em;
}

.header .sc-MonsterNav-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header .sc-MonsterNav-menu>ul>li {
  margin-bottom: 0;
  position: static;
}

.header .sc-MonsterNav-menu .sc-MonsterNav-sub {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  z-index: 333333;
  box-shadow: 0 0 7px #3d3d3d;
  text-align: left;
}

.header .sc-MonsterNav-open .sc-MonsterNav-sub,.no-touch .header .sc-MonsterNav-menu>ul>li:not(.static):hover>.sc-MonsterNav-sub, .sc-MonsterNav-open .module-list {
  display: block !important;
}

.header .sc-MonsterNav-menu .sc-MonsterNav-sub-inner:before,.header .sc-MonsterNav-menu .sc-MonsterNav-sub-inner:after {
  content: " ";
  display: table;
}

.header .sc-MonsterNav-menu .sc-MonsterNav-sub-inner:after {
  clear: both;
}

.header .sc-MonsterNav-menu .sc-MonsterNav-sub-inner>div a {
  line-height: 1em;
}

.header .sc-MonsterNav-sub h4,.header .sc-MonsterNav-sub .headline {
  color: #191919;
  padding: 0 0;
  line-height: 1.25em;
  text-transform: uppercase;
  padding-bottom: .25em;
}

@media (min-width: 768px) {
  .header .sc-MonsterNav-sub h4,.header .sc-MonsterNav-sub .headline {
    font-size: 0.92857em;
  }
}

@media (min-width: 1025px) {
  .header .sc-MonsterNav-sub h4,.header .sc-MonsterNav-sub .headline {
    font-size: 1.07143em;
  }
}

.header .sc-MonsterNav-menu .sc-MonsterNav-open .sc-MonsterNav-sub h4 a,.header .sc-MonsterNav-menu .sc-MonsterNav-open .sc-MonsterNav-sub .headline a,.no-touch .header .sc-MonsterNav-menu>ul>li:not(.static):hover>.sc-MonsterNav-sub .headline a,.no-touch .header .sc-MonsterNav-menu>ul>li:not(.static):hover>.sc-MonsterNav-sub h4 a {
  color: #191919;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  border-bottom: 1px solid;
  display: block;
  padding: 1rem 0 1.2rem;
}

.header .sc-MonsterNav-menu .sc-MonsterNav-open .sc-MonsterNav-sub h4 a:hover,.header .sc-MonsterNav-menu .sc-MonsterNav-open .sc-MonsterNav-sub .headline a:hover,.no-touch .header .sc-MonsterNav-menu>ul>li:not(.static):hover>.sc-MonsterNav-sub .headline a:hover,.no-touch .header .sc-MonsterNav-menu>ul>li:not(.static):hover>.sc-MonsterNav-sub h4 a:hover {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #3d3d3d;
  color: #3d3d3d;
  padding-bottom: 1rem;
}

.header .sc-MonsterNav-sub-inner {
  margin: 0 auto;
  padding: 2rem 0;
}

.header .sc-MonsterNav-sub-inner .dynamic-sub-section>* {
  margin: 0 1rem;
  box-sizing: border-box;
}

.header .sc-MonsterNav-sub-inner .dynamic-sub-section>ul {
  padding: 1rem 0;
}

.header .sc-MonsterNav-sub-inner .dynamic-sub-section>ul>li {
  text-align: left;
  padding: 0;
  display: block;
  margin: 0 0;
}

.header .sc-MonsterNav-sub-inner .dynamic-sub-section>ul>li>ul {
  display: none;
}

.header .sc-MonsterNav-sub-inner .dynamic-sub-section>ul>li>a,.header .sc-MonsterNav-sub-inner .dynamic-sub-section>ul>li>a:visited {
  text-decoration: none;
  color: #3d3d3d;
  padding: .25em 1rem;
  display: block;
  box-sizing: border-box;
  line-height: 1.5em;
}

.dynamic-sub-section ul li span{
	color: #93813c;
	text-decoration: underline;
	font-weight: 700;
}

.header .sc-MonsterNav-sub-inner .dynamic-sub-section>ul>li>a:hover {
  color: #3d3d3d;
  text-decoration: underline;
}

.header .sc-MonsterNav-sub-inner .dynamic-sub-section.long-link h4,.header .sc-MonsterNav-sub-inner .dynamic-sub-section.long-link h4>a {
  white-space: nowrap;
}

.header .sc-MonsterNav-sub-inner .full-width-column {
  box-sizing: border-box;
}

@media (min-width: 500px) {
  .header .sc-MonsterNav-sub-inner .full-width-column {
    padding: 0 10px;
  }
}

.header .responsive-nav .cloned-nav .sc-MonsterNav-sub-inner h4 {
  margin-bottom: 3rem;
  border-bottom: 1px solid;
}

.header .responsive-nav .cloned-nav .sc-MonsterNav-sub-inner h4,.header .responsive-nav .cloned-nav .sc-MonsterNav-sub-inner h4 a {
  color: #3d3d3d;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

.header .responsive-nav .cloned-nav .sc-MonsterNav-sub-inner .has-list h4 {
  margin-bottom: 0rem;
}

.cloudzoom-lens {
  border: 5px solid #888;
  width: 100px;
  height: 100px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  cursor: crosshair;
  z-index: 10;
}

.cloudzoom-zoom {
  border: 1px solid #888;
  width: 500px;
  height: 200px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
  z-index: 999;
}

.cloudzoom-zoom-inside {
  border: none;
  box-shadow: none;
  z-index: 999;
}

.cloudzoom-caption {
  display: none;
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  font-family: sans-serif;
  font-size: 11px;
}

.cloudzoom-blank {
  background-image: url(/sc-features/cloudzoom/blank.png);
}

.cloudzoom-ajax-loader {
  background-image: url(/sc-features/cloudzoom/ajax-loader.gif);
  width: 32px;
  height: 32px;
}

@font-face {
  font-family:'montserratultralight';src:url("/themes/nscactus/fonts/montserrat-ultralight-webfont.eot");src:url("/themes/nscactus/fonts/montserrat-ultralight-webfont.eot?#iefix") format("embedded-opentype"),url("/themes/nscactus/fonts/montserrat-ultralight-webfont.woff") format("woff"),url("/themes/nscactus/fonts/montserrat-ultralight-webfont.ttf") format("truetype");font-weight:normal;font-style:normal;
}

.page-column-center,.page-column-left {
  padding: 2rem 0;
}

@media (min-width: 768px) {
  .page-column-center {
    padding-top: 0;
  }
}

.ghost-btn {
  border: 1px solid;
  background: #fff;
  color: #c4b26d;
  display: inline-block;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

.ghost-btn:hover {
  background: #c4b26d;
  color: #fff;
}

.header .header-top .header-links span {
  vertical-align: top;
}

.header .header-top .header-links .header-login .inline-list li a,.header .header-top .header-links .header-login .inline-list li span {
  padding-left: 0;
  padding-right: 0;
}

.header .header-top .header-links .header-nav-minor .inline-list li * {
  vertical-align: baseline;
}

.header .header-top .header-links .header-nav-minor .inline-list li:after {
  content: "/";
  display: inline-block;
}

.header .header-top .header-links .header-nav-minor .inline-list li:last-of-type:after {
  display: none;
}

.header .header-top .header-links .header-nav-minor .inline-list li a {
  position: relative;
  display: inline-block;
}

.header .header-top .header-links .inline-list li {
  font-size: 0.64286em;
}

@media (min-width: 1025px) {
  .header .header-top .header-links .inline-list li {
    font-size: 0.85714em;
  }
}

.header .header-top .header-links .inline-list li a {
  padding: 1rem .5rem;
  line-height: 2em;
  font-size: 1em;
}

.header .header-top .header-cart>* {
  font-size: 0.64286em;
}

@media (min-width: 1025px) {
  .header .header-top .header-cart>* {
    font-size: 0.85714em;
  }
}

.header .header-top .header-cart>span>span {
  color: #cecece;
}

.header .header-mid .container {
  background: url(/themes/nscactus/images/sitedesign/header-mid-bg.png) top right 10% no-repeat;
  background-size: auto 100%;
}

.header .site-logo {
  padding-top: 0;
}

@media (min-width: 768px) {
  .header .site-logo {
    padding-top: 1rem;
  }
}

@media (min-width: 1025px) {
  .header .site-logo {
    padding-top: 0;
  }
}

.header .header-phone {
  padding-left: 3rem;
  box-sizing: border-box;
}

@media (min-width: 1025px) {
  .header .header-phone {
    text-align: center;
  }
}

.header .header-phone a {
  display: inline-block;
  margin-left: 1rem;
  font-weight: bold;
  font-size: 1.14286em;
}

@media (min-width: 1025px) {
  .header .header-phone a {
    margin-left: 0;
    font-size: 1.42857em;
  }
}

.header .header-phone span {
  display: block;
  font-size: 0.85714em;
}

@media (min-width: 1025px) {
  .header .header-phone span {
    display: inline-block;
    font-size: 1.07143em;
  }
}

.header .header-phone img {
  margin-right: .5em;
}

.header .header-cart img {
  vertical-align: middle;
}

.header .header-cart span,.header .header-cart a {
  font-size: 0.85714em;
}

@media (min-width: 1025px) {
  .header .header-cart span,.header .header-cart a {
    font-size: 1em;
  }
}

.header .header-cart .header-icon-lock {
  position: relative;
  top: -1px;
  margin-right: .5em;
}

.header .header-cart .d-sm-hide {
  display: none;
}

@media (min-width: 1025px) {
  .header .header-cart .d-sm-hide {
    display: inline-block;
  }
}

.header .custom-search {
  padding-top: 1rem;
}

.header .header-nav .dynamic-mega-nav {
  display: table;
  width: 100%;
  position: relative;
  z-index: 9997;
}

.header .header-nav .dynamic-mega-nav>li {
  display: table-cell;
  min-width: 70px;
  vertical-align: top;
}

.header .header-nav .dynamic-mega-nav>li:not(:last-child)>a:after,.header .header-nav .dynamic-mega-nav>li:not(:last-child)>span:after {
  content: "/";
  display: inline-block;
  margin-left: 1rem;
  vertical-align: top;
  position: relative;
  float: right;
  color: #c4b26d;
  font-size: 0.85714em;
  top: 1px;
}

@media (min-width: 1025px) {
  .header .header-nav .dynamic-mega-nav>li:not(:last-child)>a:after,.header .header-nav .dynamic-mega-nav>li:not(:last-child)>span:after {
    font-size: 1em;
  }
}

.header .header-nav .dynamic-mega-nav>li.more-categories>ul {
  position: absolute;
  min-width: 200px;
  display: none;
  background: #FFF;
  z-index: 10001;
  box-shadow: 0 0 7px #3d3d3d;
}

.header .header-nav .dynamic-mega-nav>li.more-categories>ul li {
  margin-bottom: -5px;
  width: 100%;
  text-align: left;
}

.header .header-nav .dynamic-mega-nav>li.more-categories>ul>li>a {
  color: #191919;
  padding: 1em;
  display: block;
  text-decoration: none;
  font-size: 12px;
}

.header .header-nav .dynamic-mega-nav>li.more-categories>ul>li:hover a,.header .header-nav .dynamic-mega-nav>li.more-categories>ul>li:hover {
  text-decoration: underline;
  color: #191919;
}

.header .header-nav .dynamic-mega-nav>li.more-categories li a,.header .header-nav .dynamic-mega-nav>li.more-categories li span {
  color: #191919;
  padding: 1em 1em 1em 1em;
  display: block;
  text-transform: uppercase;
}

.header .header-nav .dynamic-mega-nav>li.more-categories ul>li>ul {
  display: none;
}

.no-touch .header .header-nav .dynamic-mega-nav>li.more-categories:hover>ul {
  display: block;
}

.header .header-nav .dynamic-mega-nav>li>a,.header .header-nav .dynamic-mega-nav>li>span {
  padding: 1rem .5em;
  box-sizing: border-box;
  display: block;
  line-height: 2em;
  font-size: 1.14286em;
}

.header .header-nav .dynamic-mega-nav>li>a {
  text-transform: uppercase;
  font-family: "Open Sans Condensed";
  font-weight: 600;
  color: #fff;
}

.header .header-nav .dynamic-mega-nav>li>a:hover {
  color: #c4b26d;
  background: none;
  text-decoration: none;
}

.header .header-nav .dynamic-mega-nav>li>a:hover:after {
  color: #c4b26d;
}

.header .header-nav .dynamic-mega-nav>li>span {
  color: #3d3d3d;
  font-weight: bold;
  background: none;
}

.header .header-promo {
  border-top: 4px solid #c4b26d;
  background: #fff;
  color: #191919;
  padding: 3rem 0;
  font-size: 0.85714em;
  text-align: center;
}

@media (min-width: 1025px) {
  .header .header-promo {
    font-size: 1em;
    text-align: left;
  }
}

.header .header-promo .seperator {
  display: none;
}

@media (min-width: 1025px) {
  .header .header-promo .seperator {
    display: inline-block;
  }
}

.header .header-promo .center .promo-content {
  padding: 0 3em;
}

.header .header-promo .right a:first-of-type {
  display: none;
}

@media (min-width: 1025px) {
  .header .header-promo .right a:first-of-type {
    display: block;
  }
}

.header .header-promo .right a:last-of-type {
  display: block;
}

@media (min-width: 1025px) {
  .header .header-promo .right a:last-of-type {
    display: none;
  }
}

.header .header-promo .promo-content {
  text-transform: uppercase;
}

.header .header-promo .promo-content span,.header .header-promo .promo-content a {
  font-weight: 600;
  color: inherit;
}

.header .header-promo .promo-content span img,.header .header-promo .promo-content a img {
  margin-right: 1rem;
}

.header .header-promo .promo-content span *,.header .header-promo .promo-content a * {
  vertical-align: top;
}

.header .mobile-header .responsive-nav .cloned-nav li.expandable .nav-toggle.toggled {
  background: #fff;
}

.sc-index-page .product-list>tbody>tr,.cart-page-type.index-page .product-list>tbody>tr,.content-page-type.index-page .product-list>tbody>tr {
  border: none;
}

.sc-index-page .breadcrumb,.cart-page-type.index-page .breadcrumb,.content-page-type.index-page .breadcrumb {
  display: none;
}

.sc-index-page .page-column-center,.sc-index-page .page-column-left,.cart-page-type.index-page .page-column-center,.cart-page-type.index-page .page-column-left,.content-page-type.index-page .page-column-center,.content-page-type.index-page .page-column-left {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .sc-index-page .page-column-center,.sc-index-page .page-column-left,.cart-page-type.index-page .page-column-center,.cart-page-type.index-page .page-column-left,.content-page-type.index-page .page-column-center,.content-page-type.index-page .page-column-left {
    padding-top: 0;
  }
}

.sc-index-page #wrapper .flexslider,.cart-page-type.index-page #wrapper .flexslider,.content-page-type.index-page #wrapper .flexslider {
  border: none;
  margin-bottom: 2rem;
}

.sc-index-page #wrapper .flexslider ul,.cart-page-type.index-page #wrapper .flexslider ul,.content-page-type.index-page #wrapper .flexslider ul {
  padding-left: 0;
}

.sc-index-page .home-text h1,.cart-page-type.index-page .home-text h1,.content-page-type.index-page .home-text h1 {
  font-size: 1.71429em;
}

@media (min-width: 1025px) {
  .sc-index-page .home-text h1,.cart-page-type.index-page .home-text h1,.content-page-type.index-page .home-text h1 {
    font-size: 2.71429em;
  }
}

.sc-index-page .home-text .ghost-btn,.cart-page-type.index-page .home-text .ghost-btn,.content-page-type.index-page .home-text .ghost-btn {
  padding: 1em 4em;
  font-size: 1.14286em;
}

@media (min-width: 768px) {
  .sc-index-page .home-text .ghost-btn,.cart-page-type.index-page .home-text .ghost-btn,.content-page-type.index-page .home-text .ghost-btn {
    font-size: 1.35714em;
  }
}

.sc-index-page .cat-grid.four-column .featured-category,.cart-page-type.index-page .cat-grid.four-column .featured-category,.content-page-type.index-page .cat-grid.four-column .featured-category {
  text-align: center;
  margin-bottom: 2rem;
}

.sc-index-page .cat-grid.four-column .featured-category a,.cart-page-type.index-page .cat-grid.four-column .featured-category a,.content-page-type.index-page .cat-grid.four-column .featured-category a {
  text-transform: uppercase;
  box-sizing: border-box;
}

.sc-index-page .cat-grid.four-column .featured-category .category-image,.cart-page-type.index-page .cat-grid.four-column .featured-category .category-image,.content-page-type.index-page .cat-grid.four-column .featured-category .category-image {
  display: inline-block;
  margin-bottom: 2rem;
  position: relative;
  z-index: 5;
}

.sc-index-page .cat-grid.four-column .featured-category .category-image:before,.cart-page-type.index-page .cat-grid.four-column .featured-category .category-image:before,.content-page-type.index-page .cat-grid.four-column .featured-category .category-image:before {
  content: ' ';
  display: block;
  border: 10px inset rgba(200,200,200,0.19);
  border-right-color: rgba(200, 200, 200, 1) !important;
  border-bottom-color: rgba(200, 200, 200, 1) !important;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.sc-index-page .cat-grid.four-column .featured-category .category-name,.cart-page-type.index-page .cat-grid.four-column .featured-category .category-name,.content-page-type.index-page .cat-grid.four-column .featured-category .category-name {
  display: block;
  color: #191919;
  font-weight: 600;
  box-sizing: border-box;
  line-height: 1.5;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .sc-index-page .cat-grid.four-column .featured-category .category-name,.cart-page-type.index-page .cat-grid.four-column .featured-category .category-name,.content-page-type.index-page .cat-grid.four-column .featured-category .category-name {
    float: left;
    margin-bottom: 0;
    padding-right: 1rem;
    font-size: 1.07143em;
    width: 63%;
    text-align: left;
  }
}

.sc-index-page .cat-grid.four-column .featured-category .category-name:hover,.cart-page-type.index-page .cat-grid.four-column .featured-category .category-name:hover,.content-page-type.index-page .cat-grid.four-column .featured-category .category-name:hover {
  color: #c4b26d;
}

.sc-index-page .cat-grid.four-column .featured-category .btn,.cart-page-type.index-page .cat-grid.four-column .featured-category .btn,.content-page-type.index-page .cat-grid.four-column .featured-category .btn {
  display: inline-block;
  padding: .5em 1em;
  background: #c4b26d;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  font-size: 1.14286em;
  border: 1px solid #c4b26d;
}

@media (min-width: 768px) {
  .sc-index-page .cat-grid.four-column .featured-category .btn,.cart-page-type.index-page .cat-grid.four-column .featured-category .btn,.content-page-type.index-page .cat-grid.four-column .featured-category .btn {
    float: right;
    font-size: 1.35714em;
  }
}

.sc-index-page .cat-grid.four-column .featured-category .btn:hover,.cart-page-type.index-page .cat-grid.four-column .featured-category .btn:hover,.content-page-type.index-page .cat-grid.four-column .featured-category .btn:hover {
  background: #fff;
  color: #c4b26d;
}

.sc-index-page .sub-cat-grid,.cart-page-type.index-page .sub-cat-grid,.content-page-type.index-page .sub-cat-grid {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ababab;
}

.category-image > img {
  max-width: 236px !important;
}

.sub-cat-grid .category-image img {
  max-width: 100px !important;
}

.sc-index-page .sub-cat-grid .eight.col,.cart-page-type.index-page .sub-cat-grid .eight.col,.content-page-type.index-page .sub-cat-grid .eight.col {
  min-width: 100px;
  width: 50%;
}

@media (min-width: 500px) {
  .sc-index-page .sub-cat-grid .eight.col,.cart-page-type.index-page .sub-cat-grid .eight.col,.content-page-type.index-page .sub-cat-grid .eight.col {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .sc-index-page .sub-cat-grid .eight.col,.cart-page-type.index-page .sub-cat-grid .eight.col,.content-page-type.index-page .sub-cat-grid .eight.col {
    width: 16.666%;
    min-width: 0;
  }
}

@media (min-width: 1025px) {
  .sc-index-page .sub-cat-grid .eight.col,.cart-page-type.index-page .sub-cat-grid .eight.col,.content-page-type.index-page .sub-cat-grid .eight.col {
    width: 12.5%;
  }
}

.sc-index-page .sub-cat-grid .eight.col .inner,.cart-page-type.index-page .sub-cat-grid .eight.col .inner,.content-page-type.index-page .sub-cat-grid .eight.col .inner {
  text-align: center;
  border: 1px solid #191919;
  position: relative;
  margin-bottom: 2rem;
}

.sc-index-page .sub-cat-grid .eight.col .inner .category-image,.cart-page-type.index-page .sub-cat-grid .eight.col .inner .category-image,.content-page-type.index-page .sub-cat-grid .eight.col .inner .category-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.sc-index-page .sub-cat-grid .eight.col .inner .category-image img,.cart-page-type.index-page .sub-cat-grid .eight.col .inner .category-image img,.content-page-type.index-page .sub-cat-grid .eight.col .inner .category-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.sc-index-page .sub-cat-grid .eight.col .inner .category-name,.cart-page-type.index-page .sub-cat-grid .eight.col .inner .category-name,.content-page-type.index-page .sub-cat-grid .eight.col .inner .category-name {
  background: rgba(25,25,25,0.8);
  color: #fff;
  font-family: 'Open Sans Condensed';
  font-weight: bold;
  text-transform: uppercase;
  padding: .5em .25em;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.85714em;
}

.footer {
  border-top: 3px solid #c4b26d;
  padding-top: 3rem;
}

.footer .no-headline {
  margin-top: 7.7rem;
}

.footer .headline-image {
  margin-top: 3.5rem;
  margin-bottom: .7rem;
}

.footer .footer-top-nav {
  text-align: center;
}

.footer .footer-top-nav a {
  color: #c4b26d;
  display: block;
}

@media (min-width: 768px) {
  .footer .footer-top-nav a {
    display: inline-block;
    vertical-align: top;
  }
}

.footer .footer-top-nav a:hover {
  color: #cecece;
}

.footer .inline-nav a {
  padding: 1rem .15em;
  display: inline-block;
  vertical-align: top;
}

.footer .inline-nav span {
  display: none;
}

@media (min-width: 768px) {
  .footer .inline-nav span {
    display: inline-block;
    vertical-align: top;
    padding: 1rem 0;
  }
}

.footer .footer-links li a,.footer .footer-links li span {
  padding-top: .25em;
  padding-bottom: .25em;
  line-height: 2;
}

.footer .footer-links.hours li a,.footer .footer-links.hours li span {
  display: inline-block;
}

.footer .gutter {
  background: #191919;
  border-top: 1px solid #3d3d3d;
}

.footer .gutter a,.footer .gutter span {
  vertical-align: middle;
}

.footer .gutter .footer-facebook-link {
  display: inline-block;
  margin-right: 1rem;
  padding-top: .6rem;
  padding-bottom: .5rem;
}

.footer .gutter .footer-facebook-link svg path {
  fill: #3b579d;
}

.footer .gutter .footer-facebook-link:hover svg path {
  fill: #99abd8;
}

.footer .gutter .footer-bot-nav {
  height: 3rem;
}

.footer .pagebanner {
  font-family: 'Open Sans Condensed';
  font-weight: bold;
}

.footer .gutter {
  font-size: 0.92857em;
}

.footer .footer-mid .sixteen.columns .columns:not(.omega) {
  min-height: 290px;
}

.footer .footer-mid .sixteen.columns .footer-badge {
  min-height: 80px;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .footer .footer-mid .sixteen.columns .footer-badge {
    min-height: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .footer .footer-mid .sixteen.columns .columns:not(.omega),.footer .footer-mid .sixteen.columns .footer-badge {
    width: 50%;
    float: left;
    box-sizing: border-box;
  }
}

@media (min-width: 500px) {
  .footer .footer-mid .sixteen.columns .columns:not(.omega).bbb img,.footer .footer-mid .sixteen.columns .columns:not(.omega).cc-logos img,.footer .footer-mid .sixteen.columns .footer-badge.bbb img,.footer .footer-mid .sixteen.columns .footer-badge.cc-logos img {
    margin-top: 1rem;
  }
}

@media (min-width: 768px) {
  .footer .footer-mid .sixteen.columns .columns:not(.omega).bbb img,.footer .footer-mid .sixteen.columns .columns:not(.omega).cc-logos img,.footer .footer-mid .sixteen.columns .footer-badge.bbb img,.footer .footer-mid .sixteen.columns .footer-badge.cc-logos img {
    margin-top: 0;
  }
}

.product-list {
  margin-top: 1rem;
  display: block;
}

.product-list *[class*="-label"] {
  display: none;
}

.product-list .product-list-cost-label {
  display: inline;
  color: #c51301;
  font-weight: normal;
}

.product-list .view-more {
  display: inline-block;
}

@media (min-width: 768px) {
  .product-list .view-more {
    display: block;
    margin: 1rem 0;
  }
}

@media (min-width: 1025px) {
  .product-list .view-more {
    display: inline-block;
    margin: 0 0;
  }
}

.product-list .product-list-control {
  max-width: 100%;
  height: auto;
}

.product-list .product-list-options h5 {
  font-size: 1.07143em;
}

.product-list .product-list-options h5 a {
  font-family: "Open Sans",sans-serif;
  text-transform: none;
  font-weight: 600;
  font-weight: 1em;
}

.product-list .product-list-text {
  display: none;
}

@media (min-width: 768px) {
  .product-list>tbody>tr {
    border-bottom: 1px solid #ababab;
  }
}

.product-list>tbody>tr>td {
  border-bottom: 1px solid #ababab;
}

@media (min-width: 768px) {
  .product-list>tbody>tr>td {
    border-bottom: none;
  }
}

.product-list-results-header {
  border: 1px solid #ababab;
  box-sizing: border-box;
}

.product-list-results-header tr td {
  background: #cecece;
  color: #191919;
  font-weight: normal;
}

.product-list-results-header tr td label {
  font-weight: normal;
}

.product-list-results-header tr td:first-of-type {
  padding-left: 1em;
}

.product-pager {
  border: 1px solid #ababab;
  box-sizing: border-box;
}

.product-pager td {
  font-weight: normal;
  font-size: 0.85714em;
}

.product-pager td a,.product-pager td span {
  font-size: inherit;
}

.product-detail .product-image-gallery {
  margin: 0 auto;
  max-width: 80%;
}

@media (min-width: 768px) {
  .product-detail .product-image-gallery {
    max-width: 100%;
  }
}

.product-detail .product-image-gallery .standard-gallery>table,.product-detail .product-image-gallery .standard-gallery>table>tbody,.product-detail .product-image-gallery .standard-gallery>table>tbody>tr,.product-detail .product-image-gallery .standard-gallery>table>tbody>tr>td {
  display: block;
  max-width: 100%;
}

.product-detail .product-image-gallery .standard-gallery .MagicZoomPlus {
  max-width: 100%;
  display: block;
}

.product-detail .product-image-gallery .standard-gallery .MagicZoomPlus>img {
  max-width: 100%;
  height: auto;
  display: block;
}

.product-detail .product-name {
  font-size: 1.85714em;
  font-weight: bold;
}

.product-name.mobile-hide > div {
  font-size: 21px !important;
}

.product-detail .product-info-table .row.border {
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
}

.product-detail .product-info-table .row.border-top {
  border-top: 1px solid #ababab;
}

.product-detail .product-info-table .prod-identifiers .identifier {
  float: left;
  padding: 1rem;
}

.product-detail .product-info-table .prod-identifiers .identifier:first-of-type {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: .5rem;
}

.product-detail .product-info-table .label {
  font-weight: bold;
}

.product-detail .product-info-table .prod-shortdesc {
  font-style: italic;
  color: #34495E;
}

.product-detail .product-info-table .prod-shippingmessage {
  color: #34495E;
}

.product-detail .product-info-table .prod-price .price-msrp {
  text-decoration: line-through;
  color: #696969;
}

.product-detail .product-info-table .prod-price .price-msrp .label,.product-detail .product-info-table .prod-price .price-msrp .value {
  color: inherit;
  font-weight: normal;
}

.product-detail .product-info-table .prod-price .price-sale .label,.product-detail .product-info-table .prod-price .price-sale .value,.product-detail .product-info-table .prod-price .price-comparison .label,.product-detail .product-info-table .prod-price .price-comparison .value,.product-detail .product-info-table .prod-price .price-regular .label,.product-detail .product-info-table .prod-price .price-regular .value {
  font-size: 1.57143em;
}

.product-detail .product-info-table .prod-price .price-sale .label,.product-detail .product-info-table .prod-price .price-comparison .label,.product-detail .product-info-table .prod-price .price-regular .label {
  font-size: 16px;
  font-weight: normal;
}

.product-detail .product-info-table .prod-price .price-sale .value,.product-detail .product-info-table .prod-price .price-comparison .value,.product-detail .product-info-table .prod-price .price-regular .value {
  color: green;
  font-size: 20px;
  font-weight: bold;
}

.product-detail .product-info-table .prod-variations table,.product-detail .product-info-table .prod-variations tbody {
  display: block;
}

.product-detail .product-info-table .prod-variations table tr,.product-detail .product-info-table .prod-variations tbody tr {
  display: inline-block;
  width: 100%;
  margin-bottom: 1rem;
}

.product-detail .product-info-table .prod-variations table tr td,.product-detail .product-info-table .prod-variations tbody tr td {
  display: block;
}

@media (min-width: 768px) {
  .product-detail .product-info-table .prod-variations table tr td,.product-detail .product-info-table .prod-variations tbody tr td {
    float: left;
  }

  .product-detail .product-info-table .prod-variations table tr td:first-of-type,.product-detail .product-info-table .prod-variations tbody tr td:first-of-type {
    width: 35%;
    margin-bottom: 0;
  }

  .product-detail .product-info-table .prod-variations table tr td:last-of-type,.product-detail .product-info-table .prod-variations tbody tr td:last-of-type {
    width: 65%;
  }
}

.product-detail .product-info-table .prod-variations table tr td:first-of-type,.product-detail .product-info-table .prod-variations tbody tr td:first-of-type {
  margin-top: 1em;
}

.product-detail .product-info-table .prod-variations table tr td .label,.product-detail .product-info-table .prod-variations tbody tr td .label {
  font-weight: normal;
}

.product-detail .product-info-table .prod-variations select {
  max-width: 100%;
  height: auto;
  padding: 1em;
  width: 100%;
}

.product-detail .product-info-table .prod-detail-purchase label {
  color: #34495E;
}

.product-detail .product-info-table .prod-detail-purchase .textbox-center {
  padding: 1em;
  height: auto;
  margin-right: 1rem;
  width: 4em;
  text-align: center;
}

@media (min-width: 1025px) {
  .product-detail .product-info-table .prod-detail-purchase .textbox-center {
    margin-right: 3rem;
  }
}

.product-detail .responsive-tabs .tab-list .tab {
  position: relative;
}

.product-detail .responsive-tabs .tab-list .tab>a {
  background: #cecece;
  color: #707070;
  display: block;
  font-weight: bold;
  padding: 1em;
  border-radius: .25em .25em 0 0;
  text-transform: uppercase;
  font-size: 1em;
}

@media (min-width: 768px) {
  .product-detail .responsive-tabs .tab-list .tab>a {
    font-size: 0.85714em;
  }
}

@media (min-width: 1025px) {
  .product-detail .responsive-tabs .tab-list .tab>a {
    font-size: 1em;
  }
}

.product-detail .responsive-tabs .tab-list .tab .tab-active {
  display: none;
}

.product-detail .responsive-tabs .tab-list .tab>a:hover>a,.product-detail .responsive-tabs .tab-list .tab.active>a {
  background: #c4b26d;
  color: #fff;
}

.product-detail .responsive-tabs .tab-list .tab>a:hover .tab-active,.product-detail .responsive-tabs .tab-list .tab.active .tab-active {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
}

.product-detail .responsive-tabs .tab-content {
  display: none;
  padding: 1em;
  border: 1px solid #c4b26d;
  box-sizing: border-box;
}

.product-detail .responsive-tabs .tab-content.visible {
  display: block;
}

.product-detail .prod-reviews h3 {
  font-weight: bold;
}

.product-detail .prod-related h3 {
  text-align: center;
  font-size: 2.71429em;
  margin-bottom: 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ababab;
}
.product-list>tbody>tr:last-child{border:none;}
h1.section-header{font-weight:700;}
	#right-col #nxt-refines,
	#right-col .breadcrumb,
	#right-col #nxt-content > h1{display:none;}
	#right-col .product-list-results-header{
		margin-top:0;
	}
	@media (min-width: 993px){
		#right-col #nxt-content {
			float: none;
			width: 100%;
		}
	}


@media (max-width: 992px){
.nxt-responsive .nxt-refine-wrap {
    display: block;
}
}