
/* Global */
html,body{overflow-x:hidden;}


/* Blog / Header Redesign */
.navbar-main .navbar-nav{
  border-bottom:1px solid #dbdde3;
}

body,
html,
.navbar-collapse {
  background:#fff !important;
  background-color:#fff !important;
}

.container-main{
  min-height:768px;
}

.valign-center {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

/* PDP Redesign */
.subtitle-new-interesting{
  background-color:#fff !important;
}

a.logo-footer{
 margin-left:-23px;
}

.more-views li{
  margin:5px;
}

.box-type.dozen{
  margin-left:0px !important;
}
.add-to-right-col .out-of-stock-wrap {
	padding-bottom: 15px;
}
.add-to-right-col .out-of-stock-notify {
  padding-left:5px;
}

.add-to-right-col .out-of-stock-notify .link{
  padding-left:5px;
}

.breadcrumb strong{
  color:#333 !important;
}

.page-topbar a:last-of-type{
  padding-right:0px !important;
}

.product-essential .add-to-left-col{
  padding-bottom:8px;
}

.product-essential .product-name{
  margin-bottom:0px !important;
  padding:25px 0px;
}

ul.add-to-links .col-lg-12, 
.availability, .no-padding{
  padding:0px !important;
}

.home-sale{
  text-align:center;
}
#pdp_faqs a[data-toggle] {
  text-decoration: none;
}
#pdp_faqs a[data-toggle]:before {
    content: "-";
    margin-right: 5px;
}
#pdp_faqs a.collapsed[data-toggle]:before {
    content: "+";
}
#pdp_faqs.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: none;
}
#pdp_faqs .panel-heading, #pdp_faqs .panel-body {
  padding-left: 0;
  padding-right: 0;
}
#pdp_faqs.panel-group .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Bootstrap Overrides */
.navbar{
  padding-top:15px;
  margin:0px !important;
}

.container-main{
  background-color:#fff;
}

div.col-sm-7.product-action .col-md-8, 
div.col-sm-7.product-action .col-md-4{
 padding:0px !important;
}

div.row.footer-content{
 padding:0px;
}

.footer-content .container{
 padding-right:15px;
 padding-left:15px;
}

footer .col-md-6{
 padding:0px;
}

div.col-sm-7.product-action .col-md-4{
 padding:0px !important;
}

/* Homepage specific styling for full width footer */
.cms-home #slider{
   margin-top:20px
}

/* Full width footer */
.footer-content{
   margin: 0;
   width: 100%;
}

.cms-home #slider{
   margin-top:20px
}

/* Media Queries for PDP Redesign */
@media (max-width: 991px){
.product-essential .col-md-6{
    text-align: center !important;
  }
}

@media (max-width: 767px){
 .breadcrumb{
  padding-left:0px !important;
  text-align:left;
  line-height:2 !important;
  }
}

@media (max-width:600px){

.footer-link  span.label{
   color:#818285 !important;
   background-color:transparent !important;
}

}
/* End of PDP Redesign style */


#checkout-step-shipping_method, #checkout-step-payment {
  margin-left: -15px;
  margin-right: -15px; }
#amscheckout-onepage .messages {
  font-family: "brandon_grotesque_black";
  text-transform: uppercase; }

.footer-link:before, .footer-link:after {
  content: " ";
  display: table; }
.footer-link:after {
  clear: both; }

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.menu-item-wrap .overflow-ellipsis {
  max-width: 120px; }

.bold {
  font-family: "brandon_text_bold"; }

tr.summary-total {
  cursor: pointer; }

tr.summary-total .summary-collapse {
  float: right;
  text-align: right;
  padding-left: 20px;
  background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
  cursor: pointer; }

tr.show-details .summary-collapse {
  background-position: 0 -52px; }

tr.summary-details td {
  font-size: 11px;
  background-color: #dae1e4;
  color: #626465; }

tr.summary-details-first td {
  border-top: 1px solid #d2d8db; }

tr.summary-details-excluded {
  font-style: italic; }

/* Shopping cart tax info */
.cart-tax-info {
  display: block; }

.cart-tax-info,
.cart-tax-info .cart-price {
  padding-right: 20px; }

.cart-tax-total {
  display: block;
  padding-right: 20px;
  background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
  cursor: pointer; }

.cart-tax-info .price,
.cart-tax-total .price {
  display: inline !important;
  font-weight: normal !important; }

.cart-tax-total-expanded {
  background-position: 100% -52px; }

/* Remember Me Popup ===================================================================== */
.window-overlay {
  background: url(../images/window_overlay.png) repeat;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 990; }

.remember-me label {
  float: none;
  margin: 0 6px; }

.remember-me-popup {
  background: #fff;
  border: 1px solid #ccc;
  left: 50%;
  top: 50%;
  position: absolute;
  margin: -85px 0 0 -200px;
  width: 400px;
  text-align: left;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -box-shadow: 0 0 6px #ccc;
  z-index: 1000; }

.remember-me-popup h3 {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  padding: 5px 10px; }

.remember-me-popup .remember-me-popup-head {
  position: relative; }

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  height: 15px;
  width: 15px;
  text-indent: -9999em; }

.remember-me-popup .remember-me-popup-body {
  padding: 10px; }

.remember-me-popup .remember-me-popup-body a {
  display: inline-block;
  height: 19px;
  border: 1px solid #de5400;
  background: #f18200;
  padding: 0 8px;
  font: bold 12px/19px Arial, Helvetica, sans-serif;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #fff; }

/* MAP Popup============================================================================== */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right;
  text-transform: uppercase; }

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px;
  text-shadow: 0 1px 0 #fff; }

.map-popup {
  background: #fff;
  border: 1px solid #aaa;
  margin: 12px 0 0;
  position: absolute;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  text-align: left;
  width: 300px;
  z-index: 100; }

.map-popup-heading {
  background: #d9e5ee;
  border-bottom: 1px solid #ccc;
  padding: 5px 30px 5px 10px;
  width: 260px; }

.map-popup-heading h2 {
  font-size: 16px;
  margin: 0;
  text-shadow: 0 1px 0 #f6f6f6;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-align: left;
  text-overflow: ellipsis; }

.map-popup-arrow {
  background: url(../images/map_popup_arrow.gif) no-repeat;
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 19px; }

.map-popup-close {
  background: url(../images/btn_window_close.gif) no-repeat;
  display: block;
  position: absolute;
  top: 8px;
  right: 10px;
  height: 15px;
  width: 15px;
  text-indent: -9999em;
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.map-popup-content {
  border-top: 1px solid #eee;
  padding: 10px;
  overflow: hidden;
  text-align: left;
  width: 280px; }

.map-popup-checkout {
  display: inline;
  float: right;
  text-align: right; }

.map-popup-checkout span {
  display: block;
  padding-right: 30px; }

.map-popup-checkout .paypal-logo {
  margin: 0 0 5px; }

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
  margin: 0;
  padding: 0; }

.map-popup-price {
  margin: 5px 0 0; }

.map-popup-text {
  clear: right;
  margin: 0 10px;
  padding: 10px 0;
  text-align: left;
  word-wrap: break-word; }

.map-popup-only-text {
  border-top: 1px solid #ddd; }

/* ======================================================================================= */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin-left: 0;/*calc(100vw - 100%);*/
  margin-right: 0; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    border: 0;
    max-width: 100% !important; }

  @page {
    margin: 2cm .5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .table td,
  .table th {
    background-color: #fff !important; }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }

  .label {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #474849; 
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a, .link {
  color: #ec1c24;
  text-decoration: none; }

.link:hover,
.link:focus {
  cursor: pointer; }

a:hover, .link:hover,
a:focus, .link:focus {
  color: #ad0e15;
  text-decoration: underline; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.underlined {
  color: #818285;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  max-width: 100%; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dbdde3; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.page-popup {
  padding: 30px; }

@media (min-width: 768px) {
  .layout {
    margin-left: -15px;
    margin-right: -15px; } }
    
.layout:before,
.layout:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.layout:after {
  clear: both; }

.layout.layout-1-col div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (max-width: 767px) {
  .layout {
    margin-left: -5px;
    margin-right: -5px; }
  .layout.layout-1-col div[role="main"] {
    padding-left: 5px;
    padding-right: 5px; } }

@media (min-width: 992px) {
  .layout.layout-1-col div[role="main"] {
    float: left;
    width: 100%; } }
.layout.layout-3-cols div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .layout.layout-3-cols div[role="main"] {
    float: left;
    width: 50%; } }
div[role="main"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }

@media (min-width: 992px) {
  div[role="main"] {
    float: left;
    width: 75%; } }
aside[role="complementary"] {
  position: relative;
  min-height: 1px;
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 600px) {
    aside[role="complementary"] {
      padding-left: 15px;
      padding-right: 15px; } }

@media (min-width: 992px) {
  aside[role="complementary"] {
    float: left;
    width: 25%; } }
footer[role="contentinfo"] {
  margin-bottom: 20px; }

footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

footer[role="contentinfo"]:after {
  clear: both; }

footer[role="contentinfo"]:before,
footer[role="contentinfo"]:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

footer[role="contentinfo"]:after {
  clear: both; }

footer[role="contentinfo"] > ul > li,
footer[role="contentinfo"] .links li {
  display: inline; }

footer[role="contentinfo"] > ul,
footer[role="contentinfo"] .links,
footer[role="contentinfo"] .bugs,
footer[role="contentinfo"] address {
  margin-bottom: 10px; }

@media (min-width: 768px) {
  footer[role="contentinfo"] > ul,
  footer[role="contentinfo"] .links,
  footer[role="contentinfo"] .bugs,
  footer[role="contentinfo"] address {
    width: 50%; }

  footer[role="contentinfo"] > ul,
  footer[role="contentinfo"] .bugs {
    float: left; }

  footer[role="contentinfo"] .links,
  footer[role="contentinfo"] address {
    float: right;
    text-align: right; } }
p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 21px; } }
small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.center {
  margin: 0 auto; }

.text-muted {
  color: #dbdde3; }

.text-primary {
  color: #ec1c24; }

.text-primary:hover {
  color: #c51017; }

.text-warning {
  color: #c09853; }

.text-warning:hover {
  color: #a47e3c; }

.text-danger {
  color: #b94a48; }

.text-danger:hover {
  color: #953b39; }

.text-success {
  color: #468847; }

.text-success:hover {
  color: #356635; }

.text-info {
  color: #3a87ad; }

.text-info:hover {
  color: #2d6987; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #dbdde3; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%; }

h1,
.h1 {
  font-size: 36px; }

h2,
.h2 {
  font-size: 30px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 18px; }

h5,
.h5 {
  font-size: 14px; }

h6,
.h6 {
  font-size: 12px; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #dbdde3; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

.list-inline > li:first-child {
  padding-left: 0; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.428571429; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

  .dl-horizontal dd {
    margin-left: 180px; }

  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

  .dl-horizontal dd:after {
    clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dbdde3; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #dbdde3; }

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #dbdde3; }

blockquote small:before {
  content: '\2014 \00A0'; }

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dbdde3;
  border-left: 0; }

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right; }

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429; }

@font-face {
  font-family: 'brandon_grotesque_light_italic';
  src: url("../fonts/brandon_grotesque_light_italic-webfont.eot");
  src: url("../fonts/brandon_grotesque_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_grotesque_light_italic-webfont.woff") format("woff"), url("../fonts/brandon_grotesque_light_italic-webfont.ttf") format("truetype"), url("../fonts/brandon_grotesque_light_italic-webfont.svg#brandon_grotesque_light_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesque_light';
  src: url("../fonts/brandon_grotesque_light-webfont.eot");
  src: url("../fonts/brandon_grotesque_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_grotesque_light-webfont.woff") format("woff"), url("../fonts/brandon_grotesque_light-webfont.ttf") format("truetype"), url("../fonts/brandon_grotesque_light-webfont.svg#brandon_grotesque_light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesque_regular';
  src: url("../fonts/brandon_grotesque_regular-webfont.eot");
  src: url("../fonts/brandon_grotesque_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_grotesque_regular-webfont.woff") format("woff"), url("../fonts/brandon_grotesque_regular-webfont.ttf") format("truetype"), url("../fonts/brandon_grotesque_regular-webfont.svg#brandon_grotesque_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesque_bold';
  src: url("../fonts/brandon_grotesque_bold-webfont.eot");
  src: url("../fonts/brandon_grotesque_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_grotesque_bold-webfont.woff") format("woff"), url("../fonts/brandon_grotesque_bold-webfont.ttf") format("truetype"), url("../fonts/brandon_grotesque_bold-webfont.svg#brandon_grotesque_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_grotesque_black';
  src: url("../fonts/brandon_grotesque_black-webfont.eot");
  src: url("../fonts/brandon_grotesque_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/brandon_grotesque_black-webfont.woff") format("woff"), url("../fonts/brandon_grotesque_black-webfont.ttf") format("truetype"), url("../fonts/brandon_grotesque_black-webfont.svg#brandon_grotesque_black") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_text_regular';
  src: url("../fonts/hvd_fonts_-_brandontext-regular-webfont.eot");
  src: url("../fonts/hvd_fonts_-_brandontext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hvd_fonts_-_brandontext-regular-webfont.woff") format("woff"), url("../fonts/hvd_fonts_-_brandontext-regular-webfont.ttf") format("truetype"), url("../fonts/hvd_fonts_-_brandontext-regular-webfont.svg#brandon_text_regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'brandon_text_bold';
  src: url("../fonts/hvd_fonts_-_brandontext-bold-webfont.eot");
  src: url("../fonts/hvd_fonts_-_brandontext-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/hvd_fonts_-_brandontext-bold-webfont.woff") format("woff"), url("../fonts/hvd_fonts_-_brandontext-bold-webfont.ttf") format("truetype"), url("../fonts/hvd_fonts_-_brandontext-bold-webfont.svg#brandon_text_bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/* @font-face {
    font-family: 'brandon_grotesque_thin';
    src: url('../fonts/brandon_grotesque_thin-webfont.eot');
    src: url('../fonts/brandon_grotesque_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandon_grotesque_thin-webfont.woff') format('woff'),
         url('../fonts/brandon_grotesque_thin-webfont.ttf') format('truetype'),
         url('../fonts/brandon_grotesque_thin-webfont.svg#brandon_grotesquethin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesque_thin_italic';
  src: url('../fonts/brandon_grotesque_thin_italic-webfont.eot');
  src: url('../fonts/brandon_grotesque_thin_italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/brandon_grotesque_thin_italic-webfont.woff') format('woff'), url('../fonts/brandon_grotesque_thin_italic-webfont.ttf') format('truetype'), url('../fonts/brandon_grotesque_thin_italic-webfont.svg#brandon_grotesquethin_italic') format('svg');
  font-weight: normal;
  font-style: normal;
} */
.display_light {
  font-family: "brandon_grotesque_light", sans-serif;
  text-transform: uppercase; }

.display_light_capitalize {
  font-family: "brandon_grotesque_light", sans-serif;
  text-transform: capitalize; }

.display_light_lowercase {
  font-family: "brandon_grotesque_light", sans-serif;
  text-transform: lowercase; }

.display_light_italic {
  font-family: "brandon_grotesque_light_italic", sans-serif; }

/* .display_thin_italic {
  font-family: "brandon_grotesque_thin_italic", sans-serif;
} */
.display_regular {
  font-family: "brandon_grotesque_regular", sans-serif; }

.display_regular_italic {
  font-family: "brandon_grotesque_regular", sans-serif; }

.display_bold {
  font-family: "brandon_grotesque_bold", sans-serif; }

.display_black {
  font-family: "brandon_grotesque_black", sans-serif;
  text-transform: uppercase; }

.text_regular {
  font-family: "brandon_text_regular", sans-serif; }

.text_bold {
  font-family: "brandon_text_bold", sans-serif; }

body,
html {
  font-family: "brandon_text_regular", sans-serif;
  color: #818285;
  background-color: #fff; }

h1,
.h1 {
  font-family: "brandon_grotesque_light", sans-serif;
  text-transform: uppercase;
  font-size: 40px; }

h2,
.h2 {
  font-family: "brandon_grotesque_light", sans-serif;
  text-transform: uppercase;
  font-size: 22px; }

h3,
.h3 {
  font-family: "brandon_grotesque_bold", sans-serif;
  font-size: 20px; }

h4,
.h4 {
  font-family: "brandon_grotesque_bold", sans-serif;
  font-size: 17px; }

h5,
.h5 {
  font-family: "brandon_grotesque_bold", sans-serif;
  font-size: 14px; }

h6,
.h6 {
  font-family: "brandon_grotesque_bold", sans-serif;
  font-size: 12px; }

.page-title {
  padding-bottom: 9px;
  margin: 40px 0 0px;
  /*border-bottom: 1px solid #dbdde3;*/
  margin-top: 0; }

.page-title:before,
.page-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.page-title:after {
  clear: both; }

.page-title .separator {
  margin: 0 3px; }

.page-title .link-rss {
  float: right;
  margin: 7px 0 0; }

@media (min-width: 600px) {
  .title-buttons {
    text-align: right; } }

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 {
  float: left; }

.subtitle,
.sub-title {
  color: #dbdde3; }

.subtitle-container {
  position: relative;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px; }

.home-about-us .subtitle-container {
  margin-top: 0px;
  margin-bottom: 30px; }

.subtitle-rule {
  position: absolute;
  top: 27px;
  border-bottom: solid 1px #dedede;
  left: 0;
  right: 0; }

.subtitle-new-interesting {
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
  color: #484848;
  font-size: 16px;
  font-family: "brandon_grotesque_black", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.1;}
  @media (max-width: 991px) {
    .subtitle-new-interesting {
      font-size: 24px; } }
.block-recent-posts h2{
    font-family: brandon_text_regular, sans-serif;
    font-size: 14px;
    text-transform: capitalize;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px; }
  @media (min-width: 600px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.container:after {
  clear: both; }
.block-recent-posts h3 {
   font-size: 14px;
   font-family: brandon_text_regular, sans-serif;
}
.row {
    margin-left: -15px;
    margin-right: -15px; }

.row.no-gap {
  margin-left: 0;
  margin-right: 0; }

.row.thin-gap {
  margin-left: 5px;
  margin-right: 5px; }

.row.plus-gap {
  margin-left: 30px;
  margin-right: 30px; }

.plus-gap > .col-xs-1, .plus-gap > .col-sm-1, .plus-gap > .col-md-1, .plus-gap > .col-lg-1,
.plus-gap > .col-xs-2, .plus-gap > .col-sm-2, .plus-gap > .col-md-2, .plus-gap > .col-lg-2,
.plus-gap > .col-xs-3, .plus-gap > .col-sm-3, .plus-gap > .col-md-3, .plus-gap > .col-lg-3,
.plus-gap > .col-xs-4, .plus-gap > .col-sm-4, .plus-gap > .col-md-4, .plus-gap > .col-lg-4,
.plus-gap > .col-xs-5, .plus-gap > .col-sm-5, .plus-gap > .col-md-5, .plus-gap > .col-lg-5,
.plus-gap > .col-xs-6, .plus-gap > .col-sm-6, .plus-gap > .col-md-6, .plus-gap > .col-lg-6,
.plus-gap > .col-xs-7, .plus-gap > .col-sm-7, .plus-gap > .col-md-7, .plus-gap > .col-lg-7,
.plus-gap > .col-xs-8, .plus-gap > .col-sm-8, .plus-gap > .col-md-8, .plus-gap > .col-lg-8,
.plus-gap > .col-xs-9, .plus-gap > .col-sm-9, .plus-gap > .col-md-9, .plus-gap > .col-lg-9,
.plus-gap > .col-xs-10, .plus-gap > .col-sm-10, .plus-gap > .col-md-10, .plus-gap > .col-lg-10,
.plus-gap > .col-xs-11, .plus-gap > .col-sm-11, .plus-gap > .col-md-11, .plus-gap > .col-lg-11,
.plus-gap > .col-xs-12, .plus-gap > .col-sm-12, .plus-gap > .col-md-12, .plus-gap > .col-lg-12 {
  padding-left: 30px;
  padding-right: 30px; }

.thin-gap > .col-xs-1, .thin-gap > .col-sm-1, .thin-gap > .col-md-1, .thin-gap > .col-lg-1,
.thin-gap > .col-xs-2, .thin-gap > .col-sm-2, .thin-gap > .col-md-2, .thin-gap > .col-lg-2,
.thin-gap > .col-xs-3, .thin-gap > .col-sm-3, .thin-gap > .col-md-3, .thin-gap > .col-lg-3,
.thin-gap > .col-xs-4, .thin-gap > .col-sm-4, .thin-gap > .col-md-4, .thin-gap > .col-lg-4,
.thin-gap > .col-xs-5, .thin-gap > .col-sm-5, .thin-gap > .col-md-5, .thin-gap > .col-lg-5,
.thin-gap > .col-xs-6, .thin-gap > .col-sm-6, .thin-gap > .col-md-6, .thin-gap > .col-lg-6,
.thin-gap > .col-xs-7, .thin-gap > .col-sm-7, .thin-gap > .col-md-7, .thin-gap > .col-lg-7,
.thin-gap > .col-xs-8, .thin-gap > .col-sm-8, .thin-gap > .col-md-8, .thin-gap > .col-lg-8,
.thin-gap > .col-xs-9, .thin-gap > .col-sm-9, .thin-gap > .col-md-9, .thin-gap > .col-lg-9,
.thin-gap > .col-xs-10, .thin-gap > .col-sm-10, .thin-gap > .col-md-10, .thin-gap > .col-lg-10,
.thin-gap > .col-xs-11, .thin-gap > .col-sm-11, .thin-gap > .col-md-11, .thin-gap > .col-lg-11,
.thin-gap > .col-xs-12, .thin-gap > .col-sm-12, .thin-gap > .col-md-12, .thin-gap > .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px; }

.no-gap > .col-xs-1, .no-gap > .col-sm-1, .no-gap > .col-md-1, .no-gap > .col-lg-1,
.no-gap > .col-xs-2, .no-gap > .col-sm-2, .no-gap > .col-md-2, .no-gap > .col-lg-2,
.no-gap > .col-xs-3, .no-gap > .col-sm-3, .no-gap > .col-md-3, .no-gap > .col-lg-3,
.no-gap > .col-xs-4, .no-gap > .col-sm-4, .no-gap > .col-md-4, .no-gap > .col-lg-4,
.no-gap > .col-xs-5, .no-gap > .col-sm-5, .no-gap > .col-md-5, .no-gap > .col-lg-5,
.no-gap > .col-xs-6, .no-gap > .col-sm-6, .no-gap > .col-md-6, .no-gap > .col-lg-6,
.no-gap > .col-xs-7, .no-gap > .col-sm-7, .no-gap > .col-md-7, .no-gap > .col-lg-7,
.no-gap > .col-xs-8, .no-gap > .col-sm-8, .no-gap > .col-md-8, .no-gap > .col-lg-8,
.no-gap > .col-xs-9, .no-gap > .col-sm-9, .no-gap > .col-md-9, .no-gap > .col-lg-9,
.no-gap > .col-xs-10, .no-gap > .col-sm-10, .no-gap > .col-md-10, .no-gap > .col-lg-10,
.no-gap > .col-xs-11, .no-gap > .col-sm-11, .no-gap > .col-md-11, .no-gap > .col-lg-11,
.no-gap > .col-xs-12, .no-gap > .col-sm-12, .no-gap > .col-md-12, .no-gap > .col-lg-12 {
  padding-left: 0;
  padding-right: 0; }

.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.row:after {
  clear: both; }

.cols {
  margin-bottom: 10px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666666666666%; }

.col-xs-10 {
  width: 83.33333333333334%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666666666666%; }

.col-xs-7 {
  width: 58.333333333333336%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666666666667%; }

.col-xs-4 {
  width: 33.33333333333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.666666666666664%; }

.col-xs-1 {
  width: 8.333333333333332%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666666666666%; }

.col-xs-pull-10 {
  right: 83.33333333333334%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666666666666%; }

.col-xs-pull-7 {
  right: 58.333333333333336%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666666666667%; }

.col-xs-pull-4 {
  right: 33.33333333333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.666666666666664%; }

.col-xs-pull-1 {
  right: 8.333333333333332%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666666666666%; }

.col-xs-push-10 {
  left: 83.33333333333334%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666666666666%; }

.col-xs-push-7 {
  left: 58.333333333333336%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666666666667%; }

.col-xs-push-4 {
  left: 33.33333333333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.666666666666664%; }

.col-xs-push-1 {
  left: 8.333333333333332%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666666666666%; }

.col-xs-offset-10 {
  margin-left: 83.33333333333334%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666666666666%; }

.col-xs-offset-7 {
  margin-left: 58.333333333333336%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666666666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.666666666666664%; }

.col-xs-offset-1 {
  margin-left: 8.333333333333332%; }

@media (min-width: 768px) {
  .container  {
    max-width: 750px; } }
@media (min-width: 600px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-11 {
    width: 91.66666666666666%; }

  .col-sm-10 {
    width: 83.33333333333334%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-8 {
    width: 66.66666666666666%; }

  .col-sm-7 {
    width: 58.333333333333336%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-5 {
    width: 41.66666666666667%; }

  .col-sm-4 {
    width: 33.33333333333333%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-2 {
    width: 16.666666666666664%; }

  .col-sm-1 {
    width: 8.333333333333332%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-pull-11 {
    right: 91.66666666666666%; }

  .col-sm-pull-10 {
    right: 83.33333333333334%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-8 {
    right: 66.66666666666666%; }

  .col-sm-pull-7 {
    right: 58.333333333333336%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-5 {
    right: 41.66666666666667%; }

  .col-sm-pull-4 {
    right: 33.33333333333333%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-2 {
    right: 16.666666666666664%; }

  .col-sm-pull-1 {
    right: 8.333333333333332%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-push-11 {
    left: 91.66666666666666%; }

  .col-sm-push-10 {
    left: 83.33333333333334%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-8 {
    left: 66.66666666666666%; }

  .col-sm-push-7 {
    left: 58.333333333333336%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-5 {
    left: 41.66666666666667%; }

  .col-sm-push-4 {
    left: 33.33333333333333%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-2 {
    left: 16.666666666666664%; }

  .col-sm-push-1 {
    left: 8.333333333333332%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%; }

  .f-sm-left {
    float: left !important; }

  .f-sm-right {
    float: right !important; } }
@media (min-width: 992px) {
  .container {
    max-width: 970px; }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left; }

  .col-md-12 {
    width: 100%; }

  .col-md-11 {
    width: 91.66666666666666%; }

  .col-md-10 {
    width: 83.33333333333334%; }

  .col-md-9 {
    width: 75%; }

  .col-md-8 {
    width: 66.66666666666666%; }

  .col-md-7 {
    width: 58.333333333333336%; }

  .col-md-6 {
    width: 50%; }

  .col-md-5 {
    width: 41.66666666666667%; }

  .col-md-4 {
    width: 33.33333333333333%; }

  .col-md-3 {
    width: 25%; }

  .col-md-2 {
    width: 16.666666666666664%; }

  .col-md-1 {
    width: 8.333333333333332%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-pull-11 {
    right: 91.66666666666666%; }

  .col-md-pull-10 {
    right: 83.33333333333334%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-8 {
    right: 66.66666666666666%; }

  .col-md-pull-7 {
    right: 58.333333333333336%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-5 {
    right: 41.66666666666667%; }

  .col-md-pull-4 {
    right: 33.33333333333333%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-2 {
    right: 16.666666666666664%; }

  .col-md-pull-1 {
    right: 8.333333333333332%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-push-11 {
    left: 91.66666666666666%; }

  .col-md-push-10 {
    left: 83.33333333333334%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-8 {
    left: 66.66666666666666%; }

  .col-md-push-7 {
    left: 58.333333333333336%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-5 {
    left: 41.66666666666667%; }

  .col-md-push-4 {
    left: 33.33333333333333%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-2 {
    left: 16.666666666666664%; }

  .col-md-push-1 {
    left: 8.333333333333332%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%; }

  .f-md-right {
    float: right !important; }

  .f-md-left {
    float: left !important; }

  .a-md-left {
    text-align: left !important; }

  .a-md-right {
    text-align: right !important; }

  .a-md-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .container  {
    max-width: 1170px; }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-11 {
    width: 91.66666666666666%; }

  .col-lg-10 {
    width: 83.33333333333334%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-8 {
    width: 66.66666666666666%; }

  .col-lg-7 {
    width: 58.333333333333336%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-5 {
    width: 41.66666666666667%; }

  .col-lg-4 {
    width: 33.33333333333333%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-2 {
    width: 16.666666666666664%; }

  .col-lg-1 {
    width: 8.333333333333332%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-pull-11 {
    right: 91.66666666666666%; }

  .col-lg-pull-10 {
    right: 83.33333333333334%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-8 {
    right: 66.66666666666666%; }

  .col-lg-pull-7 {
    right: 58.333333333333336%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-5 {
    right: 41.66666666666667%; }

  .col-lg-pull-4 {
    right: 33.33333333333333%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-2 {
    right: 16.666666666666664%; }

  .col-lg-pull-1 {
    right: 8.333333333333332%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-push-11 {
    left: 91.66666666666666%; }

  .col-lg-push-10 {
    left: 83.33333333333334%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-8 {
    left: 66.66666666666666%; }

  .col-lg-push-7 {
    left: 58.333333333333336%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-5 {
    left: 41.66666666666667%; }

  .col-lg-push-4 {
    left: 33.33333333333333%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-2 {
    left: 16.666666666666664%; }

  .col-lg-push-1 {
    left: 8.333333333333332%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%; }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%; }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%; }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%; }

  .col-lg-offset-1 {
    margin-left: 8.333333333333332%; }

  .f-lg-right {
    float: right !important; }

  .f-lg-left {
    float: left !important; } }
.col2-set,
.col4-set {
  margin-left: -15px;
  margin-right: -15px; }

.col2-set:before,
.col4-set:before,
.col2-set:after,
.col4-set:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.col2-set:after,
.col4-set:after {
  clear: both; }

.col2-set > .legend {
  margin-left: 15px;
  margin-right: 15px;
  width: auto; }

.col2-set .col-1,
.col2-set .col-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    float: left;
    width: 50%; } }
.col2-set .col-narrow {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .col2-set .col-narrow {
    float: left;
    width: 33.33333333333333%; } }
.col2-set .col-wide {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .col2-set .col-wide {
    float: left;
    width: 66.66666666666666%; } }
.col3-set .col-1,
.col3-set .col-2,
.col3-set .col-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .col3-set .col-1,
  .col3-set .col-2,
  .col3-set .col-3 {
    float: left;
    width: 33.33333333333333%; } }
.col4-set .col-1,
.col4-set .col-2,
.col4-set .col-3,
.col4-set .col-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .col4-set .col-1,
  .col4-set .col-2,
  .col4-set .col-3,
  .col4-set .col-4 {
    float: left;
    width: 25%; } }
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #ebedf2; }

table col[class*="col-"] {
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #ebedf2; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.data-table {
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .data-table {
      border: 1px solid #dddddd; } }

.data-table > thead > tr > th,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.data-table > thead > tr > th {
  vertical-align: bottom;
  /*border-bottom: 2px solid #dddddd;*/ }

.data-table > caption + thead > tr:first-child > th,
.data-table > colgroup + thead > tr:first-child > th,
.data-table > thead:first-child > tr:first-child > th,
.data-table > caption + thead > tr:first-child > td,
.data-table > colgroup + thead > tr:first-child > td,
.data-table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.data-table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.data-table .table {
  background-color: #ffffff; }

.data-table > thead > tr > th,
.data-table > tbody > tr > th,
.data-table > tfoot > tr > th,
.data-table > thead > tr > td,
.data-table > tbody > tr > td,
.data-table > tfoot > tr > td {
  /*border: 1px solid #dddddd;*/ }

.data-table > thead > tr > th,
.data-table > thead > tr > td {
  border-bottom-width: 2px; }

.data-table > tbody > tr:nth-child(odd) > td,
.data-table > tbody > tr:nth-child(odd) > th {
  /*background-color: #f9f9f9;*/ }

.update-cart-action {
  width: 15px;
  height: 15px;
  background: url("../images/cart-refresh.png") 0 0/15px auto no-repeat;
  border: none;
  text-indent: 1000px;
  overflow: hidden;
  margin-top: 6px;
  margin-left: 15px; }
  @media (max-width: 479px) {
    .update-cart-action {
      margin-left: 5px; } }

/* Headers */
.qty-header {
  width: 100px; }

#shopping-cart-table .product-name {
  font-family: "brandon_grotesque_bold", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: none; }

#shopping-cart-table .product-name a {
  color: #818285; }

#shopping-cart-table .product-name a:hover {
  text-decoration: none; }

.product-label-list {
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 480px) {
    .product-label-list {
      float: right; } }

.product-label-list > li {
  float: left;
  padding-top: 5px;
  padding-left: 5px;
  text-align: center;
  position: relative;
  cursor: pointer; }

.product-label {
  left: -9999em;
  position: absolute;
  background-color: #818285;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  transition: top 0.15s linear 0s;
  -moz-transition: top 0.15s linear 0s;
  -webkit-transition: top 0.15s linear 0s;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 999;
  top: -80%; }

.product-label-list > li:hover .product-label {
  left: 50%;
  top: -100%;
  min-width: 120px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #474849;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

select[multiple],
select[size] {
  height: auto; }

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #474849;
  vertical-align: middle; }

.form-control:-moz-placeholder {
  color: #dbdde3; }

.form-control::-moz-placeholder {
  color: #dbdde3; }

.form-control:-ms-input-placeholder {
  color: #dbdde3; }

.form-control::-webkit-input-placeholder {
  color: #dbdde3; }

.form-control {
  display: block;
  /*width: 100%;*/
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #474849;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #dbdde3; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle; }

.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed; }

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-sm {
  height: 30px;
  line-height: 30px; }

textarea.input-sm {
  height: auto; }

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

select.input-lg {
  height: 45px;
  line-height: 45px; }

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c09853; }

.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; }

.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #b94a48; }

.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #468847; }

.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; }

.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8; }

.form-control-static {
  margin-bottom: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #868889; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }

  .form-inline .form-control {
    display: inline-block; }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.form-horizontal .form-group:after {
  clear: both; }

.form-horizontal .form-control-static {
  padding-top: 7px; }

@media (min-width: 992px) {
  .form-horizontal .control-label {
    text-align: right; } }
p.control input.checkbox,
p.control input.radio {
  margin-right: 6px; }

.input-text {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #474849;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.input-text:-moz-placeholder {
  color: #dbdde3; }

.input-text::-moz-placeholder {
  color: #dbdde3; }

.input-text:-ms-input-placeholder {
  color: #dbdde3; }

.input-text::-webkit-input-placeholder {
  color: #dbdde3; }

.input-text:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.input-text[disabled],
.input-text[readonly],
fieldset[disabled] .input-text {
  cursor: not-allowed;
  background-color: #dbdde3; }

textarea.input-text {
  height: auto; }

.form-list:before,
.form-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.form-list:after {
  clear: both; }

.form-list li {
  margin-bottom: 15px;
  padding: 10px; }

.form-list li:before,
.form-list li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.form-list li:after {
  clear: both; }

.form-list label {
  position: relative; }

.form-list label.required em {
  float: right;
  font-style: normal;
  color: #b94a48;
  position: absolute;
  top: 0;
  right: -8px; }

/* .form-list li.control label {
  float: none;
  display: inline-block;
} */
.form-list li.control input.radio,
.form-list li.control input.checkbox {
  margin-right: 6px;
  display: inline-block;
  margin-top: 2px; }

.form-list li.control .input-box {
  clear: none;
  display: inline;
  width: auto; }

.form-list .field {
  float: left;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px; }

.form-list .field:first-child,
.form-list .field:first-of-type {
  padding-left: 0; }

.form-list .field:last-child {
  padding-right: 0; }

.form-list textarea,
.form-list select, .form-group select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #474849;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-group textarea {
  height: 102px; }

.form-list textarea:-moz-placeholder,
.form-list select:-moz-placeholder {
  color: #dbdde3; }

.form-list textarea::-moz-placeholder,
.form-list select::-moz-placeholder {
  color: #dbdde3; }

.form-list textarea:-ms-input-placeholder,
.form-list select:-ms-input-placeholder {
  color: #dbdde3; }

.form-list textarea::-webkit-input-placeholder,
.form-list select::-webkit-input-placeholder {
  color: #dbdde3; }

.form-list textarea:focus,
.form-list select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-list textarea[disabled],
.form-list select[disabled],
.form-list textarea[readonly],
.form-list select[readonly],
fieldset[disabled] .form-list textarea,
fieldset[disabled] .form-list select {
  cursor: not-allowed;
  background-color: #dbdde3; }

textarea.form-list textarea,
textarea.form-list select {
  height: auto; }

.form-list select[multiple],
.form-list textarea {
  height: auto; }

.form-list li.additional-row {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px;
  padding-top: 7px; }

.form-list li.additional-row p:before,
.form-list li.additional-row p:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.form-list li.additional-row p:after {
  clear: both; }

.form-list li.additional-row .btn-remove {
  float: right;
  margin: 5px 0 0; }

.form-list .input-range input.input-text,
.form-list .input-range span {
  display: inline-block; }

.form-list .input-range input.input-text {
  width: 40%; }

.form-list-narrow li {
  margin-bottom: 0; }

.form-list-narrow li .input-box {
  margin-bottom: 6px; }

.form-list-narrow li.wide .input-box {
  width: 260px; }

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
  width: 254px; }

.form-list-narrow li.wide select {
  width: 260px; }

.form-list .customer-name-prefix .name-prefix {
  width: 16%; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-prefix .name-lastname {
  width: 42%; }

.form-list .customer-name-prefix-middlename .name-prefix,
.form-list .customer-name-prefix-middlename .name-middlename {
  width: 16%; }

.form-list .customer-name-prefix-middlename .name-firstname,
.form-list .customer-name-prefix-middlename .name-lastname {
  width: 34%; }

.form-list .customer-name-prefix-suffix .name-prefix,
.form-list .customer-name-prefix-suffix .name-suffix {
  width: 16%; }

.form-list .customer-name-prefix-suffix .name-firstname,
.form-list .customer-name-prefix-suffix .name-lastname {
  width: 34%; }

.form-list .customer-name-prefix-middlename-suffix .name-prefix,
.form-list .customer-name-prefix-middlename-suffix .name-middlename,
.form-list .customer-name-prefix-middlename-suffix .name-suffix {
  width: 12%; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
  width: 32%; }

.form-list .customer-name-middlename .name-middlename {
  width: 16%; }

.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename .name-lastname {
  width: 42%; }

.form-list .customer-name-middlename-suffix .name-middlename,
.form-list .customer-name-middlename-suffix .name-suffix {
  width: 16%; }

.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
  width: 34%; }

.form-list .customer-name-suffix .name-suffix {
  width: 16%; }

.form-list .customer-name-suffix .name-firstname,
.form-list .customer-name-suffix .name-lastname {
  width: 42%; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-year {
  float: left;
  padding-right: 15px;
  padding-left: 15px; }

.form-list .customer-dob .dob-day:first-child,
.form-list .customer-dob .dob-month:first-child,
.form-list .customer-dob .dob-year:first-child {
  padding-left: 0; }

.form-list .customer-dob .dob-day + .dob-month + .dob-year,
.form-list .customer-dob .dob-month + .dob-day + .dob-year,
.form-list .customer-dob .dob-year + .dob-day + .dob-month,
.form-list .customer-dob .dob-year + .dob-month + .dob-day {
  padding-right: 0; }

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
  width: 30%; }

.form-list .customer-dob .dob-year {
  width: 40%; }

.legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: normal;
  line-height: inherit;
  color: #474849;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

.buttons-set {
  margin: 4em 0 0;
  padding: 8px 0 0;
  border-top: 1px solid #e5e5e5;
  line-height: 34px;
  text-align: right; }

  
.buttons-set:before,
.buttons-set:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.buttons-set:after {
  clear: both; }

.buttons-set p.required {
  margin: 0 0 10px; }

.buttons-set .back-link {
  float: left;
  margin: 0; }

.buttons-set button.button {
  float: right;
  margin-left: 5px; }

.buttons-set-order {
  margin: 10px 0 0; }

.buttons-set-order .please-wait {
  padding: 12px 7px 0 0; }

.opc-login-col .control-label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  font-family: "brandon_grotesque_black";
  text-align: right;
  text-transform: uppercase; }

#advice-required-entry-newsletter,
#advice-validate-email-newsletter {
  position: absolute;
  right: auto; }
  @media (min-width: 992px) {
    #advice-required-entry-newsletter,
    #advice-validate-email-newsletter {
      right: 0; } }

.required-flag, .validation-advice, .required-flag-textarea {
  color: #FFF;
  background: #ec1c24;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 9px;
  text-transform: uppercase;
  right: 0;
  position: absolute; }

.required-flag-textarea {
  right: 25px; }

.validation-advice {
  background: #eac31f;
  z-index: 1000;
  white-space: nowrap; }

.validation-failed {
  border-color: #ec1c24 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.validation-failed:focus {
  border-color: #ec1c24 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392 !important; }

p.required {
  text-align: right;
  color: #b94a48; }

.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover,
.btn:focus {
  color: #474849;
  text-decoration: none; }

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-default {
  color: #474849;
  background-color: #ebedf2;
  border-color: #cccccc; }

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #474849;
  background-color: #d2d7e2;
  border-color: #adadad; }

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ebedf2;
  border-color: #cccccc; }

.btn-primary {
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #dc121a; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #ce1118;
  border-color: #a40e13; }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ec1c24;
  border-color: #dc121a; }

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-link {
  color: #ec1c24;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
  color: #ad0e15;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #dbdde3;
  text-decoration: none; }

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.btn-xs {
  padding: 1px 5px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn {
  font-family: "brandon_grotesque_bold", sans-serif;
  text-transform: uppercase;
  border: 0; }

.button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "brandon_grotesque_bold", sans-serif;
  text-transform: uppercase;
  border: 0;
  color: #474849;
  background-color: #ebedf2;
  border-color: #cccccc; }

.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.button:hover,
.button:focus {
  color: #474849;
  text-decoration: none; }

.button:active,
.button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.button:hover,
.button:focus,
.button:active,
.button.active,
.open .dropdown-toggle.button {
  color: #474849;
  background-color: #d2d7e2;
  border-color: #adadad; }

.button:active,
.button.active,
.open .dropdown-toggle.button {
  background-image: none; }

.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled:active,
.button[disabled]:active,
fieldset[disabled] .button:active,
.button.disabled.active,
.button[disabled].active,
fieldset[disabled] .button.active {
  background-color: #ebedf2;
  border-color: #cccccc; }

.button.hollow {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none;
  visibility: hidden;  }

.collapse.in {
  display: block;
  visibility: visible;  }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

@font-face {
  font-family: 'Glyphicons';
  src: url("../components/bootstrap/fonts/glyphicons-regular.eot");
  src: url("../components/bootstrap/fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"), url("../components/bootstrap/fonts/glyphicons-regular.woff") format("woff"), url("../components/bootstrap/fonts/glyphicons-regular.ttf") format("truetype"), url("../components/bootstrap/fonts/glyphicons-regular.svg#glyphicons_regular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon:empty {
  width: 1em; }

.glyphicon-white:before {
  color: #fff; }

.glyphicon-glass:before {
  content: "\E001"; }

.glyphicon-leaf:before {
  content: "\E002"; }

.glyphicon-dog:before {
  content: "\E003"; }

.glyphicon-user:before {
  content: "\E004"; }

.glyphicon-girl:before {
  content: "\E005"; }

.glyphicon-car:before {
  content: "\E006"; }

.glyphicon-user_add:before {
  content: "\E007"; }

.glyphicon-user_remove:before {
  content: "\E008"; }

.glyphicon-film:before {
  content: "\E009"; }

.glyphicon-magic:before {
  content: "\E010"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-camera:before {
  content: "\E011"; }

.glyphicon-heart:before {
  content: "\E013"; }

.glyphicon-beach_umbrella:before {
  content: "\E014"; }

.glyphicon-train:before {
  content: "\E015"; }

.glyphicon-print:before {
  content: "\E016"; }

.glyphicon-bin:before {
  content: "\E017"; }

.glyphicon-music:before {
  content: "\E018"; }

.glyphicon-note:before {
  content: "\E019"; }

.glyphicon-heart_empty:before {
  content: "\E020"; }

.glyphicon-home:before {
  content: "\E021"; }

.glyphicon-snowflake:before {
  content: "\2744"; }

.glyphicon-fire:before {
  content: "\E023"; }

.glyphicon-magnet:before {
  content: "\E024"; }

.glyphicon-parents:before {
  content: "\E025"; }

.glyphicon-binoculars:before {
  content: "\E026"; }

.glyphicon-road:before {
  content: "\E027"; }

.glyphicon-search:before {
  content: "\E028"; }

.glyphicon-cars:before {
  content: "\E029"; }

.glyphicon-notes_2:before {
  content: "\E030"; }

.glyphicon-pencil:before {
  content: "\270F"; }

.glyphicon-bus:before {
  content: "\E032"; }

.glyphicon-wifi_alt:before {
  content: "\E033"; }

.glyphicon-luggage:before {
  content: "\E034"; }

.glyphicon-old_man:before {
  content: "\E035"; }

.glyphicon-woman:before {
  content: "\E036"; }

.glyphicon-file:before {
  content: "\E037"; }

.glyphicon-coins:before {
  content: "\E038"; }

.glyphicon-airplane:before {
  content: "\2708"; }

.glyphicon-notes:before {
  content: "\E040"; }

.glyphicon-stats:before {
  content: "\E041"; }

.glyphicon-charts:before {
  content: "\E042"; }

.glyphicon-pie_chart:before {
  content: "\E043"; }

.glyphicon-group:before {
  content: "\E044"; }

.glyphicon-keys:before {
  content: "\E045"; }

.glyphicon-calendar:before {
  content: "\E046"; }

.glyphicon-router:before {
  content: "\E047"; }

.glyphicon-camera_small:before {
  content: "\E048"; }

.glyphicon-dislikes:before {
  content: "\E049"; }

.glyphicon-star:before {
  content: "\E050"; }

.glyphicon-link:before {
  content: "\E051"; }

.glyphicon-eye_open:before {
  content: "\E052"; }

.glyphicon-eye_close:before {
  content: "\E053"; }

.glyphicon-alarm:before {
  content: "\E054"; }

.glyphicon-clock:before {
  content: "\E055"; }

.glyphicon-stopwatch:before {
  content: "\E056"; }

.glyphicon-projector:before {
  content: "\E057"; }

.glyphicon-history:before {
  content: "\E058"; }

.glyphicon-truck:before {
  content: "\E059"; }

.glyphicon-cargo:before {
  content: "\E060"; }

.glyphicon-compass:before {
  content: "\E061"; }

.glyphicon-keynote:before {
  content: "\E062"; }

.glyphicon-paperclip:before {
  content: "\E063"; }

.glyphicon-power:before {
  content: "\E064"; }

.glyphicon-lightbulb:before {
  content: "\E065"; }

.glyphicon-tag:before {
  content: "\E066"; }

.glyphicon-tags:before {
  content: "\E067"; }

.glyphicon-cleaning:before {
  content: "\E068"; }

.glyphicon-ruller:before {
  content: "\E069"; }

.glyphicon-gift:before {
  content: "\E070"; }

.glyphicon-umbrella:before {
  content: "\2602"; }

.glyphicon-book:before {
  content: "\E072"; }

.glyphicon-bookmark:before {
  content: "\E073"; }

.glyphicon-wifi:before {
  content: "\E074"; }

.glyphicon-cup:before {
  content: "\E075"; }

.glyphicon-stroller:before {
  content: "\E076"; }

.glyphicon-headphones:before {
  content: "\E077"; }

.glyphicon-headset:before {
  content: "\E078"; }

.glyphicon-warning_sign:before {
  content: "\E079"; }

.glyphicon-signal:before {
  content: "\E080"; }

.glyphicon-retweet:before {
  content: "\E081"; }

.glyphicon-refresh:before {
  content: "\E082"; }

.glyphicon-roundabout:before {
  content: "\E083"; }

.glyphicon-random:before {
  content: "\E084"; }

.glyphicon-heat:before {
  content: "\E085"; }

.glyphicon-repeat:before {
  content: "\E086"; }

.glyphicon-display:before {
  content: "\E087"; }

.glyphicon-log_book:before {
  content: "\E088"; }

.glyphicon-address_book:before {
  content: "\E089"; }

.glyphicon-building:before {
  content: "\E090"; }

.glyphicon-eyedropper:before {
  content: "\E091"; }

.glyphicon-adjust:before {
  content: "\E092"; }

.glyphicon-tint:before {
  content: "\E093"; }

.glyphicon-crop:before {
  content: "\E094"; }

.glyphicon-vector_path_square:before {
  content: "\E095"; }

.glyphicon-vector_path_circle:before {
  content: "\E096"; }

.glyphicon-vector_path_polygon:before {
  content: "\E097"; }

.glyphicon-vector_path_line:before {
  content: "\E098"; }

.glyphicon-vector_path_curve:before {
  content: "\E099"; }

.glyphicon-vector_path_all:before {
  content: "\E100"; }

.glyphicon-font:before {
  content: "\E101"; }

.glyphicon-italic:before {
  content: "\E102"; }

.glyphicon-bold:before {
  content: "\E103"; }

.glyphicon-text_underline:before {
  content: "\E104"; }

.glyphicon-text_strike:before {
  content: "\E105"; }

.glyphicon-text_height:before {
  content: "\E106"; }

.glyphicon-text_width:before {
  content: "\E107"; }

.glyphicon-text_resize:before {
  content: "\E108"; }

.glyphicon-left_indent:before {
  content: "\E109"; }

.glyphicon-right_indent:before {
  content: "\E110"; }

.glyphicon-align_left:before {
  content: "\E111"; }

.glyphicon-align_center:before {
  content: "\E112"; }

.glyphicon-align_right:before {
  content: "\E113"; }

.glyphicon-justify:before {
  content: "\E114"; }

.glyphicon-list:before {
  content: "\E115"; }

.glyphicon-text_smaller:before {
  content: "\E116"; }

.glyphicon-text_bigger:before {
  content: "\E117"; }

.glyphicon-embed:before {
  content: "\E118"; }

.glyphicon-embed_close:before {
  content: "\E119"; }

.glyphicon-table:before {
  content: "\E120"; }

.glyphicon-message_full:before {
  content: "\E121"; }

.glyphicon-message_empty:before {
  content: "\E122"; }

.glyphicon-message_in:before {
  content: "\E123"; }

.glyphicon-message_out:before {
  content: "\E124"; }

.glyphicon-message_plus:before {
  content: "\E125"; }

.glyphicon-message_minus:before {
  content: "\E126"; }

.glyphicon-message_ban:before {
  content: "\E127"; }

.glyphicon-message_flag:before {
  content: "\E128"; }

.glyphicon-message_lock:before {
  content: "\E129"; }

.glyphicon-message_new:before {
  content: "\E130"; }

.glyphicon-inbox:before {
  content: "\E131"; }

.glyphicon-inbox_plus:before {
  content: "\E132"; }

.glyphicon-inbox_minus:before {
  content: "\E133"; }

.glyphicon-inbox_lock:before {
  content: "\E134"; }

.glyphicon-inbox_in:before {
  content: "\E135"; }

.glyphicon-inbox_out:before {
  content: "\E136"; }

.glyphicon-cogwheel:before {
  content: "\E137"; }

.glyphicon-cogwheels:before {
  content: "\E138"; }

.glyphicon-picture:before {
  content: "\E139"; }

.glyphicon-adjust_alt:before {
  content: "\E140"; }

.glyphicon-database_lock:before {
  content: "\E141"; }

.glyphicon-database_plus:before {
  content: "\E142"; }

.glyphicon-database_minus:before {
  content: "\E143"; }

.glyphicon-database_ban:before {
  content: "\E144"; }

.glyphicon-folder_open:before {
  content: "\E145"; }

.glyphicon-folder_plus:before {
  content: "\E146"; }

.glyphicon-folder_minus:before {
  content: "\E147"; }

.glyphicon-folder_lock:before {
  content: "\E148"; }

.glyphicon-folder_flag:before {
  content: "\E149"; }

.glyphicon-folder_new:before {
  content: "\E150"; }

.glyphicon-edit:before {
  content: "\E151"; }

.glyphicon-new_window:before {
  content: "\E152"; }

.glyphicon-check:before {
  content: "\E153"; }

.glyphicon-unchecked:before {
  content: "\E154"; }

.glyphicon-more_windows:before {
  content: "\E155"; }

.glyphicon-show_big_thumbnails:before {
  content: "\E156"; }

.glyphicon-show_thumbnails:before {
  content: "\E157"; }

.glyphicon-show_thumbnails_with_lines:before {
  content: "\E158"; }

.glyphicon-show_lines:before {
  content: "\E159"; }

.glyphicon-playlist:before {
  content: "\E160"; }

.glyphicon-imac:before {
  content: "\E161"; }

.glyphicon-macbook:before {
  content: "\E162"; }

.glyphicon-ipad:before {
  content: "\E163"; }

.glyphicon-iphone:before {
  content: "\E164"; }

.glyphicon-iphone_transfer:before {
  content: "\E165"; }

.glyphicon-iphone_exchange:before {
  content: "\E166"; }

.glyphicon-ipod:before {
  content: "\E167"; }

.glyphicon-ipod_shuffle:before {
  content: "\E168"; }

.glyphicon-ear_plugs:before {
  content: "\E169"; }

.glyphicon-record:before {
  content: "\E170"; }

.glyphicon-step_backward:before {
  content: "\E171"; }

.glyphicon-fast_backward:before {
  content: "\E172"; }

.glyphicon-rewind:before {
  content: "\E173"; }

.glyphicon-play:before {
  content: "\E174"; }

.glyphicon-pause:before {
  content: "\E175"; }

.glyphicon-stop:before {
  content: "\E176"; }

.glyphicon-forward:before {
  content: "\E177"; }

.glyphicon-fast_forward:before {
  content: "\E178"; }

.glyphicon-step_forward:before {
  content: "\E179"; }

.glyphicon-eject:before {
  content: "\E180"; }

.glyphicon-facetime_video:before {
  content: "\E181"; }

.glyphicon-download_alt:before {
  content: "\E182"; }

.glyphicon-mute:before {
  content: "\E183"; }

.glyphicon-volume_down:before {
  content: "\E184"; }

.glyphicon-volume_up:before {
  content: "\E185"; }

.glyphicon-screenshot:before {
  content: "\E186"; }

.glyphicon-move:before {
  content: "\E187"; }

.glyphicon-more:before {
  content: "\E188"; }

.glyphicon-brightness_reduce:before {
  content: "\E189"; }

.glyphicon-brightness_increase:before {
  content: "\E190"; }

.glyphicon-circle_plus:before {
  content: "\E191"; }

.glyphicon-circle_minus:before {
  content: "\E192"; }

.glyphicon-circle_remove:before {
  content: "\E193"; }

.glyphicon-circle_ok:before {
  content: "\E194"; }

.glyphicon-circle_question_mark:before {
  content: "\E195"; }

.glyphicon-circle_info:before {
  content: "\E196"; }

.glyphicon-circle_exclamation_mark:before {
  content: "\E197"; }

.glyphicon-remove:before {
  content: "\E198"; }

.glyphicon-ok:before {
  content: "\E199"; }

.glyphicon-ban:before {
  content: "\E200"; }

.glyphicon-download:before {
  content: "\E201"; }

.glyphicon-upload:before {
  content: "\E202"; }

.glyphicon-shopping_cart:before {
  content: "\E203"; }

.glyphicon-lock:before {
  content: "\E204"; }

.glyphicon-unlock:before {
  content: "\E205"; }

.glyphicon-electricity:before {
  content: "\E206"; }

.glyphicon-ok_2:before {
  content: "\E207"; }

.glyphicon-remove_2:before {
  content: "\E208"; }

.glyphicon-cart_out:before {
  content: "\E209"; }

.glyphicon-cart_in:before {
  content: "\E210"; }

.glyphicon-left_arrow:before {
  content: "\E211"; }

.glyphicon-right_arrow:before {
  content: "\E212"; }

.glyphicon-down_arrow:before {
  content: "\E213"; }

.glyphicon-up_arrow:before {
  content: "\E214"; }

.glyphicon-resize_small:before {
  content: "\E215"; }

.glyphicon-resize_full:before {
  content: "\E216"; }

.glyphicon-circle_arrow_left:before {
  content: "\E217"; }

.glyphicon-circle_arrow_right:before {
  content: "\E218"; }

.glyphicon-circle_arrow_top:before {
  content: "\E219"; }

.glyphicon-circle_arrow_down:before {
  content: "\E220"; }

.glyphicon-play_button:before {
  content: "\E221"; }

.glyphicon-unshare:before {
  content: "\E222"; }

.glyphicon-share:before {
  content: "\E223"; }

.glyphicon-chevron-right:before {
  content: "\E224"; }

.glyphicon-chevron-left:before {
  content: "\E225"; }

.glyphicon-bluetooth:before {
  content: "\E226"; }

.glyphicon-euro:before {
  content: "\20AC"; }

.glyphicon-usd:before {
  content: "\E228"; }

.glyphicon-gbp:before {
  content: "\E229"; }

.glyphicon-retweet_2:before {
  content: "\E230"; }

.glyphicon-moon:before {
  content: "\E231"; }

.glyphicon-sun:before {
  content: "\2609"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-direction:before {
  content: "\E234"; }

.glyphicon-brush:before {
  content: "\E235"; }

.glyphicon-pen:before {
  content: "\E236"; }

.glyphicon-zoom_in:before {
  content: "\E237"; }

.glyphicon-zoom_out:before {
  content: "\E238"; }

.glyphicon-pin:before {
  content: "\E239"; }

.glyphicon-albums:before {
  content: "\E240"; }

.glyphicon-rotation_lock:before {
  content: "\E241"; }

.glyphicon-flash:before {
  content: "\E242"; }

.glyphicon-google_maps:before {
  content: "\E243"; }

.glyphicon-anchor:before {
  content: "\2693"; }

.glyphicon-conversation:before {
  content: "\E245"; }

.glyphicon-chat:before {
  content: "\E246"; }

.glyphicon-male:before {
  content: "\E247"; }

.glyphicon-female:before {
  content: "\E248"; }

.glyphicon-asterisk:before {
  content: "\002A"; }

.glyphicon-divide:before {
  content: "\00F7"; }

.glyphicon-snorkel_diving:before {
  content: "\E251"; }

.glyphicon-scuba_diving:before {
  content: "\E252"; }

.glyphicon-oxygen_bottle:before {
  content: "\E253"; }

.glyphicon-fins:before {
  content: "\E254"; }

.glyphicon-fishes:before {
  content: "\E255"; }

.glyphicon-boat:before {
  content: "\E256"; }

.glyphicon-delete:before {
  content: "\E257"; }

.glyphicon-sheriffs_star:before {
  content: "\E258"; }

.glyphicon-qrcode:before {
  content: "\E259"; }

.glyphicon-barcode:before {
  content: "\E260"; }

.glyphicon-pool:before {
  content: "\E261"; }

.glyphicon-buoy:before {
  content: "\E262"; }

.glyphicon-spade:before {
  content: "\E263"; }

.glyphicon-bank:before {
  content: "\E264"; }

.glyphicon-vcard:before {
  content: "\E265"; }

.glyphicon-electrical_plug:before {
  content: "\E266"; }

.glyphicon-flag:before {
  content: "\E267"; }

.glyphicon-credit_card:before {
  content: "\E268"; }

.glyphicon-keyboard-wireless:before {
  content: "\E269"; }

.glyphicon-keyboard-wired:before {
  content: "\E270"; }

.glyphicon-shield:before {
  content: "\E271"; }

.glyphicon-ring:before {
  content: "\02DA"; }

.glyphicon-cake:before {
  content: "\E273"; }

.glyphicon-drink:before {
  content: "\E274"; }

.glyphicon-beer:before {
  content: "\E275"; }

.glyphicon-fast_food:before {
  content: "\E276"; }

.glyphicon-cutlery:before {
  content: "\E277"; }

.glyphicon-pizza:before {
  content: "\E278"; }

.glyphicon-birthday_cake:before {
  content: "\E279"; }

.glyphicon-tablet:before {
  content: "\E280"; }

.glyphicon-settings:before {
  content: "\E281"; }

.glyphicon-bullets:before {
  content: "\E282"; }

.glyphicon-cardio:before {
  content: "\E283"; }

.glyphicon-t-shirt:before {
  content: "\E284"; }

.glyphicon-pants:before {
  content: "\E285"; }

.glyphicon-sweater:before {
  content: "\E286"; }

.glyphicon-fabric:before {
  content: "\E287"; }

.glyphicon-leather:before {
  content: "\E288"; }

.glyphicon-scissors:before {
  content: "\E289"; }

.glyphicon-bomb:before {
  content: "\E290"; }

.glyphicon-skull:before {
  content: "\E291"; }

.glyphicon-celebration:before {
  content: "\E292"; }

.glyphicon-tea_kettle:before {
  content: "\E293"; }

.glyphicon-french_press:before {
  content: "\E294"; }

.glyphicon-coffee_cup:before {
  content: "\E295"; }

.glyphicon-pot:before {
  content: "\E296"; }

.glyphicon-grater:before {
  content: "\E297"; }

.glyphicon-kettle:before {
  content: "\E298"; }

.glyphicon-hospital:before {
  content: "\E299"; }

.glyphicon-hospital_h:before {
  content: "\E300"; }

.glyphicon-microphone:before {
  content: "\E301"; }

.glyphicon-webcam:before {
  content: "\E302"; }

.glyphicon-temple_christianity_church:before {
  content: "\E303"; }

.glyphicon-temple_islam:before {
  content: "\E304"; }

.glyphicon-temple_hindu:before {
  content: "\E305"; }

.glyphicon-temple_buddhist:before {
  content: "\E306"; }

.glyphicon-bicycle:before {
  content: "\E307"; }

.glyphicon-life_preserver:before {
  content: "\E308"; }

.glyphicon-share_alt:before {
  content: "\E309"; }

.glyphicon-comments:before {
  content: "\E310"; }

.glyphicon-flower:before {
  content: "\2698"; }

.glyphicon-baseball:before {
  content: "\26BE"; }

.glyphicon-rugby:before {
  content: "\E313"; }

.glyphicon-ax:before {
  content: "\E314"; }

.glyphicon-table_tennis:before {
  content: "\E315"; }

.glyphicon-bowling:before {
  content: "\E316"; }

.glyphicon-tree_conifer:before {
  content: "\E317"; }

.glyphicon-tree_deciduous:before {
  content: "\E318"; }

.glyphicon-more_items:before {
  content: "\E319"; }

.glyphicon-sort:before {
  content: "\E320"; }

.glyphicon-filter:before {
  content: "\E321"; }

.glyphicon-gamepad:before {
  content: "\E322"; }

.glyphicon-playing_dices:before {
  content: "\E323"; }

.glyphicon-calculator:before {
  content: "\E324"; }

.glyphicon-tie:before {
  content: "\E325"; }

.glyphicon-wallet:before {
  content: "\E326"; }

.glyphicon-piano:before {
  content: "\E327"; }

.glyphicon-sampler:before {
  content: "\E328"; }

.glyphicon-podium:before {
  content: "\E329"; }

.glyphicon-soccer_ball:before {
  content: "\E330"; }

.glyphicon-blog:before {
  content: "\E331"; }

.glyphicon-dashboard:before {
  content: "\E332"; }

.glyphicon-certificate:before {
  content: "\E333"; }

.glyphicon-bell:before {
  content: "\E334"; }

.glyphicon-candle:before {
  content: "\E335"; }

.glyphicon-pushpin:before {
  content: "\E336"; }

.glyphicon-iphone_shake:before {
  content: "\E337"; }

.glyphicon-pin_flag:before {
  content: "\E338"; }

.glyphicon-turtle:before {
  content: "\E339"; }

.glyphicon-rabbit:before {
  content: "\E340"; }

.glyphicon-globe:before {
  content: "\E341"; }

.glyphicon-briefcase:before {
  content: "\E342"; }

.glyphicon-hdd:before {
  content: "\E343"; }

.glyphicon-thumbs_up:before {
  content: "\E344"; }

.glyphicon-thumbs_down:before {
  content: "\E345"; }

.glyphicon-hand_right:before {
  content: "\E346"; }

.glyphicon-hand_left:before {
  content: "\E347"; }

.glyphicon-hand_up:before {
  content: "\E348"; }

.glyphicon-hand_down:before {
  content: "\E349"; }

.glyphicon-fullscreen:before {
  content: "\E350"; }

.glyphicon-shopping_bag:before {
  content: "\E351"; }

.glyphicon-book_open:before {
  content: "\E352"; }

.glyphicon-nameplate:before {
  content: "\E353"; }

.glyphicon-nameplate_alt:before {
  content: "\E354"; }

.glyphicon-vases:before {
  content: "\E355"; }

.glyphicon-bullhorn:before {
  content: "\E356"; }

.glyphicon-dumbbell:before {
  content: "\E357"; }

.glyphicon-suitcase:before {
  content: "\E358"; }

.glyphicon-file_import:before {
  content: "\E359"; }

.glyphicon-file_export:before {
  content: "\E360"; }

.glyphicon-bug:before {
  content: "\E361"; }

.glyphicon-crown:before {
  content: "\E362"; }

.glyphicon-smoking:before {
  content: "\E363"; }

.glyphicon-cloud-download:before {
  content: "\E364"; }

.glyphicon-cloud-upload:before {
  content: "\E365"; }

.glyphicon-restart:before {
  content: "\E366"; }

.glyphicon-security_camera:before {
  content: "\E367"; }

.glyphicon-expand:before {
  content: "\E368"; }

.glyphicon-collapse:before {
  content: "\E369"; }

.glyphicon-collapse_top:before {
  content: "\E370"; }

.glyphicon-globe_af:before {
  content: "\E371"; }

.glyphicon-global:before {
  content: "\E372"; }

.glyphicon-spray:before {
  content: "\E373"; }

.glyphicon-nails:before {
  content: "\E374"; }

.glyphicon-claw_hammer:before {
  content: "\E375"; }

.glyphicon-classic_hammer:before {
  content: "\E376"; }

.glyphicon-hand_saw:before {
  content: "\E377"; }

.glyphicon-riflescope:before {
  content: "\E378"; }

.glyphicon-electrical_socket_eu:before {
  content: "\E379"; }

.glyphicon-electrical_socket_us:before {
  content: "\E380"; }

.glyphicon-message_forward:before {
  content: "\E381"; }

.glyphicon-coat_hanger:before {
  content: "\E382"; }

.glyphicon-dress:before {
  content: "\E383"; }

.glyphicon-bathrobe:before {
  content: "\E384"; }

.glyphicon-shirt:before {
  content: "\E385"; }

.glyphicon-underwear:before {
  content: "\E386"; }

.glyphicon-log_in:before {
  content: "\E387"; }

.glyphicon-log_out:before {
  content: "\E388"; }

.glyphicon-exit:before {
  content: "\E389"; }

.glyphicon-new_window_alt:before {
  content: "\E390"; }

.glyphicon-video_sd:before {
  content: "\E391"; }

.glyphicon-video_hd:before {
  content: "\E392"; }

.glyphicon-subtitles:before {
  content: "\E393"; }

.glyphicon-sound_stereo:before {
  content: "\E394"; }

.glyphicon-sound_dolby:before {
  content: "\E395"; }

.glyphicon-sound_5_1:before {
  content: "\E396"; }

.glyphicon-sound_6_1:before {
  content: "\E397"; }

.glyphicon-sound_7_1:before {
  content: "\E398"; }

.glyphicon-copyright_mark:before {
  content: "\E399"; }

.glyphicon-registration_mark:before {
  content: "\E400"; }

.glyphicon-radar:before {
  content: "\E401"; }

.glyphicon-skateboard:before {
  content: "\E402"; }

.glyphicon-golf_course:before {
  content: "\E403"; }

.glyphicon-sorting:before {
  content: "\E404"; }

.glyphicon-sort-by-alphabet:before {
  content: "\E405"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\E406"; }

.glyphicon-sort-by-order:before {
  content: "\E407"; }

.glyphicon-sort-by-order-alt:before {
  content: "\E408"; }

.glyphicon-sort-by-attributes:before {
  content: "\E409"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\E410"; }

.glyphicon-compressed:before {
  content: "\E411"; }

.glyphicon-package:before {
  content: "\E412"; }

.glyphicon-cloud_plus:before {
  content: "\E413"; }

.glyphicon-cloud_minus:before {
  content: "\E414"; }

.glyphicon-disk_save:before {
  content: "\E415"; }

.glyphicon-disk_open:before {
  content: "\E416"; }

.glyphicon-disk_saved:before {
  content: "\E417"; }

.glyphicon-disk_remove:before {
  content: "\E418"; }

.glyphicon-disk_import:before {
  content: "\E419"; }

.glyphicon-disk_export:before {
  content: "\E420"; }

.glyphicon-tower:before {
  content: "\E421"; }

.glyphicon-send:before {
  content: "\E422"; }

.glyphicon-git_branch:before {
  content: "\E423"; }

.glyphicon-git_create:before {
  content: "\E424"; }

.glyphicon-git_private:before {
  content: "\E425"; }

.glyphicon-git_delete:before {
  content: "\E426"; }

.glyphicon-git_merge:before {
  content: "\E427"; }

.glyphicon-git_pull_request:before {
  content: "\E428"; }

.glyphicon-git_compare:before {
  content: "\E429"; }

.glyphicon-git_commit:before {
  content: "\E430"; }

.glyphicon-construction_cone:before {
  content: "\E431"; }

.glyphicon-shoe_steps:before {
  content: "\E432"; }

.glyphicon-plus:before {
  content: "\002B"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-redo:before {
  content: "\E435"; }

.glyphicon-undo:before {
  content: "\E436"; }

.glyphicon-golf:before {
  content: "\E437"; }

.glyphicon-hockey:before {
  content: "\E438"; }

.glyphicon-pipe:before {
  content: "\E439"; }

.glyphicon-wrench:before {
  content: "\E440"; }

.glyphicon-folder_closed:before {
  content: "\E441"; }

.glyphicon-phone_alt:before {
  content: "\E442"; }

.glyphicon-earphone:before {
  content: "\E443"; }

.glyphicon-floppy_disk:before {
  content: "\E444"; }

.glyphicon-floppy_saved:before {
  content: "\E445"; }

.glyphicon-floppy_remove:before {
  content: "\E446"; }

.glyphicon-floppy_save:before {
  content: "\E447"; }

.glyphicon-floppy_open:before {
  content: "\E448"; }

.glyphicon-translate:before {
  content: "\E449"; }

.glyphicon-fax:before {
  content: "\E450"; }

.glyphicon-factory:before {
  content: "\E451"; }

.glyphicon-shop_window:before {
  content: "\E452"; }

.glyphicon-shop:before {
  content: "\E453"; }

.glyphicon-kiosk:before {
  content: "\E454"; }

.glyphicon-kiosk_wheels:before {
  content: "\E455"; }

.glyphicon-kiosk_light:before {
  content: "\E456"; }

.glyphicon-kiosk_food:before {
  content: "\E457"; }

.glyphicon-transfer:before {
  content: "\E458"; }

.glyphicon-money:before {
  content: "\E459"; }

.glyphicon-header:before {
  content: "\E460"; }

.glyphicon-blacksmith:before {
  content: "\E461"; }

.glyphicon-saw_blade:before {
  content: "\E462"; }

.glyphicon-basketball:before {
  content: "\E463"; }

.glyphicon-server:before {
  content: "\E464"; }

.glyphicon-server_plus:before {
  content: "\E465"; }

.glyphicon-server_minus:before {
  content: "\E466"; }

.glyphicon-server_ban:before {
  content: "\E467"; }

.glyphicon-server_flag:before {
  content: "\E468"; }

.glyphicon-server_lock:before {
  content: "\E469"; }

.glyphicon-server_new:before {
  content: "\E470"; }

.glyphicon-charging_station:before {
  content: "\F471"; }

.glyphicon-gas_station:before {
  content: "\E472"; }

.glyphicon-target:before {
  content: "\E473"; }

.glyphicon-bed_alt:before {
  content: "\E474"; }

.glyphicon-mosquito_net:before {
  content: "\E475"; }

.glyphicon-dining_set:before {
  content: "\E476"; }

.glyphicon-plate_of_food:before {
  content: "\E477"; }

.glyphicon-hygiene_kit:before {
  content: "\E478"; }

.glyphicon-blackboard:before {
  content: "\E479"; }

.glyphicon-marriage:before {
  content: "\E480"; }

.glyphicon-bucket:before {
  content: "\E481"; }

.glyphicon-none_color_swatch:before {
  content: "\E482"; }

.glyphicon-bring_forward:before {
  content: "\E483"; }

.glyphicon-bring_to_front:before {
  content: "\E484"; }

.glyphicon-send_backward:before {
  content: "\E485"; }

.glyphicon-send_to_back:before {
  content: "\E486"; }

.glyphicon-fit_frame-to_image:before {
  content: "\E487"; }

.glyphicon-fit_image-to_frame:before {
  content: "\E488"; }

.glyphicon-multiple_displays:before {
  content: "\E489"; }

.glyphicon-handshake:before {
  content: "\E490"; }

.glyphicon-child:before {
  content: "\E491"; }

.glyphicon-baby_formula:before {
  content: "\E492"; }

.glyphicon-medicine:before {
  content: "\E493"; }

.glyphicon-atv_vehicle:before {
  content: "\E494"; }

.glyphicon-motorcycle:before {
  content: "\E495"; }

.glyphicon-bed:before {
  content: "\E496"; }

.glyphicon-tent:before {
  content: "\26FA"; }

.glyphicon-glasses:before {
  content: "\E498"; }

.glyphicon-sunglasses:before {
  content: "\E499"; }

.glyphicon-family:before {
  content: "\E500"; }

.glyphicon-education:before {
  content: "\E501"; }

.glyphicon-shoes:before {
  content: "\E502"; }

.glyphicon-map:before {
  content: "\E503"; }

.glyphicon-cd:before {
  content: "\E504"; }

.glyphicon-alert:before {
  content: "\E505"; }

.glyphicon-piggy_bank:before {
  content: "\E506"; }

.glyphicon-star_half:before {
  content: "\E507"; }

.glyphicon-cluster:before {
  content: "\E508"; }

.glyphicon-flowchart:before {
  content: "\E509"; }

.glyphicon-commodities:before {
  content: "\E510"; }

.glyphicon-duplicate:before {
  content: "\E511"; }

.glyphicon-copy:before {
  content: "\E512"; }

.glyphicon-paste:before {
  content: "\E513"; }

.glyphicon-bath_bathtub:before {
  content: "\E514"; }

.glyphicon-bath_shower:before {
  content: "\E515"; }

.glyphicon-shower:before {
  content: "\1F6BF"; }

.glyphicon-menu_hamburger:before {
  content: "\E517"; }

.glyphicon-option_vertical:before {
  content: "\E518"; }

.glyphicon-option_horizontal:before {
  content: "\E519"; }

.glyphicon-currency_conversion:before {
  content: "\E520"; }

.glyphicon-user_ban:before {
  content: "\E521"; }

.glyphicon-user_lock:before {
  content: "\E522"; }

.glyphicon-user_flag:before {
  content: "\E523"; }

.glyphicon-user_asterisk:before {
  content: "\E524"; }

.glyphicon-user_alert:before {
  content: "\E525"; }

.glyphicon-user_key:before {
  content: "\E526"; }

.glyphicon-user_conversation:before {
  content: "\E527"; }

.glyphicon-database:before {
  content: "\E528"; }

.glyphicon-database_search:before {
  content: "\E529"; }

.glyphicon-list_alt:before {
  content: "\E530"; }

.glyphicon-hazard_sign:before {
  content: "\E531"; }

.glyphicon-hazard:before {
  content: "\E532"; }

.glyphicon-stop_sign:before {
  content: "\E533"; }

.glyphicon-lab:before {
  content: "\E534"; }

.glyphicon-lab_alt:before {
  content: "\E535"; }

.glyphicon-ice_cream:before {
  content: "\E536"; }

.glyphicon-ice_lolly:before {
  content: "\E537"; }

.glyphicon-ice_lolly_tasted:before {
  content: "\E538"; }

.glyphicon-invoice:before {
  content: "\E539"; }

.glyphicon-cart_tick:before {
  content: "\E540"; }

.glyphicon-hourglass:before {
  content: "\231B"; }

.glyphicon-cat:before {
  content: "\1F408"; }

.glyphicon-lamp:before {
  content: "\E543"; }

.glyphicon-scale_classic:before {
  content: "\E544"; }

.glyphicon-eye_plus:before {
  content: "\E545"; }

.glyphicon-eye_minus:before {
  content: "\E546"; }

.glyphicon-quote:before {
  content: "\E547"; }

.glyphicon-bitcoin:before {
  content: "\E548"; }

.glyphicon-yen:before {
  content: "\00A5"; }

.glyphicon-ruble:before {
  content: "\20BD"; }

.glyphicon-erase:before {
  content: "\E551"; }

.glyphicon-podcast:before {
  content: "\E552"; }

.glyphicon-firework:before {
  content: "\E553"; }

.glyphicon-scale:before {
  content: "\E554"; }

.glyphicon-king:before {
  content: "\E555"; }

.glyphicon-queen:before {
  content: "\E556"; }

.glyphicon-pawn:before {
  content: "\E557"; }

.glyphicon-bishop:before {
  content: "\E558"; }

.glyphicon-knight:before {
  content: "\E559"; }

.glyphicon-mic_mute:before {
  content: "\E560"; }

.glyphicon-voicemail:before {
  content: "\E561"; }

.glyphicon-paragraph:before {
  content: "\00B6"; }

.glyphicon-person_walking:before {
  content: "\E563"; }

.glyphicon-person_wheelchair:before {
  content: "\E564"; }

.glyphicon-underground:before {
  content: "\E565"; }

.glyphicon-car_hov:before {
  content: "\E566"; }

.glyphicon-car_rental:before {
  content: "\E567"; }

.glyphicon-transport:before {
  content: "\E568"; }

.glyphicon-taxi:before {
  content: "\1F695"; }

.glyphicon-ice_cream_no:before {
  content: "\E570"; }

.glyphicon-uk_rat_u:before {
  content: "\E571"; }

.glyphicon-uk_rat_pg:before {
  content: "\E572"; }

.glyphicon-uk_rat_12a:before {
  content: "\E573"; }

.glyphicon-uk_rat_12:before {
  content: "\E574"; }

.glyphicon-uk_rat_15:before {
  content: "\E575"; }

.glyphicon-uk_rat_18:before {
  content: "\E576"; }

.glyphicon-uk_rat_r18:before {
  content: "\E577"; }

.glyphicon-tv:before {
  content: "\E578"; }

.glyphicon-sms:before {
  content: "\E579"; }

.glyphicon-mms:before {
  content: "\E580"; }

.glyphicon-us_rat_g:before {
  content: "\E581"; }

.glyphicon-us_rat_pg:before {
  content: "\E582"; }

.glyphicon-us_rat-pg_13:before {
  content: "\E583"; }

.glyphicon-us_rat_restricted:before {
  content: "\E584"; }

.glyphicon-us_rat-no-one_17:before {
  content: "\E585"; }

.glyphicon-equalizer:before {
  content: "\E586"; }

.glyphicon-speakers:before {
  content: "\E587"; }

.glyphicon-remote_control:before {
  content: "\E588"; }

.glyphicon-remote_control_tv:before {
  content: "\E589"; }

.glyphicon-shredder:before {
  content: "\E590"; }

.glyphicon-folder_heart:before {
  content: "\E591"; }

.glyphicon-person_running:before {
  content: "\E592"; }

.glyphicon-person:before {
  content: "\E593"; }

.glyphicon-voice:before {
  content: "\E594"; }

.glyphicon-stethoscope:before {
  content: "\E595"; }

.glyphicon-hotspot:before {
  content: "\E596"; }

.glyphicon-activity:before {
  content: "\E597"; }

.glyphicon-watch:before {
  content: "\231A"; }

.glyphicon-scissors_alt:before {
  content: "\E599"; }

.glyphicon-car_wheel:before {
  content: "\E600"; }

.glyphicon-chevron_up:before {
  content: "\E601"; }

.glyphicon-chevron_down:before {
  content: "\E602"; }

.glyphicon-superscript:before {
  content: "\E603"; }

.glyphicon-subscript:before {
  content: "\E604"; }

.glyphicon-text_size:before {
  content: "\E605"; }

.glyphicon-text_color:before {
  content: "\E606"; }

.glyphicon-text_background:before {
  content: "\E607"; }

.glyphicon-modal_window:before {
  content: "\E608"; }

.glyphicon-newspaper:before {
  content: "\1F4F0"; }

.glyphicon-tractor:before {
  content: "\1F69C"; }

/* Social Media Glyph Icons */
/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @glyphicons
 *
 */
 @font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_socialregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Glyphicons Social';
  src: url("../fonts/glyphicons-social-regular.eot");
  src: url("../fonts/glyphicons-social-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-social-regular.woff") format("woff"), url("../fonts/glyphicons-social-regular.ttf") format("truetype"), url("../fonts/glyphicons-social-regular.svg#glyphicons_socialregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.social {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social:before {
  position: relative;
  left: 0;
  top: 0;
  display: inline-block;
  margin: 0 5px 0 0;
  font: 24px/1em 'Glyphicons Social';
  font-style: normal;
  font-weight: normal;
  color: #1d1d1b;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-transform: none;
  -webkit-font-smoothing: antialiased; }

.social.white:before {
  color: #fff; }

.social.pinterest:before {
  content: "\E001"; }

.social.dropbox:before {
  content: "\E002"; }

.social.google_plus:before {
  content: "\E003"; }

.social.jolicloud:before {
  content: "\E004"; }

.social.yahoo:before {
  content: "\E005"; }

.social.blogger:before {
  content: "\E006"; }

.social.picasa:before {
  content: "\E007"; }

.social.amazon:before {
  content: "\E008"; }

.social.tumblr:before {
  content: "\E009"; }

.social.wordpress:before {
  content: "\E010"; }

.social.instapaper:before {
  content: "\E011"; }

.social.evernote:before {
  content: "\E012"; }

.social.xing:before {
  content: "\E013"; }

.social.zootool:before {
  content: "\E014"; }

.social.dribbble:before {
  content: "\E015"; }

.social.deviantart:before {
  content: "\E016"; }

.social.read-it-later:before {
  content: "\E017"; }

.social.linked-in:before {
  content: "\E018"; }

.social.forrst:before {
  content: "\E019"; }

.social.pinboard:before {
  content: "\E020"; }

.social.behance:before {
  content: "\E021"; }

.social.github:before {
  content: "\E022"; }

.social.youtube:before {
  content: "\E023"; }

.social.skitch:before {
  content: "\E024"; }

.social.foursquare:before {
  content: "\E025"; }

.social.quora:before {
  content: "\E026"; }

.social.badoo:before {
  content: "\E027"; }

.social.spotify:before {
  content: "\E028"; }

.social.stumbleupon:before {
  content: "\E029"; }

.social.readability:before {
  content: "\E030"; }

.social.facebook:before {
  content: "\E031"; }

.social.twitter:before {
  content: "\E032"; }

.social.instagram:before {
  content: "\E033"; }

.social.posterous-spaces:before {
  content: "\E034"; }

.social.vimeo:before {
  content: "\E035"; }

.social.flickr:before {
  content: "\E036"; }

.social.last-fm:before {
  content: "\E037"; }

.social.rss:before {
  content: "\E038"; }

.social.skype:before {
  content: "\E039"; }

.social.e-mail:before {
  content: "\E040"; }

.social.vine:before {
  content: "\E041"; }

.social.myspace:before {
  content: "\E042"; }

.social.goodreads:before {
  content: "\E043"; }

.social.apple:before {
  content: "\F8FF"; }

.social.windows:before {
  content: "\E045"; }

.social.yelp:before {
  content: "\E046"; }

.social.playstation:before {
  content: "\E047"; }

.social.xbox:before {
  content: "\E048"; }

.social.android:before {
  content: "\E049"; }

.social.ios:before {
  content: "\E050"; }

.social.wikipedia:before {
  content: "\E051"; }

.social.pocket:before {
  content: "\E052"; }

.social.steam:before {
  content: "\E053"; }

.social.souncloud:before {
  content: "\E054"; }

.social.slideshare:before {
  content: "\E055"; }

.social.netflix:before {
  content: "\E056"; }

.social.paypal:before {
  content: "\E057"; }

.social.google-drive:before {
  content: "\E058"; }

.social.linux-foundation:before {
  content: "\E059"; }

.social.ebay:before {
  content: "\E060"; }

.social-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../images/glyphicons_social.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  *margin-right: .3em; }

.social-icon _:-o-prefocus,
.social-icon {
  background-image: url(../images/glyphicons_social.png); }

.no-inlinesvg .social-icon {
  background-image: url(../images/glyphicons_social.png); }

.social-icon.white {
  background-image: url(../images/glyphicons_social-white.svg); }

.social-icon.white _:-o-prefocus,
.social-icon.white {
  background-image: url(../images/glyphicons_social-white.png); }

.no-inlinesvg .social-icon.white {
  background-image: url(../images/glyphicons_social-white.png); }

.social-icon.pinterest {
  background-position: 0px 0px; }

.social-icon.dropbox {
  background-position: -48px 0px; }

.social-icon.google_plus {
  background-position: -96px 0px; }

.social-icon.jolicloud {
  background-position: -144px 0px; }

.social-icon.yahoo {
  background-position: -192px 0px; }

.social-icon.blogger {
  background-position: -240px 0px; }

.social-icon.picasa {
  background-position: -288px 0px; }

.social-icon.amazon {
  background-position: -336px 0px; }

.social-icon.tumblr {
  background-position: -384px 0px; }

.social-icon.wordpress {
  background-position: -432px 0px; }

.social-icon.instapaper {
  background-position: 0px -48px; }

.social-icon.evernote {
  background-position: -48px -48px; }

.social-icon.xing {
  background-position: -96px -48px; }

.social-icon.zootool {
  background-position: -144px -48px; }

.social-icon.dribbble {
  background-position: -192px -48px; }

.social-icon.deviantart {
  background-position: -240px -48px; }

.social-icon.read_it_later {
  background-position: -288px -48px; }

.social-icon.linked_in {
  background-position: -336px -48px; }

.social-icon.forrst {
  background-position: -384px -48px; }

.social-icon.pinboard {
  background-position: -432px -48px; }

.social-icon.behance {
  background-position: 0px -96px; }

.social-icon.github {
  background-position: -48px -96px; }

.social-icon.youtube {
  background-position: -96px -96px; }

.social-icon.skitch {
  background-position: -144px -96px; }

.social-icon.foursquare {
  background-position: -192px -96px; }

.social-icon.quora {
  background-position: -240px -96px; }

.social-icon.badoo {
  background-position: -288px -96px; }

.social-icon.spotify {
  background-position: -336px -96px; }

.social-icon.stumbleupon {
  background-position: -384px -96px; }

.social-icon.readability {
  background-position: -432px -96px; }

.social-icon.facebook {
  background-position: 0px -144px; }

.social-icon.twitter {
  background-position: -48px -144px; }

.social-icon.instagram {
  background-position: -96px -144px; }

.social-icon.posterous_spaces {
  background-position: -144px -144px; }

.social-icon.vimeo {
  background-position: -192px -144px; }

.social-icon.flickr {
  background-position: -240px -144px; }

.social-icon.last_fm {
  background-position: -288px -144px; }

.social-icon.rss {
  background-position: -336px -144px; }

.social-icon.skype {
  background-position: -384px -144px; }

.social-icon.e-mail {
  background-position: -432px -144px; }

.social-icon.vine {
  background-position: 0px -192px; }

.social-icon.myspace {
  background-position: -48px -192px; }

.social-icon.goodreads {
  background-position: -96px -192px; }

.social-icon.apple {
  background-position: -144px -192px; }

.social-icon.windows {
  background-position: -192px -192px; }

.social-icon.yelp {
  background-position: -240px -192px; }

.social-icon.playstation {
  background-position: -288px -192px; }

.social-icon.xbox {
  background-position: -336px -192px; }

.social-icon.android {
  background-position: -384px -192px; }

.social-icon.ios {
  background-position: -432px -192px; }

/* END Social Glyph Icons */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  /*width: 100%;*/
  margin-bottom: 0; }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px; }

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px; }

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto; }

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px; }

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #474849;
  text-align: center;
  background-color: #dbdde3;
  border: 1px solid #cccccc;
  border-radius: 0px; }

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px; }

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  white-space: nowrap; }

.input-group-btn:first-child > .btn {
  margin-right: -1px; }

.input-group-btn:last-child > .btn {
  margin-left: -1px; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -4px; }

.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2; }

.input-group-addon label {
  margin-bottom: 0;
  font-weight: normal; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    display: block; }
    .nav > li > a {
      position: relative;
      display: block; }
      @media (min-width: 320px) and (max-width: 767px) {
        .nav > li > a {
          padding: 9px 5px; } }
      @media (min-width: 768px) {
        .nav > li > a {
          padding: 9px 15px; } }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent; }

.nav > li.disabled > a {
  color: #dbdde3; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dbdde3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #ec1c24; }

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #ad0e15;
  border-bottom-color: #ad0e15; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav img {
  width: 100%; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #dbdde3 #dbdde3 #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #474849;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0; }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }

  .nav-justified > li > a {
    margin-bottom: 0; } }
.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0px 0px 0 0; }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }
.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav .caret {
  border-top-color: #ec1c24;
  border-bottom-color: #ec1c24; }

.nav a:hover .caret {
  border-top-color: #ad0e15;
  border-bottom-color: #ad0e15; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.menu-header {
  margin-top: 0;
  margin-bottom: 0.33em; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px; } }
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.navbar-header:after {
  clear: both; }

.navbar-collapse {
  background-color: #ebedf2;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.navbar-collapse:after {
  clear: both; }


@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important; }

  .navbar-collapse .navbar-text:last-child {
    margin-right: 0; } }
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 1025px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  display: inline-block;
  padding: 7px;
  font-size: 18px;
  line-height: 20px; }

@media (min-width: 1025px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px; } }
.navbar-toggle {
  position: relative;
  display: inline-block;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0px; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

/* top nav */
@media (min-width: 1025px) {
  .navbar-toggle,
  .navbar-main .navbar-brand {
    display: none; }

  .navbar-nav {
    float: left;
    margin: 0; }

  .navbar-nav > li {
    float: left; }

  .navbar-nav > li > a {
    padding: 15px 10px; } }

@media (max-width: 1024px) {
  .navbar-header {
    display: table; }

  .navbar-nav .open .nc-dropdown-menu,
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }
.main-header .inline-submit-wrap .btn {
  background-color: transparent; }

.main-header .inline-submit-wrap .inline-submit-input {
  border: solid thin #ccc;
  padding: 6px 50px 6px 15px;
  text-transform: uppercase;
  width: 100%; }

.inline-submit-wrap {
  position: relative; }

.inline-submit-wrap .inline-submit-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #ccc; }

.inline-submit-input:focus {
  color: #333; }

.inline-submit-wrap .btn {
  position: absolute;
  right: 1px;
  top: 1px; }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 600px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px; } 
  #adj-nav-navigation.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
	} 
  .navbar-toggle[data-target="#adj-nav-navigation"] {
	  display: none;
  }   
}
.navbar-default {
  background-color: #ebedf2;
  border-color: #d7dbe5; }

.navbar-default .navbar-brand {
  color: #777777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a {
  color: #777777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ec1c24;
  background-color: #ebedf2; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-toggle {
  border-color: #dddddd; }

.navbar-toggle:hover,
.navbar-toggle:focus {
  border-color: #999; }

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #999; }

.icon-bar {
  background-color: #cccccc; }

.navbar-default .navbar-collapse {
  border-color: #d7dbe5; }

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ebedf2;
  color: #ec1c24; }

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #ec1c24;
  border-bottom-color: #ec1c24; }

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777; }

@media (max-width: 599px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ec1c24;
    background-color: #ebedf2; }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #dbdde3; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #dbdde3; }

.navbar-inverse .navbar-nav > li > a {
  color: #dbdde3; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #dbdde3;
  border-bottom-color: #dbdde3; }

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

@media (max-width: 599px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #dbdde3; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }
.navbar-inverse .navbar-link {
  color: #dbdde3; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar {
  border-radius: 0;
  border: 0; }

.nav .caret {
  border-top-color: #818285;
  border-bottom-color: #818285; }

@media (min-width: 600px) {
  .container-navbar-default {
    position: relative;
    top: -70px;
    left: 53px;
    margin-bottom: -72px; } }
@media (min-width: 768px) {
  .container-navbar-default {
    width: 645px; } }
@media (min-width: 992px) {
  .container-navbar-default {
    width: 865px; } }
@media (min-width: 1200px) {
  .container-navbar-default {
    width: 1065px; } }

.navbar-main .navbar-form:before, .navbar-main .navbar-form:after {
  content: " ";
  display: table; }
.navbar-main .navbar-form:after {
  clear: both; }
.navbar-main .navbar-form .form-control {
  padding-right: 42px;
  margin-right: -42px;
  width: 100%;
  float: left; }
.navbar-main .navbar-form .btn {
  margin: 0 0 0 -42px;
  background: transparent !important;
  font-size: 18px;
  float: right; }
@media (min-width: 992px) {
  .navbar-main .navbar-form {
    padding: 0;
    margin: 7px 0 0; }
    .navbar-main .navbar-form .form-control {
      max-width: 180px; } }
@media (max-width: 600px) {
  .navbar-main .navbar-form {
    padding: 12px;
    margin: 0;
    border-bottom: 0; }
    .navbar-main .navbar-form .form-group {
      margin-bottom: 0;
      vertical-align: middle; } }
@media (max-width: 991px) {
  .navbar-main .navbar-form {
    width: 100%;
    margin-bottom: 0; }
    .navbar-main .navbar-form .form-group {
      float: left;
      width: 100%; } }

.navbar-cart a {
  color: #818285;
  cursor: pointer; }

.navbar-cart a:hover,
.navbar-cart a:focus {
  color: #ec1c24;
  background-color: transparent; }

.navbar-cart .item {
  padding: 0 0 15px 0; }

.navbar-cart .item a {
  padding: 0; }

.navbar-cart .product-image {
  float: left;
  margin: 0 0 0 15px; }

.navbar-cart .product-details {
  text-align: center;
  padding-top: 15px; }

.navbar-cart .product-details .col-1,
.navbar-cart .product-details .col-2,
.navbar-cart .product-details .col-3 {
  padding: 0 5px; }

.navbar-cart .btn-primary {
  color: #ffffff; }

.dropdown-menu li:last-child .btn {
  padding: 5px;
  float: left;
  width: 50%; }

.navbar-cart .btn:hover,
.navbar-cart .btn:focus {
  color: #ec1c24; }

.navbar-cart .product-name {
  color: #ec1c24;
  font-family: "brandon_text_bold", sans-serif; }

@media (max-width: 600px) {
  .navbar-cart .navbar-checkout {
    display: none; } }
.logo-footer {
  display: block;
  width: 100%;
  height: 125px;
  float: left;
  text-indent: 2000px;
  overflow: hidden;
  background-image: url("../images/logo-footer.png");
  background-size: 100%; }
  
.top-banner {
  text-align: center;
  font-family: "brandon_grotesque_light", sans-serif;
  background: #000;
  position: relative;
  padding: 15px;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 991px) {
	.top-banner {
		text-align: left;
	}
}
.top-banner-content {
	padding: 0 40px;
}
.top-banner-content .uppercase {
	text-transform: uppercase;
	font-size: 18px;
}

.top-banner-hide {
    font-weight: bold;
    text-align: center;
    font-size: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    margin: auto 0;
    line-height: 10px;
    width: 6%;
    min-width: 50px;
    height: 30%;
}

.breadcrumb-inner {
  border-bottom: 1px solid #dbdde3;
}

.breadcrumb {
  padding: 0;
  list-style: none;
  border-radius: 0px;
  font-family: "brandon_text_regular", sans-serif;
  text-transform: lowercase;
  line-height: normal;
  font-size: 12px;
  margin: 14px 0; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "\003e";
  padding: 0 5px;
  color: #cccccc; }

.breadcrumb > .active {
  color: #dbdde3; }

.breadcrumb strong {
  font-weight: normal;
  color: #dbdde3; }

.breadcrumb a {
  color: #818285; }
  
.pdp-breadcrumb .breadcrumb {
	padding: 0;
	line-height: 40px;
}

.footer-sale {
  width: 270px;
  display: block;
  float: right;
  height: 74px; }
  .footer-sale img {
    width: 100%; }
  @media (max-width: 991px) {
    .footer-sale {
      float: left; } }

.footer-content a,
.footer-content a:before {
  color: #818285; }
.footer-content a:before{font-size: 20px;}
  
.footer-content a:hover:before{color: #ec1c24;}

.footer-cart-actions {
  margin-top: 15px;
  width: 300px; }
.footer-cart-count span.label {
   display: block;
   font-family: "brandon_grotesque_light", sans-serif!important;
   font-size: 22px;
   font-weight: 500;
   line-height: 1.1;
   margin: 20px 0 10px;
   padding: 0;
   text-align: left;
   text-transform: uppercase;
}
.footer-view-cart {
  background: #FFF;
  margin-right: 16px;
  float: right; }

.footer-checkout {
  color: #FFF !important;
  float: right; }

.footer-cart-amount {
  font-size: 20px;
  line-height: 20px;
  font-family: "brandon_grotesque_black";
  margin-top: 6px;
  display: block;
  float: right;
  margin-right: 10px; }

.footer-cart-contents {
  clear: both;
  padding-top: 30px; }
  .footer-cart-contents:before, .footer-cart-contents:after {
    content: " ";
    display: table; }
  .footer-cart-contents:after {
    clear: both; }

.footer-cart-contents .subtitle-container {
  position: relative;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px; }

.footer-cart-contents .subtitle-rule {
  position: absolute;
  top: 9px;
  border-bottom: solid 1px #c6c6c6;
  left: 0;
  right: 0; }

.subtitle-footer-cart {
  position: relative;
  color: #818285;
  font-size: 16px;
  font-family: "brandon_grotesque_light", sans-serif !important;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.1;
  display: inline-block;
  background-color: #ebedf2;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.footer-cart-contents .items-in-cart,
.footer-cart-contents .recently-viewed-items {
  width: 30%;
  margin: 10px 1.5%;
  float: left; }
  @media (max-width: 479px) {
    .footer-cart-contents .items-in-cart > li,
    .footer-cart-contents .recently-viewed-items > li {
      padding: 5px;
      margin: 5px 0; } }

.footer-cart-contents .item {
  list-style: none; }

.footer-subscribe {
  border-bottom: solid 1px #dbdde3;
  padding: 20px 0 30px; }
  .footer-subscribe .label {
    font-family: brandon_grotesque_light_italic, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 1.1;
    padding: 0;
  }
  @media (max-width: 767px) {
    .footer-subscribe {
      text-align: center; }
      .footer-subscribe .button {
        margin: 1em 0; } }
  @media (min-width: 768px) {
    .footer-subscribe .label {
      margin: 0 10px 0 0;
      display: inline;
      vertical-align: middle; }
    .footer-subscribe label {
      font-family: brandon_grotesque_light, sans-serif;
      display: inline;
      vertical-align: middle;
      margin: 0 10px 0 0; }
    .footer-subscribe #newsletter {
      width: 216px;
      height: 34px;
      border: none;
      padding-left: 10px;
      -webkit-box-shadow: none;
      box-shadow: none;
      display: inline;
      vertical-align: middle; }
    .footer-subscribe .button {
      height: 34px;
      width: 34px;
      text-indent: 200px;
      overflow: hidden;
      background: url("../images/newsletter-subscribe-button.png");
      background-size: 100%;
      display: inline;
      vertical-align: middle; }
      .footer-subscribe .button:hover {
        background: url("../images/newsletter-subscribe-button-hover.png");
        background-size: 100%; } }

#newsletter-validate-detail {
  position: relative; }
  @media (max-width: 767px) {
    #newsletter-validate-detail {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    #newsletter-validate-detail {
      display: inline-block; } }

.footer-rss-subscribe {
  background: url("../images/footer-rss-icon.png");
  background-repeat: no-repeat;
  background-size: 34px 34px;
  padding-left: 36px;
  background-position: 0;
  color: #818285;
  font-family: brandon_grotesque_light, sans-serif;
  display: inline-block;
  margin-left: -7px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .footer-rss-subscribe {
      margin-top: 2em; } }
  @media (min-width: 1200px) {
    .footer-rss-subscribe {
      margin-left: 18px; } }

.schawel-coles-logo {
  background: url("../images/schawel-coles-logo.png") repeat scroll 0 0/100% auto transparent;
  display: block;
  height: 34px;
  width: 200px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .schawel-coles-logo {
      float: right;
      margin: 0 30px 0 0; } }

.social-icon-set {
  min-height: 40px;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .social-icon-set {
      text-align: center; } }

@media (min-width: 768px) {
  .credibility-icons-wrap > a {
    margin-top: 10px;
    margin-left: 15px;
    display: inline-block; 
    vertical-align: middle; } }
@media (max-width: 991px) {
  .credibility-icons-wrap > a {
    margin-top: 10px;
    display: block;
    text-align: center; 
    vertical-align: middle; } }
footer .footer-legal {
  font-family: brandon_grotesque_light, sans-serif;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .footer-legal {
      text-align: center; } }

.footer-copyright {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .footer-copyright {
      margin: 4px 0 0 0; } }

/* Two Columns */
.category-header {
  margin-bottom: 20px;
  font-size: 40px; }
  @media (max-width: 767px) {
    .category-header {
      padding-left: 10px; } }

/* Two Columns Left Sidebar */
.sidebar {
  background-color: #EBEDF2; }
  @media (min-width: 600px) {
    .sidebar {
      background: #FFF; } }

@media (min-width: 600px) {
  .sidebar > div {
    margin-left: -15px;
    margin-right: -15px; } }

/* Two Columns Left Main */
@media (min-width: 992px) {
  .col-main {
    margin-right: -15px; } }

li.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px; }
  
li.sort-by,
li.view-mode,
li.show-per-page,
li.direction {
  margin: 20px 10px 20px 0;
}

.pagination > li {
  display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #dbdde3; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #ec1c24;
  cursor: default; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dbdde3;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.pager:after {
  clear: both; }

.pager {
  padding: 4px 8px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  line-height: 30px; }

/* Category Toolbar */
.pages {
  float: left;
  margin-right: 34px; }

.pages ol li {
  float: left;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-family: brandon_grotesque_bold;
  color: #ec1c24; }

.pages ol li a {
  float: left;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  display: block;
  font-family: brandon_grotesque_bold;
  color: black; }

.pages ol li a.next.i-next {
  text-indent: 200px;
  overflow: hidden;
  background: url("../images/category-next-page.png");
  background-size: 100%; }

.pages ol li a.previous.i-previous {
  text-indent: 200px;
  overflow: hidden;
  background: url("../images/category-previous-page.png");
  background-size: 100%; }

@media (max-width: 991px) {
  .toolbar { }
    .toolbar > li {
      float: left;
      clear: both; }
    .toolbar > .sort-by, .toolbar > .show-per-page {
      margin-right: 33px; }

  .show-amount-selector {
    min-width: 204px;
    margin-right: 0; }

  .view-mode {
    margin-right: 25px; } }
.toolbar .view-mode {
  float: right; }
.toolbar > .sort-by, .toolbar > .show-per-page {
  float: right;
  overflow: hidden; }

.show-amount-selector {
  height: 34px !important;
  width: auto;
  background-color: #FFF;
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 30px 0px 16px;
  float: right;
  color: #474849;
  background-image: url("../images/category-dropdown.png");
  background-size: 34px 34px;
  background-position: 100% 0%;
  text-indent: 1px;
  text-overflow: '';
  background-repeat: no-repeat; }

.show-per-page {
  margin-right: 10px; }

.direction {
  float: right;
  margin-right: 34px; }

.direction a {
  display: block;
  width: 34px;
  height: 34px;
  float: right; }

.direction .ascending {
  background: url("../images/direction-ascending.png");
  background-size: 100%; }

.direction .descending {
  background: url("../images/direction-descending.png");
  background-size: 100%; }

.view-mode .grid, .view-mode .list {
  width: 34px;
  height: 34px;
  text-indent: 100px;
  display: block;
  overflow: hidden;
  float: right; }

.view-mode .grid {
  background: url("../images/category-view-as-grid.png");
  background-size: 100%; }

.view-mode .list {
  background: url("../images/category-view-as-list.png");
  background-size: 100%; }

.view-mode .grid.active {
  background: url("../images/category-view-as-grid-active.png");
  background-size: 100%; }

.view-mode .list.active {
  background: url("../images/category-view-as-list-active.png");
  background-size: 100%; }

.pager .amount {
  float: left;
  margin-bottom: 0; }

.pager .limiter {
  float: right; }

.pager .limiter label {
  margin-bottom: 0; }

.pager .limiter select {
  display: inline;
  /*width: 50px;*/ }

.pager .pages ol > li:first-child > a,
.pager .pages ol > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pager .pages ol > li:last-child > a,
.pager .pages ol > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pager .pages ol > li > a:hover,
.pager .pages ol > li > span:hover,
.pager .pages ol > li > a:focus,
.pager .pages ol > li > span:focus {
  background-color: #dbdde3; }

.pager .pages ol > .active > a,
.pager .pages ol > .active > span,
.pager .pages ol > .active > a:hover,
.pager .pages ol > .active > span:hover,
.pager .pages ol > .active > a:focus,
.pager .pages ol > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #ec1c24;
  cursor: default; }

.pager .pages ol > .disabled > span,
.pager .pages ol > .disabled > span:hover,
.pager .pages ol > .disabled > span:focus,
.pager .pages ol > .disabled > a,
.pager .pages ol > .disabled > a:hover,
.pager .pages ol > .disabled > a:focus {
  color: #dbdde3;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed; }

.pager .pages ol > li > a,
.pager .pages ol > li > span {
  padding: 5px 10px;
  font-size: 12px; }

.pager .pages ol > li:first-child > a,
.pager .pages ol > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }

.pager .pages ol > li:last-child > a,
.pager .pages ol > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847; }

.alert-success hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link {
  color: #356635; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #2d6987; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }

.alert-warning hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link {
  color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #953b39; }

.success {
  color: #468847; }

.error {
  color: #b94a48; }

.item-msg.error {
  color: #FFF;
  background-color: #ec1c24;
  border-radius: 3px;
  padding: 0px 6px;
  display: inline; }

.notice {
  color: #3a87ad; }

.messages {
  margin-bottom: 0px; }

.messages > li {
  margin-bottom: 0px; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg,
.warning-msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px; }

.error-msg h4,
.success-msg h4,
.note-msg h4,
.notice-msg h4,
.warning-msg h4 {
  margin-top: 0;
  color: inherit; }

.error-msg .alert-link,
.success-msg .alert-link,
.note-msg .alert-link,
.notice-msg .alert-link,
.warning-msg .alert-link, {
  font-weight: bold; }

.error-msg > p,
.success-msg > p,
.note-msg > p,
.notice-msg > p,
.warning-msg > p,
.error-msg > ul,
.success-msg > ul,
.note-msg > ul,
.notice-msg > ul,
.warning-msg > ul {
  margin-bottom: 0; }

.error-msg > p + p,
.success-msg > p + p,
.note-msg > p + p,
.notice-msg > p + p,
.warning-msg > p + p  {
  margin-top: 5px; }

.error-msg,
.warning-msg {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }

.error-msg hr,
.warning-msg hr {
  border-top-color: #e4b9c0; }

.error-msg .alert-link,
.warning-msg .alert-link {
  color: #953b39; }

.success-msg {
  background-color: #ecf7e8;
  border-bottom: 1px solid #a3b59c;
  color: #818285; }

.success-msg hr {
  border-top-color: #c9e2b3; }

.success-msg .alert-link {
  color: #356635; }

.note-msg,
.notice-msg {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad; }

.note-msg hr,
.notice-msg hr {
  border-top-color: #a6e1ec; }

.note-msg .alert-link,
.notice-msg .alert-link {
  color: #2d6987; }

.global-site-notice {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }

.global-site-notice h4 {
  margin-top: 0;
  color: inherit; }

.global-site-notice .alert-link {
  font-weight: bold; }

.global-site-notice > p,
.global-site-notice > ul {
  margin-bottom: 0; }

.global-site-notice > p + p {
  margin-top: 5px; }

.global-site-notice hr {
  border-top-color: #f7e1b5; }

.global-site-notice .alert-link {
  color: #a47e3c; }

.global-site-notice p {
  margin: 0; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555555; }

a.list-group-item .list-group-item-heading {
  color: #333333; }

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #ebedf2; }

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #ec1c24; }

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #fcd8da; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.panel-body:after {
  clear: both; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0; }

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive {
  margin-bottom: 0; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #ebedf2;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
  overflow: hidden; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #474849;
  background-color: #ebedf2;
  border-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #474849 transparent; }

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #ec1c24; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #ec1c24; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ec1c24; }

.panel-primary > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ec1c24; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent; }

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent; }

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ebedf2;
  border: 1px solid #d5dae4;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0px; }

.well-sm {
  padding: 9px;
  border-radius: 0px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted; }

@media (max-width: 480px) {
  .nav .nc-dropdown,
  .nav .dropdown {
    position: static; } }
.dropdown-toggle:focus {
  outline: 0; }

.anim {
  transition: all 0.125s linear 0s;
  -moz-transition: all 0.125s linear 0s;
  -webkit-transition: all 0.125s linear 0s; }

.main-header a, .main-header button {
  color: #818285; }

.main-header a:hover,
.main-header a:focus {
  text-decoration: none;
  color: #eb1c24;  }

.main-header button:hover {
  color: #717275;  }
.main-header button:focus {
  outline: none;  }

.nc-dropdown-menu, .dropdown-menu {
  z-index: 1000;
  display: none;
  right: 0;
  position: absolute;
  min-width: 160px;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  width: 300px; }
  
@media (max-width: 480px) {
	.nc-dropdown-menu, .dropdown-menu {
		position: fixed;
		width: 100%;
		max-width: 100%;
		overflow: scroll;
		height: 313px;
	}	
	.nc-dropdown-menu #fastorder {
		max-width: 100%;
	}
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.navbar-account .welcome-message,
.dropdown-menu > li > a {
  display: block;
  padding: 3px 40px;
  font-weight: normal;
  line-height: 1.428571429;
  color: #474849;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #3a3b3c;
  background-color: #ebedf2; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #ec1c24; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dbdde3; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .nc-dropdown-menu, .open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #dbdde3; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

.label-default {
  background-color: #dbdde3; }

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #bec2cd; }

.label-primary {
  background-color: #ec1c24; }

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #c51017; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c; }
.navbar-cart .wishlist-cart {
	display: inline-block;
    font-size: 20px;
}
.navbar-cart a.header-cart-link {color: #eb1c24;}
.navbar-cart .glyphicon-shopping_cart {
	margin-right: 5px;
	font-size: 18px;
}
.badge {
	display: block;
    min-width: 13px;
    font-size: 10px;
    margin: 0;
    position: absolute;
    padding: 0px;
    font-weight: bold;
    top: -5px;
    right: -5px;
    color: #ffffff;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    background-color: black;
    border-radius: 12px; 
}

.badge:empty {
  display: none; }

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }

.btn .badge {
  position: relative;
  top: -1px; }

.std ul,
.std ol {
  margin-bottom: 10px; }

.std ul {
  list-style: disc outside; }

.std ol {
  list-style: decimal outside; }

.label {
  color: #818285;
  font-family: "brandon_grotesque_bold", sans-serif; }

.links li {
  display: inline; }

.links li:first-child {
  padding-left: 0; }

.links li:last-child {
  padding-right: 0; }

.link-cart,
.link-wishlist,
.link-compare,
.link-print {
  font-weight: bold; }

.link-wishlist.inactive {
  color: #ccc;
}

.link-rss {
  background: url(../images/i_rss.gif) 0 2px no-repeat;
  padding-left: 18px;
  line-height: 14px;
  white-space: nowrap; }

.btn-remove {
  display: block;
  font-size: 12px;
  text-transform: lowercase;
  font-family: "brandon_text_regular", sans-serif;
  line-height: 12px; }

.btn-previous {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_previous.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.btn-remove2 {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_trash.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.btn-edit {
  display: block;
  width: 11px;
  height: 11px;
  font-size: 0;
  line-height: 0;
  background: url(../images/btn_edit.gif) 0 0 no-repeat;
  text-indent: -999em;
  overflow: hidden; }

.btn-previous,
.btn-remove2,
.btn-edit {
  background: red; }

.btn-remove2.inactive {
  background: #ccc;
}

.btn-cart {
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #dc121a; }

#headerCart .btn-primary:hover,
#headerCart .btn-primary:focus,
.btn-cart:hover,
.btn-cart:focus,
.btn-cart:active,
.btn-cart.active,
.open .dropdown-toggle.btn-cart {
  color: #ffffff;
  background-color: #ce1118;
  border-color: #a40e13; }

.btn-cart:active,
.btn-cart.active,
.open .dropdown-toggle.btn-cart {
  background-image: none; }

.btn-cart.disabled,
.btn-cart[disabled],
fieldset[disabled] .btn-cart,
.btn-cart.disabled:hover,
.btn-cart[disabled]:hover,
fieldset[disabled] .btn-cart:hover,
.btn-cart.disabled:focus,
.btn-cart[disabled]:focus,
fieldset[disabled] .btn-cart:focus,
.btn-cart.disabled:active,
.btn-cart[disabled]:active,
fieldset[disabled] .btn-cart:active,
.btn-cart.disabled.active,
.btn-cart[disabled].active,
fieldset[disabled] .btn-cart.active {
  background-color: #ec1c24;
  border-color: #dc121a; }

.cards-list dt {
  margin: 5px 0 0; }

.cards-list .offset {
  padding: 2px 0 2px 20px; }

.separator {
  margin: 0 3px; }

.divider {
  clear: both;
  display: block;
  font-size: 0;
  line-height: 0;
  height: 1px;
  margin: 10px 0;
  text-indent: -999em;
  overflow: hidden; }

.form-language {
  margin-bottom: 10px; }

.form-language label {
  display: none; }

.form-language select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #474849;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.form-language select:-moz-placeholder {
  color: #dbdde3; }

.form-language select::-moz-placeholder {
  color: #dbdde3; }

.form-language select:-ms-input-placeholder {
  color: #dbdde3; }

.form-language select::-webkit-input-placeholder {
  color: #dbdde3; }

.form-language select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-language select[disabled],
.form-language select[readonly],
fieldset[disabled] .form-language select {
  cursor: not-allowed;
  background-color: #dbdde3; }

textarea.form-language select {
  height: auto; }
}
#search_mini_form {
  position: relative;
  
}

@media(min-width: 400px) {
   #search_mini_form .inline-submit-input {
    min-width: 300px;
   }
}
.search-autocomplete {
  z-index: 1000; }
  
.search-autocomplete li.label {
   text-align: left;
   display: block;
   text-transform: capitalize;
   font-size: 1em;
   margin-left: 0;
   padding-left: 15px;
   padding-top: 20px;
   border-top: 1px solid #dddddd;
}

.search-autocomplete li.all {
   text-align: center;
   text-decoration: underline;
   text-transform: capitalize;
   font-weight: bold;
   border-top: 1px solid #dddddd;
}
.search-autocomplete li.label.selected,
.search-autocomplete li.label.selected:hover,
.search-autocomplete li.label.selected:focus {
   background-color: #ffffff;
   color: #818285;
   border: 1px solid #dddddd;
   border-bottom: none;
   cursor: initial;
}
.search-autocomplete li {
  position: relative;
  display: block;
  text-transform: capitalize;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom: none;
  border-top: none;
  cursor: pointer;
  text-align: left;
}
.search-autocomplete li a {
   display: block;
   padding: 10px 15px;
   padding-left: 25px;
}
.search-autocomplete li a:hover,
.search-autocomplete li a:focus,
{
   color: #ffffff;
   background-color: #ec1c24;
}
.search-autocomplete li .amount {
   float: right;
}
.search-autocomplete li:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;}

.search-autocomplete li:last-child {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
  padding-left: 25px;
}

.search-autocomplete li > .badge {
  float: right; }

.search-autocomplete li > .badge + .badge {
  margin-right: 5px; }

.search-autocomplete li .amount {
  padding-left: 5px;
  float: right;
}

.search-autocomplete li.first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

.search-autocomplete li:hover,
.search-autocomplete li:hover a,
.search-autocomplete li:focus,
.search-autocomplete li:focus a {
  text-decoration: none;
  background-color: #ebedf2;
  color: #ffffff;
}
.search-autocomplete li.selected,
.search-autocomplete li.selected:hover,
.search-autocomplete li.selected:focus,
.search-autocomplete li.selected a {
  z-index: 2;
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #ec1c24;
  border-top: none;
  border-bottom: none;}
.search-autocomplete li.selected:last-child,
.search-autocomplete li.selected:last-child:hover,
.search-autocomplete li.selected:last-child:focus {
   border-bottom: 1px solid #ec1c24;  
}
.search-autocomplete li span.carrot:before {
   content: "\003e";
   font-size: 1.2em;
}
.advanced-search .form-list .input-range {
  line-height: 34px; }

.advanced-search .form-list .input-range small {
  float: right; }

.advanced-search-summary {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ebedf2;
  border: 1px solid #d5dae4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px; }

.advanced-search-summary blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.advanced-search-summary:before,
.advanced-search-summary:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.advanced-search-summary:after {
  clear: both; }

.advanced-search-summary ul {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px; }

.advanced-search-summary strong {
  color: #ec1c24; }

.advanced-search-summary p {
  clear: both;
  padding: 10px 15px 0;
  margin-bottom: 0;
  font-weight: bold; }

@media (min-width: 992px) {
  .advanced-search-summary ul {
    float: left;
    width: 50%; } }
.block {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 0; }

.block > .list-group {
  margin-bottom: 0; }

.block > .list-group .list-group-item {
  border-width: 1px 0; }

.block > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.block > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.block > .table,
.block > .table-responsive {
  margin-bottom: 0; }

.block > .panel-body + .table,
.block > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.block > .table-bordered,
.block > .table-responsive > .table-bordered {
  border: 0; }

.block > .table-bordered > thead > tr > th:first-child,
.block > .table-responsive > .table-bordered > thead > tr > th:first-child,
.block > .table-bordered > tbody > tr > th:first-child,
.block > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.block > .table-bordered > tfoot > tr > th:first-child,
.block > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.block > .table-bordered > thead > tr > td:first-child,
.block > .table-responsive > .table-bordered > thead > tr > td:first-child,
.block > .table-bordered > tbody > tr > td:first-child,
.block > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.block > .table-bordered > tfoot > tr > td:first-child,
.block > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.block > .table-bordered > thead > tr > th:last-child,
.block > .table-responsive > .table-bordered > thead > tr > th:last-child,
.block > .table-bordered > tbody > tr > th:last-child,
.block > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.block > .table-bordered > tfoot > tr > th:last-child,
.block > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.block > .table-bordered > thead > tr > td:last-child,
.block > .table-responsive > .table-bordered > thead > tr > td:last-child,
.block > .table-bordered > tbody > tr > td:last-child,
.block > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.block > .table-bordered > tfoot > tr > td:last-child,
.block > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.block > .table-bordered > thead > tr:last-child > th,
.block > .table-responsive > .table-bordered > thead > tr:last-child > th,
.block > .table-bordered > tbody > tr:last-child > th,
.block > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.block > .table-bordered > tfoot > tr:last-child > th,
.block > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.block > .table-bordered > thead > tr:last-child > td,
.block > .table-responsive > .table-bordered > thead > tr:last-child > td,
.block > .table-bordered > tbody > tr:last-child > td,
.block > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.block > .table-bordered > tfoot > tr:last-child > td,
.block > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.block .block-title {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  border-color: #dddddd;
  background-color: #ebedf2;
  color: #474849; }

.block .block-title > .dropdown .dropdown-toggle {
  color: inherit; }

.block .block-title strong {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500; }

.block .block-title strong > a {
  color: inherit; }

.block .block-subtitle {
  margin: 0 15px 10px;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd; }

.block .block-content:before,
.block .actions:before,
.block .block-content:after,
.block .actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.block .block-content:after,
.block .actions:after {
  clear: both; }

.block .block-content:before,
.block .block-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.block .block-content:after {
  clear: both; }

.block .block-content li.item {
  padding: 10px 15px; }

.block .btn-remove,
.block .btn-edit {
  float: right;
  margin: 1px 0 2px 5px; }

.block .actions {
  padding: 6px 15px;
  background-color: #ebedf2;
  border-top: 1px solid #dddddd;
  text-align: right;
  line-height: 30px; }

.block .actions:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }

.block .actions a {
  float: left; }

.block .actions button.button {
  float: right;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.block .empty {
  margin: 0;
  padding: 15px; }

.block li.odd {
  background-color: #f9f9f9; }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login {
  font-size: 12px; }

.mini-products-list .product-image {
  float: left; }

.mini-products-list .product-details {
  margin-left: 60px; }

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
  word-wrap: break-word; }

.block-cart .mini-products-list .product-details .nobr {
  white-space: normal !important; }

/* Block:  Account */
.block-account {
  border-color: #ec1c24; }

.block-account > .panel-heading {
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #ec1c24; }

.block-account > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ec1c24; }

.block-account > .panel-heading > .dropdown .caret {
  border-color: #ffffff transparent; }

.block-account > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ec1c24; }

.block-account .block-title {
  border-color: #ec1c24;
  background-color: #ec1c24;
  color: #ffffff; }

.block-account .block-title + .panel-collapse .panel-body {
  border-top-color: #ec1c24; }

.block-account .block-title > .dropdown .caret {
  border-color: #ffffff transparent; }

.block-account .block-title strong {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500; }

.block-account .block-title strong > a {
  color: inherit; }

.block-account .block-content {
  padding: 15px; }

.block-account .block-content ul {
  margin-bottom: 0; }

.block-account .block-content li a {
  display: block;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0; }

.block-account .block-content li.last a {
  border-bottom: 0; }

.block-account .block-content li.current {
  padding: 5px 0;
  border-bottom: 1px solid #dddddd; }

.block-account .block-content li.current.last {
  border-bottom: 0; }

.block-layered-nav .block-title {
  display: none; }

.block-layered-nav .block-subtitle {
  display: none; }

.block-layered-nav dl {
  margin: 0 0 20px; }

.block-layered-nav dt {
  font-family: "brandon_grotesque_black", sans-serif;
  text-transform: uppercase; }
  @media (min-width: 600px) {
    .block-layered-nav dt {
      padding: 20px 20px 0; } }

@media (min-width: 600px) {
  .block-layered-nav dd {
    padding: 0 20px;
    margin-bottom: 0; } }

.block-layered-nav dd a {
  color: #818285;
  font-family: "brandon_grotesque_light", sans-serif;
  text-transform: uppercase; }

.block-layered-nav dd a:hover,
.block-layered-nav dd a:active {
  color: #ec1c24;
  text-decoration: none; }

.block-layered-nav dd.last {
  background: none; }

.block-layered-nav .currently {
  padding: 10px 0 0; }

.block-layered-nav .currently li {
  position: relative;
  padding: 5px 25px 5px 15px; }

.block-layered-nav .currently .label {
  text-transform: uppercase; }

.block-layered-nav .currently .value {
  font-family: "brandon_grotesque_light", sans-serif;
  text-transform: uppercase; }

.block-layered-nav .currently .btn-remove {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  text-indent: 0;
  overflow: hidden;
  font-size: 12px;
  width: 12px;
  height: 12px; }

.block-layered-nav .currently .btn-remove:empty {
  width: 1em; }

.block-layered-nav .currently .btn-remove:before {
  content: "\e014"; }

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
  position: absolute;
  right: 15px;
  top: 9px;
  margin: 0; }

.block-layered-nav .currently .btn-previous {
  right: 17px; }

.block-layered-nav .actions {
  text-align: right; }
  
.block-layered-nav .adj-clear-all {
	text-align: left;
	border: none;
	padding: 4px 15px;
}

.block-layered-nav .adj-clear-all a {
	float: none;
}

.block-layered-nav .adj-clear-all .glyphicon {
	font-size: 22px;
	top: 50%;
    line-height: normal;
    vertical-align: middle;
    color: #BEBEBE;
}
.block-layered-nav .adj-clear-all.mobile-only .glyphicon{
	float: right;
    display: block;
    font-size: 26px;
    margin: 7px 0;
}

.block-layered-nav .adj-clear-all.mobile-only button.navbar-toggle {
	border: none;
	padding: 9px 10px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.block-layered-nav .adj-clear-all.mobile-only button.navbar-toggle .icon-bar {
	width: 30px;
}

.block-layered-nav .adj-clear-all.mobile-only button.navbar-toggle .icon-bar + .icon-bar{
	margin-top: 7px;
}

.block-layered-nav .adj-clear-all a.adj-nav-clearall .glyphicon{
	color: #ec1c24;
}

.block-layered-nav .adj-clear-all .filters {
	vertical-align: middle;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-left: 10px;
    margin-left: 6px;
    border-left: 2px solid #BEBEBE;
}

.block-layered-nav .adj-clear-all.mobile-only .filters {
	text-align: center;
    display: block;
    font-size: 28px;
    border: none;
    font-weight: 100;
    margin: 10px 0;
    padding-left: 0;
}

.block-layered-nav .bottom-filters.mobile-only {
	padding-top: 0;
}

.block-layered-nav .bottom-filters.mobile-only #adj-nav-filter-filtering-by {
	width: 100%;
    border-top: 1px solid;
    padding: 10px 0;
}

.block-layered-nav .bottom-filters.mobile-only #adj-nav-filter-filtering-by ol {
	margin: 0 -8px;
}

.block-layered-nav .bottom-filters.mobile-only #adj-nav-filter-filtering-by .glyphicon,
.block-layered-nav .bottom-filters.mobile-only #adj-nav-filter-filtering-by .filter-text {
	float: none;
	display: inline-block;
	font-size: 18px;
	font-weight: 100;
}

.block-layered-nav .adj-clear-all #adj-nav-filter-filtering-by {
	display: inline-block;
    vertical-align: middle;
}

.block-layered-nav .adj-clear-all #adj-nav-filter-filtering-by ol {
	padding: 0;
	margin: 0 0 0 8px;
	display: inline-block;
    vertical-align: middle;
}

.block-layered-nav .adj-clear-all #adj-nav-filter-filtering-by ol li {
	display: inline-block;
	padding: 0 8px;
}

.block-layered-nav .adj-clear-all #adj-nav-filter-filtering-by ol li a.adj-nav-attribute,
.block-layered-nav .adj-clear-all #adj-nav-filter-filtering-by ol li a.adj-nav-attribute-selected {
	background: none;
	text-transform: uppercase;
	padding-left: 0;
	color: #BEBEBE;
}

.block-layered-nav .adj-clear-all #adj-nav-filter-filtering-by ol li a .glyphicon {
	font-size: 12px;
}

.block-layered-nav .adj-clear-all #adj-nav-filter-filtering-by ol li a .filter-text {
	vertical-align: middle;
    padding-left: 4px;
}
#adj-nav-navigation-top .navbar li a {
	font-family: inherit;
	font-size: inherit;
}
#adj-nav-navigation-top .navbar-collapse {
	background-color: transparent;
}

#adj-nav-navigation-top .navbar-header {
	width: 100%;
}

.block-layered-nav .actions .actions a {
  float: none; }

.block-cart .summary {
  padding: 10px 15px; }

.block-cart .amount a {
  font-weight: bold; }

.block-cart .subtotal {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  padding: 4px;
  margin-bottom: 0;
  text-align: center; }

.block-cart .subtotal h4 {
  margin-top: 0;
  color: inherit; }

.block-cart .subtotal .alert-link {
  font-weight: bold; }

.block-cart .subtotal > p,
.block-cart .subtotal > ul {
  margin-bottom: 0; }

.block-cart .subtotal > p + p {
  margin-top: 5px; }

.block-cart .subtotal hr {
  border-top-color: #a6e1ec; }

.block-cart .subtotal .alert-link {
  color: #2d6987; }

.block-cart .subtotal .price {
  font-weight: bold; }

.block-cart .actions {
  border-bottom: 1px solid #dddddd; }

.block-cart .actions .paypal-logo {
  float: left;
  width: 100%;
  margin: 3px 0 0;
  text-align: right; }

.block-cart .actions .paypal-logo .paypal-or {
  clear: both;
  display: block;
  padding: 0 55px 8px 0; }

.block-wishlist .actions {
  text-align: right; }

.block-wishlist .actions a {
  float: none; }

.block-related input.checkbox {
  float: left; }

.block-related .product {
  margin-left: 20px; }

.compare-table .btn-remove {
  float: right;
  background-image: url(../images/btn_remove2.gif);
  width: 72px;
  height: 15px; }

.compare-table tr.add-to-row td {
  background: #fffada;
  text-align: center; }

.compare-table tr.first td {
  text-align: center; }

.compare-table tr.first td .product-name {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #203548; }

.compare-table tr.first td .product-name a {
  color: #203548; }

.compare-table tr.first td .ratings {
  width: 69px;
  margin: 0 auto; }

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
  margin: 0; }

.block-poll label {
  color: #777;
  font-weight: bold; }

.block-poll input.radio {
  float: left;
  margin: 1px -18px 0 0; }

.block-poll .label {
  display: block;
  margin-left: 18px; }

.block-poll li {
  padding: 10px 15px; }

.block-poll label {
  margin-bottom: 0; }

.block-poll .actions {
  margin: 5px 0 0; }

.block-poll .answer {
  font-weight: bold; }

.block-poll .votes {
  float: right;
  margin-left: 10px; }

.block-tags .block-content .tags-list {
  padding: 15px !important;
  margin-bottom: 0 !important;
  font-size: 12px; }

.block-tags .actions {
  text-align: right; }

.block-tags .actions a {
  float: none; }

.block-subscribe .block-content {
  padding: 15px 15px 0; }

.block-subscribe .actions {
  margin: 15px -15px 0; }

.block-subscribe .actions button.button {
  float: none; }

.block-reorder input.checkbox {
  float: left;
  margin: 2px -20px 0 0; }

.block-reorder .product-name {
  margin-left: 20px; }

.block-reorder .validation-advice {
  margin: 3px 9px 7px; }

.block-banner {
  border: 0;
  background-color: transparent; }

.block-banner .block-content {
  padding: 0;
  background-color: transparent;
  text-align: center; }

.block-banner .block-content img {
  display: block;
  max-width: 100%;
  height: auto; }

.block-login .block-content {
  padding: 15px 15px 0; }

.block-login .actions {
  margin: 15px -15px 0; }

.paypal-logo {
  display: block;
  margin: 10px 0;
  text-align: center; }

.paypal-logo a {
  float: none; }

.home-sale {
  margin-top: 20px;
  background: #fff;
  min-height: 177px;
  padding: 0px;
  border-bottom: 1px solid #dbdde3; }
  .home-sale img {
    max-width: 100%; }
.home-about-us-inner {padding: 30px;}
.home-about-us-inner h2 {font-size: 34px;}
.about-us-block {
  font-family: "brandon_grotesque_light", sans-serif;
  font-size: 24px;
  margin: 0; }

.category-image img {
  display: block;
  max-width: 100%;
  height: auto; }

.category-description {
    margin-bottom: 40px;
    display: block;
    font-size: 20px;
    font-family: "brandon_grotesque_light", sans-serif; }

.category-products .toolbar {
  margin-bottom: 10px; }

.toolbar > li {
  margin-bottom: 5px; }

.toolbar-bottom {
  clear: both; }

@media (min-width: 992px) {
  .products-grid {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px; } }
h2.sku, h3.sku {
   font-size: 14px;
   text-transform: capitalize;
   font-family: brandon_text_regular, sans-serif;
   line-height: 20px;
   margin: 0;
}
.products-grid .product-image, .products-list .product-image {
  display: block;
  padding-bottom: 22px;
  text-align: center;
  position: relative; }

.product-image .onsale-product-container {
  padding: 5px 10px;
  z-index: 1; }
  .product-image .onsale-product-container .onsale-product-container-inner {
    display: inline-block;
    margin-right: 10px; }
  @media (min-width: 600px) {
    .product-image .onsale-product-container {
      position: absolute; } }

.product-image .onsale-product-container-inside {
  display: inline-block;
  margin-right: 10px; }

.onsale-product-labels {
  position: absolute;
  left: 0;
  bottom: 8px;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
    .products-list .onsale-product-labels {
        text-align: left;
    }
}
.onsale-product-label {
  display: inline-block;
  margin: 0 3px; }

.onsale-text-label {
  background-color: #ec1c24;
  color: #ffffff;
  font-family: "brandon_text_bold", sans-serif;
  font-size: 12px;
  border-radius: 5px;
  padding: 0 5px;
  cursor: default; }

.products-grid .product-image img {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.products-grid .product-name-container {
  /*overflow: hidden;*/
  position: relative;
  width: 100%; }

.products-grid .product-name {
  font-family: "brandon_grotesque_black", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 4px;
  width: 85%;
  height: 100%; }

.products-grid .product-name a {
  color: #818285;
  text-decoration: none; }

.products-grid .product-name-label {
  margin: 4px;
  width: 5%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 999; }

.products-grid .product-name-label ul {
  position:absolute;
  right: 0;
  bottom: 0; }

.products-grid .price-box {
  display: inline; }

.products-grid .actions {
  position: absolute;
  bottom: 0; }

.products-grid .add-to-links .separator {
  display: none; }

.products-grid .in-units {
  font-family: "brandon_grotesque_light", sans-serif;
  text-transform: lowercase; }

@media (max-width: 479px) {
  .products-grid .add-to-links {
    max-width: 350px;
    margin: auto; }

  .products-grid button.btn-cart {
    margin-top: -2px; } }
    
.products-grid .add-to-links {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0;
}

.products-grid .add-to-links {
  padding: 0;
  margin: auto;
  width: 100%;
}

.products-grid .add-to-links li {
  display: inline;
  /*max-width: 120px;*/ }

.products-grid .add-to-links li.addtocart {
  /*float: right;*/ }

.products-grid li.add_to_list {
    margin-bottom: 10px;
    position: absolute;
    top: 5px;
    right: 16px;
    font-size: 18px;
}
  
.products-grid li.add_to_list .wishlist-text,
#shopping-cart-table tbody tr td#wishlist-cart .wishlist-text {display: none;}

.products-grid li.add_to_list a.link-wishlist {
	color: #474849;
	cursor: pointer;
}

.products-grid li.add_to_list a.link-wishlist:hover{
	color: #d9a432;
}

.products-grid .link-shoppinglist {
  color: #717275;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  display: block;
  margin: 10px 0;
  vertical-align: middle; }

.products-grid .link-shoppinglist:hover {
  color: #eb1c24;
  text-decoration: none;}

.main-products-grid .btn-cart,
.main-products-grid .out-of-stock {
  display: inline-block; }
.main-products-grid .out-of-stock {
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px; }

@media (max-width: 479px) {
  .products-grid .add-to-links {
      margin-bottom: 8px;
      line-height: 32px;
	} 
  .products-grid li.add_to_list {
	top: 20px;
    }
}
@media (min-width: 480px) {
  .products-grid .btn-cart {
    padding: 5px 10px; } }
@media (min-width: 600px) {
  .products-grid .btn-cart {
    padding: 5px 15px; } }

@media (min-width: 480px) {
  .new-products-grid .btn-cart,
  .related-products-grid .btn-cart,
  .main-products-grid .btn-cart {
  /* margin-left: 10px; */}
  .new-products-grid .product-name,
  .related-products-grid .product-name,
  .main-products-grid .product-name {
    margin-top: 5px;
    min-height: 1.8em;
    display: inline-block; } }

.sku a {
  color: #818285; }
  .sku a:hover {
    color: #818285;
    text-decoration: none; }

.products-grid .add-to-links li {
    display: block;
    text-align: center;
}

.products-grid .add-to-links li.addtocart {
    text-align: center;
    width: 33%;
    display: inline-block;
}
.products-grid .thumbs {margin-bottom: 15px;}
.products-grid .thumbs a {
	display: inline-block;
    padding: 2px;
    border: 1px solid #BEBEBE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 34px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    height: 34px;
    margin: 0 2px;
}
.products-grid .thumbs a.active {
	border: 2px solid #818285;
}
.products-grid .thumbs a.more-gallery {
	font-weight: bold;
    padding-top: 7px;
    font-size: 13px;
    color: #818285;
}
.main-products-grid .price-values .in-units {
	display: inline-block;
	font-family: "brandon_text_bold", sans-serif;
	color: #474849;
}
.products-grid,
.new-products-grid,
.main-products-grid {
  margin: 0;
  font-size: 0; }
  .products-grid .item,
  .new-products-grid .item,
  .main-products-grid .item,
  .home-page-product-list .home-page-product-item {
    position: relative;
    list-style: none;
    text-align: left;
    padding-bottom: 75px;
    font-size: 14px;
    vertical-align: top; }
ul.products-grid.home-page-product-list {
    margin-bottom: -75px;
    overflow: hidden;
}
ul.products-grid.home-page-product-list:empty {
    margin-bottom: 0;
}
    @media (max-width: 479px) {
      .products-grid .item,
      .new-products-grid .item,
      .main-products-grid .item {
        background-color: #ffffff;
        border: solid thin #dcdcdc;
        list-style: none outside none;
        margin-top: 20px;
        min-height: 250px;
        position: relative;
        text-align: center;
        padding-top: 20px;
        padding-bottom: 5px;
        padding-left: 0;
        padding-right: 0; } }
    @media (min-width: 480px) and (max-width: 1199px) {
      .products-grid .item,
      .new-products-grid .item,
      .main-products-grid .item {
        width: 50%; } }
  .products-grid .sku,
  .new-products-grid .sku,
  .main-products-grid .sku {
    display: block; }
  @media (min-width: 480px) {
    .products-grid,
    .new-products-grid,
    .main-products-grid {
      margin-top: 20px; }
      .products-grid .item,
      .new-products-grid .item,
      .main-products-grid .item {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px; }
     }

@media (min-width: 1200px) {
  .main-products-grid .item {
    width: 33.33333333333333%; } }
@media (min-width: 480px) {
  .main-products-grid .sku {
    text-align: left; } }

.related-products-grid,
.new-products-grid {
  /* @media ($bp-min-4) and ($bp-max-5) {
      .item {
          float: left;
          width: 33.33333333333333%;
      }
  } */ }
  @media (min-width: 992px) {
    .related-products-grid .item,
    .new-products-grid .item {
      float: left;
      width: 25%; }
      .product-essential .pdp-breadcrumb {
	      margin-bottom: 15px;
      } }
  @media (max-width: 991px) {
    .related-products-grid .item,
    .new-products-grid .item {
      text-align: center; } }

@media (min-width: 480px) {
  .related-products-grid {
    margin-left: -15px;
    margin-right: -15px; } }

@media (min-width: 992px) {
  .main-products-grid-1column .item {
    width: 25%; } }
@media (min-width: 992px) and (max-width: 1199px) {
.main-products-grid-1column .item {
    width: 33.3333%; }}
@media (min-width: 992px) {
  .products-list-1column {
    width: 80%;
    margin: 0 auto; } }
.products-list .item {
  background: #fff;
  padding: 20px; }
.products-list .item + .item {
  margin-top: 10px; }
.products-list #qty {
  width: 100%; }

.products-list .price-box {
  text-align: center;
  margin-bottom: 15px; }

.products-list li.item:before,
.products-list li.item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.products-list li.item:after {
  clear: both; }

.products-list li.item:last-child {
  border-bottom: 0; }

.product-list-image {
  padding: 0px; }

.products-list .product-image img {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.products-list .product-shop {
  margin-left: 160px; }

.products-list .add-to-links li {
  display: inline; }

.products-list .add-to-links .separator {
  display: inline;
  margin: 0 4px; }

.product-essential .product-name {
  font-family: "brandon_grotesque_regular";
  font-size: 30px;
  font-weight: normal;
  margin: 0px 0 15px 0;
  line-height: 32px; }
.product-essential .products-grid .product-name {
  font-size: 16px;
  margin: 0;
  font-family: "brandon_grotesque_black"; }
.product-essential .product-sku {
  margin-top: 0;
  font-size: 28px;
  font-family: "brandon_grotesque_regular", sans-serif; }
@media (max-width: 599px) {
  .product-essential .product-attributes,
  .product-essential .product-action {
    padding: 0;
    text-align: center; } }
@media (max-width: 991px) {
  .product-essential {
    background-color: #fff; }
    .product-essential .product-name {
      margin-top: 0px; }
    .product-essential .box-type.dozen {
      margin-bottom:10px;
} 
  .product-essential .product-attributes,
  .product-essential .product-action {
    margin-top: 30px; }}
.product-essential .add-to-left-col {
  /*display: block;*/
  min-height: 0;
  /*width: 100%;*/ }
.product-essential .add-to-right-col {
  display: block;
  margin-bottom: 1em;
  min-height: 0;
  width: 100%; }
.product-essential .buy-box-wrap {text-align: center;}
.product-essential .add-to-links li {text-align: center;}
.product-essential .add-to-links a.link-wishlist {
	color: #d9a432;
	cursor: pointer;
}
.product-essential .add-to-links a.link-wishlist:hover {
	
}
.product-essential .add-to-links a.link-wishlist .fa {
	font-size: 22px;
	padding-right: 5px;
	vertical-align: middle;
}
.product-essential .add-to-links a.link-wishlist .wishlist-text {
	vertical-align: middle;
    text-transform: uppercase;
}
.product-essential .add-to-right-col .glyphicon-stopwatch {
	font-size: 24px;
    padding: 0;
    position: inherit;
    vertical-align: middle;
}
.product-essential .add-to-right-col .ship-date-wrap {
    display: inline-block;
    max-width: 88%;
    padding-left: 5px;
    vertical-align: middle;
    text-align: left;
}
.product-essential .add-to-right-col .ship-date-wrap .ship-time {
	font-family: "brandon_grotesque_black", sans-serif;
}
.product-essential .assorted-colors-info-wrap {
	border-bottom: 1px solid #dbdde3;
    margin-bottom: 12px;
}
.business-value-wrap {
	text-align: center;
	padding: 20px 0 0;
    margin: 0;
    border-top: 1px solid #dbdde3;
    display: flex;
    align-items: center;
}
.business-value-wrap .glyphicon {
	font-size: 26px;
	position: inherit;
	padding-bottom: 10px;
}
.business-value-wrap .business-text {
	display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 16px;
}
@media (max-width: 1199px) {
	.business-value-wrap .glyphicon {
		font-size: 24px;
	}
	.business-value-wrap .business-text {
		font-size: 13px;
	}
}
@media (max-width: 991px) {
	.business-value-wrap .glyphicon {
		font-size: 26px;
	}
	.business-value-wrap .business-text {
		font-size: 14px;
	}
}
@media (max-width: 551px) {
	.business-value-wrap {
		display: block;
	}
	.business-value-wrap .col-xs-4 {
		padding: 8px 0;
	}
}
.product-essential .price-values {
  line-height: 1em; }

.products-list .product-name {
  font-size: 20px;
  font-family: "brandon_grotesque_black", sans-serif;
  display: inline-block; }

.product-name {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }

#products-list a {
  color: #818285; }
#products-list .sku {
  display: block;
  font-family: "brandon_grotesque_regular";
  font-size: 16px; 
}
h2.sku {
   text-transform: capitalize;
   font-size: 14px;
   margin: 0;
   font-family: "brandon_text_regular", sans-serif;
}
#products-list .price-button {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px; }
#products-list .qty {
  margin-bottom: 15px;
  max-width: 180px; }
#products-list .btn-cart {
  margin-bottom: 15px;
  width: 100%; }
#products-list .list-image-small {
  border-bottom: solid 1px #dbdde3;
  text-decoration: none; }
#products-list .image-link:hover {
  text-decoration: none; }
@media (max-width: 479px) {
  #products-list .item {
    border: thin solid #dcdcdc; } }
@media (min-width: 600px) {
  #products-list .product-info {
    padding-left: 10%;
    padding-right: 10%; }
  #products-list .price-button {
    border-bottom: solid 1px #dbdde3;
    padding-left: 15px;
    padding-right: 15px; }
  #products-list .list-image-small {
    margin: 0 12px 12px 0; } }
@media (max-width: 599px) {
  #products-list .item {
    text-align: center;
    padding: 10px 0 0; }
  #products-list .product-list-image {
    text-align: center; }
  #products-list .product-label-list {
    float: none;
    display: table;
    margin-left: auto;
    margin-right: auto; }
  #products-list .product-name {
    display: block;
    text-align: center; }
  #products-list .sku {
    text-align: center; }
  #products-list .list-image-small {
    margin: 0 5px 5px 0; } }

.price-values .in-units {
  font-family: "brandon_text_regular", sans-serif;
  color: #818285;
  font-size: 14px;}

/** shopping list & address verification **/
@media (max-width: 425px) {
  .iwd_modal_container .iwdav_modal {
    border: 20px solid #000;
    border-radius: 10px;
    margin-left: -150px !important; } }
@media (min-width: 426px) {
  .iwd_modal_container .iwdav_modal {
    border: 20px solid #000;
    border-radius: 10px;
    width: 425px;
    max-width: 425px; } }
@media (max-width: 480px) {
  .iwd_modal_container .iwdav_modal, #cboxWrapper {
    top: 10px !important; } }
.iwd_modal_container .iwdav_modal {
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -212px; }

#customer-group-table {
    border: none;
}

#customer-group-table th:first-child {
    width: 95px;
    display: block;
}

#customer-group-table thead {
    text-transform: uppercase;
  }
.account-edit .button.submit.right {
  margin-right: 20px; }

  
  
#cboxOverlay, #iwdPopupOverlay {
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: scroll; }

.iwdav_modal .iwdav_modal_inner {
  border: 20px solid #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  margin: -10px; }

.iwdav_modal_inner .iwd-verification-title .iwd-head {
  background: none;
  text-align: left;
  margin: 0 10px;
  padding: 0; }

.iwd-head #cboxClose {
  position: relative;
  top: -15px;
  right: -15px;
  float: right; }

#suggestions div p {
  margin: 10px; }

.iwd_modal_container .iwdav_modal .iwdav_modal_inner .iwd_container p {
  margin-left: -15px;
  text-align: left; }

.iwd_modal_container .iwdav_modal_inner .iwd-buttons-set {
  border-top: 1px solid #e5e5e5;
  margin: 0 -15px; }

.iwd_modal_container .iwdav_modal_inner .iwd-buttons-set button {
  margin: 0; }

.row .va_label {
  text-align: left; }

.iwdav_modal .iwd_container label {
  color: #888; }

#cboxContent h2, .iwdav_modal_inner .iwd-verification-title .iwd-head h2 {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px; }

#cboxClose {
  background: url("images/btn_close.png") no-repeat scroll right top transparent;
  height: 26px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 26px; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

/**     out of stock notify     **/
.sameline-input-submit-wrap {
  position: relative; }

@media (max-width: 479px) {
  .sameline-input-submit-wrap .button {
    margin: 20px auto 10px;
    display: table; }

  .out-of-stock-form {
    text-align: center; }

  .link-shoppinglist {
    margin: 0 auto; } }
@media (min-width: 480px) {
  .sameline-input-submit-wrap .button {
    position: absolute;
    right: 0;
    top: 0; }

  .out-of-stock-form .sameline-input-submit-wrap .input-text {
    padding-right: 105px; } }
.out-of-stock-form h4 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px; }

.out-of-stock-form .sameline-input-submit-wrap .input-text {
  height: 35px; }

.out-of-stock-form .sameline-input-submit-wrap .button {
  background-color: #ec1c24;
  color: #ffffff;
  height: 35px; }

.notify-me-row-container .fastorder-row {
  position: static;
}
.notify-me-row-container .notify-me-row {
  position: relative;
}
.notify-me-row-container .notify-me-row .row-loader {
    width: 100%;
}

.out-of-stock-form button:hover,
.out-of-stock-form button:active,
.out-of-stock-form button:focus {
  background-color: #ce1118;
  color: #ffffff; }

@media (min-width: 1000px) {
  .out-of-stock-form #subscribeFailure {
    margin-right: 25px; } }
.availability {
  /* margin: 0; */ }

.availability span {
  font-weight: bold; }

.availability.in-stock span {
  color: #468847; }

.availability.out-of-stock span {
  color: #818285;
  text-transform: uppercase; }

.out-of-stock {
  text-transform: uppercase; }

.availability-only span,
.availability-only a {
  font-weight: bold; }

.availability-only-details {
  width: 100%;
  margin-bottom: 20px; }

.availability-only-details > thead > tr > th,
.availability-only-details > tbody > tr > th,
.availability-only-details > tfoot > tr > th,
.availability-only-details > thead > tr > td,
.availability-only-details > tbody > tr > td,
.availability-only-details > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.availability-only-details > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.availability-only-details > caption + thead > tr:first-child > th,
.availability-only-details > colgroup + thead > tr:first-child > th,
.availability-only-details > thead:first-child > tr:first-child > th,
.availability-only-details > caption + thead > tr:first-child > td,
.availability-only-details > colgroup + thead > tr:first-child > td,
.availability-only-details > thead:first-child > tr:first-child > td {
  border-top: 0; }

.availability-only-details > tbody + tbody {
  border-top: 2px solid #dddddd; }

.availability-only-details .table {
  background-color: #ffffff; }

.stock-price-qty-add {
  padding: 0;
}
  .stock-price-qty-add .link-shoppinglist {
    color: #818285;
    display: table;
    margin-top: 10px;
    text-decoration: underline; }
  .stock-price-qty-add .link-shoppinglist:hover {
    color: #ad0e15; }
  @media (max-width: 599px) {
    .stock-price-qty-add {
      padding-left: 0; } }

.add-to-left-col {
  font-family: brandon_grotesque_black;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  min-height: 28px; }

.add-to-right-col {
  width: 177px;
  display: inline-block;
  min-height: 28px;
  vertical-align: top; }

.add-to-right-col .btn-cart {
  margin-left: 5px; }
.add-to-right-col .mAttr-dozen_color {
  display: none; }

h2.warning {
  text-align: center;
  background: #ebedf2;
  margin: 0px;
  color: #A0A0A0;
  padding: 10px; }

.price-values {
  font-size: 20px;
  font-family: brandon_text_bold; }
  @media (max-width: 599px) {
    .price-values {
      display: block; } }
  @media (min-width: 1200px) {
    .price-values {
      line-height: 20px; } }
body.catalog-product-view {
}
#qty {
  width: 50px;
  vertical-align: top;
  text-align: center;
  height: 34px;
  border: 1px solid #c6c6c6;
  border-radius: 5px; }
.product-data-wrap {
	display: inline-block;
}

.box-type.dozen {
    width: 180px;
    height: 75px;
    background: url("../images/box-count-dozen.png") no-repeat;
    background-size: 100%;
    vertical-align: top;
    margin-left: 15px;
    display: inline-block; 
}

.pdp-description-wrap {
	clear: both;
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px solid #dbdde3;
}
.product-promotion {
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  border-bottom: 1px solid #dbdde3; }

.product-promotion h1 {
  display: inline;
  font-family: brandon_grotesque_black;
  margin: 0px 5px;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle; }

.product-promotion p {
  display: inline;
  /*vertical-align: middle;*/ }

.price-box .old-price {
  display: inline; }

.products-grid .old-price .price {
  display: inline; }

.price-box .special-price {
  display: inline; }

.products-grid .price-box {
  display: block;
  margin-bottom: 15px;
  text-align: center; }

.products-grid .price-box .old-price {
  margin-right: 5px; }

.add-to-cart .paypal-logo {
  margin: 0;
  text-align: right; }

.add-to-cart .paypal-logo .paypal-or {
  display: block;
  margin: 5px 60px 5px 0; }

.add-to-cart .paypal-logo .paypal-logo {
  margin: 0; }

.add-to-box {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px; }

.add-to-box:before,
.add-to-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.add-to-box:after {
  clear: both; }

.add-to-box .add-to-cart {
  margin: 0 -15px 10px; }

.add-to-box .add-to-links li,
.add-to-box .add-to-links .separator {
  float: left; }

.add-to-box .add-to-links .separator {
  margin: 0 4px; }

@media (min-width: 768px) {
  .product-view {
    margin-left: -15px;
    margin-right: -15px; } }
.product-view:before,
.product-view:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.product-view:after {
  clear: both; }

@media (max-width: 599px) {
  .product-collateral {
    margin-top: 70px; } }

.product-essential,
.product-collateral {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .product-essential,
  .product-collateral {
    float: left;
    width: 100%; } }
.product-essential .product-shop {
  min-height: 1px;
  position: relative; }

.product-essential .product-img-box {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 768px) {
  .product-essential .product-img-box {
    float: left;
    width: 58.333333333333336%; } }
.product-essential .product-img-box img {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.product-essential .product-img-box .more-views ul {
  margin-left: -15px;
  margin-right: -15px; }

.product-essential .product-img-box .more-views ul:before,
.product-essential .product-img-box .more-views ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.product-essential .product-img-box .more-views ul:after {
  clear: both; }

.product-essential .product-img-box .more-views ul li {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .product-essential .product-img-box {
    padding-left: 0;
    padding-right: 15px; }

  .product-essential .product-shop {
    float: right;
    width: 41.66666666666667%; } }
.product-view .product-shop > .list-group {
  margin-bottom: 0; }

.product-view .product-shop > .list-group .list-group-item {
  border-width: 1px 0; }

.product-view .product-shop > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.product-view .product-shop > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.product-view .product-shop > .table,
.product-view .product-shop > .table-responsive {
  margin-bottom: 0; }

.product-view .product-shop > .panel-body + .table,
.product-view .product-shop > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.product-view .product-shop > .table-bordered,
.product-view .product-shop > .table-responsive > .table-bordered {
  border: 0; }

.product-view .product-shop > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .product-shop > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:first-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.product-view .product-shop > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .product-shop > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .product-shop > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .product-shop > .table-bordered > tfoot > tr > td:last-child,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.product-view .product-shop > .table-bordered > thead > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:last-child > th,
.product-view .product-shop > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > th,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.product-view .product-shop > .table-bordered > thead > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > thead > tr:last-child > td,
.product-view .product-shop > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .product-shop > .table-bordered > tfoot > tr:last-child > td,
.product-view .product-shop > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.product-view .product-shop .product-name > .dropdown .dropdown-toggle {
  color: inherit; }

.product-view .product-shop .product-name h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.product-view .product-shop .product-name h1 > a {
  color: inherit; }

.product-view .product-shop .availability,
.product-view .product-shop .price-box,
.product-view .product-shop .add-to-box,
.product-view .product-shop .short-description {
  margin-bottom: 10px; }
.pro
.product-view .product-shop .product-options-bottom .price-box,
.product-view .product-shop .product-options-bottom .add-to-cart {
  padding-left: 0;
  padding-right: 0; }
h2.short-description {
   font-size: 16px;
   text-transform: capitalize;
   margin: 0;
}
@media (min-width: 992px) {
  .product-view .product-shop .product-options-bottom .price-box,
  .product-view .product-shop .product-options-bottom .add-to-cart {
    float: none;
    width: auto; } }
.product-image-zoom img {
  width: 100%; }

.product-image-zoom .product-image {
  display: block;
  position: relative;
  cursor: pointer; }

.product-image-zoom .product-image:hover .glyphicon {
  opacity: 1; }

.product-image-zoom .product-image .glyphicon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 50%;
  padding: 9px;
  top: 50%;
  font-size: 32px;
  text-align: center;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
  color: #818285;
  border-radius: 50%;
  background-color: #fff; }

.more-views {
  background-color: #FFF; }

.more-views li {
  float: left; }
@media (max-width: 399px) {
    .more-views li {
      width: 29%; 
    } 
}

.product-options {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ebedf2;
  border: 1px solid #d5dae4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px;
  margin-bottom: 10px;
  position: relative; }

.product-options blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.product-options dl {
  margin: 0; }

.product-options dt {
  padding-top: 10px;
  font-weight: normal; }

.product-options dt label {
  margin-bottom: 0;
  font-weight: bold; }

.product-options dt label.required em {
  margin-left: 2px;
  color: #b94a48; }

.product-options dt .qty-disabled {
  background: none;
  border: 0;
  padding: 3px; }

.product-options dd .qty-holder {
  display: block; }

.product-options dd .qty-holder label {
  vertical-align: middle; }

.product-options dd {
  padding: 5px 0 10px 5px;
  border-bottom: 1px solid #dbdde3; }

.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #474849;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.product-options dd .input-text:-moz-placeholder,
.product-options dd select:-moz-placeholder,
.product-options dd textarea:-moz-placeholder {
  color: #dbdde3; }

.product-options dd .input-text::-moz-placeholder,
.product-options dd select::-moz-placeholder,
.product-options dd textarea::-moz-placeholder {
  color: #dbdde3; }

.product-options dd .input-text:-ms-input-placeholder,
.product-options dd select:-ms-input-placeholder,
.product-options dd textarea:-ms-input-placeholder {
  color: #dbdde3; }

.product-options dd .input-text::-webkit-input-placeholder,
.product-options dd select::-webkit-input-placeholder,
.product-options dd textarea::-webkit-input-placeholder {
  color: #dbdde3; }

.product-options dd .input-text:focus,
.product-options dd select:focus,
.product-options dd textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.product-options dd .input-text[disabled],
.product-options dd select[disabled],
.product-options dd textarea[disabled],
.product-options dd .input-text[readonly],
.product-options dd select[readonly],
.product-options dd textarea[readonly],
fieldset[disabled] .product-options dd .input-text,
fieldset[disabled] .product-options dd select,
fieldset[disabled] .product-options dd textarea {
  cursor: not-allowed;
  background-color: #dbdde3; }

textarea.product-options dd .input-text,
textarea.product-options dd select,
textarea.product-options dd textarea {
  height: auto; }

.product-options dd select[multiple],
.product-options dd textarea {
  height: auto; }

.product-options dl.last dd.last {
  border-bottom: 0;
  margin-bottom: 0; }

.product-options ul.options-list {
  margin-bottom: 0; }

.product-options ul.options-list input.radio {
  float: left;
  margin-top: 3px; }

.product-options ul.options-list input.checkbox {
  float: left;
  margin-top: 3px; }

.product-options ul.options-list .label {
  display: block;
  margin-left: 18px; }

.product-options ul.options-list label {
  font-weight: normal; }

.product-options ul.validation-failed {
  padding: 0 7px; }

.product-options p.note {
  margin: 0;
  font-size: 12px; }

.product-options p.required {
  position: absolute;
  right: 20px;
  top: 20px; }

.product-options-bottom {
  margin-left: -15px;
  margin-right: -15px; }

.product-options-bottom:before,
.product-options-bottom:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.product-options-bottom:after {
  clear: both; }

.product-options-bottom .price-box,
.product-options-bottom .add-to-cart {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .product-options-bottom .price-box,
  .product-options-bottom .add-to-cart {
    float: left;
    width: 50%; } }
.product-options-bottom .add-to-links {
  padding-top: 10px;
  clear: both;
  text-align: center; }

.product-options-bottom .add-to-links li {
  display: inline; }

.product-options-bottom .price-box {
  padding-top: 10px; }

.product-options-bottom .price-box:before,
.product-options-bottom .price-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.product-options-bottom .price-box:after {
  clear: both; }

.product-options-bottom .price-label {
  float: left;
  padding-right: 5px; }

.product-options-bottom .price-tax {
  float: left; }

@media (min-width: 992px) {
  .product-options-bottom .price-box {
    padding-top: 0; } }
.product-shop .product-options dt label.required em {
  margin-left: 0;
  margin-right: 2px; }

.product-shop .product-options-bottom {
  margin: 0 0 10px; }

.product-shop .product-options-bottom .price-box {
  float: none;
  margin: 0 0 5px; }

.product-shop .product-options-bottom .price-label {
  float: none;
  padding-right: 0; }

.product-shop .product-options-bottom .price-tax {
  float: none; }

.product-shop .product-options-bottom .add-to-cart-box {
  clear: both;
  float: left;
  padding-top: 12px; }

.product-shop .product-options-bottom .add-to-links {
  clear: both; }

.product-view .grouped-items-table .price-box {
  margin: 0; }

.product-view .grouped-items-table .qty {
  width: auto; }

.product-view .box-collateral {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd; }

.product-view .box-collateral:before,
.product-view .box-collateral:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.product-view .box-collateral:after {
  clear: both; }

.product-view .box-collateral > .list-group {
  margin-bottom: 0; }

.product-view .box-collateral > .list-group .list-group-item {
  border-width: 1px 0; }

.product-view .box-collateral > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.product-view .box-collateral > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.product-view .box-collateral > .table,
.product-view .box-collateral > .table-responsive {
  margin-bottom: 0; }

.product-view .box-collateral > .panel-body + .table,
.product-view .box-collateral > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.product-view .box-collateral > .table-bordered,
.product-view .box-collateral > .table-responsive > .table-bordered {
  border: 0; }

.product-view .box-collateral > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:first-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.product-view .box-collateral > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.product-view .box-collateral > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.product-view .box-collateral > .table-bordered > tfoot > tr > td:last-child,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.product-view .box-collateral > .table-bordered > thead > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:last-child > th,
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.product-view .box-collateral > .table-bordered > thead > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > thead > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.product-view .box-collateral > .table-bordered > tfoot > tr:last-child > td,
.product-view .box-collateral > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.product-view .box-collateral > h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  margin: -15px -15px 15px;
  border-color: #dddddd;
  background-color: #ebedf2;
  font-size: 16px;
  color: #474849; }

.product-view .box-collateral > h2 > .dropdown .dropdown-toggle {
  color: inherit; }

.product-view .box-additional {
  padding: 0; }
.product-view .box-additional span.data {text-align: right;}
.product-view .box-additional span.bold {text-align: left;}
.product-view .box-additional > h2 {
  margin: 0; }

.product-view .box-additional .data-table {
  border: 0;
  margin-bottom: 0; }

.product-view .box-additional .data-table > tbody > tr > th {
  border-left: 0; }

.product-view .box-additional .data-table > tbody > tr > td {
  border-right: 0; }

.product-view .box-additional .data-table > tbody > tr.first > th,
.product-view .box-additional .data-table > tbody > tr.first > td {
  border-top: 0; }

.product-view .box-additional .data-table > tbody > tr.last > th,
.product-view .box-additional .data-table > tbody > tr.last > td {
  border-bottom: 0; }

.product-view .box-up-sell .table-responsive {
  padding: 15px 0; }

.product-view .box-up-sell .products-grid {
  margin: 0;
  width: 100%; }

.product-view .box-up-sell .products-grid td {
  width: 25%;
  padding: 0 15px;
  vertical-align: top; }

.product-view .box-up-sell .products-grid .product-image,
.product-view .box-up-sell .products-grid .price-box {
  margin-bottom: 10px; }

.product-view .box-up-sell .products-grid .ratings {
  margin-bottom: 0; }

@media (max-width: 768px) {
  .product-view .box-up-sell .products-grid {
    min-width: 500px; }

  .product-view .box-up-sell .products-grid > tbody > tr > th,
  .product-view .box-up-sell .products-grid > tbody > tr > td {
    white-space: normal; } }
.product-view .box-tags {
  margin: 0; }

.product-view .box-tags .product-tags li {
  display: inline;
  white-space: nowrap;
  margin: 0 6px; }

.product-view .box-tags .note {
  margin: 0;
  text-align: center; }

.product-view .box-reviews dt {
  padding-top: 15px;
  font-weight: normal; }

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
  font-weight: bold; }

.product-view .box-reviews dd {
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdde3; }

.product-view .box-reviews dd:before,
.product-view .box-reviews dd:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.product-view .box-reviews dd:after {
  clear: both; }

.product-view .box-reviews dd .ratings-table {
  float: left;
  margin-right: 10px; }

.product-view .box-reviews dd small {
  font-style: italic; }

.product-view .box-reviews .form-add h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: normal; }

.product-view .box-reviews .form-add h3 span {
  font-weight: 500; }

.product-view .box-reviews .form-add h4 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold; }

.product-view .box-reviews .form-add h4 em {
  float: right;
  position: absolute;
  top: 0;
  right: -8px;
  color: #b94a48; }

.product-view .box-reviews .form-add td.value {
  text-align: center; }

.product-view .box-reviews .form-add td.value .radio {
  display: inline;
  margin: 0;
  padding: 0;
  height: 20px; }

@media (max-width: 768px) {
  .product-view .box-reviews .form-add form {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd; } }
.tags-list {
  margin: 0;
  padding: 10px; }

.tags-list li {
  display: inline !important;
  margin: 0 3px; }

.price {
  white-space: nowrap; }

.price-box .price-label {
  white-space: nowrap; }

.price-box .price {
  font-weight: bold;
  color: #474849; }

.regular-price {
  color: #474849; }

.regular-price .price {
  font-weight: bold;
  color: #474849; }

.old-price {
  margin: 0;
  color: #dbdde3; }

.old-price .price {
  color: inherit;
  font-weight: normal;
  text-decoration: line-through;
  line-height: 1em; }

.special-price {
  margin: 0; }

.special-price .price-label {
  font-weight: bold;
  color: #ec1c24; }

.minimal-price {
  margin: 0; }

.minimal-price .price-label {
  font-weight: bold; }

.minimal-price-link {
  display: block; }

.minimal-price-link .price {
  font-weight: normal; }

.price-excluding-tax,
.price-including-tax {
  display: block;
  color: #dbdde3; }

.price-excluding-tax .label,
.price-including-tax .label {
  white-space: nowrap;
  color: inherit; }

.configured-price {
  margin: 0; }

.configured-price .price-label {
  font-weight: bold; }

.weee {
  display: block; }

.weee .price {
  font-weight: normal; }

.price-excl-tax,
.price-incl-tax {
  display: block; }
  @media (max-width: 767px) {
    .price-excl-tax,
    .price-incl-tax {
      display: inline-block; } }

.price-excl-tax .label,
.price-incl-tax .label {
  white-space: nowrap;
  display: block; }

.price-excl-tax .price,
.price-incl-tax .price {
  display: block; }

.price-from,
.price-to {
  margin: 0; }

.price-from .price-label,
.price-to .price-label {
  font-weight: bold;
  white-space: nowrap; }

.price-notice {
  color: #474849; }

.price-notice .price {
  font-weight: bold;
  color: #474849; }

.price-as-configured {
  margin: 0; }

.price-as-configured .price-label {
  font-weight: bold;
  white-space: nowrap; }

.price-box-bundle .price-box {
  margin: 0;
  padding: 0; }

.price-box-bundle .price {
  color: #474849; }

.product-pricing,
.tier-prices {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ebedf2;
  border: 1px solid #d5dae4;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 0px; }

.product-pricing blockquote,
.tier-prices blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.tier-prices .benefit {
  font-weight: bold;
  font-style: italic; }

.tier-prices .price {
  font-weight: bold;
  color: #474849; }

.tier-prices-grouped .price {
  font-weight: bold; }

.no-rating {
  margin: 0; }

.ratings {
  margin-bottom: 10px;
  font-size: 12px; }

.ratings strong {
  float: left;
  margin: 1px 3px 0 0; }

.ratings .rating-links {
  margin: 0; }

.ratings .rating-links .separator {
  margin: 0 2px; }

.rating-box {
  width: 69px;
  height: 13px;
  font-size: 0;
  line-height: 0;
  background: url(../images/bkg_rating.gif) 0 0 repeat-x;
  text-indent: -999em;
  overflow: hidden; }

.rating-box .rating {
  float: left;
  height: 13px;
  background: url(../images/bkg_rating.gif) 0 100% repeat-x; }

.ratings .rating-box {
  float: left;
  margin-right: 3px; }

.ratings-table th,
.ratings-table td {
  font-size: 12px; }

.ratings-table th {
  font-weight: bold;
  padding-right: 8px; }

/* CMS Home Page */
.page-sitemap .links {
  text-align: right;
  font-weight: bold; }

.catalog-seo-sitemap-product .page-sitemap .sitemap {
  margin-left: -15px;
  margin-right: -15px; }

.catalog-seo-sitemap-product .page-sitemap .sitemap:before,
.catalog-seo-sitemap-product .page-sitemap .sitemap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.catalog-seo-sitemap-product .page-sitemap .sitemap:after {
  clear: both; }

.catalog-seo-sitemap-product .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 992px) {
  .catalog-seo-sitemap-product .page-sitemap .sitemap li {
    float: left;
    width: 50%; } }
.catalog-seo-sitemap-category .page-sitemap .sitemap {
  margin-left: -15px;
  margin-right: -15px; }

.catalog-seo-sitemap-category .page-sitemap .sitemap:before,
.catalog-seo-sitemap-category .page-sitemap .sitemap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.catalog-seo-sitemap-category .page-sitemap .sitemap:after {
  clear: both; }

.catalog-seo-sitemap-category .page-sitemap .sitemap li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: left;
    width: 25%; } }
@media (min-width: 992px) {
  .catalog-seo-sitemap-category .page-sitemap .sitemap li {
    float: left;
    width: 16.666666666666664%; } }
.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0 {
  font-weight: bold;
  margin-top: 10px; }

.catalog-seo-sitemap-category .page-sitemap .sitemap li.level-0:first-child {
  margin-top: 0; }

@media (min-width: 992px) {
  .page-sitemap .sitemap li.level-0,
  .page-sitemap .sitemap li.level-1,
  .page-sitemap .sitemap li.level-2,
  .page-sitemap .sitemap li.level-3,
  .page-sitemap .sitemap li.level-4 {
    width: auto;
    float: none; }

  .page-sitemap .sitemap li.level-0 {
    padding-left: 15px !important; }

  .page-sitemap .sitemap li.level-1 {
    padding-left: 35px !important; }

  .page-sitemap .sitemap li.level-2 {
    padding-left: 55px !important; }

  .page-sitemap .sitemap li.level-3 {
    padding-left: 75px !important; }

  .page-sitemap .sitemap li.level-4 {
    padding-left: 95px !important; } }
.rss-title h1 {
  background: url(../images/i_rss-big.png) 0 4px no-repeat;
  padding-left: 27px; }

.rss-table .link-rss {
  display: block;
  line-height: 1.55;
  background-position: 0 4px; }

.cart .page-title .checkout-types li {
  margin: 0 0 5px; }

.cart .page-title .checkout-types li:last-child {
  margin-bottom: 0; }

.cart .title-buttons .checkout-types {
  float: right;
  margin-bottom: 0; }

.cart .checkout-types .paypal-or {
  margin: 0 8px; }

.cart .totals .checkout-types .paypal-or {
  clear: both;
  display: block;
  padding: 8px 55px 0 0;
  font-size: 12px; }

  @media (max-width: 599px) {
    .cart > form {
      padding: 0; } }

.btn-checkout {
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #dc121a; }

.btn-checkout:hover,
.btn-checkout:focus,
.btn-checkout:active,
.btn-checkout.active,
.open .dropdown-toggle.btn-checkout {
  color: #ffffff;
  background-color: #ce1118;
  border-color: #a40e13; }

.btn-checkout:active,
.btn-checkout.active,
.open .dropdown-toggle.btn-checkout {
  background-image: none; }

.btn-checkout.disabled,
.btn-checkout[disabled],
fieldset[disabled] .btn-checkout,
.btn-checkout.disabled:hover,
.btn-checkout[disabled]:hover,
fieldset[disabled] .btn-checkout:hover,
.btn-checkout.disabled:focus,
.btn-checkout[disabled]:focus,
fieldset[disabled] .btn-checkout:focus,
.btn-checkout.disabled:active,
.btn-checkout[disabled]:active,
fieldset[disabled] .btn-checkout:active,
.btn-checkout.disabled.active,
.btn-checkout[disabled].active,
fieldset[disabled] .btn-checkout.active {
  background-color: #ec1c24;
  border-color: #dc121a; }

@media (min-width: 992px) {
  .btn-checkout {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0px; } }
.cart-table {
  margin-bottom: 0; }

.cart-table h2.product-name {}

.cart-table .short-desc { }

.cart-table .qty {
    height: 36px;
    padding: 5px 30px;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 4px;
    width: auto;
    text-align: center;
    display: inline;
    color: #818285;
}
.cart-table .qtyminus,
.cart-table .qtyplus {
	position: absolute;
    left: 6px;
    top: 37px;
    font-size: 20px;
    color: #ddd;
}
.cart-table .qtyminus:hover,
.cart-table .qtyplus:hover {
	cursor: pointer;
}
.cart-table .qtyplus {
	left: 73px;
}
.cart-table #updateQty {
	visibility: hidden;
	text-transform: uppercase;
}
select.cart-table .qty {
  height: 30px;
  line-height: 30px; }

textarea.cart-table .qty {
  height: auto; }

.cart-table .button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.cart-table .btn-continue {
  float: left; }

#shipping-zip-form button,
#adj-nav-navigation button,
.shipping-selection button,
.discount-form button,
#empty_cart_button {
  font-size: 13px;
  color: #FFF;
  background-color: #818285;
  height: 22px;
  padding: 0px 10px;
  border-radius: 11px; }
  
#empty_cart_button {
    margin-top: 8px;
    margin-bottom: 10px;
}    

#shopping-cart-table a.btn-save-later {
    font-family: "brandon_text_regular",sans-serif;
    background: none;
    font-size: 1.2em;
    color: #474849;
    text-transform: none;
    white-space: normal;
    text-align: left;
}

#adj-nav-navigation .adj-clear-all {
  padding: 10px 10px 0 0; }
@media (max-width: 599px) {
  #adj-nav-navigation {
    padding: 0 20px; } }

.adj-nav-header {
  display: inline-block;
  padding: 12px;
  min-height: 50px;
  cursor: pointer;
  background-color: #EBEDF2; }
  .adj-nav-header:hover {
    outline: thin solid #CCC; }
  @media (min-width: 600px) {
    .adj-nav-header {
      display: none; } }

div.customer-group-view {
    background-color: #ffffff;
    padding: 22px;
    border-bottom: 2px solid #e5e5e5;
}
      
#narrow-by-list > dd > ol:before, #narrow-by-list > dd > ol:after {
  content: " ";
  display: table; }
#narrow-by-list > dd > ol:after {
  clear: both; }
#narrow-by-list > dd > ol > li {
  width: 50%; }
  @media (max-width: 599px) {
    #narrow-by-list > dd > ol > li {
      float: left;
      margin: 5px 0; } }
  @media (min-width: 480px) and (max-width: 599px) {
    #narrow-by-list > dd > ol > li {
      width: 33.3333333%; } }
  @media (min-width: 600px) {
    #narrow-by-list > dd > ol > li {
      width: auto; } }

/* Hide price filter */
@media (max-width: 599px) {
  #narrow-by-list > dt:first-child {
    display: none; }
    #narrow-by-list > dt:first-child + dd {
      display: none; } }
#coupon_code {
  width: 55%;
  display: inline; }

.cart #discount-coupon-form button,
.cart #shipping-zip-form button,
#shopping-cart-table tbody > tr > td[data-th="Remove"] .remove-cart-info-inner .btn-delete {
	margin-left: 10px;
	background-color: transparent;
    color: #474849;
    border: 1px solid #474849;
    border-radius: 0;
    padding: 5px 15px;
    height: auto;
    font-size: 14px;
}
.cart #discount-coupon-form button:hover,
.cart #shipping-zip-form button:hover,
#shopping-cart-table tbody > tr > td[data-th="Remove"] .remove-cart-info-inner .btn-delete:hover {
	color: #ffffff;
    background-color: #ec1c24;
    border-color: #dc121a;
} 
.cart #discount-coupon-form label {
    display: block;
}
.cart #discount-coupon-form a.remove-coupon {
	color: #818285;
}
.cart .messages .error-msg {
	border-radius: 5px;
	margin-bottom: 20px;
}
.cart #shopping-cart-table tr td.item-msg-wrap {
	border-top: none;
	padding: 0;
}

.cart #shopping-cart-table tr td.item-msg-wrap .item-msg {
	display: block;
	padding: 6px 10px;
	background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #b94a48;
}
  
.cart .cart-collaterals .header {
	background-color: #ECEDF2;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-family: brandon_grotesque_black;
    text-transform: uppercase;
}  

.cart .crosssell {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #dddddd; }

.cart .discount,
.cart .shipping-form, .cart .shipping-selection {
  background-color: #ffffff;
}
  .cart .discount:before, .cart .discount:after,
  .cart .shipping-form:before,
  .cart .shipping-form:after, .cart .shipping-selection:before, .cart .shipping-selection:after {
    content: " ";
    display: table; }
  .cart .discount:after,
  .cart .shipping-form:after, .cart .shipping-selection:after {
    clear: both; }

.cart .shipping-selection {
  /* margin-left: -30px; */ }

.cart .crosssell > .list-group,
.cart .discount > .list-group,
.cart .shipping > .list-group {
  margin-bottom: 0; }

.cart .crosssell > .list-group .list-group-item,
.cart .discount > .list-group .list-group-item,
.cart .shipping > .list-group .list-group-item {
  border-width: 1px 0; }

.cart .crosssell > .list-group .list-group-item:first-child,
.cart .discount > .list-group .list-group-item:first-child,
.cart .shipping > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.cart .crosssell > .list-group .list-group-item:last-child,
.cart .discount > .list-group .list-group-item:last-child,
.cart .shipping > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.cart .crosssell > .table,
.cart .discount > .table,
.cart .shipping > .table,
.cart .crosssell > .table-responsive,
.cart .discount > .table-responsive,
.cart .shipping > .table-responsive {
  margin-bottom: 0; }

.cart .crosssell > .panel-body + .table,
.cart .discount > .panel-body + .table,
.cart .shipping > .panel-body + .table,
.cart .crosssell > .panel-body + .table-responsive,
.cart .discount > .panel-body + .table-responsive,
.cart .shipping > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.cart .crosssell > .table-bordered,
.cart .discount > .table-bordered,
.cart .shipping > .table-bordered,
.cart .crosssell > .table-responsive > .table-bordered,
.cart .discount > .table-responsive > .table-bordered,
.cart .shipping > .table-responsive > .table-bordered {
  border: 0; }

.cart .crosssell > .table-bordered > thead > tr > th:first-child,
.cart .discount > .table-bordered > thead > tr > th:first-child,
.cart .shipping > .table-bordered > thead > tr > th:first-child,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cart .discount > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cart .shipping > .table-responsive > .table-bordered > thead > tr > th:first-child,
.cart .crosssell > .table-bordered > tbody > tr > th:first-child,
.cart .discount > .table-bordered > tbody > tr > th:first-child,
.cart .shipping > .table-bordered > tbody > tr > th:first-child,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cart .discount > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.cart .crosssell > .table-bordered > tfoot > tr > th:first-child,
.cart .discount > .table-bordered > tfoot > tr > th:first-child,
.cart .shipping > .table-bordered > tfoot > tr > th:first-child,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.cart .crosssell > .table-bordered > thead > tr > td:first-child,
.cart .discount > .table-bordered > thead > tr > td:first-child,
.cart .shipping > .table-bordered > thead > tr > td:first-child,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cart .discount > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cart .shipping > .table-responsive > .table-bordered > thead > tr > td:first-child,
.cart .crosssell > .table-bordered > tbody > tr > td:first-child,
.cart .discount > .table-bordered > tbody > tr > td:first-child,
.cart .shipping > .table-bordered > tbody > tr > td:first-child,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cart .discount > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.cart .crosssell > .table-bordered > tfoot > tr > td:first-child,
.cart .discount > .table-bordered > tfoot > tr > td:first-child,
.cart .shipping > .table-bordered > tfoot > tr > td:first-child,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.cart .crosssell > .table-bordered > thead > tr > th:last-child,
.cart .discount > .table-bordered > thead > tr > th:last-child,
.cart .shipping > .table-bordered > thead > tr > th:last-child,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cart .discount > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cart .shipping > .table-responsive > .table-bordered > thead > tr > th:last-child,
.cart .crosssell > .table-bordered > tbody > tr > th:last-child,
.cart .discount > .table-bordered > tbody > tr > th:last-child,
.cart .shipping > .table-bordered > tbody > tr > th:last-child,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cart .discount > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.cart .crosssell > .table-bordered > tfoot > tr > th:last-child,
.cart .discount > .table-bordered > tfoot > tr > th:last-child,
.cart .shipping > .table-bordered > tfoot > tr > th:last-child,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.cart .crosssell > .table-bordered > thead > tr > td:last-child,
.cart .discount > .table-bordered > thead > tr > td:last-child,
.cart .shipping > .table-bordered > thead > tr > td:last-child,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cart .discount > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cart .shipping > .table-responsive > .table-bordered > thead > tr > td:last-child,
.cart .crosssell > .table-bordered > tbody > tr > td:last-child,
.cart .discount > .table-bordered > tbody > tr > td:last-child,
.cart .shipping > .table-bordered > tbody > tr > td:last-child,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cart .discount > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.cart .crosssell > .table-bordered > tfoot > tr > td:last-child,
.cart .discount > .table-bordered > tfoot > tr > td:last-child,
.cart .shipping > .table-bordered > tfoot > tr > td:last-child,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.cart .crosssell > .table-bordered > thead > tr:last-child > th,
.cart .discount > .table-bordered > thead > tr:last-child > th,
.cart .shipping > .table-bordered > thead > tr:last-child > th,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr:last-child > th,
.cart .discount > .table-responsive > .table-bordered > thead > tr:last-child > th,
.cart .shipping > .table-responsive > .table-bordered > thead > tr:last-child > th,
.cart .crosssell > .table-bordered > tbody > tr:last-child > th,
.cart .discount > .table-bordered > tbody > tr:last-child > th,
.cart .shipping > .table-bordered > tbody > tr:last-child > th,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cart .discount > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.cart .crosssell > .table-bordered > tfoot > tr:last-child > th,
.cart .discount > .table-bordered > tfoot > tr:last-child > th,
.cart .shipping > .table-bordered > tfoot > tr:last-child > th,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.cart .crosssell > .table-bordered > thead > tr:last-child > td,
.cart .discount > .table-bordered > thead > tr:last-child > td,
.cart .shipping > .table-bordered > thead > tr:last-child > td,
.cart .crosssell > .table-responsive > .table-bordered > thead > tr:last-child > td,
.cart .discount > .table-responsive > .table-bordered > thead > tr:last-child > td,
.cart .shipping > .table-responsive > .table-bordered > thead > tr:last-child > td,
.cart .crosssell > .table-bordered > tbody > tr:last-child > td,
.cart .discount > .table-bordered > tbody > tr:last-child > td,
.cart .shipping > .table-bordered > tbody > tr:last-child > td,
.cart .crosssell > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cart .discount > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cart .shipping > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.cart .crosssell > .table-bordered > tfoot > tr:last-child > td,
.cart .discount > .table-bordered > tfoot > tr:last-child > td,
.cart .shipping > .table-bordered > tfoot > tr:last-child > td,
.cart .crosssell > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.cart .discount > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.cart .shipping > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.cart .crosssell > h2,
.cart .discount > h2,
.cart .shipping > h2 {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  border-color: #dddddd;
  background-color: #ebedf2;
  color: #474849;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500; }

.cart .crosssell > h2 > .dropdown .dropdown-toggle,
.cart .discount > h2 > .dropdown .dropdown-toggle,
.cart .shipping > h2 > .dropdown .dropdown-toggle {
  color: inherit; }

.cart .crosssell > h2 > a,
.cart .discount > h2 > a,
.cart .shipping > h2 > a {
  color: inherit; }

.cart .crosssell #crosssell-products-list {
  margin-bottom: 0;
  padding: 15px; }

.cart .crosssell li.item {
  padding: 10px 0;
  border-bottom: 1px solid #dbdde3; }

.cart .crosssell li.item:first-child {
  padding-top: 0; }

.cart .crosssell li.item:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.cart .crosssell .product-image {
  float: left; }

.cart .crosssell .product-details {
  margin-left: 100px; }

.cart .crosssell .add-to-links .separator {
  display: none; }

.cart .crosssell .link-compare {
  font-weight: normal; }

@media (max-width: 992px) {
  .cart .crosssell {
    display: none; } }
.cart .discount .discount-form {
  padding: 10px 10px 0;
  display: none; }

#checkout-coupon {
  padding: 10px 0;
}
#discount-coupon-form label, .cart-shipping-header {

}
.cart .discount {
	margin-bottom: 30px;
}
.cart .promo-code-toggle,
.cart .international-shipping-toggle {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	margin-bottom: 0;
	padding: 0 10px;
}
.cart .shipping-form .form-list li {
	margin: 0;
}
.cart .shipping-form .form-list li:nth-child(1) {
	
}
.cart .shipping-form .form-list li:last-child{

}
.cart #shipping-zip-form #postcode {
	width: 42%;
    display: inline;
}
.cart #shipping-zip-form button {
	
}
.cart .shipping-selection .sp-methods {
	font-size: 15px;
	margin: 0 10px 30px;
}
.cart .shipping-selection .sp-methods dt {
	font-family: brandon_text_bold;
}
.cart .shipping-selection .sp-methods dd {
	border-bottom: none;
	padding: 0;
}
.cart .shipping-selection .sp-methods dd label {
	vertical-align: top;
	display: inline;
}
.cart .shipping-selection .sp-methods dd label .shipping-method-title {
	width: 62%;
    display: inline-block;
}
.cart .shipping-selection .sp-methods dd label .price {
	float: right;
    display: inline-block;
}
.cart .shipping-selection .sp-methods dd label .estimate-text {
	text-transform: none;
    font-style: italic;
    font-family: "brandon_grotesque_light";
    color: #818285;
    font-weight: bold;
}
.cart .shipping-selection .sp-methods dd label .estimate-text .red {
	color: #EC1C24;
    font-style: normal;
}
.cart .shipping-selection .sp-methods dd .radio {
	vertical-align: top;
    margin-top: 5px;
}
.cart .shipping-shipdate {
  text-align: center;
  border-bottom: 1px solid #dbdde3;
  margin-top: -15px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-family: "brandon_text_regular", sans-serif;
  color: #bbb;
  font-weight: lighter;
}
.cart .shipping .shipping-form {
  padding: 15px; }
.cart .totals #shopping-cart-totals-table tr td,
.cart .totals #shopping-cart-totals-table tr th {
	font-size: 15px;
	font-weight: bold;
	border: none;
}
.cart .totals #shopping-cart-totals-table tfoot tr td {
	font-family: brandon_text_bold;
	border-top: 1px solid #dbdde3;
    border-bottom: 1px solid #dbdde3;
    padding: 15px 8px;
    font-size: 16px;
}
.cart .totals #shopping-cart-totals-table tr td:first-child,
.cart .totals #shopping-cart-totals-table tr th:first-child {
	text-align: left !important;
}
.cart .totals .btn-checkout {
	width: 100%;
    border: 1px solid #a40e13;
    padding: 5px 0;
    font-size: 15px;
}
.cart .totals {
  background-color: #fff;
}

.cart .totals blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.cart .totals table {
  width: 100%;
  margin-bottom: 20px; }

.cart .totals table > thead > tr > th,
.cart .totals table > tbody > tr > th,
.cart .totals table > tfoot > tr > th,
.cart .totals table > thead > tr > td,
.cart .totals table > tbody > tr > td,
.cart .totals table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.cart .totals table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.cart .totals table > caption + thead > tr:first-child > th,
.cart .totals table > colgroup + thead > tr:first-child > th,
.cart .totals table > thead:first-child > tr:first-child > th,
.cart .totals table > caption + thead > tr:first-child > td,
.cart .totals table > colgroup + thead > tr:first-child > td,
.cart .totals table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.cart .totals table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.cart .totals table .table {
  background-color: #ffffff; }

.cart .totals .checkout-types {
  margin-bottom: 0;
  text-align: right; }

.cart .totals .checkout-types li {
  margin-bottom: 5px; }

.cart .totals .checkout-types li:last-child {
  margin-bottom: 0; }

.item-options {
  margin-top: 10px; }

.item-options dd {
  margin-left: 15px; }

.truncated {
  position: relative;
  cursor: help; }

.truncated .dots {
  cursor: inherit;
  color: inherit; }

.truncated .dots:hover {
  text-decoration: none; }

.truncated_full_value {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  top: 20px; }

.truncated_full_value.top {
  margin-top: -10px; }

.truncated_full_value.right {
  margin-left: 10px; }

.truncated_full_value.bottom {
  margin-top: 10px; }

.truncated_full_value.left {
  margin-left: -10px; }

.truncated_full_value.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.truncated_full_value.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.truncated_full_value.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.truncated_full_value.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.truncated_full_value.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.truncated_full_value.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.truncated_full_value.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.truncated_full_value.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.truncated_full_value dl {
  margin: 0; }

.truncated_full_value dt {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.truncated_full_value dd {
  padding: 9px 14px;
  margin-left: 0; }

.truncated_full_value dd + dt {
  border-radius: 0;
  border-top: 1px solid #ebebeb; }

.truncated_full_value.show {
  display: block; }

.sp-methods {
  margin: 0 0 8px; }

.sp-methods dt {
  padding-top: 10px; }

.sp-methods dt:first-child {
  padding-top: 0; }

.sp-methods dd {
  padding: 10px 0;
  border-bottom: 1px solid #dbdde3; }

.sp-methods dd:last-child {
  padding-bottom: 0;
  border-bottom: 0; }

.sp-methods dd ul {
  margin-bottom: 0; }

.sp-methods dd li {
  margin: 5px 0; }

.sp-methods .radio,
.sp-methods .checkbox {
  display: inline-block;
  margin-right: 6px;
  vertical-align: top; }

.sp-methods label {
  margin-bottom: 0;
  vertical-align: top; }

.sp-methods .form-list {
  text-align: left; }

.sp-methods .checkmo-list li {
  margin: 0 0 5px; }

.sp-methods .checkmo-list address {
  float: left; }

.sp-methods .centinel-logos a {
  margin-right: 3px; }

.sp-methods .centinel-logos img {
  vertical-align: middle; }

.sp-methods .release-amounts {
  margin: 0.5em 0; }

.sp-methods .release-amounts button {
  float: left;
  margin: 5px 10px 0 0; }

.please-wait {
  float: right;
  margin-right: 10px;
  font-size: 12px;
  color: #dbdde3; }

.please-wait img {
  vertical-align: middle;
  margin-right: 10px; }

.cvv-what-is-this {
  line-height: 26px;
  height: 26px;
  width: 26px;
  display: block;
  background-color: #ebedf2;
  color: #818285;
  text-align: center;
  border-radius: 13px;
  font-family: brandon_grotesque_black;
  font-size: 16px;
  margin-top: 3px; }
.tool-tip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: block; }

.tool-tip.top {
  margin-top: -10px; }

.tool-tip.right {
  margin-left: 10px; }

.tool-tip.bottom {
  margin-top: 10px; }

.tool-tip.left {
  margin-left: -10px; }

.tool-tip.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.tool-tip.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.tool-tip.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.tool-tip.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.tool-tip.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.tool-tip.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.tool-tip.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.tool-tip.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.tool-tip .btn-close {
  padding: 9px 14px; }

.tool-tip .btn-close:before,
.tool-tip .btn-close:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.tool-tip .btn-close:after {
  clear: both; }

.tool-tip .btn-close a {
  float: right;
  font-size: 0;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.tool-tip .btn-close a:after {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  content: "\00d7"; }

.tool-tip .btn-close a,
.tool-tip .btn-close a:focus {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.tool-tip-content {
  padding: 9px 14px; }

.tool-tip-content img {
  display: block;
  max-width: 100%;
  height: auto; }

.tool-tip.cvv-tool-tip {
  max-width: 220px;
  border-radius: 5px;
  font-size: 14px;
  color: white;
  background-color: rgba(96,96,96,0.9);
  text-align: center;
}
.tool-tip.cvv-tool-tip .btn-close {
  padding: 0 14px; }
.tool-tip.cvv-tool-tip::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 106px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(96,96,96,0.9);
}

.gift-messages h3 {
  font-size: 14px;
  font-weight: bold; }

.gift-messages p.control .checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px; }

.gift-messages p.control label {
  margin-bottom: 0; }

.gift-messages-form {
  position: relative; }

.gift-messages-form label {
  float: none !important;
  position: static !important; }

.gift-messages-form h4 {
  padding-top: 10px;
  border-top: 1px solid #dbdde3;
  font-size: 14px;
  font-weight: bold; }

.gift-messages-form h4:first-child {
  padding-top: 0;
  border-top: 0; }

.gift-messages-form p > .checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px; }

.gift-messages-form p > label {
  margin-bottom: 0; }

.gift-messages-form .whole-order {
  margin: 0 0 25px; }

.gift-messages-form .item {
  margin: 0 0 10px;
  border-bottom: 1px solid #dbdde3; }

.gift-messages-form .item:before,
.gift-messages-form .item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.gift-messages-form .item:after {
  clear: both; }

.gift-messages-form .item:last-child {
  border-bottom: 0; }

.gift-messages-form .item .product-img-box {
  float: left;
  width: 75px; }

.gift-messages-form .item .product-image {
  margin: 0 0 7px; }

.gift-messages-form .item .number {
  margin: 0;
  text-align: center; }

.gift-messages-form .item .details {
  margin-left: 90px; }

.gift-messages-form .item .details .product-name {
  margin: 0 0 10px; }

.gift-message-row .btn-close {
  float: right;
  font-size: 0;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20); }

.gift-message-row .btn-close:after {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  content: "\00d7"; }

.gift-message-row .btn-close:hover,
.gift-message-row .btn-close:focus {
  text-decoration: none;
  opacity: 0.5;
  filter: alpha(opacity=50); }

.gift-message-row dl:before,
.gift-message-row dl:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.gift-message-row dl:after {
  clear: both; }

.checkout-agreements li {
  margin-bottom: 20px; }

.checkout-agreements li:last-child {
  margin-bottom: 0; }

.checkout-agreements .agreement-content {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #ebedf2;
  border: 1px solid #d5dae4;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  overflow: auto;
  height: 240px; }

.checkout-agreements .agreement-content blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.checkout-agreements .agree {
  margin: 0;
  padding: 10px; }

.checkout-agreements .agree input.checkbox {
  float: left;
  margin-top: 4px;
  margin-right: 6px; }

.centinel .authentication {
  background-color: #fff;
  border: 1px solid #dddddd; }

.centinel .authentication iframe {
  width: 99%;
  height: 400px;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important; }

.opc .centinel {
  padding: 10px 30px; }

.info-set {
  margin: 0 0 25px;
  padding: 20px; }

.info-set h2 {
  font-size: 18px; }

.info-set h3,
.info-set h4 {
  font-size: 14px; }

.info-set h2 a,
.info-set h3 a,
.info-set h4 a {
  font-weight: normal; }

.info-set .divider {
  margin: 0 -20px;
  padding: 25px 0;
  position: relative; }

.info-set .box {
  margin: 0 0 15px; }

.info-set .data-table .item-options {
  margin: 5px 0 0; }

.block-progress dl {
  margin: 0; }

.block-progress dt {
  font-weight: bold;
  margin: 0 0 6px;
  padding: 7px 15px;
  background-color: #ebedf2;
  border: solid #dddddd;
  border-width: 1px 0; }

.block-progress dt:first-child {
  border-top: 0; }

.block-progress dd {
  padding: 8px 13px;
  margin: 0 0 6px; }

.block-progress dt.complete {
  margin: 0; }

.block-progress p {
  margin: 0; }

.block-progress .cards-list dt {
  background: none;
  border: 0 none;
  color: inherit;
  font-size: 12px;
  margin: 5px 0;
  padding: 0; }

.block-progress .cards-list dd {
  border: 0 none;
  margin: 0;
  padding: 0; }

.block-progress .cards-list .info-table th {
  font-weight: normal; }

.block-progress address {
  margin-bottom: 0; }

.block-progress p + table {
  margin-left: 10px; }

@media (max-width: 768px) {
  .block-progress {
    display: none; } }
.opc .buttons-set {
  margin-top: 10px; }

.opc .buttons-set p.required {
  margin: 0;
  padding: 0 0 10px; }

.opc .buttons-set .back-link small {
  display: none; }

.opc .buttons-set .buttons-set.disabled button.button {
  display: none; }

.opc .buttons-set .ul {
  list-style: disc outside;
  padding-left: 18px; }

/* Checkout - CM */
#checkout-header {
  min-height: 50px;
  text-align: center;
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    #checkout-header {
      background-color: #ebedf2;
      border-bottom: 2px solid #e5e5e5; } }

#checkout-header ul {
  float: none;
  display: inline-block;
  margin: 0px;
  list-style: none; }

#checkout-header ul li {
  position: relative;
  display: block;
  float: left; }

.checkout-header-link {
  font-family: "brandon_grotesque_bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #a7a7a7; }

.checkout-header-link.allow {
  color: #818285; }

.checkout-header-link:hover {
  color: #a7a7a7; }

.checkout-header-link.allow:hover {
  color: #ad0e15; }

.checkout-header-link.active {
  color: #000; }

@media (min-width: 992px) {
  #checkoutSteps {
    padding: 40px 80px 80px; } }

#contactForm .input-box,
#checkoutSteps .input-box {
  position: relative;
  padding-bottom: 30px; }

#checkoutSteps .button {
  background-color: #ec1c24;
  color: #fff; }

#checkoutSteps > li {
  display: none; }

#checkoutSteps .active {
  display: block; }

.step.a-item form {
  background: #FFF; }

#checkoutSteps h3 {
  font-family: brandon_grotesque_light, sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin: 0px 0px 20px;
  text-transform: uppercase; }
  @media (max-width: 599px) {
    #checkoutSteps h3 {
      margin-top: 30px; } }

/* Checkout Login */
#checkoutSteps .new-users .content, #checkoutSteps .registered-users .content {
  min-height: 360px; }

#opc-login .step-title {
  display: none; }

.opc {
  position: relative; }

/* Checkout Billing */
@media (min-width: 480px) {
  #co-billing-form .content, #co-shipping-form .content {
    padding: 20px; } }

#co-billing-form .customer-name, #co-shipping-form .customer-name {
  margin: 0px 15px; }

.billing-is-shipping, .billing-is-not-shipping {
  padding-left: 15px;
  padding-right: 15px; }

.billing-is-shipping .radio, .billing-is-not-shipping .radio, .save-in-address-book .checkbox, .billing-is-shipping .checkbox {
  display: inline;
  vertical-align: top;
  margin-right: 10px; }

a.tracking-number {
  color: #818285; }

/* Checkout Shipping Method */
#opc-shipping_method {
  max-width: 600px;
  margin: 0px auto; }

#opc-shipping_method .buttons-set {
  border-top: none; }

#checkout-step-shipping_method {
  padding: 10px;
  background: #fff; }

.shipping-method-section:before, .shipping-method-section:after {
  content: " ";
  display: table; }
.shipping-method-section:after {
  clear: both; }

.shipping-method-icon {
  min-height: 240px; }

@media (max-width: 599px) {
  .shipping-method-method {
    display: table;
    margin: 0 auto; } }
@media (min-width: 600px) {
  .shipping-method-method {
    padding-top: 40px; } }

.shipping-method-icon {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: 200px auto; }

.sp-methods .shipping-method-section {
  border-bottom: 1px solid #ebedf2; }

.shipping-method-option {
  margin-bottom: 10px;
  font-family: "brandon_grotesque_black";
  text-transform: uppercase;
  display: block;
  margin-top: 10px; }
  @media (max-width: 599px) {
    .shipping-method-option {
      margin-top: 5px; } }
  @media (min-width: 600px) {
    .shipping-method-option:before,
    .payment-method-option:before {
      content: " ";
      display: inline-block;
      vertical-align: middle; }
    .shipping-method-option .messages {
      display: inline-block;
      vertical-align: middle;
      width: 98%;
      /* word wrap giving false width */ } }
  .shipping-method-option .intro {
    text-transform: none;
    font-family: "brandon_text_regular",sans-serif;
    color: #333;
    margin-top: 10px; }

.shipping-method-option .price {
  font-family: "brandon_grotesque_light"; }

.free-shipping .shipping-method-icon {
  background-image: url("../images/opc-free-shipping-logo.png"); }

.united-states-postal-service .shipping-method-icon,
.usps .shipping-method-icon {
  background-image: url("../images/opc-usps-logo.png"); }

.united-parcel-service .shipping-method-icon,
.ups .shipping-method-icon {
  background-image: url("../images/opc-ups-logo.png"); }

.local-pick-up .shipping-method-icon,
.other .shipping-method-icon {
  background-image: url("../images/opc-local-pick-up-logo.png"); }

.dashboard-shipping .ups {
  width: 60px;
  height: 60px;
  background-image: url("../images/opc-ups-logo.png");
  background-size: 60px 60px;
  background-repeat: no-repeat;
  margin-top: -15px; }

.dashboard-shipping .usps {
  width: 60px;
  height: 60px;
  background-image: url("../images/opc-usps-logo.png");
  background-size: 60px 60px;
  background-repeat: no-repeat;
  margin-top: -15px; }

.dashboard-shipping .other {
  width: 60px;
  height: 60px;
  background-image: url("../images/opc-local-pick-up-logo.png");
  background-size: 60px 60px;
  background-repeat: no-repeat;
  margin-top: -15px; }

/* Checkout Payment */
#opc-payment {
  max-width: 680px;
  margin: 0px auto; }

#checkout-step-payment {
  padding: 20px;
  background: #fff; }

#label_method_gene_braintree_creditcard,
#label_method_gene_braintree_paypal,
#label_method_ccsave,
#label_method_authorizenet,
#label_method_authnetcim,
#label_method_paypal_standard,
#label_method_purchaseorder,
#label_method_banktransfer,
#label_method_customercredit,
#label_method_gene_braintree_creditcard,
#label_method_gene_braintree_paypal,
#label_method_checkmo {
  font-family: "brandon_grotesque_black";
  text-transform: uppercase; }
#payment_form_gene_braintree_creditcard #creditcard-saved-accounts {
	margin-left: 25px;
	font-size: 14px;
}
#payment_form_gene_braintree_creditcard #creditcard-saved-accounts label {font-family: "brandon_grotesque_black", sans-serif;}  
#payment_form_gene_braintree_creditcard #creditcard-saved-accounts label .saved-card-info span.saved-expiry-date {font-size: 14px;} 
#amscheckout-main .amscheckout-header .amscheckout-header-messages {
	flex-basis: 100%;
}  
.sp-methods .payment-method-section {
	margin: 15px 0;
}

#checkout-step-payment .payment-method-section {
  margin-bottom: 20px;
  padding-bottom: 30px;
  min-height: 165px;
  border-bottom: 1px solid #ebedf2; }

#checkout-payment-method-load .form-list > li {
  color: #333;
  margin: 0;
  padding: 0; }

@media (max-width: 599px) {
  #payment_form_authnetcim {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0; } }

.payment-method-icon {
  background-size: 220px;
  background-position: 0% 50%;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 240px; }
  @media (max-width: 599px) {
    .payment-method-icon {
      background-position: 50% 50%;
      min-height: 120px; } }

.payment-method-customercredit .payment-method-icon {
  background-image: url("../images/opc-customercredit-logo.png"); }

.payment-method-authnetcim .payment-method-icon,
.payment-method-ccsave .payment-method-icon,
.payment-method-authorizenet .payment-method-icon,
.payment-method-gene_braintree_creditcard .payment-method-icon {
  background-image: url("../images/opc-cc-logo.png"); }

.payment-method-banktransfer .payment-method-icon {
  background-image: url("../images/opc-bank-transfer-logo.png"); }

.payment-method-checkmo .payment-method-icon {
  background-image: url("../images/opc-check-logo.png"); }

.payment-method-paypal_standard .payment-method-icon,
.payment-method-gene_braintree_paypal .payment-method-icon {
  margin-top: 20px;
  background-image: url("../images/opc-paypal-logo.png"); }

.payment-method-purchaseorder .payment-method-icon {
  margin-top: 20px;
  background-image: url("../images/opc-po-logo.png"); }

.opc-cc-input-group {
  position: relative;
  margin-bottom: 20px; }

.cc-visa-card,
.cc-mastercard-card,
.cc-amex-card {
  background-size: 59px 18px;
  background-position: 96% 50%;
  background-repeat: no-repeat; }

.cc-visa-card {
  background-image: url("../images/opc-visa-logo.png"); }

.cc-mastercard-card {
  background-image: url("../images/opc-mastercard-logo.png"); }

.cc-amex-card {
  background-image: url("../images/opc-amex-logo.png"); }

#opc-cc-owner {
  padding-right: 5px; }

#opc-cc-number {
  padding-right: 5px; }

#authorizenet_cc_type_cvv_div,
#authnetcim_cc_type_cvv_div {
  padding-left: 5px;
  padding-right: 0px;
  width: 60px !important; }

.authnetcim-manage .tool-tip {
  top: 75%;
  left: -100%;
  margin-top: -120px;
  right: 20px; }

#opc-cc-question {
  padding-left: 10px; }

#opc-cc-exp-month {
  padding-right: 5px; }

#opc-cc-exp-year {
  padding-left: 5px; }

#payment-buttons-container {
  border-top: none; }

/* Checkout Review */
#checkout-review-table-wrapper {
  background: #fff;
  padding: 0; }

#checkout-review-table {
  border: none;
  text-transform: uppercase; }

#checkout-review-submit {
  background: #fff;
  float: right; }

#review-buttons-container {
  margin-top: 0px;
  margin-bottom: 20px; }

.opc-totals-billing, .opc-totals-shipping {
  padding-left: 40px;
  background-color: #ebedf2;
  margin-bottom: 30px; }

.opc-billing-address {
  font-family: brandon_grotesque_light;
  background: #FFF;
  padding: 0 0 15px 0; }

.opc-billing-address:last-child {
  padding-bottom: 20px; }

.opc-review-header {
  font-family: brandon_grotesque_black;
  font-size: 14px;
  text-transform: uppercase; }

.opc-shipdate-container {
  float: right;
  margin-top: -25px;
  margin-right: 9px
}
.opc-shipdate {
  width: 205px;
  font-family: "brandon_text_regular", sans-serif;
  color: #bbb;
}

.opc .step-title {
  margin: 0px 0px 16px;
  font-size: 30px; }

.opc .step-title:before,
.opc .step-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.opc .step-title:after {
  clear: both; }

.opc .step-title:before,
.opc .step-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.opc .step-title:after {
  clear: both; }

.opc .step-title .number,
.opc .step-title h2,
.opc .step-title a {
  line-height: 20px; }

.opc .step-title .number,
.opc .step-title h2 {
  float: left; }

.opc .step-title .number {
  display: block;
  background: #fff;
  padding: 0 6px;
  margin-right: 10px; }

.opc .step-title h2 {
  margin: 0;
  font-size: 16px; }

.opc .step-title a {
  display: none;
  float: right; }

.opc .section:first-child .step-title {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-width: 1px; }

.opc .section:last-child .step-title {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.opc .section:last-child.active .step-title {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.opc .section:last-child.active .step {
  padding-bottom: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.opc .step .tool-tip {
  right: 30px; }

.opc .allow .step-title a {
  display: block; }

.opc .active .step-title a {
  display: none; }

.checkout-progress:before,
.checkout-progress:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.checkout-progress:after {
  clear: both; }

.checkout-progress li {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd; }

.checkout-progress li:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

.checkout-progress li:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

.checkout-progress li > .badge {
  float: right; }

.checkout-progress li > .badge + .badge {
  margin-right: 5px; }

@media (min-width: 992px) {
  .checkout-progress li {
    float: left;
    width: 20%;
    margin-bottom: 0;
    border-left-width: 0;
    text-align: center; }

  .checkout-progress li:first-child,
  .checkout-progress li:last-child {
    border-radius: 0; }

  .checkout-progress li:first-child {
    border-left-width: 1px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px; }

  .checkout-progress li:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; } }
/********************************  
      Multiple Checkout
*********************************/
.multiple-checkout {
  width: 90%;
  margin: 0px auto; }

.multiple-checkout-shipping,
.multiple-checkout-success {
  width: 70%; }

.multiple-checkout-payment {
  width: 58%; }

@media (max-width: 992px) {
  .multiple-checkout {
    width: 90%;
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 15px;
    border: 1px solid #dddddd; } }
.multiple-checkout h2 {
  font-size: 24px; }

.multiple-checkout h3,
.multiple-checkout h4 {
  margin-top: 0;
  font-size: 14px; }

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a {
  font-weight: normal; }

.multiple-checkout .data-table .product-name {
  line-height: 34px; }

.multiple-checkout .items-table,
.multiple-checkout-success .success-wrap {
  background-color: #fff;
  padding: 20px; }

.multiple-checkout .data-table select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #474849;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: auto; }

.multiple-checkout .data-table select:-moz-placeholder {
  color: #dbdde3; }

.multiple-checkout .data-table select::-moz-placeholder {
  color: #dbdde3; }

.multiple-checkout .data-table select:-ms-input-placeholder {
  color: #dbdde3; }

.multiple-checkout .data-table select::-webkit-input-placeholder {
  color: #dbdde3; }

.multiple-checkout .data-table select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.multiple-checkout .data-table select[disabled],
.multiple-checkout .data-table select[readonly],
fieldset[disabled] .multiple-checkout .data-table select {
  cursor: not-allowed;
  background-color: #dbdde3; }

textarea.multiple-checkout .data-table select {
  height: auto; }

.multiple-checkout .data-table .item-options {
  margin-top: 10px; }

.multiple-checkout .gift-messages {
  margin: 15px 0 0; }

.multiple-checkout .tool-tip {
  top: 50%;
  margin-top: -120px;
  right: 20px; }

.multiple-checkout .box {
  min-height: 20px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff; }

.multiple-checkout .box blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.multiple-checkout .box .box-title h3 {
  margin-top: 0; }

.multiple-checkout .box address {
  margin-bottom: 0; }

.multiple-checkout .place-order:before,
.multiple-checkout .place-order:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.multiple-checkout .place-order:after {
  clear: both; }

.multiple-checkout .place-order .please-wait {
  float: right;
  padding: 27px 7px 0 0; }

.multiple-checkout .place-order .grand-total {
  text-align: right; }

.multiple-checkout .place-order .grand-total big {
  font-size: 18px;
  font-weight: 500;
  padding-right: 20px; }

.multiple-checkout .place-order .grand-total .price {
  color: #ec1c24; }

#multiship-addresses-table .qty {
  width: auto;
  text-align: center; }

#multiship-addresses-table tfoot .button {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px; }

.checkout-multishipping-shipping .box-sp-methods blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15); }

.checkout-multishipping-billing .multiple-checkout {
  position: relative; }

.account-login .content {
  min-height: 242px;
  padding: 20px; }

.captcha-image {
  position: relative;
  width: 258px; }

.captcha-note {
  clear: left;
  padding-top: 5px; }

.captcha-image .captcha-img {
  border-radius: 0px;
  border: 1px solid #cccccc;
  width: 100%; }

.registered-users .captcha-image {
  margin: 0; }

.captcha-reload {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 2px; }

.captcha-reload .refreshing {
  -webkit-animation: captcha-rotate 1.5s infinite linear;
  -moz-animation: captcha-rotate 1.5s infinite linear;
  animation: captcha-rotate 1.5s infinite linear; }

@-webkit-keyframes captcha-rotate {
  0% {
    -webkit-transform: rotate(0); }

  0% {
    -webkit-transform: rotate(-360deg); } }
@-moz-keyframes captcha-rotate {
  0% {
    -moz-transform: rotate(0); }

  0% {
    -moz-transform: rotate(-360deg); } }
@keyframes captcha-rotate {
  0% {
    transform: rotate(0); }

  0% {
    transform: rotate(-360deg); } }
.box-account {
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 15px;
  border-bottom: 2px solid #e5e5e5; }

.box-account > .list-group {
  margin-bottom: 0; }

.box-account > .list-group .list-group-item {
  border-width: 1px 0; }

.box-account > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.box-account > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.box-account > .table,
.box-account > .table-responsive {
  margin-bottom: 0; }

.box-account > .panel-body + .table,
.box-account > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.box-account > .table-bordered,
.box-account > .table-responsive > .table-bordered {
  border: 0; }

.box-account .table-bordered th,
.box-account .table-responsive th,
.account-edit .table-responsive th {
  text-transform: uppercase; }

.box-account .table-bordered a,
.box-account .table-responsive a,
.account-edit .table-responsive a, .my-account a {
  color: #0a7aa6; }
.my-account .change-group-name label, .my-account .change-group-name input {
    display: inline-block;
}
  
.my-account .change-group-name input {
    max-width: 230px;
    margin-left: 10px;
}

#customer-group-table .a-center input {
    text-align: center;
}

#shoppinglist-edit-group .back-link a {
    color: #ec1c24;
}

#shoppinglist-edit-group .validation-advice {
    float: right;
    position: relative;
    width: 125px;
}

#customer-group-table span.label {
    display: none;
}
#customer-group-table th {
    border-bottom-width: 0!important;
}
@media(max-width:767px){
    #customer-group-table span.label {
        display: inline;
        padding: 0;
        font-size: 14px;
    }
    #customer-group-table td {
        display: block;
        padding-left: 8px;
        vertical-align: center!important;
    }
    #customer-group-table .name {
        background-color: #ebedf2;
    }
    
    #customer-group-table .a-center {
        text-align: left!important;
    }
    
    #customer-group-table .a-center.image {
        text-align: center!important;
    }
    
    #customer-group-table .control {
        float: left;
        border: none;
    }
    #customer-group-table td.move {
        border-bottom: 1px solid #ddd;
    }
    #customer-group-table tr {
        border-bottom: 1px solid #ddd;
    }

}

#reminder_config_form input {
    text-align: center;
}

.group-buttons-right {
    float: right;
}
.group-buttons-right select {
    display: inline-block;
    width: auto;
}
.group-buttons-right .buttons-set button.button {
    display: inline-block;
}
.box-account > .table-bordered > thead > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:first-child,
.box-account > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.box-account > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.box-account > .table-bordered > thead > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:first-child,
.box-account > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.box-account > .table-bordered > tfoot > tr > td:first-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.box-account > .table-bordered > thead > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > th:last-child,
.box-account > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.box-account > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.box-account > .table-bordered > thead > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > thead > tr > td:last-child,
.box-account > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.box-account > .table-bordered > tfoot > tr > td:last-child,
.box-account > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.box-account > .table-bordered > thead > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > thead > tr:last-child > th,
.box-account > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.box-account > .table-bordered > tfoot > tr:last-child > th,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.box-account > .table-bordered > thead > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > thead > tr:last-child > td,
.box-account > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.box-account > .table-bordered > tfoot > tr:last-child > td,
.box-account > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.box-account .box-head {
  margin: -15px -15px 0px;
  padding: 10px 15px; }

.box-account .box-head:before,
.box-account .box-head:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.box-account .box-head:after {
  clear: both; }

.box-account .box-head > .dropdown .dropdown-toggle {
  color: inherit; }

.box-account .box-head h2 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "brandon_grotesque_bold", sans-serif;
  text-transform: uppercase;
  color: #818285; }

.box-account .box-head h2 > a {
  color: inherit; }

.box-account .box-head a {
  float: right; }

.box-account .edit-change-password, .box-account .edit-newsletter, .box-account .manage-address {
  border-top: 1px solid #e5e5e5;
  padding: 15px 0 0; }

.edit-change-password > .btn {
  margin-bottom: 10px; }

.box-account .add-address {
  padding: 15px 0 0; }

.box-account .address-title {
  text-transform: uppercase; }

.addresses-additional .box-account .box-head {
  margin: -15px -15px 0px;
  padding: 10px 15px 0; }

.box-account .additional-address {
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px; }

#account-credit-recent .btn,
.title-buttons .btn,
.box-account .btn,
.print-order .btn,
.edit-remove .btn,
.multiple-checkout .btn,
#checkout-step-review .btn {
  -webkit-border-radius: 100px;
  border-radius: 100px;
  color: #818285;
  padding: 3px 12px;
  background-color: #ebedf2;
  font-weight: normal; }

#account-credit-recent .btn,
.title-buttons .btn.active,
.box-account .btn.active,
.print-order .btn.active,
.multiple-checkout .btn.active {
  background-color: #818285;
  color: #FFF; }

.title-buttons .btn .glyphicon,
.box-account .btn .glyphicon,
.print-order .btn .gylphicon {
  margin: 0 5px; }

.edit-remove .glyphicon {
  color: #818285; }

@media (max-width: 768px) {
  .box-account {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll; } }
.dashboard .box .box-title {
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #dddddd;
  text-align: right; }

.dashboard .box .box-title:before,
.dashboard .box .box-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.dashboard .box .box-title:after {
  clear: both; }

.dashboard .box .box-title h3,
.dashboard .box .box-title h4 {
  margin: 0;
  float: left;
  font-size: 18px; }

.dashboard .col2-set > .box > .box-title {
  margin-left: 15px;
  margin-right: 15px; }

.dashboard .box-recent .data-table {
  margin-bottom: 0; }

.dashboard .box-info address {
  margin: 0; }

.dashboard .box-info .box {
  margin-bottom: 30px; }

.dashboard .box-reviews ol {
  margin-bottom: 0; }

.dashboard .box-reviews .number {
  float: left; }

.dashboard .box-reviews .details {
  margin-left: 20px; }

.dashboard .box-reviews li.item {
  margin-bottom: 10px; }

.dashboard .box-reviews li.item:before,
.dashboard .box-reviews li.item:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.dashboard .box-reviews li.item:after {
  clear: both; }

.dashboard .box-reviews li.item:last-child {
  margin-bottom: 0; }

.dashboard .box-reviews .ratings {
  margin-top: 5px; }

/* Block: Tags */
.dashboard .box-tags .number {
  float: left; }

.dashboard .box-tags .details {
  margin-left: 20px; }

.dashboard .box-tags li.item {
  margin-bottom: 10px; }

.dashboard .box-tags li.item:last-child {
  margin-bottom: 0; }

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
  display: inline; }

.addresses-list h2 {
  font-size: 18px; }

.addresses-list h3 {
  margin-top: 0;
  font-size: 14px; }

.addresses-list address {
  margin: 0 0 3px; }

.addresses-list p {
  margin: 0; }

.addresses-list .link-remove {
  color: #b94a48; }

.addresses-list .separator {
  margin: 0 3px; }

.addresses-list li.item {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd; }

.addresses-list li.item > .list-group {
  margin-bottom: 0; }

.addresses-list li.item > .list-group .list-group-item {
  border-width: 1px 0; }

.addresses-list li.item > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.addresses-list li.item > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.addresses-list li.item > .table,
.addresses-list li.item > .table-responsive {
  margin-bottom: 0; }

.addresses-list li.item > .panel-body + .table,
.addresses-list li.item > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.addresses-list li.item > .table-bordered,
.addresses-list li.item > .table-responsive > .table-bordered {
  border: 0; }

.addresses-list li.item > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.addresses-list li.item > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:first-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:first-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.addresses-list li.item > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > th:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.addresses-list li.item > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr > td:last-child,
.addresses-list li.item > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.addresses-list li.item > .table-bordered > tfoot > tr > td:last-child,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.addresses-list li.item > .table-bordered > thead > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:last-child > th,
.addresses-list li.item > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > th,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.addresses-list li.item > .table-bordered > thead > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > thead > tr:last-child > td,
.addresses-list li.item > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.addresses-list li.item > .table-bordered > tfoot > tr:last-child > td,
.addresses-list li.item > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.addresses-list li.item h3 {
  margin: -15px -15px 15px;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
  border-color: #dddddd;
  background-color: #ebedf2;
  color: #474849; }

.addresses-list li.item h3 > .dropdown .dropdown-toggle {
  color: inherit; }

.addresses-list li.empty {
  background: none;
  border: 0;
  padding: 0; }

.order-info {
  margin-bottom: 10px;
  border-bottom: 1px solid #dbdde3;
  background-color: #ebedf2; }

.order-info dd {
  padding-left: 10px; }

.order-info li {
  display: inline;
  margin: 0 3px; }

.order-info li:first-child {
  margin-left: 0; }

.order-info li:last-child {
  margin-right: 0; }

.order-info .current {
  font-weight: bold; }

.order-date {
  margin-bottom: 10px; }

.order-info-box {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-left: 0;
  margin-right: 0;
  border-color: #dddddd;
  padding-top: 15px; }

.order-info-box > .list-group {
  margin-bottom: 0; }

.order-info-box > .list-group .list-group-item {
  border-width: 1px 0; }

.order-info-box > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.order-info-box > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.order-info-box > .table,
.order-info-box > .table-responsive {
  margin-bottom: 0; }

.order-info-box > .panel-body + .table,
.order-info-box > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.order-info-box > .table-bordered,
.order-info-box > .table-responsive > .table-bordered {
  border: 0; }

.order-info-box > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-info-box > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-info-box > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-info-box > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-info-box > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-info-box > .table-bordered > tfoot > tr > td:first-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.order-info-box > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-info-box > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-info-box > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-info-box > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-info-box > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-info-box > .table-bordered > tfoot > tr > td:last-child,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.order-info-box > .table-bordered > thead > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > thead > tr:last-child > th,
.order-info-box > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-info-box > .table-bordered > tfoot > tr:last-child > th,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.order-info-box > .table-bordered > thead > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > thead > tr:last-child > td,
.order-info-box > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-info-box > .table-bordered > tfoot > tr:last-child > td,
.order-info-box > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.order-info-box .box {
  margin-bottom: 15px; }

.order-info-box h2 {
  margin-top: 0;
  font-size: 14px; }

.order-info-box address {
  margin-bottom: 0; }

.order-items h2 {
  font-size: 18px; }

.order-items h3 {
  font-size: 12px; }

.order-items .order-links {
  text-align: right; }

.order-additional {
  margin: 10px 0; }

.gift-message {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd; }

.gift-message > .list-group {
  margin-bottom: 0; }

.gift-message > .list-group .list-group-item {
  border-width: 1px 0; }

.gift-message > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.gift-message > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.gift-message > .table,
.gift-message > .table-responsive {
  margin-bottom: 0; }

.gift-message > .panel-body + .table,
.gift-message > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.gift-message > .table-bordered,
.gift-message > .table-responsive > .table-bordered {
  border: 0; }

.gift-message > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:first-child,
.gift-message > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.gift-message > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.gift-message > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:first-child,
.gift-message > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.gift-message > .table-bordered > tfoot > tr > td:first-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.gift-message > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > th:last-child,
.gift-message > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.gift-message > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.gift-message > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > thead > tr > td:last-child,
.gift-message > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.gift-message > .table-bordered > tfoot > tr > td:last-child,
.gift-message > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.gift-message > .table-bordered > thead > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > thead > tr:last-child > th,
.gift-message > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.gift-message > .table-bordered > tfoot > tr:last-child > th,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.gift-message > .table-bordered > thead > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > thead > tr:last-child > td,
.gift-message > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.gift-message > .table-bordered > tfoot > tr:last-child > td,
.gift-message > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.gift-message dt {
  padding-left: 10px; }

.gift-message dt strong {
  display: block;
  margin-left: -10px; }

.gift-message dd {
  margin-top: 10px; }

.gift-message-row .gift-message {
  padding: 0;
  margin: 0;
  border: 0; }

.order-about {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #dddddd; }

.order-about > .list-group {
  margin-bottom: 0; }

.order-about > .list-group .list-group-item {
  border-width: 1px 0; }

.order-about > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.order-about > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.order-about > .table,
.order-about > .table-responsive {
  margin-bottom: 0; }

.order-about > .panel-body + .table,
.order-about > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd; }

.order-about > .table-bordered,
.order-about > .table-responsive > .table-bordered {
  border: 0; }

.order-about > .table-bordered > thead > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:first-child,
.order-about > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.order-about > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.order-about > .table-bordered > thead > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:first-child,
.order-about > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.order-about > .table-bordered > tfoot > tr > td:first-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0; }

.order-about > .table-bordered > thead > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > th:last-child,
.order-about > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.order-about > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.order-about > .table-bordered > thead > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > thead > tr > td:last-child,
.order-about > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.order-about > .table-bordered > tfoot > tr > td:last-child,
.order-about > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.order-about > .table-bordered > thead > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > thead > tr:last-child > th,
.order-about > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.order-about > .table-bordered > tfoot > tr:last-child > th,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.order-about > .table-bordered > thead > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > thead > tr:last-child > td,
.order-about > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.order-about > .table-bordered > tfoot > tr:last-child > td,
.order-about > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.order-about dd {
  margin-bottom: 10px;
  padding-left: 10px; }

.order-about dd:last-child {
  margin-bottom: 0; }
  
  
/****** My Wishlist ******/

.my-wishlist {
	max-width: 950px;
    margin: 0 auto;
}

.my-wishlist .buttons-set {border: none;}

.my-wishlist #wishlist-table {border: none; margin-top: 30px;}

.my-wishlist #wishlist-table tbody tr {
	border-top: 1px solid #dbdde3;
}

.my-wishlist #wishlist-table tr td {
	vertical-align: middle;
	padding: 0;
	border: none;
}

.my-wishlist #wishlist-table tr td .regular-price .price {
	font-size: 16px;
	color: #818285;
}

.my-wishlist #wishlist-table tr td h3.product-name a {
	font-size: 16px;
}
.my-wishlist #wishlist-table tr td.image-col {width: 175px;}
.my-wishlist #wishlist-table tr td.name-col {}
.my-wishlist #wishlist-table tr td.price-col {width: 100px;}
.my-wishlist #wishlist-table tr td.add-to-cart-col {text-align: center;}
.my-wishlist #wishlist-table tr td.delete-col {min-width: 25px; text-align: center;}
.my-wishlist #wishlist-table tr td a {
	color: #818285;
	cursor: pointer;
}
.my-wishlist #wishlist-table tr td a:hover {
	color: #ec1c24;
}

.my-wishlist #wishlist-table tr td .cart-cell .price-values span.in-units {
	display: block;
    line-height: 15px;
    font-size: 13px;
}

.my-wishlist textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #474849;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: auto; }

.my-wishlist textarea:-moz-placeholder {
  color: #dbdde3; }

.my-wishlist textarea::-moz-placeholder {
  color: #dbdde3; }

.my-wishlist textarea:-ms-input-placeholder {
  color: #dbdde3; }

.my-wishlist textarea::-webkit-input-placeholder {
  color: #dbdde3; }

.my-wishlist textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.my-wishlist textarea[disabled],
.my-wishlist textarea[readonly],
fieldset[disabled] .my-wishlist textarea {
  cursor: not-allowed;
  background-color: #dbdde3; }

textarea.my-wishlist textarea {
  height: auto; }

.my-wishlist .price-box {
  margin-bottom: 5px; }

.my-wishlist .add-to-cart-alt input.input-text {
  margin-bottom: 5px; }

.my-wishlist .add-to-cart-alt .btn-cart {
  display: block;
  margin: 0 auto;
  width: 135px;
  background-color: transparent;
  color: #818285;
  border: 1px solid #818285; }
  
.my-wishlist .add-to-cart-alt .btn-cart:hover {
  background-color: transparent;
  color: #ec1c24;
  border: 1px solid #ec1c24; }
.my-wishlist .add-to-cart-alt .btn-cart span.glyphicon {
	margin-right: 5px;
}
.my-wishlist p {
  margin-bottom: 0; }
  
.my-wishlist #wishlist-table tbody tr.out-of-stock-row {
	border-top: none;
}
.my-wishlist .out-of-stock-row td.insert .out-of-stock-form {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}
.my-wishlist .out-of-stock-row td.insert .out-of-stock-form .oos-text-wrap {width: 60%;}
.my-wishlist .out-of-stock-row td.insert .out-of-stock-form .sameline-input-submit-wrap {width: 35%;}

.my-wishlist #wishlist-table .add-to-right-col .out-of-stock-notify,
.my-wishlist #wishlist-table .add-to-right-col .out-of-stock-notify .link {
	padding: 0;
}

@media (max-width: 991px) {
	.my-wishlist .out-of-stock-row td.insert .out-of-stock-form {
		flex-direction: column;
		align-items: center;
	}
	.my-wishlist .out-of-stock-row td.insert .out-of-stock-form .oos-text-wrap,
	.my-wishlist .out-of-stock-row td.insert .out-of-stock-form .sameline-input-submit-wrap {
		width: inherit;
	}
	.my-wishlist .out-of-stock-row td.insert .out-of-stock-form .sameline-input-submit-wrap {
		margin-top: 15px;
	}
	.my-wishlist #wishlist-table tr td.image-col {width: 150px;}
}

.my-wishlist .link-edit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "brandon_grotesque_bold", sans-serif;
  text-transform: uppercase;
  border: 0;
  color: #474849;
  background-color: #ebedf2;
  border-color: #cccccc;
  width: 100%;
  display: block; }

.my-wishlist .link-edit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus {
  color: #474849;
  text-decoration: none; }

.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.my-wishlist .link-edit:hover,
.my-wishlist .link-edit:focus,
.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open .dropdown-toggle.my-wishlist .link-edit {
  color: #474849;
  background-color: #d2d7e2;
  border-color: #adadad; }

.my-wishlist .link-edit:active,
.my-wishlist .link-edit.active,
.open .dropdown-toggle.my-wishlist .link-edit {
  background-image: none; }

.my-wishlist .link-edit.disabled,
.my-wishlist .link-edit[disabled],
fieldset[disabled] .my-wishlist .link-edit,
.my-wishlist .link-edit.disabled:hover,
.my-wishlist .link-edit[disabled]:hover,
fieldset[disabled] .my-wishlist .link-edit:hover,
.my-wishlist .link-edit.disabled:focus,
.my-wishlist .link-edit[disabled]:focus,
fieldset[disabled] .my-wishlist .link-edit:focus,
.my-wishlist .link-edit.disabled:active,
.my-wishlist .link-edit[disabled]:active,
fieldset[disabled] .my-wishlist .link-edit:active,
.my-wishlist .link-edit.disabled.active,
.my-wishlist .link-edit[disabled].active,
fieldset[disabled] .my-wishlist .link-edit.active {
  background-color: #ebedf2;
  border-color: #cccccc; }

.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #ec1c24;
  border-color: #dc121a; }

.my-wishlist .btn-add:hover,
.my-wishlist .btn-add:focus,
.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open .dropdown-toggle.my-wishlist .btn-add {
  color: #ffffff;
  background-color: #ce1118;
  border-color: #a40e13; }

.my-wishlist .btn-add:active,
.my-wishlist .btn-add.active,
.open .dropdown-toggle.my-wishlist .btn-add {
  background-image: none; }

.my-wishlist .btn-add.disabled,
.my-wishlist .btn-add[disabled],
fieldset[disabled] .my-wishlist .btn-add,
.my-wishlist .btn-add.disabled:hover,
.my-wishlist .btn-add[disabled]:hover,
fieldset[disabled] .my-wishlist .btn-add:hover,
.my-wishlist .btn-add.disabled:focus,
.my-wishlist .btn-add[disabled]:focus,
fieldset[disabled] .my-wishlist .btn-add:focus,
.my-wishlist .btn-add.disabled:active,
.my-wishlist .btn-add[disabled]:active,
fieldset[disabled] .my-wishlist .btn-add:active,
.my-wishlist .btn-add.disabled.active,
.my-wishlist .btn-add[disabled].active,
fieldset[disabled] .my-wishlist .btn-add.active {
  background-color: #ec1c24;
  border-color: #dc121a; }

@media (max-width: 571px) {
	.my-wishlist #wishlist-table tr td.image-col {}
	.my-wishlist #wishlist-table tr td.name-col {display: block; margin-top: 20px;}
	.my-wishlist #wishlist-table tr td.price-col {display: block; width: 100%;}
	.my-wishlist #wishlist-table tr td.add-to-cart-col {display: block; margin-bottom: 20px;}
	.my-wishlist #wishlist-table tr td.delete-col {vertical-align: bottom; padding-bottom: 20px;}
	.my-wishlist #wishlist-table tr td.add-to-cart-col .add-to-cart-alt .btn-cart {margin: 5px 0;}
	.my-wishlist #wishlist-table tr td.price-col .cart-cell .price-values span.in-units {display: inline;}
}

.product-review .product-img-box {
  float: left;
  width: 140px; }

.product-review .product-img-box .product-image {
  display: block;
  max-width: 100%;
  height: auto; }

.product-review .product-img-box .label {
  font-size: 12px; }

.product-review .product-img-box .ratings .rating-box {
  display: block;
  float: none;
  margin-bottom: 5px; }

.product-review .product-details {
  margin-left: 150px; }

.product-review .product-name {
  margin-bottom: 10px;
  font-size: 18px; }

.product-review h3 {
  font-size: 14px; }

.product-review .ratings-table {
  margin: 0 0 10px; }

.product-review dt {
  margin-bottom: 5px; }

.billing-agreements .info-box {
  margin: 10px 0; }

.billing-agreements .form-list li select {
  float: left; }

.billing-agreements .form-list li button.button {
  float: left;
  margin-left: 10px; }

.billing-agreements .table-caption {
  font-weight: bold; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.428571429; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.modal-footer:after {
  clear: both; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
.modal-open {
  overflow: hidden; }

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0; }

@media screen and (min-width: 992px) {
  .modal-media .modal-dialog {
    width: 940px; } }
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 400px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }

.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff; }

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }

.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff; }

.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }

.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff; }

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left; }

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-caption .btn {
  text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 20px; } }
.clearboth {
  clear: both; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.inline {
  display: inline; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.hidden {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important; }

.nobr {
  white-space: nowrap !important; }

.wrap {
  white-space: normal !important; }

.a-left {
  text-align: left !important; }

.a-center {
  text-align: center !important; }

.a-right {
  text-align: right !important; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.f-left,
.left {
  float: left !important; }

.f-right,
.right {
  float: right !important; }

.f-none {
  float: none !important; }

.f-fix {
  float: left;
  width: 100%; }

.no-display {
  display: none; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-bg {
  background: none !important; }

.clearer:before,
.clearer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearer:after {
  clear: both; }

@-ms-viewport {
  width: device-width; }
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
/********************************  
      Register/Login Styles 
*********************************/
.login-form, .register-form, .address-book {
  margin: 0 auto;
  width: 90%;
  padding: 20px 0 80px 0; }
  @media (min-width: 600px) {
    .login-form, .register-form, .address-book {
      padding-top: 60px; } }

#account-credit-balance {
  margin: 0 auto;
  width: 90%;
  padding: 60px 0 0 0; }

#account-credit-recent {
  margin: 0 auto;
  width: 90%;
  padding: 0 0 80px 0; }

.monkey-multisubscribe,
.account-newsletter {
  margin: 0 auto;
  width: 40%;
  padding: 60px 0 80px 0; }

.forgot-password {
  margin: 0 auto;
  width: 40%;
  padding: 60px 0 80px 0; }

.registered-users .content p.intro,
.new-users .content p.intro,
.register-form .content p.intro,
.forgot-password .content p.intro,
.account-newsletter .content p.intro, .new-users .intro, .opc-login-col .intro {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0; }

.monkey-multisubscribe form,
.account-newsletter form {
  text-align: center; }

.monkey-multisubscribe label,
.account-newsletter form label {
  text-transform: uppercase;
  font-size: 12px; }

.register-form .content p.deal {
  border-bottom: 1px solid #e5e5e5;
  margin: 1em 0;
  padding: 0 0 2em 0; }

.new-users .content p.deal, .register-form .content p.deal {
  font-size: 30px;
  margin-bottom: 30px; }

.content p.deal em {
  font-family: "brandon_grotesque_bold", sans-serif;
  font-style: normal; }

.new-users .content .register-btn button {
  font-size: 20px;
  font-family: "brandon_grotesque_light", sans-serif; }

.register-form .content .register-btn {
  text-align: left; }

.form-group label {
  text-transform: uppercase;
  font-size: 12px; }

/********************************  
      Register/Login Styles 
*********************************/
.checkout-success {
  margin: 0 auto;
  width: 52%;
  padding: 60px 0 80px 0; }
  @media (max-width: 600px) {
    .checkout-success {
      width: 100%; } }

.account-newsletter {
  margin: 0 auto;
  width: 40%;
  padding: 60px 0 80px 0; }

.forgot-password {
  margin: 0 auto;
  width: 40%;
  padding: 60px 0 80px 0; }

.monkey-multisubscribe .content,
.registered-users .content,
.new-users .content,
.register-form .content,
.forgot-password .content,
.address-book .content,
.account-newsletter .content,
.checkout-success .content,
.multiple-checkout .content,
#account-credit-balance .content,
#account-credit-recent .content {
  background-color: #FFF;
  border-bottom: 1px solid #e5e5e5; }

@media (min-width: 768px) {
  .account-edit .content {
    background-color: #FFF;
    border-bottom: 1px solid #e5e5e5; } }
@media (min-width: 480px) {
  .contact-us .content,
  .monkey-multisubscribe .content,
  .registered-users .content,
  .new-users .content,
  .register-form .content,
  .forgot-password .content,
  .account-edit .content,
  .address-book .content,
  .account-newsletter .content,
  .checkout-success .content,
  .multiple-checkout .content,
  #account-credit-balance .content,
  #account-credit-recent .content {
    padding: 20px; } }

#authcim-edit .content {
  background-color: #FFF;
  border-bottom: 2px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 15px; }
  #authcim-edit .content .form0 {
    margin-left: -15px;
    margin-rigth: -15px; }

.registered-users .content p,
.new-users .content p,
.register-form .content p,
.forgot-password .content p,
.account-newsletter .content p,
.new-users .intro,
.opc-login-col .intro,
.monkey-multisubscribe .intro,
.checkout-success .content p {
  font-family: "brandon_grotesque_light_italic", sans-serif;
  text-align: center;
  font-size: 16px; }

.monkey-multisubscribe .content .intro,
.registered-users .content p.intro,
.new-users .content p.intro,
.register-form .content p.intro,
.forgot-password .content p.intro,
.account-newsletter .content p.intro,
.new-users .intro,
.opc-login-col .intro,
.checkout-success .content p.intro {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 2em 0;
  padding: 0 0 2em 0; }

.box-border-left {
  border-left: 40px solid #e5e5e5;
  position: relative;
  overflow-y: inherit;
  overflow-x: inherit; }

.box-border-left span.glyphicon {
  position: absolute;
  left: -29px;
  top: 10px;
  z-index: 10;
  font-size: 18px; }

.register-form .input-box, .account-edit .input-box {
  margin-bottom: 20px; }

.account-edit .input-box-change-password span.glyphicon {
  padding-left: 18px;
  font-size: 18px; }
  @media (max-width: 479px) {
    .account-edit .input-box-change-password span.glyphicon {
      padding-left: 5px; } }
  @media (min-width: 480px) and (max-width: 599px) {
    .account-edit .input-box-change-password span.glyphicon {
      padding-left: 10px; } }

.account-edit .input-box-change-password {
  margin-top: 7px; }

.account-edit .password-text {
  width: 80%;
  font-family: "brandon_grotesque_light", sans-serif;
  font-size: 14px; }

.register-form .content p.deal {
  border-bottom: 1px solid #e5e5e5;
  margin: 1em 0;
  padding: 0 0 2em 0; }

.new-users .control {
  padding: 0;
  text-align: center; }

.new-users .content p.deal, .register-form .content p.deal {
  font-size: 30px;
  margin-bottom: 30px; }

.content p.deal em {
  font-family: "brandon_grotesque_bold", sans-serif;
  font-style: normal; }

.new-users .content .register-btn button {
  font-size: 20px;
  font-family: "brandon_grotesque_light", sans-serif; }

.register-form .content .register-btn {
  text-align: left;
  float: right; }

.form-group label {
  text-transform: uppercase;
  font-size: 12px; }

/********************************  
      My Account Styles 
*********************************/
.welcome-back {
  font-size: 25px;
  margin-top: 18px;
  margin-bottom: 10px; }

.ordering-shipping .navbar-default,
.faqs .navbar-default {
  min-height: 50px;
  background-color: #ebedf2; }

.account-edit .form-group-account-edit {
  margin: 0; }

ul.accountnav {
  float: none; }

#checkoutSteps .glyphicon {
  margin: 0 10px 0 0; }

.account-edit .content .default-save {
  padding: 10px 0 0; }

@media (max-width: 1199px) {
  .account-edit .content .default-save .control {
    padding-left: 10px; } }
.account-edit .save-loader {
  margin-top: 20px; }

.account-edit .content .default-save input, .account-edit .content .default-save span {
  margin: 0 5px; }

.account-edit .content .default-save input {
  margin-top: 2px; }

.account-edit .pages ol > .active > a,
.account-edit .pages ol > .active > span,
.account-edit .pages ol > .active > a:hover,
.account-edit .pages ol > .active > span:hover,
.account-edit .pages ol > .active > a:focus,
.account-edit .pages ol > .active > span:focus{
  z-index: 2;
  color: #ec1c24;
  background-color: #fff;
  border-color: #ec1c24;
  cursor: default;
  display: block;
  height: 34px; }

.account-edit .pager,
.is-blog .pager {
  margin: 10px 0;
  border: none; }

.account-edit .limiter,
.is-blog .limiter {
  background-color: #fff; }

.title-buttons a {
  margin-top: 20px; }

.light-blue-background {
  background-color: #e8f5f9; }

#order-info-tabs {
  background-color: #ebedf2; }
  @media (max-width: 991px) {
    #order-info-tabs {
      padding: 0 15px; } }

#order-info-tabs li.current a,
#order-info-tabs li a:hover {
  color: #000;
  border: none; }

#order-info-tabs li.current {
  font-family: "brandon_grotesque_bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  padding: 10px 15px;
  color: #000; }

#order-info-tabs li a {
  color: #818285;
  font-family: "brandon_grotesque_bold", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  border: none; }


/********************************  
    Checkout Success Page
*********************************/
.checkout-success {
  text-align: center; }

.checkout-success h1 {
  font-size: 30px; }

.checkout-success .order-number,
.checkout-success .shipping-method-info {
  font-size: 30px; }

.checkout-success .subtitle-container {
  margin: 1em 0; }

.checkout-success .subtitle {
  position: relative;
  color: #818285;
  font-size: 14px;
  font-family: "brandon_grotesque_black", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  background: #fff;
  padding-left: 10px;
  padding-right: 10px; }

.checkout-success .address-name {
  font-size: 26px; }

.checkout-success .united-states-postal-service,
.checkout-success .united-parcel-service,
.checkout-success .local-pick-up- {
  padding: 200px 0 0;
  background-position: center top; }

.checkout-success .print-order {
  border-top: 1px solid #e5e5e5;
  margin: 2em 0 1em;
  padding: 2em 0 0; }

ul.messages li {
  list-style: none; }

/********************************  
        CMS Pages
*********************************/
.about-us .info_text,
.about-us .info_list,
.return-policy p.return-sub-text,
.faqs .content-wrap .row .answer p,
.faqs .content-wrap .row .answer ul li {
  font-family: "brandon_grotesque_light", sans-serif;
  font-size: 16px; }

.cms-wrap-standard,
.mission-statement,
.our-product,
.makes-a-difference {
  background-color: #fff;
  padding: 40px 0;
  margin: 0 0 30px 0;
  border-bottom: 2px solid #e5e5e5; }

.mission-statement .col-1,
.mission-statement .col-2 {
  padding: 0 40px; }

.mission-statement .col-2 img {
  width: 100%; }

.our-product,
.makes-a-difference {
  padding: 40px; }

.terms-of-use,
.privacy-notice,
.return-policy {
  width: 80%;
  margin: 0 auto; }

.terms-of-use strong,
.privacy-notice strong,
.return-policy strong,
.faqs strong {
  font-size: 16px; }

.terms-of-use strong,
.privacy-notice strong,
.ordering-shipping strong,
.return-policy strong,
.faqs strong,
.contact-us strong {
  text-transform: uppercase;
  font-family: "brandon_grotesque_bold", sans-serif; }

.ordering-shipping {
  width: 60%;
  margin: 0 auto; }

.ordering-shipping .os-container,
.faqs .faq-container {
  padding: 50px 0; }

.ordering-shipping .content-wrap,
.faqs .content-wrap {
  background-color: #fff;
  padding: 30px;
  border-bottom: 2px solid #e5e5e5; }

.faqs .content-wrap .row {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5; }

.faqs .content-wrap .row p.center {
  text-align: center; }

.faqs .content-wrap .row .question {
  text-align: right; }

.faqs .content-wrap .row .answer ul {
  padding: 0 0 0 20px; }

.ordering-shipping #payment p,
.ordering-shipping #shipping p,
.contact-us p {
  font-family: "brandon_grotesque_light_italic", sans-serif;
  font-size: 16px; }

.ordering-shipping .credit-card-logos {
  text-align: center; }

.ordering-shipping #shipping .credit-card-logos img {
  width: 200px; }

.ordering-shipping #order .col-1 {
  text-align: center; }

.ordering-shipping #order .col-1 .glyphicon {
  font-size: 100px; }

.ordering-shipping #order .col-1 .call-order {
  margin: 20px 0; }

.ordering-shipping #order .col-1 .glyphicon:before {
  content: "\E040"; }

.ordering-shipping .navbar-default,
.faqs .navbar-default {
  width: 100%;
  text-align: center;
  float: none; }

.ordering-shipping .navbar-default ul,
.faqs .navbar-default ul {
  display: inline-block;
  float: none;
  margin: 0; }

.ordering-shipping .navbar-default ul li a,
.faqs .navbar-default ul li a {
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-family: "brandon_grotesque_bold", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #a7a7a7; }

.ordering-shipping .navbar-default ul li a .glyphicon {
  font-size: 18px;
  top: 3px;
  margin: 0 5px 0 0; }

.contact-us #comment {
  height: 165px; }

.contact-us {
	max-width: 800px;
	margin: 0 auto;
}
.contact-us .contact-button button {
	width: 100%;
}
.contact-by {
  padding-bottom: 20px; }

@media (max-width: 599px) {
  .contact-top {
    padding: 0; } }
@media (min-width: 600px) and (max-width: 991px) {
  .contact-top {
    width: 50%;
    float: left; } }

.contact-method {
  margin-top: 20px; }
  .contact-method:before, .contact-method:after {
    content: " ";
    display: table; }
  .contact-method:after {
    clear: both; }
  .contact-method .glyphicon {
    font-size: 50px;
    margin: 16px 15px;
    float: left; }
  .contact-method address {
    font-family: "brandon_grotesque_light", sans-serif;
    font-size: 16px; }
  @media (max-width: 479px) {
    .contact-method .glyphicon {
      font-size: 42px; } }
  @media (min-width: 992px) and (max-width: 1199px), (max-width: 480px) {
    .contact-method .glyphicon {
      display: block;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .contact-method address {
       } }

.account-edit .loader {
  margin-top: 5px;
  float: left; }
.contact-us .content .contact-by a.social:before {
	color: #818285;
}
.contact-us .content .contact-by a.social:hover:before{
	color: #ec1c24;
}
.contact-us .content {
  margin-bottom: 20px;
 }
  @media (max-width: 599px) {
    .contact-us .content {
      padding: 10px; } }

@media (min-width: 992px) {
  .contact-map {
 } }

#contactForm {
  margin-top: 20px; }
  #contactForm shippingnput-box {
    margin-bottom: 10px; }
    @media (min-width: 600px) {
      #contactForm shippingnput-box {
        margin-bottom: 20px; } }

/******************************************************/
/* Colors */
/* END Colors */
/******************************************************/
/******************************************************/
/* Page Header */
.static-category a {
  padding: 10px;
  color: #777777;
  font-variant: small-caps;
  font-size: 20px; }

@media (min-width: 768px) and (max-width: 1023px) {
  .static-category a {
    font-size: 16px;
    line-height: 2.1em; } }
.static-category {
  display: inline-block; }

@media (max-width: 479px) {
  .navbar-default {
    margin-left: -15px;
    margin-right: -15px; } }
@media (min-width: 600px) {
  .navbar-default {
    width: 100%;
    clear: both; } }

.navbar li a {
  font-family: "brandon_grotesque_bold", sans-serif;
  text-transform: uppercase;
  font-size: 18px; }

.navbar .level1 a {
  font-size: 16px; }

.nc-dropdown,
.dropdown {
  position: relative; }

  header[role="banner"]:before, header[role="banner"]:after {
    content: " ";
    display: table; }
  header[role="banner"]:after {
    clear: both; }

  header[role="banner"] .logo {
    display: table;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 999; }
    header[role="banner"] .logo img {
      width: 100%; }
  @media (min-width: 480px) {
    header[role="banner"] .header-phone {
      display: block;
      padding-top: 10px; } }
  @media (min-width: 600px) {
    header[role="banner"] .logo {
      margin: 0;
      width: 105px;
      display: table; }
    header[role="banner"] .header-contact-info {
      text-align: right; } }
  @media (min-width: 768px) {
    header[role="banner"] {
      margin-top: 20px; }
      header[role="banner"] .header-phone {
        float: left; }
      header[role="banner"] .navbar-account {
        padding-right: 0;
        margin-left: 30px; }
      header[role="banner"] .header-contact-info {
        margin-left: 35px; }
      header[role="banner"] .static-categories-wrap {
        margin-left: -10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    header[role="banner"] .static-categories-wrap {
      margin-left: -45px; } }
  @media (max-width: 480px) {
    header[role="banner"] .header-contact-info {
      font-size: 15px; } }
  @media (max-width: 599px) {
    header[role="banner"] .header-contact-info,
    header[role="banner"] .navbar-account {
      margin-top: 20px; }
    header[role="banner"] .static-categories-wrap {
      margin-bottom: 20px; } }
  @media (max-width: 600px) {
/*    header[role="banner"] .navbar-cart {
      margin-left: -15px;
      margin-right: -15px;
      text-align: center; }
      header[role="banner"] .navbar-cart > li {
        float: none;
        display: inline-block; }*/
    header[role="banner"] .header-phone {
      float: left; }
    header[role="banner"] .static-categories-wrap {
      text-align: center; } }
  @media (min-width: 600px) and (max-width: 1199px) {
    header[role="banner"] .header-contact-info {
      float: right; } }
  @media (min-width: 1200px) {
    header[role="banner"] .header-contact-info {
      float: left; }
    header[role="banner"] .navbar-account {
      margin-top: -10px; }
    header[role="banner"] .static-categories-wrap {
      margin-left: 10px; } }
  header[role="banner"] .navbar-account {
    padding-right: 0;
    display: table;
    margin-left: auto;
    margin-right: auto; }
  header[role="banner"] .header-contact-info {
    font-size: 16px;
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
  header[role="banner"] .header-phone {
    display: inline-block;
    padding: 0 10px 0;
    text-align: center; }
  header[role="banner"] .navbar-cart .btn {
    margin: 0; }

.logo strong {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: none; }

@media (min-width: 768px) {
  header[role="banner"] .form-language {
    float: left;
    width: 160px; }

  header[role="banner"] .form-language .form-control {
    width: 120px; }

  header[role="banner"] .links {
    float: right;
    line-height: 30px; }

  header[role="banner"] .form-search:before,
  header[role="banner"] .form-search:after {
    content: " ";
    display: table; }

  header[role="banner"] .form-search:after {
    clear: both; } }
/* END Page Header */
/******************************************************/
/******************************************************/
/* Page Footer */
.footer-content {
  background-color: #ebedf2;
  padding-bottom: 20px; }
  
.footer-content .footer-link h2 {
	font-family: "brandon_grotesque_bold", sans-serif;
	font-size: 16px;
	margin: 20px 0 10px 0;
}
.footer-cart-item {
  padding: 10px 0; }
  @media (max-width: 599px) {
    .footer-content .footer-link-container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 991px) {
    .footer-content .footer-link {
	  text-align: center;
    }
    .footer-content .footer-link h2 {
	  border-bottom: solid 1px #c6c6c6;
      padding-bottom: 35px;
      font-family: "brandon_grotesque_light", sans-serif;
      font-size: 24px;
      margin-bottom: 0px;
      cursor: pointer;
    }
    .footer-content .footer-link h2:after {
	  content: "\E259";
	  font-size: 15px;
      font-family: 'Glyphicons Halflings';
      margin-left: 14px;}
    .footer-content .footer-link h2.open:after {content: "\E260";}
    .footer-content .footer-link ul {
	  display: none;
	  background-color: #E1E5ED;
      padding: 30px 0;
      border-bottom: solid 1px #c6c6c6;
      font-size: 16px;
    }
    .footer-content .footer-link ul.open {display: block;}
    .footer-content .footer-link ul li {padding: 15px 0;}
    .footer-cart-item {
      text-align: center; }
    }
  @media (min-width: 600px) {
    .footer-content {
      padding: 5px; } }
      
  @media (min-width: 991px) {
	  .footer-content a{margin-bottom: 10px;}
  }

.footer-link  span.label {
  font-family: "brandon_grotesque_black";
  font-size: 16px;
  margin-top: 15px; 
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
  padding: 0;
  display: block;
}
.footer-contact-link {
  text-decoration: none;
  display: block;
}
@media (max-width: 991px){
  .footer-contact-link:not(:first-child) {
    margin-top: 30px;
  }
}
.footer-contact-link:hover {
  text-decoration: none;
}
.footer-contact-link .footer-contact-icon {
  margin-right: 6px;
}
@media (max-width: 991px){
  .footer-contact-link .footer-contact-icon {
    font-size: 2em;
    display: block;
    text-align: center;
    margin: 6px 0;
  }
}

/* END Page Footer */
/******************************************************/
/******************************************************/
/* Table Responsive */
@media (min-width: 768px) {
  .table-responsive .t-right {
    text-align: right; }
  .table-responsive .t-center {
    text-align: center; } }
@media (min-width: 600px) and (max-width: 767px) {
  .table-responsive .table > tbody > tr {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; } }
@media (max-width: 599px) {
  .table-responsive .table > tbody > tr {
    width: 100%;
    float: none; } }

@media (max-width: 767px) {
  .table-responsive .table > thead {
    display: none; }
  .table-responsive .table > tbody > tr {
    display: block;
    margin-bottom: 30px; }
    .table-responsive .table > tbody > tr > td {
      display: block; }
      .table-responsive .table > tbody > tr > td[data-th]:before {
        content: attr(data-th) ": ";
        display: inline;
        font-weight: bold; } }
/* Order Table */
@media (max-width: 767px) {
  .table-responsive .table.order-table > tbody > tr {
    background: #fff; }
    .table-responsive .table.order-table > tbody > tr > td[data-th="Order #"] {
      background-color: #EBEDF2;
      color: #333;
      padding-bottom: 5px;
      padding-left: 10px;
      padding-top: 7px; } }
@media (max-width: 767px) {
  .table-responsive .my-orders-table > tbody > tr {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #fff; }
    .table-responsive .my-orders-table > tbody > tr > td[data-th="Qty"] span {
      display: inline-block;
      vertical-align: top; }
    .table-responsive .my-orders-table > tbody > tr > td[data-th="Product Name"] {
      background: none repeat scroll 0 0 #d3d3d3;
      color: #3f3f3f; }
  .table-responsive .my-orders-table tr {
    border: solid thin #ddd;
    margin-bottom: 1%; }
    .table-responsive .my-orders-table tr td:first-child {
      border-top: none; }
  .table-responsive .my-orders-table > tfoot {
    float: right; }
    .table-responsive .my-orders-table > tfoot > tr {
      background-color: #ededed; } }
@media (max-width: 599px) {
  .table-responsive .my-orders-table > tbody > tr {
    width: 100%;
    float: none; } }
@media (max-width: 479px) {
  .table-responsive .my-orders-table > tfoot {
    width: 100%; } }

@media (max-width: 767px) {
  .table-responsive .my-invoice-table > tbody > tr,
  .table-responsive .my-shipment-table > tbody > tr,
  .table-responsive .my-refund-table > tbody > tr,
  .table-responsive .my-credit-log-table > tbody > tr {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #fff; }
    .table-responsive .my-invoice-table > tbody > tr > td[data-th="Product"],
    .table-responsive .my-shipment-table > tbody > tr > td[data-th="Product"],
    .table-responsive .my-refund-table > tbody > tr > td[data-th="Product"],
    .table-responsive .my-credit-log-table > tbody > tr > td[data-th="Product"] {
      background: none repeat scroll 0 0 #d3d3d3;
      color: #3f3f3f; }
  .table-responsive .my-invoice-table tr,
  .table-responsive .my-shipment-table tr,
  .table-responsive .my-refund-table tr,
  .table-responsive .my-credit-log-table tr {
    border: solid thin #ddd;
    margin-bottom: 1%; }
    .table-responsive .my-invoice-table tr td:first-child,
    .table-responsive .my-shipment-table tr td:first-child,
    .table-responsive .my-refund-table tr td:first-child,
    .table-responsive .my-credit-log-table tr td:first-child {
      border-top: none; }
  .table-responsive .my-invoice-table > tfoot,
  .table-responsive .my-shipment-table > tfoot,
  .table-responsive .my-refund-table > tfoot,
  .table-responsive .my-credit-log-table > tfoot {
    margin: 0 1%;
    float: right; }
    .table-responsive .my-invoice-table > tfoot > tr,
    .table-responsive .my-shipment-table > tfoot > tr,
    .table-responsive .my-refund-table > tfoot > tr,
    .table-responsive .my-credit-log-table > tfoot > tr {
      background-color: #ededed; } }
@media (max-width: 599px) {
  .table-responsive .my-invoice-table > tbody > tr,
  .table-responsive .my-shipment-table > tbody > tr,
  .table-responsive .my-refund-table > tbody > tr,
  .table-responsive .my-credit-log-table > tbody > tr {
    width: 100%;
    float: none; }
  .table-responsive .my-invoice-table > tfoot,
  .table-responsive .my-shipment-table > tfoot,
  .table-responsive .my-refund-table > tfoot,
  .table-responsive .my-credit-log-table > tfoot {
    margin: 0 -1%; } }
@media (max-width: 479px) {
  .table-responsive .my-invoice-table > tfoot,
  .table-responsive .my-shipment-table > tfoot,
  .table-responsive .my-refund-table > tfoot,
  .table-responsive .my-credit-log-table > tfoot {
    width: 100%; } }

@media (min-width: 768px) {
  .my-refund-table,
  .my-credit-log-table {
    background-color: #fff; } }

/* Shopping Cart Table */

#shopping-cart-table {
  border: 0px;
  background: #fff; }
  .img-cart-head {
	  width: 220px;
  }
  #shopping-cart-table thead {
    text-transform: uppercase; }
  #shopping-cart-table > tbody > tr:first-child {
    border-top: 1px solid #ddd; }
  #shopping-cart-table tbody > tr > td[data-th="Image"] {
	min-width: 143px;
  }
  #shopping-cart-table tbody > tr > td[data-th="Product Name"] {
	  width: 230px;
  } 
  #shopping-cart-table tbody tr td#wishlist-cart,
  #shopping-cart-table tbody tr td[data-th="Price"] {
	  width: 100px;
  }
  #shopping-cart-table tbody tr td#wishlist-cart a {
	font-size: 20px;
    color: #818285;
    cursor: pointer;
  }
  #shopping-cart-table tbody tr td#wishlist-cart a:hover {
  	color: #eb1c24;
  }
  #shopping-cart-table tbody tr td[data-th="Price"] .regular-price .price {
    font-size: 16px;
    color: #818285;
  }
  #shopping-cart-table tbody tr td[data-th="Price"] .price-values span.in-units {
    display: block;
    line-height: 15px;
    font-size: 13px;
  }
  #shopping-cart-table tbody tr td[data-th="Qty"] {
	  position: relative;
  }
  #shopping-cart-table tbody tr td[data-th="Subtotal"] .cart-price .price {
	 font-size: 18px;
	 font-family: brandon_text_bold; 
  }
  #shopping-cart-table tbody > tr > td[data-th="Remove"] {
	  min-width: 30px;
  }
  #shopping-cart-table tbody > tr > td[data-th="Remove"] a {
	  color: #818285;
  }
  #shopping-cart-table tbody > tr > td[data-th="Remove"] .remove-cart-info {
	background: none repeat scroll 0 0 #fff;
    border: 5px solid #ccc;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 100;
    width: 320px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    display: none;
  }
  #shopping-cart-table tbody > tr > td[data-th="Remove"] .remove-cart-info-inner {
	  position: relative;
  }
  #shopping-cart-table tbody tr td {
	  padding: 0;
	  vertical-align: middle;
  }
  .table-responsive #shopping-cart-table > tbody > tr > td[data-th]:before {
	  content:none;
  }
  @media (max-width: 767px) {
    #shopping-cart-table tfoot {
      display: none; }
    #shopping-cart-table > tbody > tr {
      width: 100%;
      background-color: #fff;
      float: none;
      border-bottom: 1px solid #ddd; 
      margin-bottom: 0;
      display: table-row;
      position: relative;}
      #shopping-cart-table tbody > tr > td[data-th="Product Name"],
      #shopping-cart-table tbody > tr > td#wishlist-cart,
      #shopping-cart-table tbody > tr > td[data-th="Qty"],
      #shopping-cart-table tbody > tr > td[data-th="Subtotal"],
      #shopping-cart-table tbody > tr > td[data-th="Remove"] {
	      display: inline-block;
      }
      #shopping-cart-table tbody > tr > td[data-th="Image"]{
	      width: 145px;
      } 
      #shopping-cart-table tbody > tr > td[data-th="Product Name"] {
	      width: 80%;
	      margin-top: 20px;
      }
      #shopping-cart-table tbody > tr > td#wishlist-cart {
	      width:20%;
	      vertical-align: top;
	      text-align: right !important;
	      margin-top: 20px;
      }
      #shopping-cart-table tbody > tr > td[data-th="Price"] {
	      display: block;
		  width: 100%;
		  margin-bottom: 10px;
      }
      #shopping-cart-table tbody tr td[data-th="Price"] .price-values span.in-units {
	      display: inline;
      }
      #shopping-cart-table tbody > tr > td[data-th="Subtotal"],
      #shopping-cart-table tbody > tr > td[data-th="Remove"] {
	      vertical-align: text-bottom;
      }
      #shopping-cart-table tbody > tr > td[data-th="Qty"],
      #shopping-cart-table tbody > tr > td[data-th="Subtotal"],
      #shopping-cart-table tbody > tr > td[data-th="Remove"] {
	      margin-bottom: 10px;
	      margin-right: 15px;
      }
      #shopping-cart-table tbody > tr > td[data-th="Remove"] {
	      text-align: right !important;
	      float: right;
		  margin: 10px 4px 15px;
      }
      .cart-table .qtyminus, .cart-table .qtyplus{
	      top: 5px;
      }
      #shopping-cart-table > tbody > tr:before, #shopping-cart-table > tbody > tr:after {
        content: " ";
        display: table; }
      #shopping-cart-table > tbody > tr:after {
        clear: both; } }
  @media (max-width: 767px) {
    #shopping-cart-table td {
      display: table-cell; 
	  border: none;
    }
      #shopping-cart-table td[data-th="Price"], #shopping-cart-table td[data-th="Qty"], #shopping-cart-table td[data-th="Subtotal"] { }
      #shopping-cart-table td[data-th="Product Name"] + td, #shopping-cart-table td[data-th="Price"] {
        border-left: none; }
      #shopping-cart-table td[data-th="Price"]::before, #shopping-cart-table td[data-th="Qty"]::before, #shopping-cart-table td[data-th="Subtotal"]::before {
        float: none;
        display: block;
        vertical-align: middle;
        text-align: left;
        font-weight: bold;
        line-height: 2.2em; }
      #shopping-cart-table td[data-th="Product Name"]::before {
        content: "";
        display: none; }
      #shopping-cart-table td[data-th="Qty"]::before {
        width: 33.333333%; } }
  @media (min-width: 768px) {
    #shopping-cart-table td[data-th="Qty"] {
      min-width: 120px; } }
  @media (max-width: 767px) {
    #shopping-cart-table {
      background: transparent; } }

/* Remove cart item dialog */
  .modal.remove-cart-info .modal-dialog {
    width: 75%;
    max-width: 360px;
  }
  .modal.in.remove-cart-info .modal-dialog {
    webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }
  .modal.remove-cart-info .modal-content {
    border: 5px solid #ccc;
  }
  .modal.remove-cart-info .modal-footer {
    text-align: center;
    margin-top: 0;
  }
/* Account Credits Table */
@media (max-width: 767px) {
  #my-credit-log-table > tbody > tr::before {
    background: none repeat scroll 0 0 #d3d3d3;
    color: #3f3f3f;
    border-bottom: 1px solid #ccc;
    content: "Balance Adjustment";
    display: block;
    font-size: 16px;
    padding: 5px 7px;
    word-spacing: 0.2em; }
  #my-credit-log-table td[data-th="Comment"] {
    min-height: 10em; } }

/* END Table Responsive */
/******************************************************/
/******************************************************/
/* Navbars */
.accounttop .accountnav > li > a .glyphicon,
#checkout-progress-wrapper .link-list > li > a .glyphicon {
  top: 6px;
  margin: 0 5px 0 0;
  font-size: 20px; }
  @media (max-width: 991px) {
    .accounttop .accountnav > li > a .glyphicon,
    #checkout-progress-wrapper .link-list > li > a .glyphicon {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .accounttop .accountnav > li > a .glyphicon,
    #checkout-progress-wrapper .link-list > li > a .glyphicon {
      font-size: 20px; } }

@media (max-width: 991px) {
  #checkout-header {
    background-color: transparent; } }
#checkout-header .navbar-header {
  background-color: #ebedf2; }
  @media (min-width: 600px) {
    #checkout-header .navbar-header {
      display: none; } }
@media (min-width: 768px) {
  #checkout-header .navbar-default {
    width: 100%; } }
@media (max-width: 991px) {
  #checkout-header .link-list > li {
    width: 100%; }
    #checkout-header .link-list > li + li {
      border-top: solid thin #d9d9d9; } }
#checkout-header .link-list > li > a {
  background-color: #EBEDF2;
  font-family: "brandon_grotesque_regular", sans-serif;
  text-transform: uppercase;
  line-height: 1em; }
  @media (max-width: 991px) {
    #checkout-header .link-list > li > a {
      display: block;
      padding: 7px 0 10px;
      font-size: 14px;
      text-align: left; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #checkout-header .link-list > li > a {
      padding: 13px 20px; } }
  @media (min-width: 1200px) {
    #checkout-header .link-list > li > a {
      padding: 13px 35px;
      font-size: 14px; } }

.accounttop {
  text-align: center; }
  @media (min-width: 992px) {
    .accounttop .navbar-header {
      background-color: #ebedf2;
      text-align: left; } }
  .accounttop .navbar-default {
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 991px) {
      .accounttop .navbar-default {
        background-color: transparent; } }
    @media (min-width: 768px) {
      .accounttop .navbar-default {
        width: 100%; } }
  .accounttop .navbar-header {
    float: none; }
  .accounttop .accountnav > li.current > a {
    color: #fff;
    background-color: #abadb2; }
  @media (max-width: 991px) {
    .accounttop .accountnav > li {
      width: 100%; }
      .accounttop .accountnav > li + li {
        border-top: solid thin #d9d9d9; } }
  .accounttop .accountnav > li > a {
    font-family: "brandon_grotesque_regular", sans-serif;
    text-transform: uppercase;
    color: #818285;
    background-color: #EBEDF2; }
    @media (max-width: 991px) {
      .accounttop .accountnav > li > a {
        display: block;
        padding: 7px 0 10px;
        font-size: 14px;
        text-align: left; }
        .accounttop .accountnav > li > a:hover, .accounttop .accountnav > li > a:focus {
          color: #fff;
          background-color: #abadb2; } }
    @media (min-width: 992px) and (max-width: 1199px) {
      .accounttop .accountnav > li > a {
        padding: 13px 10px; } }
    @media (min-width: 1200px) {
      .accounttop .accountnav > li > a {
        padding: 13px 16px;
        font-size: 14px; } }

/* END Navbars */
/******************************************************/
@media (max-width: 991px) {
  .order-buttons-wrap {
    display: block;
    clear: left;
    text-align: right; } }
@media (max-width: 767px) {
  .order-buttons-wrap {
    padding-right: 15px; } }

@media (min-width: 992px) {
  .my-account .order-top {
    float: right; } }
@media (max-width: 767px) {
  .my-account .order-details .box-account {
    background-color: transparent;
    border-bottom: none; } }

/******************************************************/
/* 404 Not Found */
.not-found-404 {
  font-size: 16px; }
  .not-found-404 dt {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 10px; }
  .not-found-404 ul {
    padding-left: 30px;
    line-height: 2em; }

/* END 404 Not Found */
/******************************************************/
/******************************************************/
/* Nivo slider override */
.nivo-nextNav {
  right: 0 !important; }

.nivo-prevNav {
  left: 0 !important; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden

Using only bounce rules from stylesheet - TW 01-21-2014
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes bounce {
  /* removed 20% to have a longer initial bounce hang - TW */
  0%,  53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

.hover-info-parent {
  display: inline-block;
  vertical-align: top; }
  
.slick-slide .hover-info-parent {
	display: none;
}
.pdp-main-price {padding-bottom: 10px;}
.pdp-main-price.out-of-stock-price {padding-bottom: 0;}
.modal-close {
  position: absolute;
  top: -1em;
  right: -1em;
  font-size: 1.5em;
  display: table; }

.focus-bait {
  color: #818286; }

.focus-bait:hover,
.focus-bait:focus {
  color: inherit;
  text-decoration: none; }

.add-to-left-col .hover-info-target {
  font-family: brandon_text_regular;
  font-weight: 300;
  width: 240px;
  text-transform: none; }

.hover-info-target {
  background: none repeat scroll 0 0 #fff;
  border: 5px solid #ccc;
  opacity: 0;
  left: -9999px;
  padding: 10px;
  position: absolute;
  z-index: 100;
  width: 320px;
  transition: opacity 0.0625s linear 0s;
  -moz-transition: opacity 0.0625s linear 0s;
  -webkit-transition: opacity 0.0625s linear 0s; }

.hover-info-target-inner {
  position: relative; }

.img-max-width {
  max-width: 100%; }

@media (max-width: 399px) {
  .hover-info-target {
    width: 250px; } }
@media (min-width: 480px) {
  .hover-info-parent {
    position: relative; }

  .hover-info-target {
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); } }
.hover-info:focus + .hover-info-target,
.hover-info:hover + .hover-info-target {
  left: 0;
  opacity: 1; }

/* END Nivo slider override */

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%; }

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  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%;
  -webkit-box-sizing: border-box;
  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(../img/loader.gif) no-repeat center center; }

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-bottom-bar {
  bottom: -50px; }

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0); }

#swipebox-top-bar {
  top: -50px; }

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center; }

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../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 {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s; }

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s; }

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  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;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565; }

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  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; }

@-webkit-keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }
@keyframes rightSpring {
  0% {
    left: 0; }

  50% {
    left: -30px; }

  100% {
    left: 0; } }
@-webkit-keyframes leftSpring {
  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; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(13, 13, 13, 0.9); }

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95; }

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

.zoom-thumbnail {
  cursor: pointer; }

.zoom-thumbnail #thumb {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */ }

.zoom-thumbnail #thumb.active {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

.navbar-main .nav > .level0 > a {
  padding: 15px 20px 10px;
  border-bottom: solid 5px transparent; }

.navbar-main .megamenu .nav-view-more {
  color: #000;
  margin-top: 30px; }

.navbar-main .nav-view-more > span {
  display: inline-block;
  vertical-align: middle; }

.navbar-main .nav-view-more:hover {
  color: #333;
  text-decoration: none; }

.brands-best-sellers .row [class*='col-'] {
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.brands-best-sellers .row [class*='col-'] .red-hover {
	position: absolute;
	opacity: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    font-family: "brandon_grotesque_bold", sans-serif;
    font-size: 22px;
    letter-spacing: 2px;
    padding-top: 28%;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.brands-best-sellers .row [class*='col-']:hover .red-hover {
	opacity: 1;
	z-index: 20;
}
.brands-best-sellers .row [class*='col-'] .red-hover img{
	width: 75px;
    display: inline-block;
    padding-right: 10px;
    position: static;
}
.brands-best-sellers .row [class*='col-'] .img-wrap img{

}
.brands-best-sellers .row [class*='col-'] .img-wrap {
	position: relative;
}
.brands-best-sellers .row [class*='col-'] .img-wrap:before{
	content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(200,0,1, 0.6);
    z-index: 10;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.brands-best-sellers .row [class*='col-']:hover .img-wrap:before {
	opacity: 1;
}
a.cat-block-image {
	color: #3e3e3e;
}
a.cat-block-image .cat-block-label {
	font-size: 20px;
	font-family: "brandon_grotesque_bold", sans-serif;
    text-transform: uppercase;
    color: #3e3e3e;
    margin: 15px 20px 10px 20px;
}
.cat-exerpt{
	margin: 0 20px 50px 20px;
}
@media (min-width: 1200px) {
	.brands-best-sellers .row .one-column {
		max-height: 206px;
	    overflow: hidden;
	    display: block;
	    position: relative;
	    margin: 10px 0;
	    padding: 0 10px !important;
	}
	
	.brands-best-sellers .row .one-column img {
		width: 100%;
	    position: relative;
	    top: -80px;
	}
	.brands-best-sellers .row .one-column .red-hover {
		padding-top: 15%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.brands-best-sellers .row .one-column {
		max-height: 168px;
		overflow: hidden;
	    display: block;
	    position: relative;
	    margin: 10px 0;
	    padding: 0 10px !important;
	}
	.brands-best-sellers .row .one-column img {
		width: 100%;
	    position: relative;
	    top: -80px;
	}
	.brands-best-sellers .row .one-column .red-hover {
		padding-top: 15%;
	}
}
@media (min-width: 599px) and (max-width: 991px) {
	.brands-best-sellers .row .one-column {
		max-height: 131px;
	    overflow: hidden;
	    display: block;
	    position: relative;
	    margin: 10px 0;
	    padding: 0 10px !important;
	}
	
	.brands-best-sellers .row .one-column img {
		width: 100%;
	    position: relative;
	    top: -50px;
	}
	.brands-best-sellers .row .one-column .red-hover {
		padding-top: 13%;
	}
	.brands-best-sellers .row [class*='col-'] .red-hover {
		letter-spacing: 1px;
		font-size: 16px;
	}
	.brands-best-sellers .row [class*='col-'] .red-hover img{
		width: 50px;
	    padding-right: 5px;
	}
}

.brands-list-wrap ul {
	
}
.brands-list-wrap ul li {
	font-size: 22px;
    line-height: 40px;
    word-break: break-word;
}
.brands-list-wrap ul li a {
	color: #3e3e3e;
}
.cat-item-wrap {
	max-width: 300px;
	margin: 0 auto;
}

.cat-item-wrap a {
	text-decoration: none;
	color: #3e3e3e;
}
.cat-item-wrap a:hover {
	text-decoration: underline;
}
.cat-item-wrap a .shape-name {
	font-size: 22px;
	color: #494949;
	text-align: center;
	text-decoration: none;
}

.menu-item-wrap {
  margin: 0 5px 15px; }

.navbar-main div.level0 a {
  font-family: brandon_grotesque_regular;
  text-transform: capitalize; }

.menu-item {
  display: block;
  position: relative; }

.menu-item .menu-item-image {
  margin: 1em auto 0;
  display: table;
  max-width: 130px; }

.menu-item:hover::after {
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.5), 0 0 10px 15px rgba(0, 0, 0, 0.5) inset; }

.menu-item:after {
  border-radius: 50% / 30%;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.25), 0 0 10px 15px rgba(0, 0, 0, 0.25) inset;
  content: "";
  display: table;
  height: 0.25em;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1; }

.megamenu .subcategory-list a {
  line-height: 1.8em; }

.megamenu .subcategory-list a:hover {
  border-bottom: solid 1px; }

.navbar-account .dropdown-menu {
  text-align: left;
  padding: 2em 0; }

.navbar-main .level-top.active-category > a {
  color: #eb1c24; }
.menu-block-label {
	font-weight: bold;
	color: #fff;
	font-family: 'brandon_text_regular';
}
.menu-block-description {
  color: #fff; }

.navbar-main div.level0 a {
  display: block;
  padding: 2px 10px;
  color: #fff;
  position: relative;
  z-index: 10; }

.navbar-main div.level0 a:hover {
  color: #ccc; }

.navbar-main div.level0 {
  background-color: #818285; }

.page-topbar {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold; }

.page-topbar a {
  color: #818285;
  padding: 0; }
.page-topbar .navbar-account .ib {width: 33.333%}

.header-motto h1.home {
    font-size: 1em;
    line-height: 1.42;
    font-family: brandon_text_bold, sans-serif;
    margin: 0;
}
  
.header-contact,
.ib {
  display: inline-block; }

.uc {
  text-transform: uppercase; }

.main-header .logo {
  display: inline-block; }

header[role="banner"] {
  margin-top: 10px; }

.header-motto {
  font-family: brandon_text_bold, sans-serif;
  text-transform: uppercase; }
.page-topbar .navbar-account {margin: 0;}  
.page-topbar .navbar-account .col-xs-4 {padding: 0;}

.abs-wrap .nc-dropdown-toggle {text-transform: initial;}
.navbar-cart .dropdown-menu {
	margin-top: 12px;
	border-top: 1px solid #474849;
}
.navbar-cart .dropdown-menu .headerCartItems {
	overflow-x: hidden;
	overflow-y: scroll;
    height: 260px;
}
.navbar-cart .dropdown-menu .headerCartHeader{
    -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-cart .dropdown-menu .headerCartHeader a {
	padding: 10px 40px;
	border-bottom: 1px solid #474849;
    width: 100%;
}
.navbar-cart .dropdown-menu .divider {margin: 0;}
.navbar-cart .dropdown-menu .triangle-top {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #474849;
	margin: 0 auto;
	right: -1px;
    top: -11px;
    z-index: 9999;
}
.navbar-cart .dropdown-menu .triangle-top:after {
	content:'';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ebedf2;
	margin: 0 auto;
	right: -10px;
    top: 1px;
}
.navbar-cart .dropdown-menu .col2-set .col-1, 
.navbar-cart .dropdown-menu .col2-set .col-2 {
    float: left;
    width: 35%;
}
.navbar-cart .dropdown-menu .headerCartButton {
	background-color: #fff;
    border-top: 1px solid #474849;
    border-bottom: 1px solid #474849;
    padding: 10px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.navbar-cart .dropdown-menu .headerCartButton a {
	width: 100%;
	float: none;
	padding: 8px;
}
.navbar-cart .dropdown-menu .calc-shipping {
	text-align: right;
	margin-right: 15px;
	padding-top: 15px;
}
.navbar-cart .dropdown-menu .calc-shipping a {
	color: #818285;
	padding: 3px 15px;
}
.navbar-cart .dropdown-menu .calc-shipping a:hover,
.navbar-cart .dropdown-menu .calc-shipping a:focus {
	background-color: transparent;
	text-decoration: underline;
}
@media (max-width: 1024px) {
	.navbar-cart .dropdown-menu .triangle-top {
		right: 18px;
	}
}
@media (max-width: 480px) {
  .menu-item .shape-name {
    font-size: 12px;
    text-align: center; }

  .logo-wrap {
    vertical-align: middle; }

  .row.xs-no-gap {
    margin: 0; }

  .row.xs-no-gap .row-col {
    padding-left: 0;
    padding-right: 0; }

  .navbar-cart #headerCart {
    z-index:999999;
  }

  .modal-open{
    position: static;
    -webkit-overflow-scrolling: none;
  }

  .navbar-cart .dropdown-menu {
    transform: none;
    -webkit-overflow-scrolling: touch;
    -ms-transform: none;
    -webkit-transform: none;
    overflow-y:scroll;
    overflow-x:hidden;
    right: 0;
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    margin-right: -10px;
    height: auto;
    max-height: 290px;
    min-height: 350px;
    }

  .navbar-cart .dropdown-menu .calc-shipping{
    padding-bottom:1rem;
  }

  .navbar-cart .dropdown-menu .headerCartHeader {
	position: fixed;
    width: 100%;
    z-index: 1001;
    -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.175);
  }
  .navbar-cart .dropdown-menu .divider {margin: 20px 0;}
  .navbar-cart .dropdown-menu .triangle-top {
	right: 30px;
  }
  .navbar-cart .headerCartButtons {
	position: relative; 
	bottom: 0;
  }
  .navbar-cart .headerCartButton {
    width: 100%;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .navbar-account .dropdown-menu {
    left: 0; }

  #search {
    width: 100%; }

  #search_mini_form {
    padding-right: 60px !important; }

  .logo-wrap {
    padding-right: 5px; }

  .main-header .logo {
    max-width: 65px; } }
@media (min-width: 481px) and (max-width: 768px) {
  .megamenu {
    padding: 2em; } }
@media (min-width: 481px) {
  .navbar-cart {
    right: 0px !important; }

  .header-motto-wrap {
    margin-top: 15px; }

  .logo-wrap, .header-motto-wrap {
    padding-right: 15px; }

  .header-contacts {
    margin-bottom: 15px; }

  .main-header .logo {
    max-width: 105px; } }
@media (min-width: 481px) and (max-width: 571px){
}
@media (max-width: 768px) {
  .megamenu {
    padding: 2em 0; } }
@media (max-width: 767px) {
  .subcategory-list {
    padding: 0; } }
@media (min-width: 768px) {
  .header-motto {
    font-size: 1.8em;
   }
 }
@media (max-width: 1024px) {
  .desktop-only {
    display: none !important; }
  .header-cart-wrap {
	position: absolute;
    right: 0;
    top: 8px;
  }
  .badge {
	  margin-left: 0px;
  }
  .page-topbar {
    text-align: center;
    background-color: #ebedf2;
    padding: 10px 0; }
  
  .page-topbar .navbar-account .col-xs-4,
  .page-topbar .navbar-account .col-xs-6  {border-left: 1px solid;}
  .page-topbar .navbar-account .col-xs-4:first-child,
  .page-topbar .navbar-account .col-xs-6:first-child {border-left: none;}
  .page-topbar .navbar-account .login_link {color: #000;}
  
  .navbar-main {
    padding: 0 10px; }
  .header-content {
    padding: 0 10px; }
  .abs-wrap {
    position: absolute;
    right: 0;
    top: 50px;
    margin-right: 10px;
    z-index: 50; }
    
   .quick-access .ib {
    padding-left: 10px; }

  #search_mini_form {
    padding-right: 80px; }

  .mobile-cart {
    padding: 7px;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 100; }

  .quick-access .mobile-cart .navbar-cart .dropdown-toggle {
    display: table !important; }

  .quick-access-wrap {position: relative;}

  .header-search-wrap {
    position: relative;
    margin-top: 10px; }

  .navbar-main .col-xs-12 .nav-view-more {
    display: block;
    text-align: right;
    width: 100%; }

  .megamenu {padding: 2em 0;} 
  .megamenu .row {margin: 0;}

  .navbar-main .level-top {
    position: relative;
    border-top: solid thin #ccc; }

  .navbar-main div.level0 {
    transition: all 0.125s linear 0s;
    display: none;
    height: 0; 
    padding: 15px 20px;
    background-color: #F8F8F8; }
    
  .navbar-main ul.level0-inner li {
    padding: 7px 0; }
    
  .navbar-main div.level0 a {
	  text-transform: uppercase;
	  color: #818285;
	  font-size: 14px;
	  font-family: "brandon_text_regular", sans-serif;
  }
  .navbar-main ul.level1-inner {
	margin-left: 10px;
    margin-top: 10px;
  }
  .navbar-main div.level0 div.static-block {
    margin: 10px -20px 0 -20px;
    padding: 10px 0 0 0;
    border-top: 1px solid #ccc;
    text-align: center;
  }
  .accordian-trigger-active {
    display: block !important;
    height: auto !important; }

  .accordian-trigger {
    background-color: transparent;
    font-size: 24px;
    height: 36px;
    border: 1px solid #818285;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 7px;
    width: 36px;
    cursor: pointer; }

  .level0.active-category > .accordian-trigger {
    background-color: #eb1c24;
    color: #fff;
    border: solid 1px #fff; } }

@media (min-width: 1025px) {
  .header-search-wrap {
    margin-bottom: 32px;
    position: absolute;
    left: 58.7%;
    top: 68px; }

  #search_mini_form {
    display: inline-block; }

  .quick-access {
    margin-top: 30px;
    text-align: right; }
  .abs-wrap {
    padding-top: 27px; }

  .quick-access .ib {
    padding-left: 25px; }

  .page-topbar {
    text-align: right;
    position: relative; }
    
  .page-topbar-inner {
    width: 320px;
    margin: 0;
    float: right;
    position: absolute;
    left: 57%;
    top: 30px;
    z-index: 100;}

  .navbar-brand:hover, .navbar-brand:focus {
    outline: thin solid #CCC;
    text-decoration: none;
    cursor: pointer; }

  .navbar-header {
    float: left; }

  .accordian-trigger,
  .mobile-only {
    display: none !important; }

  .menu-border-left .widget-static-block {
    border-left: 2px solid #aaa;
    padding-left: 25px; }

  .menu-border-right .widget-static-block {
    border-right: 2px solid #aaa;
    padding-right: 25px; }

  .navbar-main .level-top:hover > a {
    border-bottom-color: #eb1c24;
    color: #eb1c24; }

  .navbar-main .navbar-nav {
    display: flex;
    float: none; }

  .navbar-main .navbar-nav > .level0 {
    flex: 1 1 auto;
    text-align: center; }

  .navbar-main .level-active > .level0 {
    left: auto;
    display: block; }
    
  .navbar-main .level-active.last > .level0{
    left: auto;
    right: 0;
    display: block; }

  .navbar-main div.level0 {
    left: -999em;
    white-space: nowrap;
    text-align: left;
    width: auto;
    z-index: 100;
    background-color: #818285;
    color: #fff;
    padding: 15px;
    position: absolute; }
    
  .navbar-main ul.level0-inner.twoColumns,
  .navbar-main ul.level1-inner.twoColumns {
	columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .navbar-main ul.level0-inner.threeColumns,
  .navbar-main ul.level1-inner.threeColumns {
	columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  } 
  .navbar-main ul.level0-inner.fourColumns,
  .navbar-main ul.level1-inner.fourColumns {
	columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
  }
    
  .navbar-main ul.level0-inner li {
    margin: 0 10px;
    line-height: 30px; }
    
  .navbar-main div.level0 div.static-block {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #fff;
    text-align: center;
  }
  .navbar-main li.level1 > .row {
    min-height: 240px; }

  header[role="banner"] {
    position: relative;
    margin-top: 0; }

  .accordian-trigger,
  .mobile-only {
    display: none !important; }

  .menu-border-left .widget-static-block {
    border-left: 2px solid #aaa;
    padding-left: 25px; }

  .menu-border-right .widget-static-block {
    border-right: 2px solid #aaa;
    padding-right: 25px; } }
    
@media (max-width: 1199px) and (min-width: 1025px) {
	#search_mini_form .inline-submit-input{min-width: 250px;}
	.header-search-wrap{left: 60%;}
}    

#adj-nav-navigation-top .block-layered-nav {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top div.adjnav-filter,
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top div.adjnav-filter-by {
	margin: 20px 60px 0 0;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top div.adjnav-filter-by {
	display: inline-block;
    vertical-align: top;
    margin-right: 0;
    float: right;
}
#adj-nav-navigation-top div.adjnav-filter-by #adj-nav-filter-filtering-by{
	right: 0;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top div.adjnav-filter:first-child {
	margin-left: 0;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top div.adjnav-filter:last-child {
	margin-right: 0;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dt {
    padding: 0;
    font-family: "brandon_text_regular", sans-serif;
    background: none;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dt:after {
	content: "\E602";
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dt.adj-nav-dt-selected {
	background: none;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dt.adj-nav-dt-selected:after{
	content: "\E601";
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}    
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd {
	background-color: #ECEDF2;
	padding: 15px;
	position: absolute;
	z-index: 999;
	visibility: hidden;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd.adj-nav-dd-visable {
	visibility: visible;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd ol {
	margin-bottom: 0;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd#adj-nav-filter-price ol {
	margin-bottom: 10px;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd#adj-nav-filter-price ol li .input-price {
	width: 65px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd#adj-nav-filter-price ol li .input-price label{
	margin: 0;
    text-transform: uppercase;
    font-size: 12px;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd#adj-nav-filter-price ol li .input-price input {
    border-radius: 0;
    border: 1px solid #474849;
    background-color: #fff;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd#adj-nav-filter-price ol li button {
	padding: 7px 20px;
    background-color: #ec1c24;
    color: #fff;
    margin: 0 0 0 6px;
    vertical-align: bottom;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd#adj-nav-filter-price ol li .currency-sign {
	font-size: 20px;
    vertical-align: bottom;
    color: #474849;
}
#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd .aitcontainer {
    border: none;
    background-color: transparent;
    width: 150px;
    padding: 0;
    overflow-y: auto;
}

.toolbar-bottom .toolbar .sort-by,
.toolbar-bottom .toolbar .view-mode,
.toolbar-bottom .toolbar .show-per-page,
.toolbar-bottom .toolbar .direction {
	display: none;
}

/*  Home Page Grid  */

.home-banner {margin-top: 15px;}

.home-grid {position: relative;}
.home-grid .row {margin: 0 -7px;}
.home-grid [class^=col-] {padding: 7px 15px 0 7px; z-index: 48;}
.home-grid [class^=col-]:first-child {padding: 7px 7px 0 15px;}
.home-grid [class^=col-] [class^=col-] {padding: 0 7px;}
.home-grid .block-wrap {padding: 7px 0; position: relative;}
.home-grid .block-wrap a img,
.home-grid .block-wrap a span {
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.home-grid .block-wrap a:hover span {}
.home-grid .block-wrap a:hover img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.home-grid .block-wrap .block-toggle {
	position: absolute;
    bottom: 7px;
    color: #fff;
    font-size: 40px;
    font-family: "brandon_grotesque_light", sans-serif;
    width: 100%;
    padding: 10px 20px;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.home-grid .block-wrap .block-toggle:before {
	content: "\E602";
    font-family: 'Glyphicons';
    float: right;
    padding-top: 18px;
    font-size: 20px;
}
.home-grid .block-wrap .block-toggle.open {background: rgba(0,0,0,0.7);}
.home-grid .block-wrap .block-toggle.open:before {content: "\E208"; padding-top: 10px;}
.home-grid .block-wrap .block-toggle p {font-size: 24px; display: none;}
.home-grid .block-wrap .block-toggle.open p {display: block;}
.sunglasses-background {
	position: absolute;
    bottom: 0;
    left: -200px;
    z-index: 0;
}
.home-news-updates,
.newsletter {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.home-news-updates .blog-post {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 30px 0;
    margin-top: 50px;
    position: relative;
}
.home-news-updates .blog-post:after {
	content: "";
    background-color: #fff;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
.home-news-updates .block-recent-posts .blog-post h2,
.newsletter .home-subscribe h2 {
	font-size: 36px;
	margin: 0;
    padding-bottom: 15px;
}
.home-news-updates .block-recent-posts .blog-post .blog-post-wrap,
.newsletter .home-subscribe {
	position: relative;
    z-index: 100;
    margin: 0 auto;
    padding: 0 45px;
}
.home-news-updates .block-recent-posts .blog-post h2 a {color: #484848;}
.home-news-updates .block-recent-posts .blog-post .post-excerpt,
.newsletter .home-subscribe p {
	font-size: 24px;
    line-height: 30px;
    font-family: "brandon_grotesque_light", sans-serif;
}
.newsletter {
	background-color: #474849;
}
.newsletter .home-subscribe {
	padding-top: 30px;
	padding-bottom: 70px;
	color: #fff;
}
.newsletter .home-subscribe p {
	margin: 0 0 20px;
}
.newsletter .home-subscribe #newsletter-validate-detail {width: 100%; padding: 0;}
.newsletter .home-subscribe #newsletter-validate-detail .input-text {
	width: 78%;
    display: inline-block;
    height: 50px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #818285;
    font-size: 22px;
    font-family: "brandon_grotesque_light", sans-serif;	
}
.newsletter .home-subscribe #newsletter-validate-detail .button {
	background-color: #ec1c24;
	width: 20%;
    color: #fff;
    overflow: hidden;
    font-size: 20px;
    height: 50px;
}
.newsletter .home-subscribe #newsletter-validate-detail .button:hover {
	background-color: #ad0e15;
}
.newsletter .home-subscribe #newsletter-validate-detail .button .glyphicon {
	vertical-align: top;
    font-size: 18px;
}
@media (max-width: 991px){
	.newsletter .home-subscribe #newsletter-validate-detail .input-text {
		width: 68%;
	}
	.newsletter .home-subscribe #newsletter-validate-detail .button {
		width: 30%;
	}
}
@media (max-width: 599px){
	.newsletter .home-subscribe #newsletter-validate-detail .button {
		font-size: 12px;
	}
}
@media (max-width: 399px){
	.newsletter .home-subscribe #newsletter-validate-detail .button {
		font-size: 7px;
	}
}
@media (min-width: 768px){
	.home-news-updates .block-recent-posts .blog-post .blog-post-wrap,
	.newsletter .home-subscribe {
		max-width: 750px;
	}
}
@media (min-width: 992px){
	.home-news-updates .block-recent-posts .blog-post .blog-post-wrap,
	.newsletter .home-subscribe {
		max-width: 970px;
	}
}
@media (min-width: 1200px){
	.home-news-updates .block-recent-posts .blog-post .blog-post-wrap,
	.newsletter .home-subscribe {
		max-width: 1170px;
	}
}
@media (max-width: 599px) {
    .home-grid .row {margin: 0;}
	.home-grid [class^=col-],
	.home-grid [class^=col-]:first-child {padding: 0;}
	.home-grid [class^=col-] [class^=col-] {padding: 0 7px;}
}
@media (max-width: 1024px) {

	#adj-nav-navigation-top .navbar-main {
		padding: 0;
		margin: 0;
	}
	#adj-nav-navigation-top .block-layered-nav {
		margin-bottom: 0;
	}
	#adj-nav-navigation-top .navbar-collapse {
		background-color: #ebedf2;
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top .navbar-filter-collapse {
		padding: 0 15px;
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top .navbar-filter-collapse div.adjnav-filter {
		display: block;
		width: 100%;
		margin: 0;
		border-top: 1px solid #818285;
		position: relative;
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top .navbar-filter-collapse div.adjnav-filter:last-child dd {
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top .navbar-filter-collapse div.adjnav-filter dt.adj-nav-dt {
		display: block;
		margin: 0;
		padding: 15px 0;
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top .navbar-filter-collapse div.adjnav-filter .accordian-trigger {
		right: 0;
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd {
		visibility: hidden;
		position: absolute;
		top: -9999px;
		left: -9999px;
		display: block;
		background-color: #fff;
		border-top: 1px solid #818285;
		width: 100%;
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd.adj-nav-dd-visable {
		visibility: visible;
		display: block;
		position: relative;
		top: 0;
		left: 0;
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dd ol li a {
		margin: 10px 0;
		display: inline-block;
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dt:after,
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top dt.adj-nav-dt-selected:after {
		display: none;
	}
	#adj-nav-navigation-top .block-layered-nav #narrow-by-list-top .collapse {
		position: absolute !important;
		top: -9999px !important;
		left: -9999px !important;
		display: block !important;
		width: 100%;
	}
	.toolbar-top .toolbar .pagination,
	.toolbar-top .toolbar .direction {
		display: none;
	}
	.toolbar-top .toolbar .sort-by,
	.toolbar-top .toolbar .sort-by select {
		float: none;
		margin: 10px 0;
	}
	.toolbar-top .toolbar .sort-by select {
		margin: 0 auto;
	    border: 1px solid #818285;
	    font-size: 16px;
	    height: 45px !important;
	    background-size: 45px 45px;
	}
	.category-header {
		text-align: center;
		padding: 0;
	}
	.category-description,
	.pdp-description-wrap {
		display: none;
	}
	.cat-description-button,
	.cat-description-button:hover,
	.pdp-description-button,
	.pdp-description-button:hover {
		background-color: transparent;
	    border: 1px solid #818285;
	    font-size: 16px;
	    font-family: inherit;
	    font-weight: inherit;
	    padding: 10px 30px;
	    max-width: 300px;
	    margin: 10px auto 30px auto;
	    display: block;
	}
}
.autorelated-container .related-products-grid,
.home-page-product-list,
.viewed-products-slider {
	margin: 0 25px;
}
.viewed-products-slider-wrap {
	padding: 0 30px;
}
body.cms-page-view .viewed-products-slider-wrap {display: none;}
.autorelated-container .related-products-grid h2.sku,
.home-page-product-list h2.sku,
.viewed-products-slider h2.sku {
	font-size: 13px;
	text-align: center;
	height: 40px;
	overflow: hidden;
}
.autorelated-container .related-products-grid .price-values .in-units,
.home-page-product-list .price-values .in-units,
.viewed-products-slider .price-values .in-units {
	font-size: 12px;
	height: 20px;
	max-width: 120px;
    margin: 0 auto;
    display: block;
}
.category-products .main-products-grid .btn-cart {width: 100%;}
.autorelated-container .related-products-grid .btn-cart,
.home-page-product-list .btn-cart,
.viewed-products-slider .btn-cart,
.category-products .main-products-grid .btn-cart,
.cart.cart-empty .btn-cart {
	background-color: transparent;
	color: #474849;
	border: 1px solid #474849;
}
.category-products .main-products-grid .btn-cart.btn-more-info {
	background-color: #474849;
	color: #fff;
	border: 1px solid #474849;
	width: 65%;
}
.category-products .main-products-grid .btn-cart:hover {
	color: #ec1c24;
	border: 1px solid #ec1c24;
} 
.autorelated-container .related-products-grid .btn-cart:hover,
.home-page-product-list .btn-cart:hover,
.viewed-products-slider .btn-cart:hover,
.category-products .main-products-grid .btn-cart.btn-more-info:hover,
.cart.cart-empty .btn-cart:hover {
	color: #ffffff;
    background-color: #ec1c24;
    border-color: #dc121a;
}
.autorelated-container .related-products-grid .price-values .old-price,
.home-page-product-list .price-values .old-price,
.viewed-products-slider .price-values .old-price,
.autorelated-container .related-products-grid .price-values br,
.home-page-product-list .price-values br,
.viewed-products-slider .price-values br {
	display: none;
}
.home-page-product-list-block {
    margin: 15px 0;
}
.home-page-product-list-title h2 {
	font-family: "brandon_grotesque_light", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0px 0 6px 0;
}
.home-page-product-list-view-all {
	font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
}
.home-page-product-list-rule {
    border-bottom: solid 1px #818285;
        margin-bottom: 20px;
}
.home-grid .block-wrap .home-page-product-list a span {
	-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* SLICK Slider */

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

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
    border: none;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'Glyphicons';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -20px;
}
[dir='rtl'] .slick-prev {
    right: -20px;
    left: auto;
}
.slick-prev:before {
    content: "\E225";
}
[dir='rtl'] .slick-prev:before {
    content: "\E224";
}
.slick-next {
    right: -20px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -20px;
}
.slick-next:before {
    content: "\E224";
}
[dir='rtl'] .slick-next:before {
    content: "\E225";
}

/* Reviews Page */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}


.review-highlight .col-sm-4 {	
	margin: 15px 0;
	display: flex;
    flex-direction: column;
    width: 33.2%;
}
.review-highlight .col-sm-4 .review-highlight-inner {
	padding: 15px;
	border: 1px solid #dedede;
	height: 100%;
}
.review-highlight .col-sm-4 .review-highlight-inner .reviewer-name {
	font-weight: bold;
}
.review-highlight .col-sm-4 .review-highlight-inner .reviewer-location {
	font-style: italic;
}
.review-highlight .col-sm-4 .review-highlight-inner p {
	font-size: 16px;
}
.review-highlight .col-sm-4 .review-highlight-inner .stars .on {
	width: 20px;
    height: 19px;
    background-image: url(https://www.shopperapproved.com/page/images3_0/stars/star-full-sm.png);
    display: inline-block;
}
.review-highlight .col-sm-4 .review-highlight-inner .stars .on.half {
	width: 20px;
    height: 19px;
    background-image: url(https://www.shopperapproved.com/page/images3_0/stars/star-half-sm.png);
    display: inline-block;
}
.review-highlight .col-sm-4 .review-highlight-inner .stars .off {
	width: 20px;
    height: 19px;
    background-image: url(https://www.shopperapproved.com/page/images3_0/stars/star-empty-sm.png);
    display: inline-block;
}
.reviews-wrap {
	font-size: 16px;
    font-family: brandon_grotesque_light;
    max-width: 775px;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
#review_header .percentage,
#review_header .graph,
#review_header .stars,
#review_header .overall {
	-webkit-box-shadow: none;
    box-shadow: none;
}
@media (max-width: 600px) {
	.review-highlight .col-sm-4 {
		width: 100%;
	}
}
@media (min-width: 720px){
	.reviews-wrap #review_header .percentage,
	.reviews-wrap #review_header .graph,
	.reviews-wrap #review_header .stars {
		margin-left: 45px;
	}
}
.reviews-wrap #merchant_page .paging .sa_page,
.reviews-wrap #product_page .paging .sa_page {
	box-sizing: border-box;
}
.reviews-wrap #merchant_page div,
.reviews-wrap #product_page div {
	line-height: normal;
	font-size: 15px;
}
.reviews-wrap #merchant_page div.info,
.reviews-wrap #product_page div.info {
	font-weight: bold;
}
#product_just_stars {
	cursor: pointer;
	margin: 5px 0 10px 0;
}
#product_just_stars .ind_cnt {
	font-size: 12px;
    display: inline;
    padding-left: 7px;
    text-decoration: underline;
}
#shopper_review_page .pr_link {
	font-size: 16px;
    padding: 4px 12px;
}
.pdp-tabs {
	margin: 50px 0;
}
.pdp-tabs .nav-tabs > li > a {
	text-align: center;
	border: none;
	font-family: brandon_grotesque_black;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #818285;
}
.pdp-tabs .nav-tabs > li > a:hover {
	border: none;
	color: #474849;
}
.pdp-tabs .nav-tabs > li.active > a, 
.pdp-tabs .nav-tabs > li.active > a:hover, 
.pdp-tabs .nav-tabs > li.active > a:focus {
	border: none;
	border-bottom: 5px solid;
	color: #474849;
}
.pdp-tabs .tab-content > .tab-pane {
	padding: 20px;
	font-size: 15px;
}
.pdp-tabs > .panel-group > .panel {
	border-left: none;
	border-right: none;
	-webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}
.pdp-tabs > .panel-group > .panel > .panel-heading {
	background-color: #fff;
	position: relative;
	padding: 16px 10px;
}
.pdp-tabs > .panel-group > .panel > .panel-heading > .panel-title {
	text-transform: uppercase;
}
.pdp-tabs > .panel-group > .panel > .panel-heading > .panel-title > a > .accordian-trigger {
	line-height: normal;
}
.pdp-tabs > .panel-group > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
}
.panel-group > .panel + .panel {
    margin-top: 0;
    border-top: none;
    overflow: visible;
}
#pdp_tabs-accordion a.js-tabcollapse-panel-heading:after {
  content: "-";
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid #818285;
  top: 7px;
  right: 15px;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
}
#pdp_tabs-accordion a.js-tabcollapse-panel-heading.collapsed:after {
  content: "+";
}

.stretch_it{white-space: nowrap;}
.justify{text-align: justify;}

.main-header {
    margin-bottom: 10px;
    padding: 0;
}
.header-topbar-wrap {
    display: none;
    background-color: #ebedf2;
    margin-bottom: 10px;
}
.header-topbar {
    color: #818285;
    padding: 10px 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.header-topbar-menu {
    margin: 0 -12px;
    display: flex;
}
.header-topbar .button {
    color: #818285;
    font-family: "brandon_text_regular", sans-serif;
}
.header-topbar .comp_descr {
    text-transform: uppercase;
    font-size: 16px;
    margin-right: auto;
}
.header-topbar .welcome-message {
    padding: 0 25px;
}
@media screen and (min-width:1025px) {
    .header-topbar-wrap {
        display: block;
    }
}

.header-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -10px;
    justify-content: space-between;
}
.header-main > * {
    margin: 10px 0;
}
.header-main-logo {
    text-align: center;
    flex: 1 1 auto;
    max-width: 244px;
}
.header-main-motto {
    display: none;
    font-size: 13px;
    font-family: brandon_text_regular;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0;
}
.header-main-motto.header-main-motto-sm {
    display: block;
    text-align: center;
    font-size: 16px;
}
.header-middle {
    display: none;
}
.header-menu-top {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 0;
    margin: 0 -10px;
}
.header-main-link {
    padding: 0 7px;
    display: block;
}
.header-main-link .badge{
    right: 10px;
}
.header-main-icon {
    font-size: 32px;
}
.main-header a.header-main-toggle:hover,
.main-header a.header-main-toggle:focus {
  color: #818285; }
.header-main-toggle.sidenav-toggle .glyphicon::before {
    content: "\e517";
}
.header-main-toggle.sidenav-toggle.sidenav--on {
    z-index: 1000;
    color: white;
}
.header-main-toggle.sidenav-toggle.sidenav--on:hover,
.header-main-toggle.sidenav-toggle.sidenav--on:focus {
    color: white;
}
.header-main-toggle.sidenav-toggle.sidenav--on .glyphicon::before {
    content: "\e208";
}
.header-main-addbysku, .header-main-search {
    display: none;
}
.header-main-search #search_mini_form {
    padding: 0;
    display: block;
}
.header-main-search #search_mini_form .inline-submit-input {
    min-width: auto;
    max-width: none;
}
.header-main .return-to-cart {
    margin-top: 20px;
}
.header-main > * {
    margin: 0 10px;
}
.header-menu {
    max-width: 300px;
    flex: 1;
}
.header-main .return-to-cart {
    margin-top: 0;
    text-align: right;
}
.header-selling-points-mobile {
    margin-top: 10px;
}
#header-carousel {
    background-color: black;
}
#header-carousel .carousel-inner {
    width: auto;
    padding: 0 30px;
}
#header-carousel .item {
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-align: center;
    min-height: 60px;
    align-items: center;
    justify-content: center;
}
#header-carousel .carousel-inner > .active,
#header-carousel .carousel-inner > .next,
#header-carousel .carousel-inner > .prev {
    display: flex; }

#header-carousel .carousel-control {
    width: 30px;
    color: #ccc;
}
#header-carousel .carousel-control .glyphicon-chevron-left {
    left: 10px;
}
#header-carousel .carousel-control .glyphicon-chevron-right {
    right: 10px;
}
#header-carousel .carousel-control:hover {
    color: white;
}
#header-carousel .carousel-control .glyphicon {
    margin-top: -10px;
}
@media screen and (min-width: 421px) {
    .header-main {
        flex-direction: row;
        margin: 0 -10px;
        justify-content: space-between;
    }
    .header-main-motto {
        display: block;
    }
    .header-main-motto.header-main-motto-sm {
        display: none;
    }
}
@media screen and (min-width: 481px) {
    .header-menu-top {
        justify-content: flex-end;
    }
    .header-main-icon {
        font-size: 20px;
    }
    .header-main-addbysku, .header-main-search {
        display: block;
    }
    .navbar-main-search {
        display: none;
    }
    .header-main-link {
        padding: 0 15px;
    }
}
@media screen and (min-width: 769px) {
    .header-middle {
        display: block;
        flex: 1;
    }
}
@media screen and (min-width: 1025px) {
    .header-main-toggle {
        display: none;
    }
}

#nav-main-wrap {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #666;
    background-color: rgba(102,102,102,0.75);
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 100;
    overflow: auto;
    transition: 0.5s;
}
#nav-main-wrap.sidebar--open {
    width: 100%;
}
#nav-main {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    box-shadow: #818285 6px 5px 30px -10px;
    z-index: 100;
    background-color: #fff;
    width: 80%;
    min-width: 260px;
    max-width: 480px;
}
.nav_wrapper {
    background-color: #666;
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0.9;
}
.nav-main-panel {
    padding: 10px;
}
.nav-main-header {
    margin-bottom: 10px;
}
.nav-main-menu {
    margin: 0;
    border-bottom: 1px solid #dbdde3;
}
.nav-main-footer {
    margin-top: 10px;
    margin-bottom: 20px;
}
.navbar-main .nav-main-close .glyphicon::before {
    content: "\e208";
}

.navbar-main-left {
    margin-right: auto;
}
.navbar-main-top {
    display: flex;
    align-items: center;
}
.navbar-main-welcome {
    max-width: 140px;
}
.collapsing.width {
    height: auto;
    width: 0;
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
}
.navbar-main-button {
    display: block;
    border: none;
    padding: 5px 8px;
    background: none;
    text-align: center;
    text-transform: uppercase;
    font-family: "brandon_grotesque_bold", sans-serif;
    font-size: 16px;
    white-space: nowrap;
}
.navbar-main-button:hover {
    background: none;
}
.navbar-main-myacc-button i:before {
    content: "\f077";/* fa-chevron-up */
}
.navbar-main-myacc-button.collapsed i:before {
    content: "\f078";/* fa-chevron-down */
}
#navbar-main-myacc-menu ul {
    text-align: right;
    padding: 15px 20px;
    background-color: #F8F8F8;
}
#navbar-main-myacc-menu ul > li {
    padding: 5px 0;
}
#navbar-main-myacc-menu ul > li a {
    display: block;
    font-size: 14px;
    font-family: "brandon_text_regular", sans-serif;
}
#navbar-main-myacc-menu ul > li a:hover {
    background-color: #F0F0F0;
}
.navbar-main .nav > .level0 > a {
    padding: 0;
}
.navbar-main .navbar-item {
    display: flex;
    align-items: center;
    padding: 15px 20px 10px;
}
.navbar-main .navbar-link {
    flex-grow: 1;
}
.navbar-main .navbar-trigger {
    font-size: 20px;
    padding: 6px;
}
.navbar-main div.level0 {
    clear: both;
}
.navbar-main-icon {
    margin: 0 7px;
}
@media (min-width: 1025px) {
    #nav-main-wrap {
        position: static;
        background-color: #000;
        width: auto;
        height: auto;
        overflow: visible;
        z-index: 0;
    }
   #nav-main {
        display: block;
        visibility: visible;
        position: relative;
        width: auto !important;
        height: auto;
        padding-bottom: 0;
        overflow: visible;
        min-height: 0;
        margin-bottom: 20px;
        border: none;
        box-shadow: none;
        background-color: transparent;
        min-width: auto;
        max-width: none;
    }
    .nav-main-panel {
        padding: 0;
        min-width: 0;
    }
    .nav-main-header, .nav-main-footer {
        display: none;
    }
    .nav-main-menu {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        border: none;
    }
    .nav-main-menu > * {
        flex: 1 1 auto;
    }
    .nav-main-menu .level-top a {
        padding: 0;
        color: #fff;
    }
    .nav-main-menu .navbar-item {
        padding: 10px 5px 5px;
    }
    .nav-main-menu .navbar-link {
        flex-grow: 1;
        text-align: center;
    }
    .nav-main-menu .navbar-trigger {
        display: none !important;
    }
    .nav-main-menu div.level0 {
        clear: both;
    }
    .nav-main-menu .level-top .navbar-item {
        border-bottom: solid 5px transparent;
    }
    .nav-main-menu .level-top:hover > .navbar-item {
        border-bottom-color: #eb1c24;
        background-color: #fff;
    }
    .nav-main-menu .level-top:hover > .navbar-item > a {
        color: #eb1c24;
    }
    .navbar-main div.level0 {
        background-color: #fff;
        box-shadow: #aaa 0px 3px 10px 1px;
    }
    .navbar-main div.level0 a {
        color: #818285;
    }
    .navbar-main div.level0 a:hover {
        color: #000;
        background-color: #eee;
    }
}


.checkout-cart-index .container-main,
.wishlist-guest-index .container-main {
    min-height: 0;
}
.cart.cart-empty {
    text-align: center;
    margin: 40px 0;
}
.cart.cart-empty .page-title {
    background-image: url(/skin/frontend/neva/default/images/checkout-empty-sunglasses.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    padding-bottom: 0;
    margin-top: 30px;
    min-height: 140px;
}
.cart.cart-empty .page-title h1 {
    font-size: 30px;
    margin-bottom: 0;
}
.cart.cart-empty .btn-cart {
    margin: 10px;
}
.cart-empty-shop-panel {
    display: flex;
    justify-content: center;
}
.cart-empty-shop-btn {
    flex: 1 1 0;
    max-width: 150px;
}
@media screen and (min-width: 640px) {
    .cart.cart-empty .page-title {
        padding-top: 20px;
    }
}