/*COLORS*/
/*FONTS*/
/*PADDINGS & MARGINS*/
/*GENERAL*/
/*HEADER & NAVIGATION*/
/*BUTTONS*/
/*FORMS*/
/*HOMEPAGE*/
/*FOOTER*/
/* font styles */
/* ------------------------------------- */
html * {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  background-color: #dcdddf;
  overflow-x: hidden;
  color: #5f6062;
}
h1,
h2,
h3,
h4 h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a {
  color: #5f6062;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
  position: relative;
}
table {
  width: 100%;
}
th {
  text-align: left;
}
td {
  vertical-align: top;
}
img {
  height: auto;
  max-width: 100%;
}
#secondary {
  width: 25%;
}
#secondary nav {
  padding-left: 0px;
  padding-right: 10px;
}
#secondary nav a {
  margin-left: 15px;
  color: #000;
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  line-height: 20px;
}
#secondary .account-welcome {
  margin-top: 52px;
}
#primary {
  width: 75%;
}
#main {
  background: #fff;
  position: relative;
  padding: 10px 20px;
  margin: 0 -20px 0 -20px;
}
#wrapper {
  background: #ffffff;
}
.shipping-promos li {
  color: #ffd100;
  list-style: none;
}
.browser-compatibility-alert {
  background: url("../images/interface/icon-alert.png") no-repeat scroll 1em 1em #faeded;
  border: 1px solid;
  color: #9E0F0F;
  margin: 1em;
  padding: 0.5em 4em;
}
#footer.compare-bar-active {
  padding-bottom: 190px;
}
.primary-content dl {
  clear: both;
  overflow: hidden;
}
.primary-content dl dt {
  clear: both;
  float: left;
  margin: 2% 0 0;
  min-width: 15%;
}
.primary-content dl dd {
  float: left;
  margin: 2% 0 0;
  padding: 0 0 0 5%;
}
.content-header {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  color: #5f6062;
}
.content-header span {
  font-style: normal;
}
.back {
  display: block;
  margin: 0 0 10px;
}
.toggle-content {
  display: none;
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  a:hover {
    text-decoration: none !important;
  }
  #wrapper {
    position: relative;
    border: 0;
    min-width: 320px;
    padding: 0 10px;
  }
  #main {
    margin: 0;
  }
  #primary {
    background: none;
    border: 0 !important;
    float: none;
    margin: 0;
    padding-left: 0 !important;
    width: 100% !important;
  }
  #secondary {
    border: 0;
    float: none;
    width: 100% !important;
  }
}
/*MOBILE & TABLET*/
/*TABLET ONLY*/
/*TABLET & DESKTOP*/
/*DESKTOP ONLY*/
/* helper classes */
/* ------------------------------------- */
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.visually-hidden {
  border: 0 none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  font-size: 12px;
}
.ie7 .visually-hidden {
  width: 1px !important;
}
ul.menu {
  margin: 0;
  padding: 0;
}
ul.menu li {
  display: inline-block;
  list-style: none outside none !important;
}
.mobile-show {
  display: none !important;
}
.mobile-hide {
  display: block !important;
}
/* base tool tip */
/* ------------------------------------- */
.tooltip {
  cursor: help;
  position: relative;
}
.tooltip .tooltip-content {
  background: none repeat scroll 0 0 #FEFEFE;
  font-family: ProximaNova-Bold, sans-serif !important;
  color: #5F6062;
  display: none;
  font-size: 12px;
  font-style: normal;
  left: 100%;
  max-width: 300px;
  min-width: 200px;
  opacity: 0;
  padding: 1em;
  position: absolute;
  text-decoration: none;
  top: 100%;
  visibility: hidden;
  z-index: 10;
  border: 1px solid #5F6062;
}
.tooltip:hover .tooltip-content {
  display: block;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.js .tooltip-content {
  display: none !important;
}
#tooltip {
  background-color: #FFFFFF;
  border: 1px solid #111111;
  opacity: 0.95;
  padding: 5px;
  position: absolute;
  z-index: 3000;
}
#tooltip .small {
  width: 300px;
}
#tooltip .medium {
  width: 500px;
}
#tooltip .recommendation-tooltip-header {
  background: none repeat scroll 0 0 #CCCCCC;
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px;
}
#tooltip .recommendation-tooltip-description,
#tooltip .recommendation-tooltip-attributes {
  padding: 10px;
}
/* jQuery Ui */
/* ------------------------------------- */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.8);
}
.ui-dialog {
  background: none repeat scroll 0 0 #FFFFFF;
  z-index: 100;
}
.ui-dialog h1,
.ui-dialog h2 {
  font-size: 1.8em;
  margin: 0px 158px 5px 0;
  padding: 5px;
}
.ui-dialog .ui-widget-header {
  background: none repeat scroll 0 0 #000;
  border: 0 none;
  border-radius: 0 0 0 0;
  text-transform: uppercase;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  color: #ffc905;
}
.ui-dialog .ui-dialog-title {
  padding: 5px;
}
.ui-dialog .ui-icon-closethick {
  height: 32px;
  width: 32px;
}
.ui-dialog .ui-icon-closethick:after {
  content: "\f00d";
  font-family: fontawesome;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #ffffff;
}
.ui-dialog .ui-dialog-titlebar-close {
  border: 0 none;
  border-radius: 0 0 0 0;
  height: 32px;
  margin: 1px 0 0 0;
  padding: 0;
  right: 0;
  top: 0;
  width: auto;
  background: none !important;
  float: right;
  margin-right: 5px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  margin: 0;
  padding: 0;
  color: #000;
  position: relative;
  background-image: none;
  top: 5px;
  left: 0;
  float: right;
}
.ui-dialog .dialog-required {
  display: block;
  text-align: right;
}
.ui-dialog .ui-accordion-content {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  padding: 20px;
}
.ui-tabs .ui-tabs-nav {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  height: 2.45em;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #EFEFEF;
  border-color: #D9D9D9 #D9D9D9 #FFFFFF;
  border-style: solid;
  border-width: 1px;
  list-style: none outside none !important;
  margin: 0 1em -1px 0;
}
.ui-tabs .ui-tabs-nav li a {
  color: #999999;
}
.ui-tabs .ui-tabs-nav li.ui-state-active {
  background: none repeat scroll 0 0 #FFFFFF;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a {
  color: #666666;
}
.ui-tabs .ui-tabs-panel {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #D9D9D9;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 4px 2px 10px 0 rgba(66, 66, 66, 0.1);
  color: #414141;
  font-size: 0.9em;
  line-height: 1.5em;
  margin: 0;
  padding: 20px 10px;
}
.toggle {
  cursor: pointer;
}
/* form components */
/* ------------------------------------- */
/*.button{background:none repeat scroll 0 0 #FFFFFF;border-color:#CCCCCC #CCCCCC #D0D0D0;border-style:solid;border-width:1px 1px 4px;color:#3EBAEA;cursor:pointer;display:inline;font-size:1.1em;font-weight:700;padding:0.6em 2em 0.5em;text-align:center;}*/
button,
input[type="button"],
.primary-content a.button,
.nav a.button,
.field_block input[type='submit'] {
  border: none;
  box-shadow: none;
  background: #5f6062;
  padding: 5px 10px;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.15s;
}
button,
input[type="button"],
.primary-content a.button,
.nav a.button,
.field_block input[type='submit'],
button a,
input[type="button"] a,
.primary-content a.button a,
.nav a.button a,
.field_block input[type='submit'] a {
  color: #ffffff;
}
button,
input[type="button"],
.primary-content a.button,
.nav a.button,
.field_block input[type='submit'],
button a,
input[type="button"] a,
.primary-content a.button a,
.nav a.button a,
.field_block input[type='submit'] a {
  color: #ffffff;
}
button:focus,
textfield:focus,
input:focus {
  outline: none;
  box-shadow: none;
}
button[disabled],
input[disabled] {
  color: #CCCCCC;
}
/*Text under Submit Order Button on checkout summary (summary.isml)*/
.js button.simple-submit {
  display: none;
}
legend {
  background: #dcdddf;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 10px;
  position: relative;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
legend span {
  font-weight: normal;
  position: absolute;
  right: 1em;
  text-transform: none;
  top: 1em;
}
label,
.form-label-text {
  display: block;
  float: left;
  font-size: 14px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  text-align: right;
  width: 22%;
  margin-right: 10px;
  text-transform: capitalize;
}
.form-label-text span {
  margin-right: 5px;
}
.form-row {
  clear: both;
  margin: 0 0 10px;
}
select {
  text-indent: 0;
}
select:focus {
  outline: none;
  box-shdadow: none;
}
input,
textarea,
keygen,
select,
button {
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background: currentColor;
}
.search-result-options select {
  height: auto;
}
input {
  border-radius: 0;
  background: #ffffff;
}
input[type="text"],
input[type="password"],
textarea {
  margin: 0;
  padding: 5px;
}
input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}
.label-above input {
  margin-left: 0;
}
.label-above select {
  margin-left: 0;
}
.label-above textarea {
  margin-left: 0;
}
.label-above .form-caption {
  margin-left: 0;
  width: auto;
}
.label-removed label {
  left: -999em;
  position: absolute;
}
.label-hidden label {
  text-align: left;
  text-indent: -999em;
}
.form-indent {
  margin-left: 24%;
}
.form-indent .form-caption {
  margin-left: 0;
}
.form-caption {
  display: block;
  margin: 1% 0 1% 24%;
  width: auto;
}
.error-message {
  color: #e02a40;
}
.error {
  color: #e02a40;
}
span.error {
  background: none repeat scroll 0 0 transparent;
  display: block;
  margin: 1% 2% 2% 2%;
}
input.error {
  border: 1px solid #e02a40;
}
input.error:focus {
  border: 1px solid #e02a40;
}
div.error {
  background: none repeat scroll 0 0 transparent;
}
.error-form {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  color: #e02a40;
  padding: 10px 0;
}
.pt_checkout .error-form {
  padding: 1em 0 1em 3.5em;
}
.form-inline form {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left bottom transparent;
  padding: 0 0 2em;
  width: 98%;
}
.form-inline .form-row {
  clear: none;
  float: left;
  margin: 5px 2% 0 0;
  width: 28%;
}
.form-inline label {
  padding: 0 0 0.75em;
  text-transform: uppercase;
  width: auto;
}
.form-inline input[type="text"] {
  margin-left: 0;
  width: 95%;
}
.form-inline select {
  margin-left: 0;
  width: 95%;
}
.form-inline .form-row-button {
  float: left;
  margin: 30px 0 0;
  width: 10%;
}
.form-inline button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.row-inline {
  display: inline;
}
.row-inline label {
  width: auto;
}
.required-indicator {
  color: #B4181E;
}
.form-field-tooltip {
  float: left;
  margin: 0 0 10px 24%;
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  color: #5f6062;
}
.char-count {
  display: block;
  margin-left: 24%;
}
/*Form Style Updates*/
input {
  border: 1px solid #5f6062;
}
input:focus {
  border: 1px solid #000000;
  outline: none;
  box-shdadow: none;
}
@media (min-width: 768px) {
  .header-login-form form#dwfrm_login {
    display: none !important;
  }
}
/*BASIC HEADER LAYOUT*/
.header-wrapper {
  background: #000000;
}
.header-wrapper .header-top-wrapper {
  background: #5f6062;
}
.header-wrapper .header-top-wrapper .header-top {
  font-size: 0;
  height: 40px;
  float: none;
  clear: both;
  position: relative;
  margin: 0 auto;
  /*Account Link*/
}
.header-wrapper .header-top-wrapper .header-top:before,
.header-wrapper .header-top-wrapper .header-top:after {
  content: " ";
  display: table;
}
.header-wrapper .header-top-wrapper .header-top:after {
  clear: both;
}
@media (max-width: 767px) {
  .header-wrapper .header-top-wrapper .header-top {
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .header-wrapper .header-top-wrapper .header-top {
    width: 480px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header-top-wrapper .header-top {
    width: 768px !important;
  }
}
@media (min-width: 1024px) {
  .header-wrapper .header-top-wrapper .header-top {
    width: 1024px !important;
  }
}
@media (min-width: 1200px) {
  .header-wrapper .header-top-wrapper .header-top {
    width: 1200px !important;
  }
}
.header-wrapper .header-top-wrapper .header-top .site-switcher {
  width: auto;
  float: left;
  height: 40px;
}
.header-wrapper .header-top-wrapper .header-top .site-switcher ul {
  margin: 0;
  padding: 0 0 0 10px;
  height: 40px;
}
.header-wrapper .header-top-wrapper .header-top .site-switcher ul li {
  display: inline-block;
  height: 100%;
  padding: 10px;
}
.header-wrapper .header-top-wrapper .header-top .site-switcher ul li.active.ledlenser-site-switcher .ll-black-logo {
  display: inline-block;
}
.header-wrapper .header-top-wrapper .header-top .site-switcher ul li.active.ledlenser-site-switcher .ll-white-logo {
  display: none;
}
.header-wrapper .header-top-wrapper .header-top .site-switcher ul li.active {
  background: #000000;
}
.header-wrapper .header-top-wrapper .header-top .site-switcher ul li .ll-black-logo {
  display: none;
}
.header-wrapper .header-top-wrapper .header-top .site-switcher ul li .ledlenser-site-switcher .ll-black-logo {
  display: inline-block;
}
.header-wrapper .header-top-wrapper .header-top .site-switcher ul li .ledlenser-site-switcher .ll-white-logo {
  display: none;
}
.header-wrapper .header-top-wrapper .header-top .tabs-content {
  float: left;
  margin-left: 15%;
}
@media (max-width: 767px) {
  .header-wrapper .header-top-wrapper .header-top .tabs-content {
    display: none;
    visibility: hidden;
  }
}
.header-wrapper .header-top-wrapper .header-top .tabs-content a {
  float: left;
  display: inline-block;
  margin: 5px 20px 0 20px;
}
.header-wrapper .header-top-wrapper .header-top .menu-utility-user {
  color: #ffffff;
  float: right;
  margin: 0;
  padding: 0;
  height: 40px;
  position: relative;
}
.header-wrapper .header-top-wrapper .header-top .menu-utility-user li {
  border-right: 0 none;
  float: left;
  list-style: none outside none;
  padding: 0;
  position: relative;
  height: 100%;
}
.header-wrapper .header-top-wrapper .header-top .menu-utility-user li.logged-in-user {
  border-right: 0 none;
  position: relative;
}
.header-wrapper .header-top-wrapper .header-top .menu-utility-user li a {
  color: #ffffff;
  display: inline-block;
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  padding: 10px 20px;
  padding-top: 12px;
}
.header-wrapper .header-top-wrapper .header-top .menu-utility-user li.last {
  border: 0 none;
}
.header-wrapper .header-top-wrapper .header-top .menu-utility-user li.last:hover {
  background: #ffffff;
}
.header-wrapper .header-top-wrapper .header-top .menu-utility-user li.last:hover a {
  color: #000000;
}
.header-wrapper .header-top-wrapper .header-top .header-my-account-links {
  width: auto;
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  background: #ffffff;
  z-index: 9999;
  border: 1px solid #dcdddf;
  border-top: none;
}
.header-wrapper .header-top-wrapper .header-top .header-my-account-links ul {
  margin: 0;
  padding: 20px 0 0 0;
}
.header-wrapper .header-top-wrapper .header-top .header-my-account-links ul li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  white-space: nowrap;
  width: 100%;
}
.header-wrapper .header-top-wrapper .header-top .header-my-account-links ul li,
.header-wrapper .header-top-wrapper .header-top .header-my-account-links ul li a {
  color: #000000;
  text-align: center;
}
.header-wrapper .header-top-wrapper .header-top .header-my-account-links ul li:first-child {
  margin-bottom: 20px;
  color: #5f6062;
  font-size: 14px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.header-wrapper .header {
  float: none;
  clear: both;
  box-sizing: border-box;
  padding: 20px 10px;
  margin: 0 auto;
}
.header-wrapper .header:before,
.header-wrapper .header:after {
  content: " ";
  display: table;
}
.header-wrapper .header:after {
  clear: both;
}
.header-wrapper .header .user-not-logged-in form {
  /*hides duplicate form to gets generated in header when there is an error on the login page*/
  display: none;
}
.header-wrapper .header .primary-logo {
  margin: 5px 0 0 0;
  width: auto;
  float: left;
}
.header-wrapper .header .primary-logo img {
  margin: 0;
}
.header-wrapper .header .primary-logo span {
  display: none;
}
.header-wrapper .header input {
  border: none;
  width: 100%;
}
.header-wrapper .header .header-right {
  float: right;
  margin-top: 10px;
}
.header-wrapper .header .header-right .header-search {
  float: right;
  text-align: right;
  margin-top: 0;
  border: 1px solid #dcdddf;
}
.header-wrapper .header .header-right .header-search .fa-input {
  font-family: fontawesome;
  font-size: 14px;
}
.header-wrapper .header .header-right .header-search input[type="text"] + input[type="submit"] {
  background: none;
  border: none;
  position: absolute;
  height: 100%;
  width: 35px;
  background: #ffd100;
  border-radius: 0;
  top: 0;
  right: 0;
}
.header-wrapper .header .header-right .menu-utility {
  padding: 0;
  margin: 5px 0 0 0;
  float: right;
}
.header-wrapper .header .header-right .menu-utility li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  padding-right: 30px;
}
.header-wrapper .header .header-right .menu-utility li a {
  color: #ffffff;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  font-size: 13px !important;
}
.account-cart-links {
  float: none;
  clear: both;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 25%;
  text-transform: capitalize;
}
.account-cart-links:before,
.account-cart-links:after {
  content: " ";
  display: table;
}
.account-cart-links:after {
  clear: both;
}
.account-cart-links a {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  line-height: 1;
}
.account-cart-links a:hover {
  text-decoration: none;
}
/*MINI_CART*/
#mini-cart {
  float: right;
  margin: 0;
  position: relative;
  z-index: 200;
  height: 100%;
}
#mini-cart a {
  display: inline-block;
  padding: 10px 10px 0 0;
  height: 100%;
  font-style: normal !important;
}
#mini-cart a.active {
  background: #fff;
  color: #000;
}
#mini-cart .mini-cart-products {
  max-height: 560px;
  overflow: auto;
  margin: 0px 14px;
}
#mini-cart .mini-cart-products .mini-cart-product {
  background: #ffffff;
  border-bottom: 1px solid #dcdddf;
  overflow: hidden;
  padding: 10px;
  padding-bottom: 20px;
}
#mini-cart .mini-cart-products .mini-cart-product:last-of-type {
  border-bottom: none;
}
#mini-cart .mini-cart-products .mini-cart-product.collapsed {
  background: #ffffff;
}
#mini-cart .mini-cart-products .mini-cart-product.collapsed .mini-cart-name,
#mini-cart .mini-cart-products .mini-cart-product.collapsed .mini-cart-attributes,
#mini-cart .mini-cart-products .mini-cart-product.collapsed .mini-cart-pricing,
#mini-cart .mini-cart-products .mini-cart-product.collapsed .product-availability-list {
  width: 50%;
}
#mini-cart .mini-cart-products .mini-cart-product .mini-cart-image {
  float: left;
  width: 50%;
}
#mini-cart .mini-cart-products .mini-cart-product .mini-cart-image img {
  width: 90%;
  max-width: 90%;
}
#mini-cart .mini-cart-products .mini-cart-product .mini-cart-name {
  float: right;
  width: 50%;
  padding-bottom: 1px;
}
#mini-cart .mini-cart-products .mini-cart-product .mini-cart-attributes {
  float: right;
  width: 50%;
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
#mini-cart .mini-cart-products .mini-cart-product .mini-cart-attributes .attribute {
  padding-bottom: 1px;
}
#mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing {
  clear: right;
  float: right;
  width: 50%;
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
#mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing .label,
#mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing .value {
  float: left;
}
#mini-cart .mini-cart-products .mini-cart-product .mini-cart-pricing .mini-cart-price {
  float: left;
  clear: left;
  margin-top: 10px;
  position: relative;
  color: #000;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
#mini-cart .mini-cart-products .mini-cart-product .product-availability-list {
  float: right;
  width: 50%;
}
#mini-cart .mini-cart-total {
  color: #fff;
  height: 100%;
}
#mini-cart .mini-cart-total a {
  color: #fff;
}
#mini-cart .mini-cart-total .mini-cart-link .mini-cart-label {
  padding: 0 0 0 20px;
  bottom: 4px;
  position: relative;
  right: 5px;
}
#mini-cart .mini-cart-total.active a {
  color: #000;
  background: #fff;
  padding-bottom: 0;
}
#mini-cart .mini-cart-total.active .mini-cart-label {
  color: #000;
}
#mini-cart .mini-cart-total.empty {
  padding: 10px 0 10px 10px;
}
#mini-cart .mini-cart-total.empty a {
  background: none;
  padding-top: 1px;
}
#mini-cart .mini-cart-total.empty a:hover {
  background: none;
}
#mini-cart .mini-cart-total.empty.active .mini-cart-label {
  color: #fff;
}
#mini-cart .mini-cart-content {
  background: #ffffff;
  display: none;
  position: absolute;
  border: 1px solid #dcdddf;
  border-top: none;
  right: 0px;
  top: 40px;
  width: 300px;
}
#mini-cart:hover .mini-cart-content {
  display: block;
}
#mini-cart:hover a.active {
  background: #fff;
  color: #000;
}
#mini-cart .mini-cart-totals {
  height: 113px;
  background-color: #efefef;
}
#mini-cart .mini-cart-totals a.mini-cart-link-checkout {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
  width: 90%;
  margin: 0 auto;
  height: auto;
}
#mini-cart .mini-cart-totals a.mini-cart-link-checkout,
#mini-cart .mini-cart-totals a.mini-cart-link-checkout a {
  color: #000000;
}
@media (min-width: 1024px) {
  #mini-cart .mini-cart-totals a.mini-cart-link-checkout:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  #mini-cart .mini-cart-totals a.mini-cart-link-checkout:hover a {
    text-decoration: none;
  }
  #mini-cart .mini-cart-totals a.mini-cart-link-checkout[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
#mini-cart .mini-cart-totals a.mini-cart-link-checkout,
#mini-cart .mini-cart-totals a.mini-cart-link-checkout a {
  color: #000000;
}
@media (min-width: 1024px) {
  #mini-cart .mini-cart-totals a.mini-cart-link-checkout:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  #mini-cart .mini-cart-totals a.mini-cart-link-checkout:hover a {
    text-decoration: none;
  }
  #mini-cart .mini-cart-totals a.mini-cart-link-checkout[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
#mini-cart .mini-cart-totals a.mini-cart-link-checkout.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
#mini-cart .mini-cart-totals div.mini-cart-link-edit {
  padding: 18px 0 15px 0;
  color: #000 !important;
  text-align: center;
  display: block;
}
#mini-cart .mini-cart-totals div.mini-cart-link-edit a {
  display: inline !important;
  padding: 0px !important;
  background: none !important;
  text-transform: uppercase;
  color: #000;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
#mini-cart .mini-cart-subtotals {
  padding: 10px 0 0;
  text-align: center;
}
#mini-cart .mini-cart-subtotals .label {
  margin: 0 20px 0 0;
}
#mini-cart .mini-cart-slot {
  background: none repeat scroll 0 0 #E8E8E8;
  border: 1px solid #D0D0D0;
  font-style: italic;
  margin: 20px;
  padding: 10px;
  text-align: center;
}
#mini-cart .mini-cart-link-cart {
  display: block;
  margin: 20px;
  width: auto;
}
#mini-cart .mini-cart-link-checkout {
  clear: both;
  display: block;
  padding: 20px 0 10px;
  text-align: center;
}
#mini-cart .mini-cart-name a {
  padding: 10px 0 0 !important;
}
#mini-cart .mini-cart-logo {
  height: 14px;
  display: block;
  width: 50%;
  float: right;
}
#mini-cart .mini-cart-qty {
  background: #ffd100;
  bottom: 5px;
  display: inline-block;
  padding: 4px;
  position: relative;
  font-size: 16px;
  color: #000000;
}
#mini-cart .mini-cart-msg {
  height: 53px;
  background-color: #efefef;
}
#mini-cart .mini-cart-empty {
  display: none;
}
#mini-cart .mini-cart-header {
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 0;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 12px;
  text-transform: uppercase;
  text-align: center;
  display: none;
}
#mini-cart .mini-cart-close {
  background: url("../images/interface/icon-mini-cart-close.png") no-repeat scroll left top transparent;
  display: none;
  height: 20px;
  text-indent: -999em;
  width: 19px;
}
.header-banner .tagline {
  font-size: 34px;
  font-family: SpadeRegular, Georgia, serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #5f6062;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  .header-wrapper {
    height: 70px;
  }
  .header-wrapper .header {
    width: 100%;
  }
  .header-wrapper .header .primary-logo {
    margin: 0px auto;
    width: 100%;
    text-align: center;
  }
  .header-wrapper .header .primary-logo img {
    margin: 0;
    max-width: 40%;
  }
  .header-banner .tagline,
  .header-top,
  .mini-cart-content {
    display: none;
  }
  .mini-cart-mobile {
    position: absolute;
    right: 20px;
    top: 23px;
    color: #ffffff;
    font-size: 18px;
  }
  .mini-cart-mobile .mini-cart-label {
    color: transparent;
  }
  .mini-cart-mobile .mini-cart-label:after {
    content: "\f07a";
    font-family: fontawesome;
    color: #ffffff;
  }
  .mini-cart-mobile .mini-cart-qty {
    color: #ffd100;
  }
}
/*MOBILE & TABLET*/
@media (max-width: 1023px) {
  .tabs-content {
    display: none;
  }
}
/*TABLET ONLY*/
@media (min-width: 768px) and (max-width: 1023px) {
  .header-wrapper .header {
    width: 768px;
  }
  .header-wrapper .header .primary-logo {
    width: 100%;
    text-align: center;
  }
  .header-wrapper .header .header-right {
    clear: both;
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .header-wrapper .header .header-right:before,
  .header-wrapper .header .header-right:after {
    content: " ";
    display: table;
  }
  .header-wrapper .header .header-right:after {
    clear: both;
  }
  .header-wrapper .header .header-right .menu-utility {
    float: left;
  }
  .header-wrapper .header .header-right .header-search {
    width: 35%;
  }
}
/*TABLET & DESKTOP*/
@media (min-width: 768px) {
  .header-login-form {
    display: none;
  }
  .mini-cart-mobile {
    display: none;
  }
}
/*DESKTOP ONLY*/
@media (min-width: 1024px) {
  .header-wrapper .header {
    width: 1024px;
  }
}
/*DESKTOP ONLY*/
@media (min-width: 1200px) {
  .header-wrapper .header {
    width: 1200px;
  }
}
/* footer */
/* ------------------------------------- */
#footer {
  background: #000000;
  clear: both;
  margin-top: 0px;
  padding: 0 45px;
}
#footer .menu-footer {
  float: none;
  margin: 1em 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
#footer .menu-footer li {
  display: inline;
  float: none;
  padding: 0 0.5em;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .footer-links-expand {
  float: right;
}
#footer .footer-links-expand-active {
  color: #ffd100 !important;
  font-weight: normal !important;
}
#footer #footer-disclaimer {
  margin-bottom: 0px;
  float: left;
  width: 100%;
  clear: both;
  padding-top: 90px;
}
#footer .copyright {
  color: #999999;
}
#footer .postscript {
  color: #999999;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #5f6062;
}
#footer .col {
  width: 22%;
  margin-right: 3%;
  float: left;
}
#footer .col a {
  color: #fff;
  text-transform: uppercase;
  display: block;
}
#footer .col h6 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 15px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  margin-bottom: 10px;
}
#footer .col h6 a {
  display: inline;
  text-decoration: none;
  color: #ffffff;
}
#footer .col h6.footer-links-expand-active a {
  color: #ffd100 !important;
  font-weight: normal !important;
  text-decoration: none;
}
#footer .col h6.link-list-items {
  margin-bottom: 0;
}
#footer .col ul {
  padding-left: 0;
  text-transform: uppercase;
}
#footer .col ul li {
  list-style-type: none !important;
  padding: 6px 0;
}
#footer .col ul li a {
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  color: #fff;
  font-weight: normal;
}
#footer .social.col ul li {
  list-style-type: none !important;
  padding: 0;
}
#footer .single-links {
  margin-top: 21px;
  width: 50%;
}
#footer .single-links a {
  line-height: 3.25em;
}
#footer .social {
  padding-top: 20px;
}
#footer .social ul {
  overflow: hidden;
}
#footer .social ul li a {
  display: block;
  width: 30px;
  height: 30px;
  float: left;
  background: url("../images/footer-social-icons.png") no-repeat left top;
  text-indent: -9999px;
  margin-right: 15px;
}
#footer .social ul li a.facebook {
  background-position: -43px;
}
#footer .social ul li a.youtube {
  background-position: -87px;
}
#footer .social ul li a.instagram {
  background-position: -133px;
  margin-right: 0;
}
#footer .first-col .col {
  margin-bottom: 0;
}
#footer .first-col .col li {
  margin: 0;
  padding: 0;
}
.cookie-law {
  font-family: ProximaNova-Bold;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 13px;
  background-color: #5F6062;
  width: 100%;
  text-align: center;
  min-height: 60px;
  padding-top: 12px;
  color: #FFF;
}
.cookie-law.hidden {
  display: none;
}
.cookie-law .cookie-link {
  display: inline-block;
}
.cookie-law .cookie-link a {
  color: white;
  text-decoration: underline;
  padding-right: 10px;
}
.cookie-law .cookie-statement {
  display: inline-block;
}
.cookie-law #cookie-accept {
  display: inline-block;
  background-color: #FFD100;
  line-height: 34px;
  padding: 0 10px;
  margin-left: 10px;
  color: #000;
}
.cookie-law #cookie-accept:hover {
  color: #FFF;
  cursor: pointer;
}
footer #footer-accordion .link-list-items li a > * {
  font-size: inherit !important;
}
footer #footer-accordion .link-list-items li a span {
  font-size: inherit !important;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 2em 60px;
  }
  #footer a.privacy {
    line-height: normal;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
  }
  /* from style-responsive.css */
  /* footer */
  .vertical-pipe {
    display: none !important;
  }
  #footer-disclaimer {
    margin: 0px;
    padding: 0px;
  }
  .single-links {
    width: 100%;
  }
  #footer .col {
    width: 47%;
    margin-right: 3%;
  }
  /* footer accordion */
  #footer-accordion .ui-state-active {
    background: none !important;
  }
  #footer-accordion .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default,
  #footer-accordion .ui-widget-content {
    background: none;
    border: none !important;
    padding: 0 !important;
    width: 100%;
    clear: both;
  }
  #footer-accordion .ui-state-default .ui-icon {
    background: none !important;
  }
  #footer-accordion .ui-accordion .ui-accordion-header,
  #footer-accordion .ui-accordion .ui-accordion-icons {
    padding: 0px !important;
  }
  .ui-accordion .ui-accordion-header {
    padding: 0px !important;
    margin: 0px ! imporant;
  }
  .ui-accordion-header-icon {
    display: none;
  }
  #footer-accordion .link-list-items {
    margin-top: 0px !important;
  }
  #footer .col .link-list-title {
    position: relative;
    margin-top: 4%;
  }
  #footer-accordion {
    margin-top: 20px;
  }
}
/*Updated styles for conversion project*/
#footer footer {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
}
#footer-disclaimer span.vertical-pipe {
  display: none;
}
.footer-disclaimer-logo {
  float: left;
  clear: left;
  width: 200px;
  height: 50px;
}
.footer-disclaimer-content {
  float: left;
  width: auto;
  margin-left: 10px;
  margin-top: 15px;
}
.footer-disclaimer-content p.copyright {
  float: left;
  margin-top: 0;
}
.footer-disclaimer-content p.copyright:after {
  content: "|";
  padding: 0 10px;
}
.footer-disclaimer-content a.privacy {
  color: inherit;
  float: left;
  padding-left: 10px;
}
.ledlenser .footer-disclaimer-logo {
  background: url("../images/led-lenser-fb.gif") no-repeat left center;
}
.ledlenser .footer-disclaimer-content {
  color: #000000;
}
.leatherman .footer-disclaimer-logo {
  background: url("../images/homepage/footer-logo.png") no-repeat left center;
}
.leatherman .footer-disclaimer-content {
  color: #ffffff;
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  #footer footer {
    width: 100%;
  }
  .footer-disclaimer-logo {
    width: 100%;
    background-position: center center !important;
  }
  .footer-disclaimer-content {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .footer-disclaimer-content p.copyright {
    width: 100%;
  }
  .footer-disclaimer-content p.copyright:after {
    content: "";
  }
  .footer-disclaimer-content a.privacy {
    padding: 0;
    width: 100%;
  }
}
/*MOBILE & TABLET*/
/*TABLET ONLY*/
@media (min-width: 768px) and (max-width: 1023px) {
  #footer footer {
    width: 768px;
  }
}
/*TABLET & DESKTOP*/
/*DESKTOP ONLY*/
@media (min-width: 1024px) {
  #footer footer {
    width: 1024px;
  }
}
@media (min-width: 1200px) {
  #footer footer {
    width: 1200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Checkout */
  .print-page {
    display: none !important;
  }
  /* Account */
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #FilterContainer a {
    margin: 2em 0.2em 0.2em 0.2em;
  }
  .pt_product-details .section h2 {
    font-size: 2.4em;
  }
}
@media screen and (max-width: 767px) {
  .pt_product-details .section h2 {
    font-size: 2.4em;
  }
  .clp-banner-wrapper {
    display: none;
  }
  #footer .col {
    width: 100%;
  }
  /* Stop mobile font-size adjustments */
  /* ------------------------------------- */
  body {
    -webkit-text-size-adjust: none;
  }
  /* Ensure no content extends beyond page wrapper */
  /* ------------------------------------- */
  div,
  img {
    max-width: 100%;
  }
  /* Adjust the forms to be more mobile-friendly */
  /* ------------------------------------- */
  input[type="text"],
  input[type="password"],
  input[type="file"],
  textarea,
  select {
    width: 100%;
  }
  input#dwfrm_cart_couponCode {
    width: 63%;
  }
  .form-row-button {
    margin-left: 0;
  }
  .login-box-content label,
  label,
  .form-caption,
  .form-label-text {
    float: none;
    margin: 2%;
    text-align: left;
    width: auto;
  }
  .login-box-content input[type="text"],
  .login-box-content input[type="password"],
  .form-inline .form-row {
    width: 90%;
  }
  .form-inline label {
    padding: 0;
  }
  .form-inline button {
    width: 50% !important;
  }
  .form-indent {
    margin-left: 2%;
  }
  .form-field-tooltip {
    display: none;
  }
  /* Primary page regions: remove padding, update width */
  /* ------------------------------------- */
  .print-page,
  .size-chart-link,
  a.tooltip,
  #tooltip {
    display: none !important;
  }
  .tooltip {
    font-size: .9em;
  }
  .ui-dialog {
    max-width: 98%;
  }
  .ui-dialog .ui-dialog-content {
    height: auto !important;
    overflow: visible;
  }
  .col-1,
  .col-2 {
    float: none;
    width: 100%;
  }
  .scrollable {
    height: auto;
  }
  .scrollable li {
    float: left;
  }
  .scrollable li a {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    display: block;
    padding: .2em .8em;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .js #suggestions {
    left: 6px!important;
    top: 37px!important;
  }
  /* Reduce primary header size */
  /* ------------------------------------- */
  .primary-content h1 {
    font-size: 1.5em;
    margin: 10px 0px 17px;
  }
  /* Grid, product tile layout adjustments */
  /* ------------------------------------- */
  #quickviewbutton {
    display: none !important;
  }
  .search-result-options .sort-by {
    margin: 0;
  }
  .search-result-options .items-per-page {
    display: none;
  }
  .search-result-options .pagination {
    margin: 0;
  }
  .search-result-options .pagination .results-hits {
    display: none;
  }
  .wide-tiles .product-tile .product-image {
    width: 41%;
  }
  .wide-tiles .product-tile .product-name,
  .wide-tiles .product-tile .product-pricing,
  .wide-tiles .product-tile .product-promo,
  .wide-tiles .product-tile .pr_stars,
  .wide-tiles .product-tile .product-swatches {
    float: right;
  }
  .wide-tiles .product-tile .product-name h2 {
    margin-top: 0px;
  }
  .product-compare,
  .compareitems {
    display: none !important;
  }
  .pdp-main #selectAttrDialog {
    max-width: 80%;
    left: 10px;
    top: 10px;
  }
  /* size chart */
  /* ------------------------------------- */
  .sizinginformation {
    padding: 0;
  }
  .sizinginformation th {
    font-weight: normal;
    padding: 0 0 0 2px;
  }
  .sizinginformation td {
    background: #ffffff;
    padding: 5px;
    text-align: center;
  }
  .sizinginformation .sizechart {
    padding: 0 !important;
  }
  .ui-dialog .ui-dialog-content {
    padding: .25em;
  }
  .ui-dialog {
    z-index: 500!important;
  }
  /* account pages */
  /* ------------------------------------- */
  .content-asset ul.account-options li {
    float: none;
    width: auto;
  }
  ul.address-list li,
  ul.payment-list li {
    float: none;
    width: auto;
  }
  .order-history-header button {
    font-size: 1em;
    padding: .25em;
  }
  .credit-card-text {
    width: 40%;
  }
  .credit-card-link {
    position: relative;
    float: right;
    top: -30px;
  }
  .registration-selection label {
    font-size: 12px;
  }
  /* Gift certificates */
  /* ------------------------------------- */
  /* Gift registry */
  /* ------------------------------------- */
  .page-content-tab-navigaton button {
    width: 100%;
  }
  .pt_gift-registry .add-gift-cert button {
    width: 100%;
  }
  .pt_gift-registry .add-gift-cert p {
    width: 100%;
  }
  .pt_gift-registry .create-new-registry p {
    display: none;
  }
  .pt_gift-registry .create-new-registry {
    overflow: hidden;
  }
  .pt_gift-registry .item-list {
    width: 98%;
  }
  .pt_gift-registry .item-list th {
    display: none;
  }
  /* store locator */
  /* ------------------------------------- */
  .pt_store-locator .col-1,
  .pt_store-locator .col-2 {
    width: 100%;
  }
  .pt_store-locator .col-2 {
    height: 300px;
  }
  .pt_store-locator #MapCanvas div {
    max-width: none;
  }
  .pt_store-locator .column-list {
    column-count: auto;
    -webkit-column-count: auto;
    /* Safari and Chrome */
    -moz-column-count: auto;
    /* Firefox */
  }
  .pt_store-locator ol.stores-list {
    max-height: none;
    overflow-y: auto;
    background-color: #DCDDDF;
    padding-top: 1em;
  }
  .pt_store-locator h1 {
    font-size: 2em;
    margin: 0 0 1em 10px;
  }
  .pt_store-locator #secondary {
    float: none;
    width: 100%;
    padding: 0;
  }
  /* Tool Tales */
  .tool-tales-mobile {
    display: block !important;
  }
  /* Category refinements */
  .expand-refinement {
    float: right;
    margin-right: 10px;
  }
  .refinement.Price h3 {
    border-bottom: 0 none;
  }
  .pt_product-details .components-features-wrapper {
    display: block;
  }
  .pt_product-details .components-tools-wrapper {
    display: block;
  }
  .pt_product-details #Components {
    overflow-y: visible;
    width: 100%;
    margin-left: 0%;
    padding-left: 0%;
    padding-right: 0%;
    height: auto;
    border-left: 0 none;
    border-right: 0 none;
  }
  .pt_product-details #Diagrams #ToolsImage,
  .pt_product-details #Diagrams #FeaturesImage {
    width: 100%;
  }
  .pt_product-details #Components .list-wrapper {
    display: block;
  }
  .pt_product-details #Components .list-wrapper.selected-list {
    display: block;
  }
  .pdp-main .product-actions .menu li + li {
    margin-left: 0px;
  }
  .pdp-main .product-actions > * {
    padding: .3em 0;
  }
  .pdp-main .product-actions ul {
    padding: 0;
  }
  .pdp-main .product-actions ul li {
    padding: .3em 0;
    margin: 0;
  }
  .pdp-main .product-actions .external-retail {
    padding-bottom: .3em;
  }
  .pdp-main .product-actions {
    padding: 0;
  }
  .pt_product-details #Diagrams #ToolsImage,
  .pt_product-details #Diagrams #FeaturesImage {
    width: 100%;
  }
}
/* catch-all for mobile NEXUS 7 TABLET MODE IN LANDSCAPE */
@media screen and (orientation: portrait) and (max-width: 767px), screen and (orientation: landscape) and (max-width: 961px) {
  .product-tile .pr-snippet-stars {
    margin: 10px 0 0 62px;
  }
}
@media screen and (max-width: 480px) {
  .mobile-portrait-hide {
    display: none !important;
  }
  .clp-banner-wrapper {
    display: none;
  }
  /* footer */
  #footer .col {
    width: 100%;
  }
  #footer .first-col .col {
    margin-bottom: 20px;
  }
  #footer .first-col .col li {
    margin-bottom: 20px;
    margin: 0;
    padding: 0;
  }
  /* Tool Tales */
  .pt_tooltales #FilterContainer {
    display: none;
  }
  .pt_product-details .section aside {
    float: none;
    width: 100%;
  }
  div.level-2 ul.level-2 ul.no-images li a {
    padding: 10px;
  }
  div.mobile-main-nav div.level-2 .activities ul.level-2 li a img {
    display: none;
  }
  div.mobile-main-nav div.level-2 .activities ul.level-2 li a:hover img {
    display: none;
  }
  .product-tile {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-tile .pr-snippet-stars {
    margin: 10px 0 0 62px;
  }
  .pt_product-details .section h2 {
    font-size: 2.4em;
  }
}
/*
This stylesheet is designed to hold global responsive styles since a lot of the styles are shared between brands but currently each brand has 
a separate stylesheet which leads to lots of duplicate code or a ton of '!important' tags
*/
@media (max-width: 1023px) {
  /*wishlist*/
  .wishlist-stf-header button,
  .wishlist-stf-header .button {
    margin: 0 20px 20px 0;
    display: block;
    box-sizing: border-box;
    width: 250px;
  }
  .wishlist-item {
    max-width: 320px;
    float: none;
    margin: 20px;
  }
  .pt_wish-list table.item-list .item-image,
  .pt_wish-list table.item-list .item-details,
  .pt_wish-list table.item-list .item-availability,
  .pt_wish-list table.item-list .item-dashboard {
    width: 100%;
    float: left;
  }
  .pt_wish-list .item-dashboard form {
    float: left;
  }
  p.send-to-friend-url {
    display: block;
  }
  /*Bonus Product*/
  .bonus-product-list-footer .add-to-cart-bonus {
    width: auto;
    padding: 10px 20px;
  }
  .cart-promo .bonus-item-actions {
    text-align: center;
    line-height: 1;
    margin-top: -10px;
  }
}
@media (min-width: 950px) {
  .pt_wish-list .item-image {
    width: 30%;
    float: left;
  }
  .pt_wish-list .item-details {
    width: 25%;
    float: left;
  }
  .pt_wish-list .item-availability {
    width: 15%;
    float: left;
  }
  .pt_wish-list .item-dashboard {
    width: 30%;
    float: left;
  }
}
/* account */
/* ------------------------------------- */
#PasswordResetForm fieldset {
  position: relative;
}
#PasswordResetForm button {
  float: right;
  position: absolute;
  top: 0px;
  left: 63%;
}
h1 .account-logout {
  font-size: 0.6em;
}
.registration-selection input,
.registration-selection label {
  display: inline;
  float: none;
}
ul.payment-list {
  overflow: hidden;
  padding: 0;
}
ul.payment-list li {
  float: left;
  list-style: none outside none;
  margin: 0;
  min-height: 110px;
  width: 33%;
}
.order-history-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 10px;
}
.order-history-header .label {
  font-weight: normal;
}
.order-history-header button {
  float: right;
}
.order-history-header .order-date {
  float: left;
  margin: 2px 0;
  width: 60%;
}
.order-history-header .order-status {
  float: left;
  margin: 2px 0;
  width: 60%;
}
.order-history-header .order-number {
  float: left;
  margin: 2px 0;
  width: 60%;
}
.order-history-items {
  margin: 20px 0;
}
.order-history-table th {
  padding: 5px 10px;
}
.order-history-table td {
  padding: 5px 10px;
}
.order-history-table ul {
  margin: 0;
  padding: 0;
}
.order-history-table li {
  list-style: none outside none;
}
.order-history-table th.order-shipped-to {
  width: 33%;
}
.order-history-table th.order-items {
  width: 33%;
}
.order-history-table th.order-total-price {
  width: 33%;
}
.order-history-table .toggle {
  cursor: pointer;
  display: block;
}
.js .order-history-table li.hidden {
  display: none;
}
.credit-card-link {
  position: relative;
  float: right;
  top: -15px;
}
/* wishlist */
/* ------------------------------------- */
.pt_wish-list .list-table-header {
  background: #EFEFEF;
  overflow: hidden;
  padding: 20px;
}
.pt_wish-list .list-table-header p {
  color: #999999;
  float: right;
  margin: 0;
  overflow: hidden;
  width: 37%;
}
.wishlist-item-image img {
  width: 100%;
}
.pt_wish-list #dwfrm_wishlist_shipping .form-row {
  clear: both;
  margin: 30px 0 1em;
}
.pt_wish-list #dwfrm_wishlist_shipping .label-above label {
  float: left;
}
.pt_wish-list #dwfrm_wishlist_shipping .label-above select {
  margin-left: 20px;
}
.pt_wish-list .list-table-header {
  margin-top: 20px;
  margin-bottom: 20px;
}
.pt_wish-list .form-inline .form-row-button {
  margin-top: 33px;
}
.pt_wish-list .form-inline form {
  background: none;
  border-bottom: 1px solid #d2d5cd;
}
.pt_wish-list .item-dashboard .item-option {
  margin-bottom: 20px;
  color: #5f6260;
}
.pt_wish-list .item-dashboard .item-option .required-indicator {
  display: none;
}
.pt_wish-list .item-dashboard .item-option button.update-item {
  margin-right: 5px;
}
.pt_wish-list .item-dashboard .item-option button.delete-item {
  margin-left: 5px;
}
.pt_wish-list td.item-dashboard .option-quantity-desired input {
  padding: 10px;
  width: 50px;
}
.pt_wish-list td.item-dashboard label {
  margin-right: 3px;
}
.pt_wish-list td.item-dashboard select {
  height: 2.7em;
  width: 100px !important;
}
/* gift registry */
/* ------------------------------------- */
.pt_gift-registry .create-new-registry {
  margin: 1em 0;
}
.pt_gift-registry .create-new-registry button {
  float: left;
  margin-right: 2em;
}
.pt_gift-registry .create-new-registry p {
  font-family: Gorgia;
  font-size: 1.3em;
  font-style: italic;
  margin: 0;
  padding: 0.5em 2em;
}
.pt_gift-registry .add-gift-cert {
  border: 1px solid #EFEFEF;
  margin-bottom: -1px;
  overflow: auto;
  padding: 10px;
}
.pt_gift-registry .add-gift-cert button {
  background: url("../images/banners/banner-gift-cert.gif") no-repeat scroll left top transparent;
  border: 0 none;
  float: left;
  height: 80px;
  text-indent: -999em;
  width: 433px;
}
.pt_gift-registry .add-gift-cert p {
  color: #999999;
  float: right;
  font-style: italic;
  line-height: 1.5em;
  width: 40%;
}
.pt_gift-registry .list-table-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top #efefef;
  overflow: hidden;
  padding: 2em;
}
.pt_gift-registry .hdr-options {
  width: 5%;
}
.page-content-tab-navigaton button {
  background: none repeat scroll 0 0 #D9D9D9;
  border-color: #EFEFEF;
  border-width: 1px;
  color: #999999;
  font-size: 1.1em;
  font-weight: normal;
  margin: 0 0 -1px;
}
.page-content-tab-navigaton button.selected {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.page-content-tab-wrapper {
  border: 1px solid #EFEFEF;
  padding: 5px;
}
.gift-reg-purchases .item-purchased-by dd {
  float: left;
  font-weight: normal;
  margin: 0 1em 0 0;
  position: relative;
  width: auto;
}
.gift-reg-purchases .item-purchased-by dt {
  clear: both;
  float: left;
  margin: 0 1em 0 0;
  position: relative;
  width: auto;
}
.gift-reg-purchases .quantity-purchased {
  color: #990000;
}
.gift-registry-advanced {
  clear: both;
}
.gift-registry-advanced .toggle-content {
  overflow: hidden;
  padding: 10px;
}
.gift-registry-advanced .event-month {
  clear: both;
}
.gift-registry-advanced .event-city {
  clear: both;
}
/* login pages */
/* ------------------------------------- */
/*Wishlist*/
.pt_wish-list .wishlist-stf-header button,
.pt_wish-list .wishlist-stf-header .button {
  margin: 10px 0;
  float: left;
  clear: both;
  line-height: 1;
}
.send-to-friend-url {
  width: 100% !important;
  float: left;
}
.send-to-friend-url .stf {
  display: block;
  float: left;
  clear: left;
  width: 100%;
  text-align: left;
  margin: 0 !important;
}
.send-to-friend-url .stf a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
}
.wishlist-dialog {
  position: relative;
  font-size: 12px;
}
.wishlist-item {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.pt_wish-list #dwfrm_wishlist_shipping {
  display: none;
  visibility: hidden;
}
.pt_wish-list td {
  box-sizing: border-box;
}
.pt_wish-list .item-image {
  max-width: 250px;
  width: 20%;
  float: left;
}
.pt_wish-list .item-details {
  width: 25%;
  float: left;
}
.pt_wish-list .item-availability {
  width: 15%;
  float: left;
}
.pt_wish-list .item-dashboard {
  width: 40%;
  float: left;
}
.pt_wish-list .item-dashboard form {
  float: right;
  width: 100%;
}
.pt_wish-list .item-dashboard .wlquantity {
  display: block;
  float: right;
  clear: right;
}
.pt_wish-list .option-add-to-cart .button {
  float: right;
  clear: right;
  margin-top: 15px;
  background: none repeat scroll 0 0 #FFCE03;
  color: #000000;
  cursor: pointer;
  font-size: 18px;
}
.pt_wish-list .find-wishlist {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  background: #EFEFEF;
}
.pt_wish-list .find-wishlist .form-inline form {
  border-bottom: none;
}
/*UPDATED ACCOUNT STYLES*/
.pt_account * {
  box-sizing: border-box;
}
.pt_account #primary {
  width: 100%;
}
.pt_account #primary h1 {
  text-transform: capitalize;
  margin-bottom: 20px;
}
.pt_account #primary .registration-selection {
  margin-bottom: 20px;
}
.pt_account #secondary {
  display: none;
}
.pt_account .login-box {
  padding: 10px;
  float: left;
}
.pt_account .login-box .section-header {
  padding: 10px;
  background: #5f6062;
  color: #ffffff;
}
.pt_account .login-box .login-box-content {
  padding: 10px;
  background: #dcdddf;
}
.pt_account .login-box .login-box-content label,
.pt_account .login-box .login-box-content input {
  width: 100%;
  text-align: left;
}
.pt_account .login-box .login-box-content .label-inline label,
.pt_account .login-box .login-box-content .input-checkbox {
  display: inline-block;
  width: auto;
  float: left;
}
.pt_account .login-box .login-box-content .form-row-button {
  float: left;
  margin-top: 20px;
}
.pt_account .login-box .login-box-content button {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
  font-size: 18px;
}
.pt_account .login-box .login-box-content button,
.pt_account .login-box .login-box-content button a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_account .login-box .login-box-content button:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_account .login-box .login-box-content button:hover a {
    text-decoration: none;
  }
  .pt_account .login-box .login-box-content button[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_account .login-box .login-box-content button,
.pt_account .login-box .login-box-content button a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_account .login-box .login-box-content button:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_account .login-box .login-box-content button:hover a {
    text-decoration: none;
  }
  .pt_account .login-box .login-box-content button[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_account .login-box .login-box-content button.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
.pt_account form input[type="text"],
.pt_account form input[type="password"],
.pt_account form textarea {
  width: 300px;
}
.pt_account form .form-row-button button {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
}
.pt_account form .form-row-button button,
.pt_account form .form-row-button button a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_account form .form-row-button button:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_account form .form-row-button button:hover a {
    text-decoration: none;
  }
  .pt_account form .form-row-button button[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_account form .form-row-button button,
.pt_account form .form-row-button button a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_account form .form-row-button button:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_account form .form-row-button button:hover a {
    text-decoration: none;
  }
  .pt_account form .form-row-button button[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_account form .form-row-button button.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
.pt_account a.address-create {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
  float: left;
  clear: both;
}
.pt_account a.address-create,
.pt_account a.address-create a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_account a.address-create:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_account a.address-create:hover a {
    text-decoration: none;
  }
  .pt_account a.address-create[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_account a.address-create,
.pt_account a.address-create a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_account a.address-create:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_account a.address-create:hover a {
    text-decoration: none;
  }
  .pt_account a.address-create[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_account a.address-create.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
.pt_account .credit-card-text {
  width: 100%;
  float: left;
}
.pt_account .credit-card-link {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
  float: left;
  margin: 20px 0;
}
.pt_account .credit-card-link,
.pt_account .credit-card-link a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_account .credit-card-link:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_account .credit-card-link:hover a {
    text-decoration: none;
  }
  .pt_account .credit-card-link[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_account .credit-card-link,
.pt_account .credit-card-link a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_account .credit-card-link:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_account .credit-card-link:hover a {
    text-decoration: none;
  }
  .pt_account .credit-card-link[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_account .credit-card-link.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
.pt_account ul.payment-list {
  width: 100%;
  float: left;
}
.pt_account .address-list {
  padding: 0;
}
.pt_account .address-list li {
  display: inline-block;
  float: left;
  clear: both;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dcdddf;
}
.pt_account .address-list li:last-child {
  border-bottom: none;
}
.pt_account .address-list li address {
  font-style: normal;
}
.pt_account .address-list li .mini-address-title {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_account .address-list li .edit-address-controls {
  background: #dcdddf;
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  float: left;
  padding: 10px;
  margin-top: 10px;
}
.account-options {
  margin: 0;
  padding: 0;
}
.account-options li {
  list-style: none;
  float: left;
  display: block;
  width: 33.3333%;
  min-height: 150px;
  padding: 10px;
  border: 2px solid #ffffff;
}
.account-options li a {
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  color: #000000;
  padding: 5px;
  float: left;
  background: #ffffff;
}
.account-options li a img {
  float: left;
  margin: -20px 10px 0 0;
}
.account-options li p {
  width: 95%;
  float: left;
}
.form-row.newsletter-row {
  float: none;
  clear: both;
  margin-bottom: 10px;
}
.form-row.newsletter-row:before,
.form-row.newsletter-row:after {
  content: " ";
  display: table;
}
.form-row.newsletter-row:after {
  clear: both;
}
.form-row.newsletter-row .label-inline {
  width: auto;
  float: left;
  clear: left;
  padding-right: 10px;
}
.form-row.newsletter-row .newsletter-label {
  float: left;
  width: 90%;
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  .pt_account .login-box {
    width: 100%;
  }
  .pt_account form input[type="text"],
  .pt_account form input[type="password"],
  .pt_account form textarea {
    width: 100%;
  }
  .pt_wish-list .item-dashboard .wlquantity,
  .pt_wish-list .option-add-to-cart .button {
    float: left;
    width: 100%;
    clear: both;
  }
}
/*MOBILE & TABLET*/
/*TABLET ONLY*/
@media (min-width: 768px) and (max-width: 1023px) {
  .pt_account .login-box {
    width: 75%;
    float: none;
    margin: 0 auto;
  }
}
/*TABLET & DESTKOP*/
/*DESKTOP ONLY*/
@media (min-width: 1024px) {
  .pt_account .login-box {
    width: 33.33333%;
  }
}
/* shopping cart */
/* ------------------------------------- */
/* tables used for product lists (wishlist, gift reg) */
/* ------------------------------------- */
/*
table.item-list tr td {border-bottom:1px solid #D9D9D9;}
*/
table.item-list tr:last-child td {
  border-bottom: 0 none;
}
table.item-list tfoot tr td {
  border-bottom: 1px solid #D9D9D9;
}
table.item-list tfoot tr:last-child td {
  border-bottom: 0 none;
}
table.item-list tr.last {
  border: 0 none;
}
table.item-list tr.headings {
  display: none;
}
th.section-header {
  padding: 10px;
}
td.item-details .product-list-item .name {
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
td.item-details .product-list-item .value {
  font-weight: normal;
}
td.item-details .product-list-item .promo {
  color: #990000;
}
td.item-details .product-list-item .price-standard {
  color: #999999;
  text-decoration: line-through;
}
td.item-availability ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
td.item-quantity-details ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
td.item-dashboard {
  color: #AAAAAA;
  width: 250px;
}
td.item-dashboard .label {
  display: inline;
  float: none;
  font-weight: normal;
  padding: 0;
}
td.item-dashboard label {
  display: inline;
  float: none;
  font-weight: normal;
  padding: 0;
}
td.item-dashboard .input-text {
  margin: 0;
  text-align: center;
}
td.item-dashboard .input-select {
  margin: 0;
  padding: 8px;
}
td.item-dashboard .input-checkbox {
  margin: 0 5px;
}
td.item-dashboard .item-option {
  clear: both;
}
td.item-dashboard .item-option .form-row {
  display: inline;
}
td.item-dashboard .option-date-added .value {
  color: #333333;
  font-weight: normal;
}
td.item-dashboard .option-quantity-desired input {
  padding: 0;
  width: 20px;
}
td.item-dashboard .option-priority .label {
  color: #333333;
  font-weight: normal;
}
td.item-dashboard .option-priority label {
  color: #333333;
  font-weight: normal;
}
td.item-dashboard .option-add-to-cart .label {
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
}
td.item-dashboard .option-add-to-cart label {
  color: #333333;
  font-weight: normal;
  text-transform: uppercase;
}
td.item-dashboard .option-add-to-cart input {
  width: 50px;
  padding: 10px;
}
td.item-dashboard .option-quantity-purchased span.exceeded {
  color: #ff0000;
}
.customer-service-number {
  width: auto;
  float: right;
  padding: 10px;
  margin-top: 20px;
  text-align: right;
}
.customer-service-number .cs-headline {
  margin: 0;
  font-size: 18px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  color: #000000;
}
.customer-service-number .cs-number {
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  color: #ffd100;
}
#cart-table {
  margin-top: 20px;
}
#cart-table thead {
  background: #dcdddf;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  color: #5f6062;
}
#cart-table .price-option {
  font-size: 12px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
#cart-table .header-total-price {
  text-align: right;
}
#cart-table .item-quantity input {
  margin: 0;
  text-indent: 0;
  text-align: center;
}
#cart-table .item-user-actions {
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
#cart-table .item-user-actions a {
  display: block;
}
#cart-table .item-user-actions button {
  display: block;
  background: none;
  color: #000000;
  padding: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
#cart-table .item-user-actions button:hover {
  text-decoration: underline;
}
#cart-table .price-promotion .price-sales {
  color: #990000;
}
#cart-table .price-promotion .price-standard {
  text-decoration: line-through;
}
#cart-table .item-total {
  text-align: right;
  word-wrap: break-word;
  font-size: 18px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
#cart-table .price-unadjusted {
  color: #666666;
  display: block;
}
#cart-table .price-unadjusted span {
  text-decoration: line-through;
}
#cart-table .price-adjusted-total {
  color: #666666;
  display: block;
}
#cart-table .price-adjusted-total span {
  color: #990000;
}
#cart-table .gift-cert-delivery {
  color: #990000;
}
#cart-table .item-image {
  max-width: 100px;
}
#cart-table .item-image .item-image img {
  max-width: 100%;
  height: auto;
}
#cart-table .cart-row {
  border-bottom: 1px solid #5f6062;
  padding-top: 20px;
}
#cart-table .cart-row td {
  padding: 20px;
}
#cart-table .cart-row .label {
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
#cart-table .cart-row .value {
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
#cart-table .cart-row .item-edit-details {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  margin-top: 10px;
}
.cart-featured-product {
  clear: both;
  padding-top: 20px;
}
.cart-footer {
  margin: 10px 0;
  padding: 10px;
  overflow: hidden;
}
.cart-footer .cart-coupon-code {
  float: left;
  width: 350px;
}
.cart-footer .cart-coupon-code .toggle {
  margin: 15px 0 10px 0;
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.cart-footer .cart-coupon-code .toggle:after {
  padding-left: 20px;
  content: "\f067";
  font-family: fontawesome;
}
.cart-footer .cart-coupon-code .toggle.expanded:after {
  content: '\f068';
}
.cart-footer .cart-coupon-code .toggle-content {
  padding: 10px;
  background: #dcdddf;
}
.cart-footer .cart-coupon-code label {
  float: none;
  text-align: left;
  text-transform: uppercase;
  width: auto;
  padding-top: 0px;
}
.cart-footer .cart-coupon-code input {
  width: 70%;
}
.cart-footer .cart-coupon-code button#add-coupon {
  color: #000000;
  background: transparent;
  float: right;
}
.cart-footer .cart-coupon-code .error {
  margin-top: 5px;
}
.cart-footer .cart-order-totals {
  float: right;
  width: 40%;
}
.cart-footer .cart-order-totals button {
  float: right;
}
.cart-footer .order-totals-table {
  float: right;
  margin-top: 10px;
}
.cart-footer .order-totals-table th {
  display: none;
}
.cart-footer .order-totals-table td {
  padding: 5px 0;
  text-align: right;
}
.cart-footer .order-totals-table .order-total {
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.order-totals-item {
  width: 60%;
}
.order-totals-value {
  width: 40%;
}
.order-subtotal {
  font-weight: normal;
}
#secondary .order-totals-table .order-shipping a {
  display: none;
}
.cart-action-checkout {
  float: right;
}
.cart-action-continue-shopping {
  float: left;
}
.cart-action-continue-shopping button {
  background: transparent;
  color: #000000;
  font-size: 18px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.cart-action-continue-shopping button:before {
  content: "\f104";
  font-family: fontawesome;
  padding-right: 5px;
}
.promo-adjustment {
  color: #990000;
}
ul.product-availability-list {
  margin: 0;
  padding: 0;
}
ul.product-availability-list li {
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  margin-top: 10px;
}
ul.product-availability-list .on-order,
ul.product-availability-list .not-available {
  color: #990000;
}
/*Cart*/
.pt_cart #primary {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
}
/*Bonus Product*/
#bonus-product-dialog * {
  box-sizing: border-box;
}
#bonus-product-dialog {
  padding: 0;
}
#bonus-product-dialog .promotion:first-of-type {
  display: none;
  visibility: hidden;
}
#bonus-product-dialog .quantity {
  display: none;
  visibility: hidden;
}
#bonus-product-dialog .product-name {
  font-size: 20px;
  width: 100%;
  float: none;
  text-align: left;
  margin: 5px 0;
}
#bonus-product-dialog .product-description {
  margin: 0;
  float: none;
  text-align: left;
  padding-right: 20px;
}
#bonus-product-dialog .attribute {
  margin: 10px 0;
}
#bonus-product-dialog .product-col-1 .product-primary-image {
  max-width: 200px;
  max-width: 100%;
  margin: 0 auto;
}
#bonus-product-dialog .product-col-1,
#bonus-product-dialog .product-col-2 {
  float: left;
  clear: none;
  box-sizing: border-box;
}
#bonus-product-dialog .product-col-1 {
  width: 45%;
}
#bonus-product-dialog .product-col-2 {
  width: 55%;
}
.ui-dialog.bonus-product {
  position: fixed;
}
.bonus-discount-container {
  display: none;
}
.rowcoupons td {
  padding: 10px;
}
.bonus-products a {
  display: none;
  visibility: hidden;
}
.cart-promo {
  background: #dcdddf;
  color: #5f6062;
  border: solid white;
  border-width: 10px 0;
}
.cart-promo td {
  padding: 15px 10px;
}
.cart-promo .bonus-item-details {
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.cart-promo .bonus-item-details .tooltip {
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}
.cart-promo .bonus-item-actions {
  text-align: right;
  vertical-align: middle;
}
.cart-promo .bonus-item-actions a {
  border: none;
  box-shadow: none;
  background: #5f6062;
  padding: 5px 10px;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.15s;
  background: #000000;
  color: #ffd100 !important;
}
.cart-promo .bonus-item-actions a,
.cart-promo .bonus-item-actions a a {
  color: #ffffff;
}
.cart-promo .bonus-item-actions a,
.cart-promo .bonus-item-actions a a {
  color: #ffffff;
}
.bonus-product-list-footer {
  display: none;
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  .customer-service-number {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    border: 2px solid #ffd100;
  }
  #cart-table th {
    display: none;
  }
  #cart-table td {
    display: inline-block;
    width: 50%;
    float: left;
    clear: left;
  }
  #cart-table .item-image {
    float: right;
  }
  #cart-table .item-total {
    width: 100%;
    clear: both;
    font-size: 21px;
    font-family: ProximaNova-Regular, Arial, sans-serif;
  }
  #cart-table .item-quantity input {
    width: 40px;
  }
  .cart-footer .cart-coupon-code,
  .cart-footer .cart-order-totals {
    width: 100%;
    float: left;
    clear: both;
  }
  .cart-footer .cart-order-totals {
    padding: 10px;
    background: #dcdddf;
  }
  .cart-footer .cart-coupon-code .toggle-content {
    margin-bottom: 10px;
  }
  .cart-footer .order-totals-table {
    float: left;
    width: 100%;
  }
  .cart-footer .order-totals-table td {
    padding: 5px 0;
    text-align: left;
  }
  .cart-footer .order-totals-table td:nth-child(even) {
    text-align: right;
  }
}
/*MOBILE*/
@media (max-width: 767px) {
  #cart-table .cart-row td {
    padding: 10px 0;
  }
}
/*MOBILE LANDSCAPE*/
@media (max-width: 480px) {
  .cart-action-checkout,
  .cart-action-checkout .button-primary {
    width: 100%;
    margin-bottom: 20px;
  }
}
.select-address {
  padding: 10px 0;
}
.shipping-method {
  padding: 22px 0 0 28%;
}
.shipping-method label {
  display: inline;
  float: none !important;
  padding-right: 5px !important;
}
.shipping-method .shipping-description {
  display: inline;
}
#shipping-method-list {
  margin-top: 20px;
}
.redemption {
  color: #990000;
}
.redemption span.error {
  margin-left: 0;
}
.payment-method-options {
  padding-left: 24%;
}
.payment-method-options .form-row {
  clear: none;
  float: left;
  width: 30%;
}
.payment-method-options label {
  width: auto;
}
.payment-method {
  clear: both;
  display: none;
}
.payment-method-expanded {
  display: block;
}
.month,
.year,
.day {
  clear: none;
  float: left;
  margin-right: 10px;
}
.day select {
  margin: 0;
  width: auto;
}
.month .form-caption {
  margin-left: 0;
}
.cvn input {
  width: 50px !important;
}
.bml-terms-and-conditions {
  border: 1px solid #AAAAAA;
  font-size: 0.8em;
  height: 400px;
  overflow: auto;
  padding: 1em;
}
.bml-table-col-1 {
  width: 25%;
}
.submit-order button {
  margin-left: 1.5em;
}
.pt_order-confirmation h1 {
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_order-confirmation .order-shipment-table {
  margin: 0 0 20px;
}
.pt_order-confirmation .order-shipment-table .order-shipment-details {
  border-left: 1px solid #E0E0E0;
  padding-left: 10px;
}
.pt_order-confirmation #primary h2 {
  ffont-weight: normal;
}
.confirmation-message {
  border-bottom: 3px solid #ffd100;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.order-discount {
  color: #990000;
}
.gift-cert-used {
  padding: 10px 0;
}
.order-detail-options {
  border-top: 1px solid #E0E0E0;
  margin: 20px 0 0;
  padding: 20px 0 0;
  text-align: right;
}
.order-detail-options a {
  margin: 0 10px;
}
.summary .edit {
  position: absolute;
  text-transform: uppercase;
  right: 10px;
  font-size: 0.9em;
  line-height: 1.5em;
}
.pt_cart .breadcrumb {
  padding-left: 0;
}
.pt_order-confirmation .order-confirmation-details .content-header {
  margin: 7px 0 !important;
}
.order-shipment-details .shipping-method {
  padding-left: 0px;
}
.order-shipment-details .label {
  position: absolute;
  width: 150px;
  text-align: right;
  font-weight: normal;
}
.order-shipment-details .value {
  margin-left: 155px;
}
.order-shipment-details .order-shipment-address {
  width: 240px;
}
.order-shipment-gift-message-header {
  font-weight: normal;
  font-size: 1.2em;
  padding-bottom: 0px;
}
.order-shipment-gift-message {
  font-size: 1.1em;
}
.discount-shipping {
  text-transform: uppercase;
  padding: 0 5px;
  color: #A70800;
  font-size: 1.3em;
  font-weight: bold;
}
.return-to-shopping-btn {
  position: relative!important;
  top: -15px !important;
}
/*UPDATED STYLES*/
.pt_checkout #primary {
  float: left;
  padding: 0 20px 0 0;
  /*SHIPPING*/
  /*BILLING*/
  /*PLACE ORDER*/
}
.pt_checkout #primary .button-primary {
  float: right;
}
.pt_checkout #primary .checkout-progress-indicator {
  float: left;
  width: 100%;
  margin: 20px 0 0 0;
}
.pt_checkout #primary .checkout-progress-indicator .checkout-step {
  float: left;
  margin-right: 10px;
  display: inline-block;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  color: #dcdddf;
}
.pt_checkout #primary .checkout-progress-indicator .checkout-step:after {
  content: "\f061";
  font-family: fontawesome;
  color: #dcdddf;
  padding-left: 10px;
}
.pt_checkout #primary .checkout-progress-indicator .checkout-step:last-of-type:after {
  content: "";
}
.pt_checkout #primary .checkout-progress-indicator .checkout-step.active {
  color: #000000;
}
.pt_checkout #primary .checkout-progress-indicator .checkout-step span {
  display: none;
}
.pt_checkout #primary .ship-notice,
.pt_checkout #primary .process-notice {
  float: left;
  width: 100%;
  margin-top: 10px;
  color: #e02a40;
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.pt_checkout #primary #shipping-method-list .form-row {
  float: none;
  clear: both;
  position: relative;
  padding: 5px;
}
.pt_checkout #primary #shipping-method-list .form-row:before,
.pt_checkout #primary #shipping-method-list .form-row:after {
  content: " ";
  display: table;
}
.pt_checkout #primary #shipping-method-list .form-row:after {
  clear: both;
}
.pt_checkout #primary #shipping-method-list .form-row label {
  width: 90%;
  float: right;
  text-align: left;
}
.pt_checkout #primary #shipping-method-list .form-row .input-radio {
  position: absolute;
  top: 10px;
  left: 0;
}
.pt_checkout #primary #shipping-method-list .form-row .form-caption {
  display: none;
}
.pt_checkout #primary #addressSelectGoButton {
  display: none;
}
.pt_checkout #primary .value-error {
  color: #e02a40;
  margin-top: -7px;
  margin-bottom: 10px;
}
.pt_checkout #primary .add-to-address-book {
  float: none;
  clear: both;
  position: relative;
}
.pt_checkout #primary .add-to-address-book:before,
.pt_checkout #primary .add-to-address-book:after {
  content: " ";
  display: table;
}
.pt_checkout #primary .add-to-address-book:after {
  clear: both;
}
.pt_checkout #primary .add-to-address-book .input-checkbox {
  display: block;
  position: absolute;
  left: 0;
}
.pt_checkout #primary .add-to-address-book label {
  font-size: 12px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  margin-left: 20px;
  float: left;
  text-align: left;
}
.pt_checkout #primary .newsletter-row {
  margin-bottom: 20px;
}
.pt_checkout #primary .newsletter-row .input-checkbox {
  width: auto;
  float: left;
  padding-right: 10px;
  margin-bottom: 20px;
}
.pt_checkout #primary .newsletter-row .newsletter-label {
  font-size: 12px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  padding-left: 10px;
  float: left;
  width: 90%;
}
.pt_checkout #primary .agree-to-terms {
  display: inline-block;
}
.pt_checkout #primary .agree-to-terms label {
  margin-right: 5px;
}
.pt_checkout #primary .agree-to-terms-content {
  display: inline-block;
}
.pt_checkout #primary .agree-to-terms-content a {
  text-decoration: underline;
}
.pt_checkout #primary .age-verification-clarification {
  font-size: 12px;
}
.pt_checkout #primary label[for="dwfrm_billing_paymentMethods_creditCard_saveCard"] {
  text-align: left;
  width: auto;
}
.pt_checkout #primary .billing-coupon-code .toggle {
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  background-color: #dcdddf;
}
.pt_checkout #primary .billing-coupon-code .toggle:after {
  padding-left: 20px;
  content: "\f067";
  font-family: fontawesome;
}
.pt_checkout #primary .billing-coupon-code .toggle.expanded:after {
  content: '\f068';
}
.pt_checkout #primary .billing-coupon-code .toggle-content {
  padding: 10px;
  margin-bottom: 20px;
}
.pt_checkout #primary .billing-coupon-code .toggle-content label {
  width: auto;
}
.pt_checkout #primary .payment-method-options .form-row:first-of-type {
  display: none;
}
.pt_checkout #primary .payment-method-options #dwfrm_billing_paymentMethods_creditCard_type option {
  display: inline-block;
}
.pt_checkout #primary .month select,
.pt_checkout #primary .year select,
.pt_checkout #primary .day select {
  width: auto;
}
.pt_checkout #primary #cart-table {
  margin-top: 0;
}
.pt_checkout #primary .place-order-totals {
  margin-bottom: 20px;
}
.pt_checkout #primary .place-order-totals .order-totals-table {
  width: 50%;
  margin-left: 50%;
  padding: 20px;
}
.pt_checkout #primary .place-order-totals .order-totals-table th {
  display: none;
}
.pt_checkout #primary .place-order-totals .order-totals-table td {
  padding: 5px 0;
  text-align: right;
}
.pt_checkout #primary .place-order-totals .order-totals-table .order-total {
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.pt_checkout #primary .edit-cart {
  color: #000000;
  font-size: 18px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_checkout #primary .edit-cart:before {
  content: "\f104";
  font-family: fontawesome;
  padding-right: 5px;
}
.pt_checkout #primary .edit-cart:hover {
  text-decoration: none;
}
.pt_checkout #primary .order-notice {
  float: left;
  width: 100%;
  margin-top: 10px;
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_checkout #secondary {
  padding: 0 0 0 20px;
  float: right;
}
.pt_checkout .summary .checkout-mini-cart,
.pt_checkout .summary .checkout-order-totals,
.pt_checkout .summary .details {
  padding: 10px;
}
.pt_checkout .summary .order-totals-item,
.pt_checkout .summary .order-totals-value {
  display: none;
}
.pt_checkout .summary .section-header {
  padding: 10px;
  background: #dcdddf;
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.pt_checkout .summary .section-header .section-header-note {
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  float: right;
}
.pt_checkout .summary .checkout-mini-cart .mini-cart-product {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdddf;
}
.pt_checkout .summary .checkout-mini-cart .mini-cart-product:last-of-type {
  border-bottom: none;
}
.pt_checkout .summary .checkout-mini-cart .mini-cart-image {
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
}
.pt_checkout .summary .checkout-mini-cart .mini-cart-name {
  font-size: 18px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_checkout .summary .checkout-mini-cart .mini-cart-attributes .attribute .value {
  float: right;
}
.pt_checkout .summary .checkout-mini-cart .mini-cart-price {
  float: right;
}
.pt_checkout .summary .checkout-order-totals {
  background: #dcdddf;
  border-bottom: 2px solid #ffffff;
}
.pt_checkout .summary .checkout-order-totals .order-totals-table tr {
  float: left;
  width: 100%;
  padding: 5px 0;
}
.pt_checkout .summary .checkout-order-totals .order-totals-table tr.order-total {
  font-size: 18px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_checkout .summary .checkout-order-totals .order-totals-table tr td {
  width: 50%;
}
.pt_checkout .summary .checkout-order-totals .order-totals-table tr td:nth-of-type(odd) {
  float: left;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_checkout .summary .checkout-order-totals .order-totals-table tr td:nth-of-type(even) {
  float: right;
  text-align: right;
}
.pt_order-confirmation a.print-page {
  float: right;
  width: 100%;
  padding: 5px 0;
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: right;
}
.pt_order-confirmation #primary {
  float: left;
  padding: 0 20px 0 0;
}
.pt_order-confirmation #primary th,
.pt_order-confirmation #primary td {
  padding-right: 10px;
}
.pt_order-confirmation #primary th.section-header {
  padding-bottom: 10px;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_order-confirmation #primary td {
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.pt_order-confirmation #secondary {
  float: right;
  padding: 0 0 0 20px;
  margin-top: 20px;
}
.pt_order-confirmation #secondary .toggle-content {
  border: none;
  background: #dcdddf;
  padding: 10px;
}
.pt_order-confirmation #secondary .toggle-content .button-primary {
  font-size: 16px;
  width: 100%;
}
.pt_order-confirmation #secondary #RegistrationForm label {
  width: 100%;
  float: left;
  text-align: left;
  padding-bottom: 10px;
}
.pt_order-confirmation #secondary #RegistrationForm input {
  width: 100%;
}
.pt_order-confirmation #secondary #RegistrationForm .form-caption {
  margin: 5px 0;
}
.pt_order-confirmation .return-to-shopping-btn {
  margin-top: 20px;
  float: right;
}
.pt_order-confirmation .return-to-shopping-btn a {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
}
.pt_order-confirmation .return-to-shopping-btn a,
.pt_order-confirmation .return-to-shopping-btn a a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_order-confirmation .return-to-shopping-btn a:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_order-confirmation .return-to-shopping-btn a:hover a {
    text-decoration: none;
  }
  .pt_order-confirmation .return-to-shopping-btn a[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_order-confirmation .return-to-shopping-btn a,
.pt_order-confirmation .return-to-shopping-btn a a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_order-confirmation .return-to-shopping-btn a:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_order-confirmation .return-to-shopping-btn a:hover a {
    text-decoration: none;
  }
  .pt_order-confirmation .return-to-shopping-btn a[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_order-confirmation .return-to-shopping-btn a.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  .pt_checkout #primary .button-primary {
    width: 100%;
  }
  .pt_checkout .label-right {
    width: 100%;
    margin: 0;
  }
  .pt_checkout .label-right label {
    float: left;
  }
  .pt_checkout .label-right .input-checkbox {
    float: left;
    margin-top: 10px;
  }
  .pt_checkout .edit-cart {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .pt_checkout .add-to-address-book {
    float: none;
    clear: both;
    position: relative;
  }
  .pt_checkout .add-to-address-book:before,
  .pt_checkout .add-to-address-book:after {
    content: " ";
    display: table;
  }
  .pt_checkout .add-to-address-book:after {
    clear: both;
  }
  .pt_checkout .add-to-address-book .input-checkbox {
    top: 10px;
  }
  .pt_checkout #primary .place-order-totals .order-totals-table {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .pt_checkout #primary .place-order-totals .order-totals-table td {
    padding: 5px 0;
    text-align: left;
  }
  .pt_checkout #primary .place-order-totals .order-totals-table td:nth-child(even) {
    text-align: right;
  }
  #cart-table .cart-row {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
  }
  .pt_order-confirmation #primary {
    padding: 0;
  }
  .pt_order-confirmation #primary th {
    display: none;
  }
  .pt_order-confirmation #primary td {
    font-size: 13px;
    font-family: ProximaNova-Regular, Arial, sans-serif;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  .pt_order-confirmation #secondary {
    padding: 0;
  }
  .pt_order-confirmation .return-to-shopping-btn {
    float: left;
  }
  .pt_order-confirmation .return-to-shopping-btn a {
    width: 100%;
  }
}
/*MOBILE AND TABLET*/
@media (max-width: 1023px) {
  .pt_checkout #primary,
  .pt_order-confirmation #primary {
    width: 100%;
    float: right;
    padding: 0;
  }
  .pt_checkout #secondary,
  .pt_order-confirmation #secondary {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .pt_checkout #secondary .toggle,
  .pt_order-confirmation #secondary .toggle {
    background-image: none;
    text-align: center;
    background-color: #dcdddf;
    color: #ffffff;
    padding: 10px;
    margin-top: 0;
  }
  .pt_checkout #secondary .toggle:after,
  .pt_order-confirmation #secondary .toggle:after {
    padding-left: 20px;
    content: "\f067";
    font-family: fontawesome;
  }
  .pt_checkout #secondary .toggle.expanded:after,
  .pt_order-confirmation #secondary .toggle.expanded:after {
    content: '\f068';
  }
  .pt_checkout #secondary .toggle-content,
  .pt_order-confirmation #secondary .toggle-content {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #dcdddf;
  }
  .pt_checkout #secondary.summary .section-header,
  .pt_order-confirmation #secondary.summary .section-header {
    background: transparent;
  }
  .pt_checkout #secondary.summary .order-summary-title,
  .pt_order-confirmation #secondary.summary .order-summary-title {
    display: none;
  }
  .pt_checkout #secondary,
  .pt_order-confirmation #secondary {
    float: left;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .pt_checkout #secondary .toggle,
  .pt_order-confirmation #secondary .toggle {
    background-image: none;
    text-align: center;
    background-color: #dcdddf;
    color: #ffffff;
    padding: 10px;
    margin-top: 0;
  }
  .pt_checkout #secondary .toggle:after,
  .pt_order-confirmation #secondary .toggle:after {
    padding-left: 20px;
    content: "\f067";
    font-family: fontawesome;
  }
  .pt_checkout #secondary .toggle.expanded:after,
  .pt_order-confirmation #secondary .toggle.expanded:after {
    content: '\f068';
  }
  .pt_checkout #secondary .toggle-content,
  .pt_order-confirmation #secondary .toggle-content {
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    border-bottom: 1px solid #dcdddf;
  }
}
/*TABLET ONLY*/
/*TABLET AND DESKTOP*/
@media (min-width: 768px) {
  .pt_checkout .input-text,
  .pt_checkout .input-select {
    width: 300px;
  }
  .pt_checkout #cart-table .cart-row td {
    padding: 10px;
  }
}
/*DESKTOP ONLY*/
@media (min-width: 1024px) {
  .pt_checkout #primary .checkout-progress-indicator {
    margin-top: -60px;
  }
  .pt_checkout #secondary .toggle,
  .pt_order-confirmation #secondary .toggle {
    display: none;
  }
  .pt_checkout #secondary .toggle-content,
  .pt_order-confirmation #secondary .toggle-content {
    display: block;
    border: solid #dcdddf;
    border-width: 0 1px 1px 1px;
  }
  .pt_checkout .summary .checkout-order-totals .order-totals-table tr.order-total td {
    width: 50%;
  }
}
/* fluid video fix */
.videoWrapper {
  position: relative;
  padding-bottom: 51.8%;
  /* 16:9 */
  padding-top: 0;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* gift certificates */
/* ------------------------------------- */
.gift-certificate-purchase-wrapper {
  margin-left: -20px;
}
.gift-certificate-purchase-wrapper form input[type="text"],
.gift-certificate-purchase-wrapper form form input[type="password"],
.gift-certificate-purchase-wrapper form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background-color: #dcdddf;
}
.gift-certificate-purchase-wrapper form input[name="dwfrm_giftcert_balance_giftCertID"] {
  background-color: #ffffff;
}
.gift-certificate-purchase-wrapper form label {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  display: block;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
.gift-certificate-purchase-wrapper form label[for='dwfrm_giftcert_balance_giftCertID'] .required-indicator {
  display: none;
}
.gift-certificate-purchase-wrapper p {
  line-height: 1.8em;
  margin-top: 0;
}
#GiftCertificateForm input[type='text'] {
  width: 66%;
}
.gift-cert-top-copy-wrapper {
  width: 50%;
  float: left;
}
.gift-certificate-section-top {
  float: none;
  clear: both;
  padding: 0 0 20px 0;
}
.gift-certificate-section-top:before,
.gift-certificate-section-top:after {
  content: " ";
  display: table;
}
.gift-certificate-section-top:after {
  clear: both;
}
.gift-certificate-section-top .gift-certificate-header {
  margin-bottom: 40px;
}
.gift-certificate-section-top .check-balance-wrapper {
  width: 50%;
  float: right;
  padding-left: 20px;
}
.gift-certificate-section-top .check-balance-form {
  background-color: #ffd100;
  padding: 20px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.gift-certificate-section-top .check-balance-form form {
  padding: 20px 80px 0;
}
.gift-certificate-section-top .check-balance-form form input {
  border: none;
  font-size: 16px;
  font-weight: bold;
}
.gift-certificate-section-top .check-balance-form form button {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #5f6062;
  padding: 7px 15px;
  transition: background-color 0.15s;
  width: 100%;
}
.gift-certificate-section-top .check-balance-form form button,
.gift-certificate-section-top .check-balance-form form button a {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .gift-certificate-section-top .check-balance-form form button:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .gift-certificate-section-top .check-balance-form form button:hover a {
    text-decoration: none;
  }
  .gift-certificate-section-top .check-balance-form form button[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.gift-certificate-section-left {
  width: 50%;
  float: left;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 40px 20px 20px 0;
}
.gift-certificate-section-right {
  width: 50%;
  float: left;
  border-top: 1px solid #000000;
  padding: 40px 0 20px 20px;
}
@media (max-width: 1023px) {
  #GiftCertificateForm input[type='text'] {
    width: 100%;
  }
  .gift-certificate-section-top .check-balance-form form {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .gift-certificate-purchase-wrapper {
    margin-left: 0;
  }
  .gift-cert-top-copy-wrapper {
    width: 100%;
    float: none;
  }
  .gift-certificate-section-top .check-balance-wrapper {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .gift-certificate-section-left {
    width: 100%;
    float: none;
    border: none;
    padding: 40px 0 20px 0;
  }
  .gift-certificate-section-right {
    width: 100%;
    float: none;
    padding: 40px 0 20px 0;
  }
}
/* Static pages
--------------------------------------------------------------------------------------- */
.static-page {
  width: 100%;
  padding: 2px;
}
.static-page a {
  color: #A70800 !important;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}
.static-page a:hover {
  color: #A70800 !important;
  text-decoration: underline;
  font-size: 1.1em;
}
.static-page a span {
  color: #A70800 !important;
  text-decoration: none;
  font-size: 1.2em;
}
.static-page a:hover span {
  color: #A70800 !important;
  text-decoration: underline;
  font-size: 1.2em;
}
.static-page h1 {
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 2.9em;
  color: #000000;
  font-weight: normal;
  text-transform: uppercase;
  margin: 14px 14px 14px 0;
}
.static-page h2 {
  font-size: 1.6em;
  color: #000000;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0.83em 0;
}
.static-page h3 {
  color: #000000;
  font-size: 1.15em;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
}
.static-page h4 {
  font-family: ProximaNova-Bold, Arial, sans-serif;
  font-weight: normal;
  color: #000000;
  line-height: 1.6em;
  margin: 1em 0;
  font-size: 12px;
}
/*Job Listing Page*/
.job-listings .job {
  font-size: 16px;
  color: #FFCE03;
}
/* content assets and slots */
/* ------------------------------------- */
/*
.content-slot img {
	height: auto;
	max-width: 100%;
}

.slot-grid-header p {
	margin: 0;
	padding: 0;
}

.product-listing-1x4 {
	background: none repeat scroll 0 0 #FFFFFF;
	overflow: hidden;
	padding: 10px 0;
}

.product-listing-1x4 ul.search-result-items .grid-tile {
	margin: 0 1% 0 2%;
	width: 18%;
}

.account-nav-asset {
	background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
	line-height: 1.5em;
	margin: 40px 10px;
	padding: 10px 0;
}

.account-nav-asset h2 {
	margin: 14px 0 20px;
	font-size: 1.5em;
}

.content-asset p {
	line-height: 1.2em;
	font-family: ProximaNova-Regular, Arial, sans-serif;
	font-size: 1.2em;
}

.content-asset ul {
	line-height: 1.2em;
	padding: 0 1.5em;
	font-family: ProximaNova-Regular, Arial, sans-serif;
	font-size: 1.2em;
}

.content-asset ol {
	line-height: 1.2em;
	padding: 0 1.5em;
	font-family: ProximaNova-Regular, Arial, sans-serif;
	font-size: 1.2em;
}

.content-asset address {
	margin: 1em 0;
	font-family: ProximaNova-Regular, Arial, sans-serif;
	font-size: 1.2em;
	line-height: 1.2em;
}

.content-asset ul li {
	line-height: 1.2em;
	list-style: square outside none !important;
	font-family: ProximaNova-Regular, Arial, sans-serif;
	line-height: 1.2em;
}

.content-asset ol li {
	line-height: 1.2em;
	list-style: decimal outside none;
	font-family: ProximaNova-Regular, Arial, sans-serif;
	line-height: 1.2em;
}

.content-asset ul.account-options {
	margin: 0;
	padding: 0;
}

.content-asset ul.account-options li {
	border-bottom: 1px solid #D9D9D9;
	float: left;
	height: 80px;
	list-style: none outside none !important;
	margin: 0 0 0 4%;
	padding: 20px 0 0;
	position: relative;
	width: 46%;
}

.content-asset ul.account-options li a {
	display: block;
	font-size: 1.5em;
	line-height: 30px;
	padding: 0 0 0 55px;
}

.content-asset ul.account-options li img {
	left: 0;
	position: absolute;
	top: 10px;
}

.content-asset ul.account-options li p {
	margin: 0;
	padding-left: 55px;
}
*/
.support-home-tile {
  background-color: #eee;
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  height: 250px;
  padding-bottom: 10px;
}
.support-home-tile h6 {
  background-color: #f5f5f5;
  padding: 20px 16px;
  margin: 0px;
}
.support-home-tile h6 a,
.support-home-tile p a {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.support-home-tile h2 a,
.support-home-tile p a {
  display: block;
}
.support-home-tile p {
  padding: 20px 16px;
  margin: 0px;
  font-size: 15px;
  color: #000;
}
.support-home-tile p:last-child {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.column-container {
  letter-spacing: -4px;
}
.column-container * {
  letter-spacing: normal;
}
.column-container .column {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.column-container .column img {
  width: 100%;
  height: auto;
}
.column-container .column.one-third {
  width: 33%;
}
/* Product Registration Form style updates */
.pt_customer-service .form-row label.error {
  clear: both;
  margin-left: 220px;
  padding-top: 2px;
  padding-bottom: 10px;
  text-align: left;
}
/* product registration */
.field_block div {
  float: left;
}
.field_block {
  clear: both;
  margin: 10px 0;
}
.field_block .caption {
  width: 37%;
  margin: 16px 15px 16px 0;
  font-size: 1.3em;
}
.field_block input[type="text"],
.field_block input[type="password"],
.field_block textarea,
.field_block select {
  margin: 10px 0;
  width: 100%;
}
.field_block label,
.field_block label .form-label-text {
  width: auto;
  float: none;
  display: inline;
}
.field_block div.radio.field {
  width: 60%;
}
.field_block .checkbox.field {
  width: 80%;
}
.list_block label {
  width: 100%;
  text-align: left;
  font-size: 1em;
}
#preg_newsletters {
  text-align: left;
  font-size: 1.5em;
  padding: 15px 0;
  clear: both;
}
/* Product Registration Form style updates */
.pt_customer-service .form-row label.error {
  clear: both;
  margin-left: 220px;
  padding-top: 2px;
  padding-bottom: 10px;
  text-align: left;
}
.pt_product-details #primary {
  width: 100%;
  padding: 0;
  margin-right: 0;
}
.pt_product-details .section aside.components-list .description h4 {
  margin: 0;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_product-details .section aside.components-list .description p {
  margin: 0;
  max-width: 90%;
}
.pt_product-details .section aside ul {
  margin: 0;
}
.pt_product-details .section.columns > * {
  float: right;
  width: 50%;
  clear: right;
}
.pt_product-details .section.columns.single > * {
  float: none;
  width: 100%;
}
.count {
  font-size: 14px !important;
}
.pt_product-details .section.columns > *:first-child {
  float: left;
}
.pt_product-details .section.fill {
  background-color: #DCDDDF;
}
.pt_product-details .section.fill.alt {
  background-color: #FFC905;
}
.pt_product-details .section.fill.alt + .section.fill {
  padding-top: 30px;
}
.pt_product-details .section.fill.reviews {
  background: #ffffff;
}
.pt_product-details .section .components-list .component {
  margin-bottom: 20px;
}
.product-thumbnails ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.clearfix {
  float: none;
  clear: both;
}
.pt_product-details .product-main-attributes ul {
  padding: 0;
  margin: 0;
}
.pt_product-details .product-main-attributes ul li {
  list-style: none;
}
.pt_product-details .product-main-attributes ul li .label {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.accessories .label {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pt_product-details .product-main-attributes .attribute {
  margin: 0 0 1em 0;
}
.pt_product-details .section.columns .accessories img {
  width: 100px;
  height: 100px;
  margin: 0 0 0 1em;
}
.pt_product-details .section.columns .accessories {
  margin: 0 0 10px 0;
}
.pt_product-details .section.columns .accessories img.small-userguide-dl-link {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 10px 0px;
}
.pt_product-details #Diagrams {
  text-align: center;
  width: 55%;
}
.pt_product-details #Diagrams a {
  width: 47%;
  display: block;
  padding: 5px;
  margin-top: 5px;
  margin-right: 10px;
  float: left;
}
.pt_product-details #Diagrams a.selected {
  background: #ffd100;
}
.pt_product-details #Diagrams a:hover {
  text-decoration: none;
}
.pt_product-details #Diagrams a:first-child {
  margin-left: 0;
}
.pt_product-details #Diagrams #ToolsImage,
.pt_product-details #Diagrams #FeaturesImage {
  width: 100%;
  padding-top: 15px;
}
.pt_product-details #Components {
  width: 39%;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  padding: 5px;
  border-left: 1px solid #5f6062;
}
.pt_product-details #Components .list-wrapper {
  display: none;
}
.pt_product-details #Components .list-wrapper.selected-list {
  display: block;
}
.pt_product-details #Components .list-items-wrapper {
  overflow-y: auto;
}
.pt_product-details #Components h4 {
  margin: 0;
  padding: 5px;
  text-align: center;
  background-color: #5F6062;
  color: #FFF;
}
.pt_product-details #Components ol {
  counter-reset: components-counter;
  margin-bottom: 2em;
  padding: 0;
}
.pt_product-details #Components ol > li {
  position: relative;
  padding: 10px 0 0 45px;
  list-style: none outside none;
}
.pt_product-details #Components ol > li:before {
  content: counter(components-counter);
  counter-increment: components-counter;
  position: absolute;
  left: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.5em;
  padding: 2px;
  background-color: #5F6062;
  color: #FFF;
  text-align: center;
  cursor: default;
}
.pt_product-details #Components ol.alpha > li:before {
  content: counter(components-counter, upper-alpha);
  /* Use the counter as content */
}
.pt_product-details #Components ol > li.selected {
  background-color: #ffd100;
  padding-bottom: 10px;
  margin-top: 10px;
}
.pt_product-details #Components ol > li.selected:before {
  background-color: #dcdddf;
  color: #5f6062;
}
.pt_product-details #Components li a {
  display: block;
  width: 100%;
  padding-top: 2px;
  font-family: ProximaNova-SemiBold, Arial, sans-serif;
  font-size: 1em;
}
.pt_product-details #Components li,
.pt_product-details #Components li a {
  font-family: ProximaNova-Regular, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}
.pt_product-details #Components li.selected,
.pt_product-details #Components li.selected a {
  font-family: ProximaNova-Semibold, Arial, sans-serif;
  text-transform: none;
}
.pt_product-details #Components li p {
  display: none;
  text-transform: none;
  font-size: 1em !important;
}
.pt_product-details #Components li.selected p {
  display: block;
}
#product-nav-container {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 160px;
}
#product-nav-container div {
  float: left;
  text-align: center;
  width: 77px;
}
#product-nav-container img {
  max-height: 100%;
  max-width: 80%;
}
#product-nav-container span {
  display: block;
  height: 65px;
}
#product-nav-container .divided span {
  border-right: 1px solid #E0E0E0;
  padding-right: 5px;
}
.pdp-main ul {
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.pdp-main label {
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: auto;
}
#zoom {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #888;
  cursor: url(../images/zoomin.cur), pointer;
  height: 580px;
  left: 0px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  width: 580px;
  z-index: 99999;
}
#zoom img {
  position: relative;
  top: 0px;
  left: 0px;
}
.pdp-main .product-thumbnails {
  display: block;
  position: relative;
  width: 80%;
  height: 100px;
  margin: 0 10%;
  padding: 0px 0.5em;
  clear: both;
}
.ledlenser .pdp-main .product-thumbnails {
  margin-top: 40px;
}
.pdp-main .product-thumbnails li {
  display: block;
  float: left;
  margin: 0 5px;
  padding: 0;
  border-top: 5px solid #FFFFFF;
  text-align: center;
}
.pdp-main .product-thumbnails li a {
  display: block;
}
.pdp-main .product-thumbnails li.selected {
  border-color: #000000;
}
.pdp-main .product-thumbnails li img {
  border: 1px solid #000000;
  width: 100px;
}
.ledlenser .pdp-main .product-thumbnails li img {
  width: 60px;
  padding: 20px 0;
  border: 0 none;
}
.pdp-main .product-thumbnails h2 {
  margin: .83em 0;
}
.pdp-main .product-thumbnails a.prev,
.pdp-main .product-thumbnails a.next {
  display: block;
  position: absolute;
  width: 30px;
  height: 95px;
  top: 5px;
  background: url(../images/pdp/lman_carouselarrows.png) no-repeat transparent;
}
.pdp-main .product-thumbnails a.prev {
  left: -25px;
  background-position: 0 0;
}
.pdp-main .product-thumbnails a.prev.disabled {
  background-position: 0 -95px;
}
.pdp-main .product-thumbnails a.next {
  right: -25px;
  background-position: -31px 0;
}
.pdp-main .product-thumbnails a.next.disabled {
  background-position: -31px -95px;
}
.pdp-main .product-thumbnails a.prev span,
a.next span {
  display: none;
}
.pdp-main form .input-select {
  width: auto;
}
.variation-select {
  margin: 0;
  width: 100%;
}
.pdp-main .product-number {
  color: #CCCCCC;
  font-size: 0.9em;
  margin: 0 0 0.5em 0.5em;
}
.pdp-main .product-review-links {
  overflow: hidden;
}
.pdp-main .product-review-links li {
  margin-right: 1em;
}
.pdp-main #AttrToolCount {
  width: 72px;
  height: 82px;
  background-color: #5F6062;
  color: #FFF;
  font-size: 12px;
  text-align: center;
}
.pdp-main #AttrToolCount {
  background: #5f6062 url('../images/pdp/lman_tool_count_icon.png') no-repeat;
  font-size: 4em;
  line-height: 1em;
}
.pdp-main #AttrActivities {
  font-size: 1.25em;
  text-align: left;
}
.pdp-main .AttrVideo {
  padding: 0px;
}
.pdp-main #AttrActivities p {
  margin-top: 0;
  letter-spacing: 1px;
  font-weight: normal;
}
.pdp-main #AttrActivities a img {
  width: 40px;
  height: auto;
}
.pdp-main .product-main-attributes .attribute {
  padding: 0.2em 0;
}
.pdp-main .product-main-attributes .label {
  padding: 0;
}
.pdp-main .product-variations {
  margin: 0;
}
.product-set .product-add-to-cart {
  display: block;
}
.pdp-main .product-add-to-cart .inventory input {
  margin: 5px 0;
  width: 56px;
  text-align: center;
  float: none;
  clear: left;
}
.pdp-main .product-add-to-cart button {
  margin: 10px 0;
  float: left;
  height: auto;
  min-width: 300px;
}
.pdp-main .product-description {
  border-top: 1px solid #dcdddf;
  clear: both;
  float: left;
  width: 100%;
  padding: 1.5em 0 0 0;
  font-size: 14px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.pdp-main .product-description.full-text {
  height: auto;
}
.pdp-main .pdp-promo-slot {
  display: block;
  float: right;
  width: auto;
  padding: 0;
}
#dialog-container,
#dialog-container a {
  font-family: ProximaNova-Semibold, ProximaNova-Regular, Arial, sans-serif;
  font-size: 12px;
  color: #5f6062;
}
.pdp-main .product-actions li {
  margin: 0;
}
.pdp-main .product-actions .menu li + li {
  margin-left: 30px;
}
.pdp-main .product-actions .social-actions {
  float: right;
}
.pdp-main .product-actions .social-actions li {
  margin: 0 0.2em;
}
.pdp-main .promotion {
  clear: both;
  margin: 1em 0;
  padding: 4%;
}
.pdp-main .promotion:after {
  content: "";
}
.pdp-main .promotion .promotion-title {
  color: #999999;
  display: inline-block;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
  vertical-align: top;
  width: 20%;
}
.pdp-main .promotion .promotion-callout {
  display: inline-block;
  line-height: 1em;
  vertical-align: top;
  width: 77%;
}
.pdp-main .promotion .promotion-callout a {
  font-size: inherit;
}
.pdp-main .product-tabs {
  border: 0 none;
  margin: 25px 0 0;
}
.print-page {
  cursor: pointer;
}
.pdp-main .product-tabs .print-page {
  float: right;
}
.list-table-header .print-page {
  font-size: 13.2px;
  float: right;
}
.list-table-header button,
.list-table-header a {
  margin: 15px 17px 10px;
}
.pt_gift-registry .list-table-header .print-page {
  margin-top: -0.5em;
}
.pdp-main .product-tabs .tab-content {
  min-height: 100px;
}
.pdp-main .product-set-list {
  border-top: 1px solid #D9D9D9;
  margin: 0 0 0 6px;
}
.pdp-main .product-set-list .product-set-item {
  border-bottom: 1px solid #D9D9D9;
  clear: both;
  margin: 1em 0;
  overflow: hidden;
  padding: 1em 0 0;
}
.pdp-main .product-set-list .product-set-image {
  float: left;
  width: 22%;
}
.pdp-main .product-set-list .product-set-details {
  float: left;
  width: 78%;
}
.pdp-main .product-set-list .attribute h3,
.pdp-main .product-set-list .attribute .label {
  width: 25%;
}
.pdp-main .product-set-list .product-name {
  float: none;
  font-size: 1.3em;
  margin: 0;
  width: auto;
}
.pdp-main .product-set-list .promotion-title {
  font-size: 1.2em;
}
.pdp-main .product-set-list .block-add-to-cart {
  background: none repeat scroll 0 0 #F3F3F3;
  clear: both;
  overflow: hidden;
  padding: 0.5em 0;
}
.pdp-main .product-set-list .block-add-to-cart .inventory {
  float: left;
  margin-left: 22%;
  width: 20%;
}
.pdp-main .product-set-list .block-add-to-cart label {
  padding: 0.7em 0;
  text-align: left;
  width: 40%;
}
.pdp-main .product-set-list .block-add-to-cart .input-text {
  width: 35px;
}
.pdp-main .product-set-list .block-add-to-cart .product-price {
  float: left;
  font-size: 1.6em;
  margin: 0;
  padding: 6px 0 0;
  text-align: right;
  width: 35%;
}
.pdp-main .product-set-list .block-add-to-cart button {
  float: right;
  font-size: 0.9em;
  margin: 3px 5px 0 0;
  padding-left: 1em;
  padding-right: 1em;
}
.pdp-main .product-set .product-add-to-cart .product-price {
  width: 54%;
}
button.add-to-cart[disabled],
button.add-all-to-cart[disabled] {
  background: #dcdddf;
}
button.add-all-to-cart {
  display: none;
}
/* not available in simple ui. */
.js button.add-all-to-cart {
  display: inherit;
}
/* available in rich ui. */
.pt_content .external-retail-list {
  padding-bottom: 4em;
}
.bonus-product-list .product-primary-image img {
  width: 100%;
  height: auto;
  max-width: 200px;
}
.product-previous a,
.product-next a {
  text-transform: uppercase;
}
.pdp-main #selectAttrDialog {
  display: none;
  padding: 10px;
  background: silver;
  position: absolute;
  left: 10px;
  top: 10px;
  color: #000;
  width: 200px;
  z-index: 2;
}
.pdp-main #addToCartMsgContainer {
  position: relative;
  clear: both;
}
.pdp-main #sheathImg {
  display: none;
  position: absolute;
  top: 0;
  left: 230px;
  width: 110px;
  height: 200px;
  border: 2px silver solid;
}
.pdp-main div.a2cContainer {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  width: 100%;
}
.pdp-main div.a2cContainer .a2cHitBox {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
}
.pdp-banner-social {
  float: right;
  width: 45%;
  margin: 0 0 20px;
}
/* product registration page */
/* ------------------------------------- */
.product-registration div,
.product-registration select {
  margin-bottom: 10px;
}
/* bonus products */
/* ------------------------------------- */
.select-bonus-btn,
.no-bonus-btn {
  float: left;
  margin: 0 5px 0 0;
  line-height: 20px;
}
.select-bonus-btn {
  background-color: #FFC905 !important;
  margin-bottom: 10px;
  color: #000 !important;
}
.buttonbar {
  margin: 11px 0;
  overflow: hidden;
  width: 336px;
}
.bonus-product-list .bonus-product-item {
  border-bottom: 1px solid #E0E0E0;
  clear: both;
}
.bonus-product-list .product-name {
  float: none;
  margin: 1em 0;
}
.bonus-product-list .product-add-to-cart button {
  float: left;
  margin-top: 24px;
}
.bonus-product-list .product-add-to-cart button.button-select-bonus {
  float: left;
  margin-top: 24px;
  width: auto;
  min-width: 0;
  padding-left: 1em;
  padding-right: 1em;
  height: 37px;
  line-height: 18px;
  margin-top: 28px;
  font-size: 18px;
  letter-spacing: 1px;
}
.bonus-product-list .product-add-to-cart button.button-select-bonus:disabled:hover {
  color: #ccc !important;
}
.bonus-product-list-footer {
  clear: both;
}
.bonus-product-list-footer button {
  float: right;
}
.bonus-product-list-footer .add-to-cart-bonus {
  width: 300px;
  height: 50px;
  line-height: 25px;
  font-size: 1.4em;
  margin-top: 0;
}
.bonus-message-wrapper {
  float: left;
}
/* send to friend */
/* ------------------------------------- */
.send-to-friend-product {
  border-bottom: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 22%;
  overflow: hidden;
  padding: 20px 0;
}
.send-to-friend-product .product-image {
  float: left;
  width: 36%;
}
.send-to-friend-product .product-image img {
  max-width: 80%;
}
.send-to-friend-product .product-description {
  float: left;
  width: 63%;
}
.send-to-friend-product .product-description h2 {
  margin-right: 0;
}
.send-to-friend-product .product-description .value {
  font-weight: normal;
}
.send-to-friend-product .product-description h2 {
  font-size: 1.2em;
}
.send-to-friend-product .product-description dt {
  clear: both;
  float: left;
  margin: 10px 0 0 0;
  width: 100px;
}
.send-to-friend-product .product-description dd {
  float: left;
  margin: 10px 0 0 0;
  width: 200px;
}
.send-to-friend-product .product-description a img {
  width: 100%;
}
#send-to-friend-dialog {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}
/* size charts */
/* ------------------------------------- */
.sizinginformation {
  border: 0 none;
  padding: 10px;
}
.sizinginformation th {
  background: none repeat scroll 0 0 #F3F3F3;
}
.sizinginformation td,
.sizinginformation th {
  border-bottom: 1px solid #F3F3F3;
  padding: 10px;
}
.sizinginformation td {
  border-left: 1px solid #F3F3F3;
}
.sizinginformation .ui-tabs-nav {
  height: 33px;
}
.sizinginformation .sizing-charts {
  border: 0 none;
}
.sizinginformation .tips-list {
  padding: 0 !important;
}
.sizinginformation .tips-list li {
  list-style: none outside none !important;
}
/* PDP Enhancements */
div.sheathAddon {
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
.pdp-main .attribute {
  width: 100%;
}
.pdp-main .swatches li {
  margin: 0;
}
span.sheathImageSpace {
  float: right;
}
div.sheathAddon span.noShow {
  float: right;
  display: none;
}
.availability {
  font-weight: bold;
  color: #ffd100;
  text-transform: uppercase;
  font-size: 14px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  float: left;
  clear: left;
  margin-bottom: 20px;
  margin-bottom: 0;
  min-height: 20px;
  width: 100%;
}
.availability .in-stock-msg {
  margin: 0;
}
a.buttonSFX {
  background: none repeat scroll 0 0 #5F6062;
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 1.42em;
  font-weight: normal;
  padding: 15px 7px;
  text-transform: uppercase;
  width: auto;
  line-height: 1.04em;
  margin: 85px -4px 0 9px;
}
div.sheathAddon span.label {
  font-family: ProximaNova-Bold;
  font-size: 1.3em;
  margin: 0;
  padding: 4px 0 0;
  text-transform: uppercase;
}
ul.sheathControl {
  clear: left;
  float: left;
}
ul.sheathControl .attribute {
  margin-top: 0px;
}
ul.sheathControl ul.sheath {
  position: relative;
  margin: 0px;
}
ul.sheathControl ul.sheath > span {
  position: absolute;
  bottom: 100%;
  right: 0;
  border: 2px silver solid;
  background: #fff;
}
input[type="checkbox"] {
  position: relative;
  margin-left: 0px;
  outline: none;
}
input[type="checkbox"]:before {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  top: -2px;
  left: 0;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
input[type="checkbox"].is-checked:after {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #000;
  top: 0;
  left: 2px;
}
span.sheathCostD {
  color: #666666;
  font-size: 1em;
  font-weight: bold;
}
.product-actions > * {
  float: left;
}
p.pr-snapshot-no-ratings a {
  background-color: #5F6062;
  color: #fff;
  padding: 5px 20px;
}
.has-tooltip {
  cursor: not-allowed;
  position: relative;
  overflow: visible;
  display: inline-block;
}
.has-tooltip:hover:after {
  background: silver;
  top: -100%;
  color: #000;
  font-size: 12px;
  content: attr(data-tooltip);
  left: 20px;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  max-width: 200px;
  text-transform: none;
  font-weight: normal;
}
/* PDP coming soon button and newsletter sign up modal */
.pdp-main .coming-soon {
  margin-bottom: 25px;
  margin-top: 20px;
  float: left;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.pdp-main .coming-soon-callout {
  float: left;
  width: 200px;
  margin-left: 20px;
  margin-top: 20px;
  font-size: 15px;
  line-height: 16px;
}
.pdp-main #coming-soon-email h1 {
  font-size: 24px;
}
.pdp-main #emailsignup_form label[for='firstName'],
.pdp-main #emailsignup_form label[for='lastName'],
.pdp-main #emailsignup_form label[for='email'] {
  box-sizing: border-box;
  display: inline-block;
  width: 20%;
  text-align: right;
  line-height: 35px;
  text-transform: none;
}
.pdp-main #emailsignup_form input {
  box-sizing: border-box;
  display: inline-block;
  width: 78%;
}
.pdp-main #emailsignup_form input[type='checkbox'] {
  width: auto;
}
.pdp-main #emailsignup_form .email-signup-response {
  box-sizing: border-box;
  background: #ccc;
  padding: 10px;
  text-align: left;
}
.pdp-main #emailsignup_form .email-signup-response p {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}
.pdp-main #emailsignup_form .form-indent {
  margin-left: 22%;
}
div.newsletter-row {
  margin-bottom: 20px;
}
div.newsletter-label {
  padding-top: 0;
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
div.newsletter-label span {
  padding-right: 10px;
}
/*Updated Styles*/
.pt_product-details .pdp-main,
.bonus-product-item .pdp-main {
  float: left;
  padding-bottom: 20px;
}
.pt_product-details .pdp-main h1,
.bonus-product-item .pdp-main h1 {
  font-size: 40px;
  font-family: SpadeRegular, Georgia, serif;
  letter-spacing: 2px;
  color: #000000;
  width: 50%;
  float: right;
  clear: both;
  text-transform: uppercase;
  padding-left: 20px;
}
.pt_product-details .pdp-main .product-col-1,
.bonus-product-item .pdp-main .product-col-1 {
  float: left;
  clear: left;
  width: 50%;
  margin-top: -40px;
  /* Image Zoom */
}
.pt_product-details .pdp-main .product-col-1 .product-primary-image,
.bonus-product-item .pdp-main .product-col-1 .product-primary-image {
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}
.pt_product-details .pdp-main .product-col-1 .product-primary-image a,
.bonus-product-item .pdp-main .product-col-1 .product-primary-image a {
  float: none;
  clear: both;
  width: 100%;
}
.pt_product-details .pdp-main .product-col-1 .product-primary-image a:before,
.bonus-product-item .pdp-main .product-col-1 .product-primary-image a:before,
.pt_product-details .pdp-main .product-col-1 .product-primary-image a:after,
.bonus-product-item .pdp-main .product-col-1 .product-primary-image a:after {
  content: " ";
  display: table;
}
.pt_product-details .pdp-main .product-col-1 .product-primary-image a:after,
.bonus-product-item .pdp-main .product-col-1 .product-primary-image a:after {
  clear: both;
}
.pt_product-details .pdp-main .product-col-1 .primary-image,
.bonus-product-item .pdp-main .product-col-1 .primary-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
.pt_product-details .pdp-main .product-col-1 .pdp-main .product-primary-image,
.bonus-product-item .pdp-main .product-col-1 .pdp-main .product-primary-image {
  position: relative;
}
.pt_product-details .pdp-main .button-online-dealers,
.bonus-product-item .pdp-main .button-online-dealers {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
  padding: 0;
  line-height: 41px;
  display: block;
  min-width: 300px;
  height: 40px;
  text-transform: uppercase;
}
.pt_product-details .pdp-main .button-online-dealers,
.bonus-product-item .pdp-main .button-online-dealers,
.pt_product-details .pdp-main .button-online-dealers a,
.bonus-product-item .pdp-main .button-online-dealers a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_product-details .pdp-main .button-online-dealers:hover,
  .bonus-product-item .pdp-main .button-online-dealers:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_product-details .pdp-main .button-online-dealers:hover a,
  .bonus-product-item .pdp-main .button-online-dealers:hover a {
    text-decoration: none;
  }
  .pt_product-details .pdp-main .button-online-dealers[disabled="disabled"]:hover,
  .bonus-product-item .pdp-main .button-online-dealers[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_product-details .pdp-main .button-online-dealers,
.bonus-product-item .pdp-main .button-online-dealers,
.pt_product-details .pdp-main .button-online-dealers a,
.bonus-product-item .pdp-main .button-online-dealers a {
  color: #000000;
}
@media (min-width: 1024px) {
  .pt_product-details .pdp-main .button-online-dealers:hover,
  .bonus-product-item .pdp-main .button-online-dealers:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .pt_product-details .pdp-main .button-online-dealers:hover a,
  .bonus-product-item .pdp-main .button-online-dealers:hover a {
    text-decoration: none;
  }
  .pt_product-details .pdp-main .button-online-dealers[disabled="disabled"]:hover,
  .bonus-product-item .pdp-main .button-online-dealers[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.pt_product-details .pdp-main .button-online-dealers.disabled,
.bonus-product-item .pdp-main .button-online-dealers.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
.pt_product-details .pdp-main .pr-snippet,
.bonus-product-item .pdp-main .pr-snippet {
  width: 50%;
  float: right;
  clear: right;
  padding-left: 20px;
}
.pt_product-details .pdp-main .pr-snippet .pr-snippet-wrapper,
.bonus-product-item .pdp-main .pr-snippet .pr-snippet-wrapper {
  position: relative;
  float: left;
  padding: 0;
  width: 100%;
}
.pt_product-details .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-stars,
.bonus-product-item .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-stars {
  padding: 0;
}
.pt_product-details .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-review-count,
.bonus-product-item .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-review-count {
  display: inline-block;
  display: none;
  float: left;
  width: auto;
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  line-height: 1.4;
}
.pt_product-details .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-read-write,
.bonus-product-item .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-read-write {
  display: inline-block;
  float: left;
  clear: none;
  width: auto;
  padding: 0;
  border: none;
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  line-height: 1.4;
  margin-top: 0;
}
.pt_product-details .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-read-write a.pr-snippet-link,
.bonus-product-item .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-read-write a.pr-snippet-link {
  color: #000000;
}
.pt_product-details .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-read-write .pr-snippet-read-reviews,
.bonus-product-item .pdp-main .pr-snippet .pr-snippet-wrapper .pr-snippet-read-write .pr-snippet-read-reviews {
  padding-left: 0;
}
.pt_product-details .section,
.bonus-product-item .section {
  float: none;
  clear: both;
  Padding: 20px 40px 20px 40px;
  Margin: 0 -20px 0 -20px;
  height: auto;
}
.pt_product-details .section:before,
.bonus-product-item .section:before,
.pt_product-details .section:after,
.bonus-product-item .section:after {
  content: " ";
  display: table;
}
.pt_product-details .section:after,
.bonus-product-item .section:after {
  clear: both;
}
.pt_product-details .section h2,
.bonus-product-item .section h2 {
  font-size: 26px;
  font-family: SpadeRegular, Georgia, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000000;
}
.pt_product-details .section .cross-sell,
.bonus-product-item .section .cross-sell {
  display: none;
  width: 100%;
}
.pt_product-details .section .cross-sell ul,
.bonus-product-item .section .cross-sell ul {
  padding: 0;
}
.pt_product-details .section .cross-sell li,
.bonus-product-item .section .cross-sell li {
  vertical-align: top;
  text-align: center;
}
.pt_product-details .section .cross-sell li img,
.bonus-product-item .section .cross-sell li img {
  width: 100%;
  clear: both;
}
.pt_product-details .section .cross-sell a span,
.bonus-product-item .section .cross-sell a span {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
}
.pt_product-details #videosContainer,
.bonus-product-item #videosContainer {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 20px;
}
.pt_product-details .product-add-to-cart button,
.bonus-product-item .product-add-to-cart button {
  margin-bottom: 20px;
  float: left;
  clear: both;
}
.product-col-2 {
  color: #5f6062;
  float: right;
  width: 50%;
  padding-left: 20px;
}
.product-col-2 .product-price {
  color: #000000;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  margin: 20px 0;
}
.product-col-2 .price-standard {
  color: #999999;
  text-decoration: line-through;
}
.product-col-2 .price-standard {
  border-right: 1px solid #E0E0E0;
  padding-right: 8px;
}
.product-col-2 .price-tiered {
  color: #990000;
}
.product-col-2 .inventory {
  margin-bottom: 10px;
}
.product-col-2 .inventory .quantity label {
  width: 100%;
  margin-top: 10px;
}
.product-col-2 .attribute {
  float: left;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-col-2 .attribute .label {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.product-col-2 .attribute:last-of-type {
  margin-bottom: 0;
}
.product-col-2 .swatches {
  color: #5f6062;
}
.product-col-2 .swatches .selected-value {
  width: 100%;
  margin: 0 0 0 0;
  position: absolute;
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  left: 0;
  top: 20px;
  text-transform: uppercase;
}
.product-col-2 .swatches li {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}
.product-col-2 .swatches li .swatchanchorcontainer {
  height: 25px;
  width: 25px;
  float: left;
  border: 2px solid #dcdddf;
}
.product-col-2 .swatches li .swatchanchorcontainer a {
  font-size: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.product-col-2 .swatches li.selected .swatchanchorcontainer a {
  position: relative;
}
.product-col-2 .swatches li.selected .swatchanchorcontainer a:after {
  content: "x";
  font-size: 32px;
  text-transform: none;
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  line-height: 0;
  text-align: center;
  color: #ffffff;
}
.product-col-2 .swatches li.unselectable {
  display: none;
}
.product-col-2 .swatches.sheath li {
  float: left;
}
.product-col-2 .swatches.sheath .Premium {
  background: #000000;
}
.product-col-2 .swatches.sheath .Standard {
  background: #5f6062;
}
.product-col-2 .swatches.sheath .MOLLE {
  background: #515151;
}
.product-col-2 .swatches.sheath .sheath_modal_trigger {
  margin: 0 5px;
  float: left;
  display: block;
  color: #5f6062;
  background: none;
  text-align: center;
}
.product-col-2 .swatches.sheath .sheath_modal_trigger:hover {
  cursor: pointer;
}
.product-col-2 .swatches.sheath .sheath_modal {
  width: 300px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
}
.product-col-2 #personalization {
  margin: 20px 0;
  padding-top: 10px;
  float: left;
  clear: both;
  width: 100%;
  position: relative;
}
.product-col-2 #personalization input[type=checkbox] {
  margin-right: 10px;
}
.product-col-2 .product-actions {
  float: none;
  text-align: center;
  clear: both;
  float: left;
  width: 300px;
  margin-bottom: 20px;
}
.product-col-2 .product-actions:before,
.product-col-2 .product-actions:after {
  content: " ";
  display: table;
}
.product-col-2 .product-actions:after {
  clear: both;
}
.product-col-2 .product-actions .product-action-button {
  width: 50%;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-transform: uppercase;
}
.product-col-2 .pdp-tool-counter {
  height: auto;
  background: #5f6062;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 0;
  margin: 0 10px 10px 0;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.product-col-2 .pdp-tool-counter .tool-count-number {
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  font-size: 32px;
  float: left;
  clear: left;
  width: 100%;
}
.product-col-2 .pdp-tool-counter .tool-counter-tools {
  float: left;
  clear: left;
  width: 100%;
  text-transform: uppercase;
}
.product-col-2 .pdp-tool-counter a {
  color: #ffffff;
}
.product-col-2 .pdp-tool-counter a:hover {
  text-decoration: none;
}
.ledlenser .pt_product-details #AttrLumens {
  width: 125px;
  height: 125px;
  padding-top: 50px;
  background: url('../images/pdp/led/icon_lumens.png') no-repeat;
  font-size: 1.6em;
  font-family: DINWeb-Bold;
  line-height: 1.2em;
  text-align: center;
  display: block;
  margin: 0 20px 0 0;
  position: absolute;
  top: 55px;
  left: 25px;
}
@media (max-width: 767px) {
  .ledlenser .pt_product-details #AttrLumens {
    display: none;
    visibility: hidden;
  }
}
.ledlenser .pt_product-details .columns-3 .performance,
.ledlenser .pt_product-details .columns-3 .specs,
.ledlenser .pt_product-details .columns-3 .components-list {
  float: left;
  padding: 20px;
}
.ledlenser .pt_product-details .columns-3 .performance {
  width: 40%;
  float: left;
  padding-left: 0;
}
.ledlenser .pt_product-details .columns-3 .specs {
  width: 25%;
}
.ledlenser .pt_product-details .columns-3 .components-list {
  width: 35%;
  padding-right: 0;
}
.ledlenser .pt_product-details .columns-3 .components-list img {
  width: 25%;
  float: left;
  padding: 0 10px 0 0;
}
.ledlenser .pt_product-details .columns-3 .components-list .description {
  float: left;
  width: 75%;
}
.ledlenser .pt_product-details .columns-3 .user-guide {
  width: 100%;
  float: left;
}
.ledlenser .pt_product-details .pdp-main {
  border-bottom: 2px solid #dcdddf;
}
.components-list .description {
  width: 75%;
  float: left;
}
.components-list .component-image {
  width: 25%;
  float: left;
  padding: 0 10px 10px 0;
}
.components-list .component-image.warranty-image {
  width: 18%;
}
.product-video {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
  border: 2px solid orange;
}
.product-video:before {
  content: "\f04b";
  font-family: fontawesome;
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  display: inline-block;
  text-align: center;
  line-height: 3.5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: color .25s;
}
.product-video:hover:before {
  color: #ffd100;
}
.quantity {
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  display: inline-block;
}
.product-add-to-cart {
  float: left;
}
#product-engraving {
  display: none;
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  .pt_product-details .pdp-main h1,
  .pt_product-details .pdp-main .pr-snippet {
    width: 100%;
    float: left;
    padding-left: 0;
  }
  .pt_product-details .pdp-main h1 {
    margin-top: 0;
  }
  .pt_product-details .pdp-main .product-col-1,
  .pt_product-details .pdp-main .product-col-2 {
    width: 100%;
    padding: 0;
  }
  .pt_product-details .pdp-main .product-col-1 {
    margin-top: 20px;
  }
  .pt_product-details .pdp-main .product-col-2 .button-online-dealers {
    width: 100%;
  }
  .pt_product-details .pdp-main .product-col-2 .product-price {
    margin: 20px 0 10px 0;
    text-align: left;
  }
  .pt_product-details .pdp-main .product-col-2 .product-add-to-cart .inventory label {
    margin-left: 0;
  }
  .pt_product-details .pdp-main .product-col-2 #product-content {
    margin-top: 20px;
  }
  .pt_product-details .pdp-main .product-col-2 .product-actions {
    width: 100%;
  }
  .pt_product-details .pdp-main .product-col-2 .product-add-to-cart {
    float: left;
    width: 100%;
  }
  .pt_product-details #Components {
    width: 100%;
    border: none;
  }
  .pt_product-details #Components .list-wrapper {
    display: block;
  }
  .pt_product-details #Diagrams {
    display: none;
  }
  .pt_product-details .section aside.components-list {
    width: 100%;
    padding-left: 0;
  }
  .pt_product-details .section aside.components-list:first-child {
    width: 100%;
  }
  .pt_product-details .section aside.components-list .component {
    margin-bottom: 20px;
  }
  .pt_product-details .product-add-to-cart button {
    min-width: 0;
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  .pt_product-details .section.columns > * {
    width: 100%;
    float: left;
  }
  .pt_product-details #videosContainer {
    text-align: center;
  }
  .ledlenser .pt_product-details .columns-3 .performance,
  .ledlenser .pt_product-details .columns-3 .specs,
  .ledlenser .pt_product-details .columns-3 .components-list {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .ledlenser .pt_product-details ul#TechList {
    width: 100%;
  }
  .pt_product-details ul#TechList .tech-detail {
    padding: 10px;
  }
}
/*MOBILE PORTRAIT*/
@media (max-width: 480px) {
  .component-image {
    display: none;
  }
  .pt_product-details .section aside.components-list {
    width: 100%;
    padding-left: 0;
  }
  .pt_product-details .section aside.components-list:first-child {
    width: 100%;
  }
  .pt_product-details .section aside.components-list .description {
    float: left;
    width: 100%;
    padding-left: 0;
  }
  .pt_product-details .section aside.components-list .component {
    margin-bottom: 20px;
  }
  .ledlenser .pt_product-details .columns-3 .components-list {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .ledlenser .pt_product-details .columns-3 .components-list img {
    display: none;
  }
  .ledlenser .pt_product-details .columns-3 .components-list .description {
    width: 100%;
  }
}
/*MOBILE AND TABLET*/
@media (max-width: 1023px) {
  .pdp-main .pdp-promo-slot {
    float: left;
    clear: both;
    margin: 10px 0;
    width: 100%;
  }
}
/*TABLET ONLY*/
@media (min-width: 768px) and (max-width: 1023px) {
  .ledlenser .pt_product-details .columns-3 .performance {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .ledlenser .pt_product-details .columns-3 .specs,
  .ledlenser .pt_product-details .columns-3 .components-list {
    width: 50%;
  }
}
/*TABLET & DESKTOP*/
@media (min-width: 768px) {
  .ledlenser .product-primary-image {
    margin-top: 75px;
  }
}
/*DESKTOP*/
#category-level-1 a.active {
  background-position: left bottom;
}
#category-level-1 a.active + ul#category-level-2 {
  display: none;
}
#category-level-1 li.expandable {
  background: url("../images/interface/icon-category-expand-off.png") no-repeat scroll 2px 11px transparent;
}
#category-level-2 a.active {
  color: #000000;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #5f6062;
  font-weight: normal;
}
#category-level-2 a.refinement-link {
  margin: 0 0 0 6px;
  padding: 0px 24px;
}
#category-level-2 li {
  padding-left: 10px;
}
#category-level-2 li.expandable {
  background: url("../images/interface/icon-refine-link-arrow.png") no-repeat scroll left 6px transparent;
}
#category-level-2 li.active {
  background-position: left -47px;
  color: #000000;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #5f6062;
}
#category-level-3 {
  padding: 5px 0 0;
}
#category-level-3 a.refinement-link {
  font-style: normal;
  margin: 0 0 0 15px;
  padding: 0px 24px;
}
.refinement-header {
  display: block;
  font-size: 11px;
  font-family: 'ProximaNova-Bold', sans-serif;
  color: #000000;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 14px 0;
  text-transform: uppercase;
}
.refinement {
  width: 190px;
  position: relative;
}
.refinement h3 {
  font-size: 11px;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 20px 0 14px 10px;
  text-transform: uppercase;
  border-top: 1px solid #919192;
  width: 190px;
  color: #121212;
  cursor: pointer;
}
.refinement.Price {
  padding-bottom: 0px;
}
.activities-page .refinement.Price {
  display: none;
}
.activities-page .refinement.activities h3 {
  border-top: 0 none;
}
.ie7 .refinement h3 {
  clear: both;
  cursor: pointer;
}
.refinement h3 span {
  padding: 0px;
}
.refinement.pockettools h3 {
  /*border-top:0 none;*/
}
.refinement h3.expanded span {
  background-position: left top;
}
.refinement ul {
  list-style: none outside none;
  margin: 0;
  padding: 0 20px 15px;
}
.refinement li {
  padding: 7px 0;
}
.refinement ul.swatches li {
  padding: 2px;
}
.refinement ul.swatches li div {
  width: 100%;
  clear: both;
  height: 22px;
  margin-bottom: 4px;
  line-height: 19px;
  color: #121212;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  font-size: 12px;
  width: 16px;
  height: 16px;
  overflow: visible;
}
.refinement ul.swatches li a {
  display: block;
  padding: 0;
  width: 17px;
  height: 16px;
  text-indent: -999em;
  float: left;
  margin-right: 10px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  font-size: 12px;
}
.refinement ul.swatches.color li a {
  overflow: visible;
  border: 1px solid #a3a4a6;
  display: block;
  padding: 0;
  width: 14px;
  height: 14px;
  text-indent: 22px;
  white-space: nowrap;
  float: left;
  margin-right: 10px;
}
.refinement ul.swatches.color li.selected a,
.refinement ul.swatches.color li:hover a {
  width: 10px;
  height: 10px;
  border: 1px solid #a3a4a6;
  text-indent: 20px;
}
.refinement ul.swatches.color li.selected div,
.refinement ul.swatches.color li:hover div {
  border: 2px #000 solid;
  width: 12px;
  height: 12px;
  line-height: 15px;
}
.refinement ul.swatches li.selected a {
  border-color: #000;
  width: 16px;
  height: 16px;
}
.refinement ul.swatches li.unselectable a {
  background-image: url("../images/interface/icon-color-swatch-unselectable.png");
  background-position: right top;
  color: #eee;
}
.refinement ul.swatches li.unselectable div {
  color: #aaaaaa;
}
.refinement ul.color li a {
  height: 14px;
  padding: 0;
  width: 14px;
}
.refinement .clear-refinement {
  color: #5f6062;
  text-transform: uppercase;
  /*padding-left: 27px;
	padding-top: 0px;
	background: none;
	padding-bottom: 15px;
	*/
}
.refinement .clear-refinement a {
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.refinement.Price h3 {
  border-top: 0 none;
  padding-top: 0;
}
.refinement .refinement-link {
  background: url("../images/interface/icon-refine-link-check.png") no-repeat scroll left top transparent;
  border: 0 none;
  padding: 0 0 0 26px;
  height: 16px;
  display: block;
  color: #000;
  line-height: 20px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  font-size: 12px;
}
.refinement .selected .refinement-link {
  background-position: left bottom;
}
.refinement .size a {
  border: 0 none;
  background: url("../images/interface/icon-refine-link-check.png") no-repeat scroll left top transparent;
  padding: 0 0 0 26px;
  height: 16px;
  display: block;
  color: #000;
  font-size: 11px;
  line-height: 20px;
}
.refinement .size .selected a {
  background-position: left bottom;
}
.refinement .refinement-top-level {
  padding: 12px;
}
.refinement.color .knives {
  border-top: 0 none;
}
.scrollable {
  height: 10em;
  overflow: auto;
}
.nav ul {
  border: 0 none;
  list-style: none outside none;
  margin: 7px 0;
  padding: 0;
}
.nav ul li {
  list-style: none outside none !important;
  margin: 0 0 7px !important;
}
.nav .toggle {
  background: url("../images/interface/icon-toggle-arrow.png") no-repeat scroll left 12px transparent;
  border: 0 none;
  display: block;
  font-size: 13px !important;
  margin: 10px 0 7px;
  padding: 8px 0 0 15px;
  text-transform: uppercase;
  font-family: ProximaNova-Bold;
  letter-spacing: 1.5px;
  color: #121212;
}
.nav .expanded {
  background-position: left -96px;
}
.nav .toggle span {
  background: none repeat scroll 0 0 transparent;
  font-size: 13px !important;
  font-family: ProximaNova-Bold;
  letter-spacing: 1.5px;
}
/* color swatches */
/* ------------------------------------- */
.swatch-black a {
  background-color: #000000 !important;
}
.swatch-beige a {
  background-color: #F5F5DC !important;
}
.swatch-blue a {
  background-color: blue !important;
}
.swatch-purple a {
  background-color: purple !important;
}
.swatch-red a {
  background-color: red !important;
}
.swatch-brown a {
  background-color: #783201 !important;
}
.swatch-green a {
  background-color: green !important;
}
.swatch-grey a {
  background-color: #8F979D !important;
}
.swatch-pink a {
  background-color: #FE249A !important;
}
.swatch-orange a {
  background-color: orange !important;
}
.swatch-white a {
  background-color: #FFFFFF !important;
}
.swatch-yellow a {
  background-color: #FFFF00 !important;
}
.swatch-navy a {
  background-color: navy !important;
}
.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc.png") no-repeat scroll left top transparent;
}
.unselectable.swatch-miscellaneous a {
  background: url("../images/interface/icon-color-swatch-misc-unselectable.png") no-repeat scroll left top transparent !important;
}
/* product tiles */
/* ------------------------------------- */
.product-tile {
  color: #5f6062;
  position: relative;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
.product-tile img {
  max-width: 100%;
  height: auto;
}
.product-tile .product-name {
  color: #5f6062;
  margin: 13px 0 4px 33px;
  text-align: left;
  text-transform: uppercase;
}
.product-tile .product-pricing,
.product-tile .product-pricing span {
  font-size: 13px;
  clear: both;
  margin: 7px 0 20px 17px;
  text-align: left;
}
.product-tile .product-pricing .product-standard-price {
  text-decoration: line-through;
}
.product-tile .product-swatches {
  bottom: -9px;
  position: absolute;
  right: 0;
}
.product-tile .product-swatches-all {
  cursor: pointer;
  font-size: 0.9em;
}
.product-tile .product-swatches ul {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.product-tile .product-swatches ul.swatch-toggle {
  background: none repeat scroll 0 0 #FFFFFF;
  display: none;
  position: absolute;
}
.product-tile .product-swatches:hover ul.swatch-toggle {
  display: block;
}
.product-tile .product-swatches {
  float: right;
}
.product-tile .product-swatches li {
  float: left;
}
.product-tile .product-swatches .swatch {
  display: block;
  width: 16px;
}
.product-tile .product-swatches .swatch img {
  border: 1px solid #FFFFFF;
  height: 12px;
  padding: 1px;
  width: 12px;
}
.product-tile .product-swatches .selected img {
  border-color: #12ABE7;
}
.product-tile .product-swatches img:hover {
  border-color: #12ABE7;
}
.product-tile .product-promo {
  font-size: 0.8em;
  margin: 6px 0;
  text-transform: uppercase;
}
.product-tile .product-compare {
  /*Not ideal but doing as part of critical fix issues. prstyles need to be completely redone without all the important tags so that the tiles can be styled corectly*/
  margin-left: 33px;
}
.product-tile .product-compare label {
  font-size: 1em;
  text-transform: uppercase;
  float: left;
  padding: 0;
  height: 16px;
  background: url("../images/interface/icon-refine-link-check.png") no-repeat scroll left top transparent;
  padding-left: 20px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.product-tile .product-compare input {
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.product-tile .product-compare input.selected + label {
  float: left;
  padding: 0;
  height: 16px;
  background-position: 0 -16px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 1em;
}
.product-tile .product-compare input + label .cmp-button {
  display: none;
}
.product-tile .product-compare input + label .cmp-label {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.product-tile .product-compare input.selected.compare-button + label .cmp-button {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  background: #ffd100;
  color: white;
}
.product-tile .product-compare input.selected.compare-button + label .cmp-label {
  display: none;
}
.product-tile .pr_stars {
  height: auto;
}
.product-tile div.prStars.prStarsSmall {
  height: auto;
  margin: 0 auto !important;
  float: none !important;
}
.product-tile .prSnippetTitle {
  float: left;
  display: none;
}
.product-tile .prSnippetReadReviews {
  display: none;
}
.product-tile .prSnippetRatingUnclickable {
  float: none;
}
.product-tile .prSnippetNumberOfRatingsText {
  display: none;
}
.product-tile .pr-snippet-review-count {
  display: none;
}
.product-tile .pr-snippet-read-write {
  display: none;
}
.product-tile .pr-snippet-social-bar {
  display: none;
}
.product-tile .pr-clear {
  display: none;
}
.product-tile .pr-snippet-stars {
  float: left;
  margin: 2px 0 0 32px;
  position: relative;
  top: 118px;
  width: 115px;
}
.capture-product-id {
  left: -999em;
  position: absolute;
}
/* search results, grid layout */
/* ------------------------------------- */
.category-main-banner img {
  max-width: 100%;
}
.no-hits-search-term {
  color: #990000;
}
.no-hits-search-term-suggest {
  color: #990000;
}
.no-hits-footer {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  margin: 20px 0;
  padding: 20px 0;
}
.search-result-bookmarks {
  margin-bottom: 30px;
  position: relative;
  bottom: 20px;
}
.search-result-bookmarks a {
  border-right: 1px solid #999999;
  padding-right: 5px;
}
.search-result-bookmarks a:last-child {
  border-right: none;
  font-size: 1em !important;
}
.search-result-options {
  margin: 0 0 25px 0;
  overflow: hidden;
  width: 100%;
  display: block;
}
.sort-by {
  background: none;
  border: 1px solid #000;
  float: left;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.items-per-page {
  background: none repeat scroll 0 0 #D9D9D9;
  border-bottom: 1px solid #C2C2C2;
  float: left;
  margin: 0 0 0 20px;
  padding: 3px 5px;
}
.sort-by label {
  display: none;
}
.items-per-page label {
  display: none;
}
.sort-by select {
  background: none repeat scroll 0 0 #fff;
  border: 0 none;
  margin: 0;
  padding: 0;
  width: auto;
  height: 18px;
  color: #5f6062;
}
.items-per-page select {
  background: none repeat scroll 0 0 #D9D9D9;
  border: 0 none;
  font-size: 0.9em;
  margin: 0 6px 0 0;
  padding: 0;
  width: auto;
}
.sort-by button {
  background: none repeat scroll 0 0 #C2C2C2;
  border: 0 none;
  color: #333333;
  font-size: 0.9em;
  padding: 0.3em;
  width: auto;
}
.items-per-page button {
  background: none repeat scroll 0 0 #C2C2C2;
  border: 0 none;
  color: #333333;
  font-size: 0.9em;
  padding: 0.3em;
  width: auto;
}
.pagination .results-hits {
  color: #666666;
  float: left;
  padding: 5px 0;
  margin-right: 20px;
}
.pagination {
  float: right;
  margin: 0 40px 0 0;
}
.pagination ul {
  float: right;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: block;
  float: left;
  list-style: none outside none;
  padding: 0.3em 0.5em;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  font-weight: normal;
}
.pagination li a {
  font-size: 1em;
}
.pagination li.first-last a {
  background-color: #00A4E3;
  color: #FFFFFF;
  font-size: 0.9em;
  padding: 0 2px;
}
ul.search-result-items {
  margin: 0;
  padding: 0;
}
ul.search-result-items li {
  list-style: none outside none;
}
ul.search-result-items .grid-tile {
  background: none repeat scroll 0 0 #fff;
  float: left;
  list-style: none outside none;
}
ul.search-result-items .grid-tile .product-tile {
  background: #fff;
}
ul.search-result-items .invisible {
  display: none;
}
.search-result-content {
  clear: both;
  margin: 20px 0;
}
.search-result-content.activities-page {
  padding-top: 1em;
}
.search-result-content.activities-page h2 {
  font-family: SpadeRegular, Georgia, serif;
  font-size: 2.4em;
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}
.search-promo {
  padding: 20px;
}
h1#results-content,
h1#results-blog {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  padding-top: 30px;
}
h1#results-blog-content {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  padding-top: 30px;
}
ul.folder-content-list {
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
}
ul.folder-content-list li {
  list-style: none outside none;
  margin: 0;
  padding: 2% 2% 2% 0;
  font-size: 11pt;
}
ul.folder-content-list .content-title {
  display: block;
  font-size: 18px !important;
  margin-bottom: 10px;
  color: #A70800;
}
ul.folder-content-list .readmore {
  color: #A70800;
  font-size: 10pt !important;
}
.no-results {
  padding: 20px;
  font-size: 14pt;
}
.toggle-grid {
  background: url("../images/interface/icon-toggle-grid.png") no-repeat scroll left top transparent;
  cursor: pointer;
  display: none;
  float: left;
  height: 11px;
  margin: 2px 10px 0 0;
  text-indent: -999em;
  width: 24px;
}
.wide-tiles ul.search-result-items .grid-tile {
  width: 91%;
}
.wide-tiles .product-tile {
  height: 166px !important;
}
.wide-tiles .product-tile .product-image {
  float: left;
  width: 40%;
}
.wide-tiles .product-tile .product-name,
.wide-tiles .product-tile .product-pricing,
.wide-tiles .product-tile .product-promo,
.wide-tiles .product-tile .pr_stars,
.wide-tiles .product-tile .product-swatches {
  float: left;
  text-align: left;
  width: 55%;
  margin-bottom: 5px;
}
.wide-tiles .product-tile .product-name {
  margin-top: 0px;
}
.wide-tiles .product-tile .pr-snippet-stars {
  margin: 0;
}
.wide-tiles .product-tile .pr_stars {
  left: -5px;
}
.wide-tiles .product-tile .product-compare {
  left: 40.5%;
  width: 32px;
  bottom: 5px;
  line-height: 12px;
}
.wide-tiles .product-tile .product-swatches {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  margin-top: 5px;
}
.wide-tiles .product-tile .product-swatches li {
  float: left;
}
/* compare tools */
/* ------------------------------------- */
.compare-item-remove {
  display: none;
}
.active .compare-item-remove {
  display: inline;
}
.compare-item {
  background: none;
  float: left;
  height: 138px;
  width: 138px;
  margin-right: 54px;
  position: relative;
}
.compare-item > img {
  width: 134px;
  height: auto;
  border: 2px solid #000;
}
/*
.compare-item-0 {
	background-image: url("../images/interface/icon-compare-placeholder-1.png");
}

.compare-item-1 {
	background-image: url("../images/interface/icon-compare-placeholder-2.png");
}

.compare-item-2 {
	background-image: url("../images/interface/icon-compare-placeholder-3.png");
}

.compare-item-3 {
	background-image: url("../images/interface/icon-compare-placeholder-4.png");
}

.compare-item-4 {
	background-image: url("../images/interface/icon-compare-placeholder-5.png");
}

.compare-item-5 {
	background-image: url("../images/interface/icon-compare-placeholder-6.png");
}
*/
.compareitems {
  clear: both;
  margin: 0;
  overflow: hidden;
  padding: 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
}
.compareitems h2 {
  font-size: 0.9em;
  margin: 0.5em 0;
  text-transform: uppercase;
}
.compareitemcount {
  color: #CCCCCC;
  font-size: 3em;
  left: 30%;
  position: absolute;
  top: 15%;
  z-index: 1;
}
.compareproduct {
  max-width: 100%;
  position: absolute;
  z-index: 2;
}
.compareitemremove {
  position: absolute;
  top: -6px;
  right: -7px;
  z-index: 200;
  cursor: pointer;
}
.compare-buttons {
  /*padding:1em 6em;*/
  text-align: right;
  position: relative;
  top: 50px;
  right: 60px;
}
.compare-buttons .compare-button {
  cursor: default;
  background: #ffce03;
  color: #000;
  font-size: 18px;
  width: 240px;
  cursor: pointer;
}
.compare-buttons .compare-button:hover {
  background: #000 !important;
  color: #ffce03;
}
.compare-buttons .compare-button[disabled] {
  cursor: default;
  background: #5f6062;
  color: #fff;
}
.compare-buttons .compare-button[disabled]:hover {
  background: #5f6062 !important;
  color: #fff !important;
}
.compare-print {
  float: right;
  margin: 0 10px 10px 10px;
  background: #FFCE03 !important;
  color: #000 !important;
}
.comparebar {
  clear: both;
}
.compareitemspanel {
  margin-left: 322px;
}
.compareitemspanel .clearfix {
  display: none;
}
#compare-table thead th:first-child {
  width: 242px !important;
}
#compare-table td {
  width: 25%;
  border: 0;
  padding: 10px;
  border-left: 1px solid #5f6062;
}
#compare-table tbody tr td:first-child {
  border: 0 none;
}
#compare-table td.component-category {
  text-transform: uppercase;
}
#compare-table td.value,
#compare-table td.component-list {
  text-align: center;
}
#compare-table td.component-list img {
  margin-bottom: 1em;
  width: 75px;
}
#compare-table tbody tr.imagerow {
  height: 300px !important;
}
#compare-table tbody tr.selectors select {
  width: 100%;
}
#compare-table tr.evenattributerow {
  background: none repeat scroll 0 0 #F3F3F3;
}
.ledlenser #compare-table td .product-tile {
  height: 175px !important;
}
#compare-table td .product-tile .product-image {
  height: 100px;
}
#compare-table td .product-tile .product-swatches {
  float: none;
}
#compare-table .product-tile .product-pricing {
  margin-top: 150px;
  text-align: center;
}
#compare-table .product-tile div.badge {
  position: absolute;
  top: 5px;
  width: 50px;
  height: 50px;
  display: block;
  background: #eee;
  left: -2px;
  text-transform: uppercase;
  border: 1px solid #000;
}
#compare-table .product-tile div.badge span.badge-total {
  width: 100%;
  display: block;
  font-size: 20px;
}
#compare-table td.product button {
  font-size: 0.9em;
}
#compare-table .section-header {
  font-size: 0.9em;
  padding: 0px;
  text-transform: none;
  padding-top: 5px;
}
#compare-table .selectcategory label {
  display: block;
  font-size: 0.9em;
  margin: 1em 0;
  text-transform: none;
}
#compare-table .selectcategory select {
  margin: 0;
  width: 100px;
}
#compare-table .comparelists {
  padding: 0;
}
#compare-table .remove-link {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}
.compare-back-button {
  margin: 10px;
  text-transform: uppercase;
}
h1.compare {
  margin-left: 10px;
}
#compare-table td.compareremovecell {
  vertical-align: bottom;
  padding: 5px;
}
#compare-table .compareremovecell .product-tile {
  height: auto !important;
}
#compare-table .compareremovecell .product-tile .product-image {
  display: none !important;
}
#compare-table .compareremovecell .product-tile .product-name {
  margin: 0px !important;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
#compare-table .product .product-tile .product-name {
  display: none !important;
}
#compare-table .compare-item-remove {
  display: inline-block;
  padding-left: 10px;
  width: 20px;
}
#compare-table tr.compare-categories td div {
  text-align: center;
  width: 300px;
}
#compare-table tr.compare-categories td div p {
  font-weight: normal;
}
#compare-table tr.compare-categories td div img {
  width: 150px;
  height: 150px;
  display: block;
  background: #eee;
  margin: 0 auto;
  border: 1px solid #ccc;
}
#compare-table .compare-lists label,
#compare-table .compare-lists select {
  padding: 0px !important;
  height: auto !important;
  margin-left: 2px !important;
  width: 95% !important;
}
table.cruises {
  cellspacing: 0;
  border-collapse: collapse;
  width: 99.9%;
}
table.cruises tr:first-child td {
  border-top: none;
}
table.cruises th {
  z-index: 100;
  width: 346px;
  background: #eee;
  border: none !important;
}
table.cruises td {
  overflow: hidden;
  width: 300px;
}
table.scrollable thead tr {
  width: 100%;
  background: #dcdddf;
  z-index: 100;
  border: 1px solid #5f6062;
}
table.scrollable thead tr:first-child th {
  margin-left: 300px;
}
#compare-table .productattribute {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
#compare-table .add-to-wishlist,
#compare-table .add-to-gift-registry {
  padding: 0.2em 0;
  text-align: center;
}
#compare-table .compare-lists label,
#compare-table .compare-lists select {
  float: none;
  text-align: left;
  width: 100%;
}
#compare-items {
  width: 100%;
  margin: 0 auto;
  z-index: 999999;
  padding-top: 10px;
}
#compare-items.floating {
  width: 100%;
  position: fixed;
}
#compare-items.floating .comparebar {
  width: 1200px;
  margin: 0 auto;
  z-index: 9999;
  position: relative;
}
#compare-bucket-bg {
  width: 100%;
  background: #dcdddf;
  height: 190px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: 999;
}
/* power reviews */
/* ------------------------------------- */
body .pr-snippet-wrapper {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
}
body .pr-snippet-stars {
  border: 0 none;
}
body .pr-snippet-review-count {
  display: none;
}
/*
body .pr-snippet-read-write {
	border: 0 none;
	clear: none;
	float: left;
	font-size: 1.1em;
	margin: 0;
	padding: 4px 0;
}
*/
body .pr-snippet-read-write p {
  display: none;
}
/*
body .pr-snippet-read-write a.pr-snippet-link {
	color: #3EBAEA;
}
*/
body .review-image {
  float: left;
  margin: 0 20px;
}
body .reviews-wrapper {
  clear: both;
}
.power-reviews {
  clear: both;
  margin: -10px 0 40px;
}
/* category landing page */
/* ------------------------------------- */
.bottom-banner-container {
  overflow: hidden;
}
.bottom-banner-container .bottom-banner-cell {
  float: left;
  overflow: hidden;
  text-align: center;
}
.bottom-banner-container .banner-cell-1 {
  width: 33%;
}
.bottom-banner-container .banner-cell-2 {
  width: 34%;
}
.bottom-banner-container .banner-cell-3 {
  width: 33%;
}
.category-promo-slot-small {
  width: 300px;
  height: 300px;
  dipslay: block;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
}
.category-promo-slot-small.tile .tile-overlay-bg {
  display: none;
}
.category-promo-slot-small.tile:hover .tile-overlay-bg {
  display: none;
}
.category-promo-slot-small div a img {
  width: 300px;
  height: 300px;
}
.category-promo-slot-large {
  display: block;
  float: none !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.category-promo-slot-large div a img {
  width: 600px !important;
  height: 300px;
}
.category-promo-slot-large.tile .tile-overlay {
  display: block;
}
.category-promo-slot-large.tile .tile-overlay-bg {
  display: block;
}
/* JavaScript specific styles */
/* quick view */
/* --------------------------------------------------------------------------------------- */
.js .ui-dialog-content a {
  color: #5f6260;
  font-weight: normal;
  font-size: 13px;
}
.js .ui-dialog-content .product-col-1 {
  padding: 13px 1%;
  width: 39%;
}
.js .ui-dialog-content .product-col-1 .product-image {
  max-width: 100%;
}
.js .ui-dialog-content .product-col-2 {
  padding: 20px 0 0 20px;
  width: 54%;
}
.js .ui-dialog-content .pdp-main h1.product-name {
  margin: .4em 0 0.1em;
  width: 58%;
}
.js .ui-dialog-content .pdp-main .product-set-list {
  border: 1px solid #d9d9d9;
  height: 500px;
  overflow: auto;
}
.js .ui-dialog-content .pdp-main .product-set-list .product-set-item {
  margin: 1em 0;
}
.js .ui-dialog-content .pdp-main .product-set-list .product-set-image {
  width: 25%;
}
.js .ui-dialog-content .pdp-main .product-set-list .product-set-details {
  width: 75%;
}
.js .ui-dialog-content .pdp-main .product-set-list .product-name {
  margin: 0;
}
.js .ui-dialog-content .pdp-main .product-set-list .block-add-to-cart .price {
  font-size: 1.5em;
  padding: 0.4em 0 0;
  width: 130px;
}
.js .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
  width: 100%;
}
.js .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-image: url(../images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  *width: 100px;
  *height: 49px;
}
.js .zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}
.js .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.js .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.js .zoomWrapper {
  position: relative;
  border: 1px solid #999;
  z-index: 110;
}
.js .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.js .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.js .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.js .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.80;
  opacity: 0.80;
  position: absolute;
  display: block;
}
body #dialog-container {
  display: none;
}
body .ui-dialog #dialog-container {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  z-index: 100 !important;
}
.js .loader {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}
.js .loader-indicator {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  background: url("../images/loading-small.gif") no-repeat;
}
.js #quickviewbutton {
  background: transparent url(../images/quickview.gif) center center no-repeat;
  display: none;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 17px;
  padding: 10px 0;
}
.js .ie7 #quickviewbutton {
  position: absolute;
  left: 0;
  width: 200px;
}
.js .product-image:hover #quickviewbutton {
  display: block;
}
@media screen and (max-width: 1220px) {
  #compare-items.floating .comparebar {
    width: 100%;
  }
  .compareitemspanel {
    width: 77%;
    margin-left: 0;
    text-align: right;
    float: left;
  }
  .compare-buttons {
    width: 23%;
    right: auto;
    text-align: left;
    float: left;
  }
  .compare-buttons .compare-button {
    width: 90%;
  }
  .compare-item > img {
    left: 0;
  }
  .compare-position-container {
    display: inline-block;
  }
  .compareitemspanel .clearfix {
    display: block;
  }
}
/* store locator */
/* ------------------------------------- */
.pt_store-locator #MapCanvas {
  width: 100%;
  height: 100%;
}
.pt_store-locator .column-list {
  column-count: 3;
  -webkit-column-count: 3;
  /* Safari and Chrome */
  -moz-column-count: 3;
  /* Firefox */
}
.pt_store-locator ol.stores-list {
  counter-reset: stores-counter;
  max-height: 400px;
  overflow-y: auto;
  background-color: #DCDDDF;
  padding-left: 0;
}
.pt_store-locator ol.stores-list li,
.pt_store-locator ul.simple-list li {
  margin-bottom: 20px;
  list-style: none;
}
.pt_store-locator ul.simple-list.government h3 {
  margin-bottom: 0px;
  font-size: 18px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  color: #000000;
  margin-bottom: 5px;
}
.pt_store-locator ul.simple-list.government a {
  color: #ffd100;
}
.pt_store-locator ol.stores-list li {
  position: relative;
  padding: 0.5em 4em;
  list-style: none outside none;
}
.pt_store-locator ol.stores-list li:first-child {
  padding-top: 1em;
}
.pt_store-locator ol.stores-list li:before {
  content: counter(stores-counter);
  counter-increment: stores-counter;
  position: absolute;
  left: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1.5em;
  padding: 2px;
  background-color: #5F6062;
  color: #FFF;
  text-align: center;
}
.pt_store-locator ol.stores-list li.selected {
  background-color: #FFC905;
}
.pt_store-locator ol.stores-list li.selected:before {
  background-color: #DCDDDF;
  color: #231F20;
}
.pt_store-locator .result-count {
  margin-bottom: .5em;
}
.pt_store-locator .result-count a {
  display: inline-block;
  padding-right: .5em;
}
.pt_store-locator .result-count a.selected {
  color: #FFC905;
}
.pt_store-locator ul.country-list {
  padding-left: 30px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 1em;
}
.pt_store-locator ul.country-list > li {
  padding-left: 10px;
  border-bottom: 1px solid #5F6062;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  list-style: none;
}
.pt_store-locator ul.country-list h2 {
  margin-top: 0;
  padding-top: 1em;
  text-transform: uppercase;
}
.pt_store-locator ul.country-list > li > a {
  display: block;
  font-size: 1em;
  width: 100%;
  text-transform: uppercase;
}
.pt_store-locator ul.country-list > li > a:before {
  content: "+";
  float: right;
  margin-right: 10px;
  margin-top: 0.5em;
  font-family: ProximaNova-Bold, Arial, sasns-serif;
  font-size: 2em;
  text-transform: uppercase;
}
.pt_store-locator ul.country-list > li > a.selected:before {
  content: "-";
  text-transform: uppercase;
}
.pt_store-locator ul.country-list > li.fill {
  background-color: #DCDDDF;
  text-transform: uppercase;
}
.pt_store-locator ul.country-list > li.fill a {
  background-color: #DCDDDF;
  text-transform: uppercase;
  font-size: 1em !important;
}
.pt_store-locator ul.country-list ul li + li {
  margin-top: 1em;
  text-transform: uppercase;
}
.pt_store-locator ul.country-list ul li + li a {
  font-size: 1em !important;
}
.pt_store-locator h1 {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-family: SpadeRegular, Georgia, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}
.pt_store-locator #secondary a {
  display: block;
  margin: 0;
  text-align: left;
  color: #fff;
}
.pt_store-locator #secondary a.selected {
  color: #000000;
  background: #ffd100;
}
.pt_store-locator form label {
  width: auto;
  float: none;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.pt_store-locator form label .required-indicator {
  display: none;
}
.pt_store-locator form input {
  width: 95%;
  margin: 0;
}
.store-locator-header {
  background: url("../images/interface/icon-double-line-header.png") repeat-x scroll left top transparent;
  font-size: 1.75em;
  font-weight: normal;
  margin: 20px 0 0;
  padding: 20px 0;
}
.store-information {
  background: none repeat scroll 0 0 #E8E8E8;
  border-bottom: 1px solid #FFFFFF;
}
.store-name {
  font-weight: normal;
  margin: 0 0 10px;
}
.store-address,
.store-map {
  border-bottom: 1px solid #E8E8E8;
}
.store-locator-details {
  float: left;
  width: 44%;
}
.store-locator-details img {
  max-width: 100%;
}
.store-locator-details h1,
.store-locator-details p {
  margin: 0.25em 0;
}
.store-locator-details-map {
  float: right;
  width: 50%;
}
.store-locator-details-map img {
  max-width: 100%;
}
.pt_store-locator .location-name-header {
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.pt_store-locator .location-name-header a {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
@media (max-width: 767px) {
  .pt_store-locator .primary .col-1 {
    float: left;
    width: 100%;
  }
  .pt_store-locator .primary .col-2 {
    width: 100%;
    height: 200px;
    margin-right: 0;
    float: left;
    background-color: #dcdddf;
  }
  .pt_store-locator ol.stores-list {
    max-height: none;
  }
}
@media (min-width: 768px) {
  .pt_store-locator .col-1 {
    float: none;
    width: 35%;
  }
  .pt_store-locator .col-2 {
    width: 60%;
    height: 535px;
    margin-right: 0;
    float: right;
    background-color: #dcdddf;
  }
}
/* Tool Tales
--------------------------------------------------------------------------------------- */
#FilterContainer {
  float: right;
  width: 20%;
  margin-right: 3%;
}
#ToolTalesList {
  float: left;
  width: 75%;
}
article.toolTale.fill {
  background-color: #DCDDDF;
}
article.toolTale h2 {
  margin: 0;
  text-transform: uppercase;
  color: #5E5F60;
  font-size: 18px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
article.toolTale p {
  color: #514F50;
}
#LoadToolTalesTrigger,
article.toolTale .productFilterLinks,
article.toolTale .productFilterLinks a,
article.toolTale a.readMore,
article.toolTale a.readLess,
article.toolTale a.cta {
  font-family: ProximaNova-Regular;
  text-align: center;
  text-transform: uppercase;
  color: #5E5F60;
  font-size: 1em;
}
article.toolTale .productFilterLinks {
  color: #5E5F60;
  font-size: 1.3em;
  font-family: ProximaNova-Bold;
  margin: 0 0 20px;
}
article.toolTale a.readMore,
article.toolTale a.readLess {
  font-family: ProximaNova-Bold;
}
article.toolTale .story {
  height: 178px;
  margin-bottom: 6px;
  overflow: hidden;
  padding: 1em 2em;
}
article.toolTale .story.more {
  height: auto;
}
article.toolTale a {
  color: #5E5F60;
}
article.toolTale a.readMore,
article.toolTale a.readLess,
article.toolTale a.cta {
  display: block;
  font-weight: normal;
}
article.toolTale a.readMore,
article.toolTale a.readLess {
  background-image: url("../images/tooltales/leatherman_tooltales_updownarrow.png");
  background-repeat: no-repeat;
}
article.toolTale a.readMore {
  padding-bottom: 1.5em;
  background-position: 50% 48%;
}
article.toolTale a.readLess {
  padding-top: 1em;
  border-bottom: solid medium #5E5F60;
  background-position: 50% 180%;
}
article.toolTale a.readMore span {
  display: inline-block;
  padding: 0 0.5em 4px;
  background-color: white;
  border-bottom: medium solid #5E5F60;
}
article.toolTale a.readMore span.fill {
  background-color: #DCDDDF;
}
article.toolTale .productPurchaseLinks {
  text-align: center;
}
article.toolTale .productPurchaseLinks img {
  width: 80%;
  max-width: 300px;
}
article.toolTale hr {
  width: 90%;
  margin-top: 40px;
  border: 0;
  height: 1px;
  background: #333;
  background-image: -webkit-linear-gradient(left, #cccccc, #333333, #cccccc);
  background-image: -moz-linear-gradient(left, #cccccc, #333333, #cccccc);
  background-image: -ms-linear-gradient(left, #cccccc, #333333, #cccccc);
  background-image: -o-linear-gradient(left, #cccccc, #333333, #cccccc);
}
article.toolTale .toolTaleLocation,
article.toolTale .toolTaleAuthor {
  text-transform: capitalize;
}
#FilterContainer h3 {
  margin: .4em;
}
#FilterContainer select {
  width: 100%;
  border: 0 none;
  background-color: #dcdddf;
  color: #5E5F60;
  height: 35px;
}
#FilterContainer select option {
  text-transform: uppercase;
}
#FilterContainer select option:first-child {
  text-transform: none;
}
#FilterContainer a {
  display: block;
  width: 100%;
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
}
#FilterContainer a,
#FilterContainer a a {
  color: #000000;
}
@media (min-width: 1024px) {
  #FilterContainer a:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  #FilterContainer a:hover a {
    text-decoration: none;
  }
  #FilterContainer a[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
#FilterContainer a,
#FilterContainer a a {
  color: #000000;
}
@media (min-width: 1024px) {
  #FilterContainer a:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  #FilterContainer a:hover a {
    text-decoration: none;
  }
  #FilterContainer a[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
#FilterContainer a.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
.pt_tooltales h1 {
  margin: 20px 0;
  font-size: 34px;
  font-family: SpadeRegular, Georgia, serif;
  letter-spacing: 2px;
  color: #000000;
  color: #000;
  text-transform: uppercase;
}
.pt_tooltales .breadcrumb {
  padding: 0 0 0 10px;
  margin: 0;
}
.pt_tooltales #primary {
  width: 100%;
  margin: 0;
}
.pt_tooltales #main {
  padding: 20px;
}
.pt_tooltales .form-row-button {
  margin-top: 2em;
}
.pt_tooltales #addBtn {
  background-color: #FFC905;
  border-color: #FFC905;
  color: #000;
}
.toolTaleFeatured {
  text-align: center;
}
.toolTaleFeatured h2 {
  text-align: left;
}
.toolTaleFeatured a.button {
  display: inline-block;
  /* margin-left: 10%; */
  min-width: 200px;
  font-size: 1.2em;
  padding: 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #5F6062;
}
.toolTaleFeatured q,
.toolTaleFeatured h3 {
  display: inline-block;
  /*margin-left: 10%;*/
  margin-bottom: 1.5em;
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.8em;
  text-transform: uppercase;
  height: 100px;
}
.toolTaleFeatured h3 {
  font-weight: normal;
  margin-top: 0px;
  /*margin:0;*/
}
.toolTaleFeatured q:before,
.toolTaleFeatured q:after {
  content: "\"";
}
.tooltailAddTitle {
  width: 309px;
}
.toolTale-add-checkbox label {
  width: 10px;
}
.toolTale-add-checkbox label span {
  display: none;
}
.toolTale-checkbox-indent {
  margin-left: 23%;
}
.tool-tales-mobile {
  display: block !important;
}
@media (max-width: 767px) {
  .toolTale-checkbox-indent {
    margin-left: 0px;
  }
  .pt_tooltales #ToolTalesList {
    width: 100%;
  }
  .pt_tooltales #FilterContainer {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }
  .pt_tooltales #FilterContainer a {
    width: 100%;
    margin: 10px 0 20px 0;
  }
  .pt_tooltales .column-container {
    width: 100%;
  }
  .pt_tooltales .column-container .column.one-third {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pt_tooltales #ToolTalesList {
    width: 60%;
  }
  .pt_tooltales #FilterContainer {
    margin-right: 0;
    padding-left: 20px;
    width: 40%;
  }
  .pt_tooltales .column-container {
    width: 100%;
  }
  .pt_tooltales .column-container .column.one-third {
    width: 100%;
  }
}
.flexslider .flex-direction-nav {
  position: relative;
  width: 100%;
  height: 25px;
  background: #5f6062;
}
.flexslider .flex-direction-nav li {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding: 0;
  position: absolute;
}
.flexslider .flex-direction-nav li.flex-nav-prev {
  left: 0;
  top: 0px;
  padding: 0;
  margin: 0;
}
.flexslider .flex-direction-nav li.flex-nav-next {
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.flexslider .flex-direction-nav li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  font-size: 0;
  transition: all 2s;
}
.flexslider .flex-direction-nav li a.flex-prev:after {
  font-family: fontawesome;
  content: "\f053";
  font-size: 24px;
}
.flexslider .flex-direction-nav li a.flex-next:after {
  font-family: fontawesome;
  content: "\f054";
  font-size: 24px;
}
.flexslider .flex-direction-nav li a:hover {
  text-decoration: none;
}
.flexslider .flex-control-nav {
  width: 100%;
  text-align: center;
  float: left;
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
}
.flexslider .flex-control-nav:before,
.flexslider .flex-control-nav:after {
  content: " ";
  display: table;
}
.flexslider .flex-control-nav:after {
  clear: both;
}
.flexslider .flex-control-nav li {
  display: inline-block;
  float: none;
  padding: 0 10px;
}
.flexslider .flex-control-nav li a {
  display: inline-block;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #5f6062;
  font-size: 0;
  cursor: pointer;
  transition: all 1s;
}
.flexslider .flex-control-nav li a.flex-active {
  opacity: .25;
  cursor: default;
}
.flexslider .flex-disabled {
  display: none;
}
/*BREAKPOINTS*/
#wrapper {
  float: none;
  clear: both;
  overflow: hidden;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
}
#wrapper:before,
#wrapper:after {
  content: " ";
  display: table;
}
#wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  #wrapper {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #wrapper {
    width: 768px !important;
  }
}
@media (min-width: 1024px) {
  #wrapper {
    width: 1024px !important;
  }
}
@media (min-width: 1200px) {
  #wrapper {
    width: 1200px !important;
  }
}
/*HELPER CLASSES*/
.brand-font {
  font-family: SpadeRegular, Georgia, serif;
}
.body-font {
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.body-font-bold {
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.branded-headline-1 {
  font-size: 40px;
  font-family: SpadeRegular, Georgia, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}
.branded-headline-2 {
  font-size: 34px;
  font-family: SpadeRegular, Georgia, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}
.branded-headline-3 {
  font-size: 26px;
  font-family: SpadeRegular, Georgia, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #000000;
}
.headline-1 {
  font-size: 34px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.headline-2 {
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.headline-3 {
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.headline-4 {
  font-size: 18px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.body-bold {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.body-small {
  font-size: 13px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.body-bold-small {
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.body-xsmall {
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.body-bold-xsmall {
  font-size: 12px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.body-large {
  font-size: 15px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.body-bold-large {
  font-size: 15px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.body-xlarge {
  font-size: 16px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.body-bold-xlarge {
  font-size: 16px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.color-golden {
  color: #ffd100;
}
.color-black {
  color: #000000;
}
.color-white {
  color: #ffffff;
}
.color-carbon {
  color: #5f6062;
}
.color-steel {
  color: #dcdddf;
}
.button-primary {
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
}
.button-primary,
.button-primary a {
  color: #000000;
}
@media (min-width: 1024px) {
  .button-primary:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .button-primary:hover a {
    text-decoration: none;
  }
  .button-primary[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
.button-primary.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
.button-standard {
  border: none;
  box-shadow: none;
  background: #5f6062;
  padding: 5px 10px;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background-color 0.15s;
}
.button-standard,
.button-standard a {
  color: #ffffff;
}
.secondary-cta {
  border: none;
  box-shadow: none;
  background: #ffffff;
  display: inline-block;
  width: auto;
  padding: 10px;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.secondary-cta:after {
  content: "\f105";
  margin-left: 5px;
  font-family: fontawesome;
  font-size: 16px;
  color: #000000;
}
/*BEGIN mobile navigation*/
@media (max-width: 767px) {
  .mobile-nav * {
    box-sizing: border-box;
  }
  .mobile-nav input {
    border: none;
  }
  .mobile-nav {
    box-sizing: border-box;
    width: 280px;
    padding: 0 10px;
    position: absolute;
    left: -380px;
    top: 70px;
    transition: all .2s;
    height: 100%;
    border-right: 5px solid #ffffff;
    background: #dcdddf;
  }
  .mobile-nav.nav-exposed {
    left: 0;
    z-index: 9999;
  }
  .mobile-nav .mobile-category-nav ul {
    padding: 0;
    float: none;
    clear: both;
  }
  .mobile-nav .mobile-category-nav ul:before,
  .mobile-nav .mobile-category-nav ul:after {
    content: " ";
    display: table;
  }
  .mobile-nav .mobile-category-nav ul:after {
    clear: both;
  }
  .mobile-nav .mobile-category-nav ul li {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    border-bottom: 2px solid #5f6062;
  }
  .mobile-nav .mobile-category-nav ul li a {
    color: #5f6062;
    font-family: ProximaNova-Bold, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
  }
  .mobile-nav .menu-utility li,
  .mobile-nav .menu-utility-user li {
    padding: 0;
  }
  .mobile-nav .mobile-secondary-nav .menu-utility {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #5f6062;
  }
  .mobile-nav .mobile-secondary-nav .menu-utility li {
    padding: 10px 0;
    font-size: 13px;
    font-family: ProximaNova-Bold, Arial, sans-serif;
    text-transform: uppercase;
  }
  .mobile-nav .mobile-account-nav .menu-utility-user {
    display: block !important;
    padding: 0;
    margin: 0;
  }
  .mobile-nav .mobile-account-nav .menu-utility-user .required-indicator,
  .mobile-nav .mobile-account-nav .menu-utility-user .user-login {
    display: none;
  }
  .mobile-nav .mobile-account-nav .menu-utility-user label {
    margin-left: 0;
    font-size: 13px;
    font-family: ProximaNova-Regular, Arial, sans-serif;
  }
  .mobile-nav .mobile-account-nav .menu-utility-user .create-account-link,
  .mobile-nav .mobile-account-nav .menu-utility-user .forgot-password {
    font-size: 13px;
    font-family: ProximaNova-Regular, Arial, sans-serif;
    float: left;
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
  }
  .mobile-nav .header-login-form .create-account-link,
  .mobile-nav .header-login-form .forgot-password {
    text-align: left;
    padding: 10px 0;
  }
  .mobile-nav .header-login-form .user-login {
    font-size: 18px;
    font-family: ProximaNova-Bold, Arial, sans-serif;
  }
  .mobile-nav #mobile-search {
    margin-top: 15px;
    position: relative;
  }
  .mobile-nav #mobile-search input[type="text"] {
    width: 100% !important;
  }
  .mobile-nav #mobile-search fieldset:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #000000;
  }
  .mobile-nav #mobile-search input[type="text"] + input[type="submit"] {
    background: none;
    border: none;
    position: absolute;
    height: 100%;
    width: 35px;
    background: #ffd100;
    font-size: 0;
    border-radius: 0;
  }
  .mobile-nav .user-welcome {
    display: none;
  }
  .mobile-nav .site-tabs {
    margin-top: 20px;
    font-size: 14px;
    font-family: ProximaNova-Bold, Arial, sans-serif;
  }
  .mobile-nav input[type="submit"] {
    margin: 0;
    top: 0;
    right: 0px;
    border: none;
  }
  .mobile-nav fieldset {
    padding: 0;
  }
  .mobile-nav fieldset input[type="text"],
  .mobile-nav fieldset input[type="password"],
  .mobile-nav fieldset textarea,
  .mobile-nav fieldset select {
    width: 100% !important;
  }
  .mobile-nav .header-my-account-links ul {
    padding: 0;
    margin: 0;
  }
  .mobile-nav .header-my-account-links ul li {
    padding: 10px 0 0 0;
    text-align: left;
  }
  .nav-toggle {
    color: #ffffff;
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
  }
}
/*END Mobile Navigation*/
#navigation .main-nav {
  margin: 0 auto;
}
#navigation {
  background-color: #dcdddf;
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  .main-nav,
  #header-top-banner,
  .header-right,
  .site-switcher {
    display: none;
  }
  #header .header-main .primary-logo {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
  #header-top {
    display: none;
  }
  header {
    padding: 20px 0;
  }
  .header .header-login-form {
    display: none;
  }
  .header-login-form {
    display: block;
  }
  .header-login-form .form-row-button {
    width: 100% !important;
  }
  .header-login-form .form-row-button button {
    white-space: normal;
    border: none;
    box-shadow: none;
    font-size: 24px;
    font-family: ProximaNova-Bold, Arial, sans-serif;
    text-align: center;
    background: #ffd100;
    padding: 7px 15px;
    transition: background-color 0.15s;
    width: 100% !important;
  }
  .header-login-form .form-row-button button,
  .header-login-form .form-row-button button a {
    color: #000000;
  }
  .header-login-form .form-row-button button,
  .header-login-form .form-row-button button a {
    color: #000000;
  }
  .header-login-form .form-row-button button.disabled {
    background: #5f6062;
    opacity: .8;
    cursor: default;
    color: currentColor;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .header-login-form .form-row-button button:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .header-login-form .form-row-button button:hover a {
    text-decoration: none;
  }
  .header-login-form .form-row-button button[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
@media (max-width: 767px) and (min-width: 1024px) {
  .header-login-form .form-row-button button:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  .header-login-form .form-row-button button:hover a {
    text-decoration: none;
  }
  .header-login-form .form-row-button button[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
/*MOBILE & TABLET*/
/*TABLET ONLY*/
@media (min-width: 768px) and (max-width: 1023px) {
  #navigation .main-nav {
    width: 768px;
  }
  #navigation ul {
    display: flex;
  }
  #navigation ul .top-level {
    flex-grow: 1;
    text-align: center;
  }
}
/*TABLET & DESKTOP*/
@media (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
  .nav-toggle {
    display: none;
  }
  #navigation {
    width: 100%;
    border-bottom: none;
  }
  #navigation .main-nav {
    float: none;
    clear: both;
  }
  #navigation .main-nav:before,
  #navigation .main-nav:after {
    content: " ";
    display: table;
  }
  #navigation .main-nav:after {
    clear: both;
  }
  #navigation .main-nav ul {
    margin: 0;
    padding: 0;
  }
  #navigation .main-nav ul .top-level {
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    transition: all .25s;
  }
  #navigation .main-nav ul .top-level a {
    font-family: ProximaNova-Bold, Arial, sans-serif;
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    transition: all .25s;
  }
  #navigation .main-nav ul .top-level:hover {
    background: #ffffff;
  }
  #navigation .main-nav ul .top-level:hover a {
    color: #000000;
    text-decoration: none;
  }
}
/*DESKTOP ONLY*/
@media (min-width: 1024px) {
  #navigation .main-nav {
    width: 1024px;
  }
}
/*LARGE DESKTOP*/
@media (min-width: 1200px) {
  #navigation .main-nav {
    width: 1200px;
  }
}
ol.breadcrumb {
  padding: 0;
  margin: 10px 0 20px 0;
}
ol.breadcrumb li {
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
}
ol.breadcrumb li:after {
  content: "\2044";
  padding: 0 5px;
}
ol.breadcrumb li:last-child {
  font-size: 12px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
ol.breadcrumb li:last-child:after {
  content: "";
  padding: 0;
}
#primary,
#secondary,
#primary *,
#secondary * {
  box-sizing: border-box;
}
#results-products {
  margin-bottom: 20px;
  font-size: 13px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  display: none;
}
/*SECONDARY CONTAINER*/
#secondary {
  padding: 0 20px 0 0;
  width: 25%;
  float: left;
}
#secondary .refinement {
  width: 100%;
}
#secondary .refinement h3 {
  width: 100%;
}
/*PRIMARY CONTAINER*/
#primary {
  padding: 0 0 0 20px;
  width: 75%;
  float: right;
}
#primary .pagination .results-hits {
  display: none;
}
/*PRICE SLIDER*/
.price-slider-wrapper {
  padding: 0 20px 20px;
  width: 100%;
}
.price-slider-wrapper .slider-label-wrapper {
  clear: both;
}
.price-slider-wrapper .slider-label-wrapper #price-slider-label-min {
  width: 50%;
  border: 0 none;
  margin-left: -5px;
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
.price-slider-wrapper .slider-label-wrapper #price-slider-label-max {
  float: right;
  width: 50%;
  border: 0 none;
  margin-right: -5px;
  text-align: right;
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
/*GRID TILE*/
.grid-tile {
  position: relative;
  overlflow: hidden;
  margin-bottom: 50px;
}
.grid-tile .product-tile {
  height: 100% !important;
  width: 100% !important;
}
.grid-tile .product-tile .product-name {
  margin-bottom: 5px;
}
.grid-tile .product-tile .product-name h2 a {
  font-size: 16px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  margin-bottom: 0;
}
.grid-tile .product-tile .product-image {
  position: relative;
}
.grid-tile .product-tile .product-image img {
  width: 95%;
}
.product-tile {
  opacity: 0;
}
.product-tile .tool-count {
  position: absolute;
  right: 0;
  top: 0;
  background: #5f6062;
  text-align: center;
  padding: 5px;
  z-index: 10;
}
.product-tile .tool-count span {
  float: left;
  clear: both;
  width: 100%;
  color: #ffffff;
}
.product-tile .tool-count .tool-count-number {
  font-family: ProximaNova-Bold, Arial, sans-serif;
  font-size: 23px;
}
.product-tile .tool-count .tool-count-tools {
  text-transform: uppercase;
  font-size: 12px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
/*FILTER MENU*/
.refinement h3 {
  font-size: 12px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
.refinement-link {
  text-transform: capitalize;
}
li.refinement_false {
  display: none;
}
.colors .selected .refinement-link:before,
.color .selected .refinement-link:before {
  border-color: #5f6062 !important;
}
.colors .refinement-link,
.color .refinement-link {
  background-image: none;
  position: relative;
}
.colors .refinement-link.Pink:before,
.color .refinement-link.Pink:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: pink;
}
.colors .refinement-link.Blue:before,
.color .refinement-link.Blue:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: blue;
}
.colors .refinement-link.Orange:before,
.color .refinement-link.Orange:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: orange;
}
.colors .refinement-link.Green:before,
.color .refinement-link.Green:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: green;
}
.colors .refinement-link.Gray:before,
.color .refinement-link.Gray:before,
.colors .refinement-link.Grey:before,
.color .refinement-link.Grey:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: gray;
}
.colors .refinement-link.Yellow:before,
.color .refinement-link.Yellow:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: yellow;
}
.colors .refinement-link.Stainless:before,
.color .refinement-link.Stainless:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: silver;
}
.colors .refinement-link.Tan:before,
.color .refinement-link.Tan:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: tan;
}
.colors .refinement-link.Red:before,
.color .refinement-link.Red:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: red;
}
.colors .refinement-link.Black:before,
.color .refinement-link.Black:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: black;
}
.colors .refinement-link.Purple:before,
.color .refinement-link.Purple:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  border: 1px solid #000000;
  box-sizing: border-box;
  background-color: purple;
}
.refinement .clear-refinement {
  position: absolute;
  padding: 0;
  right: 0;
  top: 10px;
}
.Price .clear-refinement {
  top: -10px;
}
.product-tile img {
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
/*MOBILE ONLY*/
@media (max-width: 767px) {
  .filter-button {
    display: block;
    margin-bottom: 10px;
  }
  .filter-button .hide-filters {
    display: none;
  }
  .filter-button:hover {
    text-decoration: none;
  }
  .filter-button.exposed .show-filters {
    display: none;
  }
  .filter-button.exposed .hide-filters {
    display: block;
  }
  #secondary.refinements {
    position: absolute;
    left: -150%;
    top: 100px;
    padding: 20px;
    border: 1px solid #5f6062;
    background: rgba(255, 255, 255, 0.95);
    transition: all .5s;
    z-index: 50;
  }
  #secondary.refinements.exposed {
    transition: all .5s;
    left: 0;
  }
  .refinement {
    width: 100%;
  }
  .refinement h3 {
    width: 100%;
  }
  .grid-tile {
    width: 100%;
  }
  .product-tile {
    height: auto !important;
  }
}
/*MOBILE LANDSCAPE & TABLET*/
/*Since Leatherman and LEDLenser show different number of tiles per row they are targeted differently*/
@media (min-width: 480px) and (max-width: 1023px) {
  .leatherman .grid-tile {
    width: 50%;
  }
  .leatherman .grid-tile:nth-child(2n + 1) {
    clear: left;
  }
}
/*TABLET ONLY*/
/*TABLET & DESKTOP*/
@media (min-width: 768px) {
  .ledlenser .grid-tile {
    width: 50%;
  }
  .ledlenser .grid-tile:nth-child(2n + 1) {
    clear: left;
  }
  .refinement h3 {
    cursor: default;
  }
  .pt_product-search-result .filter-button {
    display: none;
  }
}
/*DESKTOP ONLY*/
@media (min-width: 1024px) {
  .leatherman .grid-tile {
    width: 33.3333%;
  }
  .leatherman .grid-tile:nth-child(3n + 1) {
    clear: left;
  }
  .pt_product-search-result #primary {
    width: 80%;
  }
  .pt_product-search-result #secondary {
    width: 20%;
  }
}
#pwrwritediv {
  margin-left: -15%;
}
.pr-snippet-read-write {
  display: none;
}
.pr-snapshot {
  margin-bottom: 10px;
}
.pr-snapshot-head-wrapper {
  padding-left: 0;
}
.pr-snapshot-head {
  background: transparent;
  border-style: none;
  border-width: 0;
  padding-left: 0;
  display: none !important;
}
.pr-snapshot-body {
  background-color: transparent;
  border-style: none;
  border-width: 0;
  padding-left: 0;
}
.pr-snapshot-body-wrapper {
  background-color: transparent;
  border: none;
  padding-left: 0;
  position: relative;
  bottom: 15px;
}
.pr-review-sort-box {
  float: left;
  position: relative;
  clear: left;
  right: 0;
  margin-top: 10px;
}
.pr-snapshot-attribute-value-list {
  height: auto;
}
.pr-pagination-top p,
.pr-pagination-bottom p {
  width: 100%;
  text-align: right;
}
.pr-comments-header {
  float: left;
  clear: both;
  width: 100%;
}
.pr-stars-0-sm {
  width: 0 !important;
}
body .pr-snapshot-write-review {
  background: none;
  /*
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-weight: bold;
    margin-top: 16px;
    min-width: 200px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #5F6062;
    */
  white-space: normal;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  text-align: center;
  background: #ffd100;
  padding: 7px 15px;
  transition: background-color 0.15s;
}
body .pr-snapshot-write-review,
body .pr-snapshot-write-review a {
  color: #000000;
}
@media (min-width: 1024px) {
  body .pr-snapshot-write-review:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  body .pr-snapshot-write-review:hover a {
    text-decoration: none;
  }
  body .pr-snapshot-write-review[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
body .pr-snapshot-write-review,
body .pr-snapshot-write-review a {
  color: #000000;
}
@media (min-width: 1024px) {
  body .pr-snapshot-write-review:hover {
    background: #000000;
    color: #ffd100;
    text-decoration: none;
  }
  body .pr-snapshot-write-review:hover a {
    text-decoration: none;
  }
  body .pr-snapshot-write-review[disabled="disabled"]:hover {
    color: #CCCCCC;
  }
}
body .pr-snapshot-write-review.disabled {
  background: #5f6062;
  opacity: .8;
  cursor: default;
  color: currentColor;
}
.pr-snapshot-rating .pr-stars,
.pr-review-faceoff .pr-stars,
.pr-modal-container .pr-stars,
.pr-modal-container .pr-review-faceoff-review-content .pr-stars {
  background-image: url("../images/reviews/stars.png");
}
.pr-stars-small,
.pr-snippet-stars .pr-stars-small,
.pr-modal-container .pr-stars {
  background-image: url("../images/reviews/stars_small.png");
  float: left !important;
  height: 15px !important;
  line-height: 15px !important;
}
.pr-review-author p span {
  font-weight: normal !important;
}
.pr-stars-small {
  position: relative;
  right: 2px;
}
.pr-fb-reviewComment {
  background-image: url("images/fb_logo_12x12.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
  font-size: 8px !important;
  font-weight: bold;
  position: relative;
  right: 14px;
  bottom: 14px;
  display: none;
}
.pr-review-sort-wrapper {
  padding: 0;
  position: relative;
  bottom: 10px;
}
.pr-profile-fb-help-icon {
  bottom: 2px;
  left: 2px;
  position: relative;
}
.pr-review-sort {
  background-color: transparent;
  border-style: none;
  border-width: 0;
  padding-left: 0;
}
.pr-contents {
  background-color: transparent;
  border-style: none;
  border-width: 0;
  padding-left: 0;
}
.pr-contents-wrapper {
  background-color: transparent;
  border: 0;
  padding-left: 0;
}
.pr-pagination-top {
  border-bottom: 0;
  padding: 0;
}
body .pr-nav-back-to-top a {
  background: #000000;
  color: #ffffff;
  padding: 10px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
body .pr-nav-back-to-top a:after {
  content: "\f0aa";
  font-family: fontawesome;
  padding-left: 5px;
}
body .pr-nav-back-to-top a:hover {
  text-decoration: none;
}
.pr-review-wrap {
  border-bottom: 1px solid #dcdddf !important;
  padding: 5px 0;
  float: left 1important;
  width: 100% !important;
}
body .pr-page-count-wrapper {
  width: 100%;
}
.pr-page-nav-wrapper {
  width: 75% !important;
}
.pr-review-wrap .pr-review-points .pr-review-points-attr-wrapper .pr-attribute-group .pr-attribute-key p {
  background-color: transparent;
}
.pr-review-points-attr-wrapper {
  max-width: 700px;
}
.pr-other-attributes {
  max-width: 500px;
}
.pr-review-author {
  float: none;
  width: 100%;
}
.pr-review-author-name {
  font-size: 16px;
  font-weight: bold;
}
.pr-review-author-info-wrapper p {
  float: left;
  width: 100%;
  clear: both;
  text-transform: capitalize;
}
.pr-review-author-affinity-wrapper {
  margin: 0;
  float: left;
  width: 100%;
  display: none;
}
body .pr-review-points {
  display: none;
}
body .pr-header .pr-review-points {
  display: block !important;
}
.pr-snapshot-no-ratings {
  float: left;
  width: 100%;
  text-align: left;
}
body .pr-snapshot-footer {
  padding: 0;
}
.pr-review-helpful-text-link {
  text-decoration: underline !important;
  font-weight: normal !important;
}
.pr-review-author-location {
  margin-left: 3px !important;
  position: relative;
}
body .pr-review-text .pr-comments-header,
body .pr-product-name {
  font-size: 14px !important;
  font-family: ProximaNova-Bold, Arial, sans-serif !important;
}
body .pr-review-text p {
  float: left;
  clear: both;
}
.pr-review-tools {
  clear: both;
}
.pr-merchant-comments {
  clear: both;
}
.pr-review-tools p {
  display: inline;
  font-style: normal !important;
}
.pr-review-report-issue {
  font-size: 14px !important;
  font-weight: normal !important;
}
.pr-review-helpful-text {
  font-weight: bold;
  font-size: 14px !important;
}
.pr-review-helpful-text a {
  padding-left: 2px !important;
  font-size: 14px !important;
}
.pr-review-rating-wrapper,
.pr-review-main-wrapper {
  bottom: 10px;
  float: left;
  position: relative;
  width: 100%;
}
.pr-review-author-date {
  background: none;
  border: 0;
  position: relative;
  text-transform: uppercase;
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
.pr-snapshot-consensus-text {
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
body .pr-review-bottom-line-wrapper {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  line-height: 2;
  float: left;
  width: 100%;
}
body .pr-snapshot-consensus-value {
  background: none;
  background-color: #ffd100;
  color: #ffffff;
  border: none;
  margin-right: 0;
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
}
li.pr-other-attributes-group.pr-other-attribute-wasthisagift {
  display: none;
}
ul.pr-other-attributes-list {
  display: none;
}
body .pr-review-rating-headline {
  text-transform: uppercase;
  margin: 10px 0;
  position: relative;
  float: left;
  width: 100%;
  font-size: 21px;
  font-family: ProximaNova-Regular, Arial, sans-serif;
  line-height: 1.5;
}
#pr-snapshot-histogram {
  float: left;
  position: relative;
  z-index: 10001;
}
.pr-snapshot-average-based-on-text {
  float: left;
  line-height: 20px;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.pr-snapshot-rating .pr-rating {
  float: left;
  height: auto;
  background: #ffd100;
  line-height: 1.75;
  padding: 0 10px;
  margin-left: 20px;
}
.pr-snapshot-title {
  display: none !important;
}
.pr-snapshot-cobrand {
  display: none !important;
}
body .pr-review-bottom-line-wrapper .pr-review-bottom-line {
  color: #ffd100;
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
  letter-spacing: 1px;
  padding: 5px;
}
.pr-snippet-stars .pr-snippet-rating-decimal,
.pr-rating {
  height: 15px;
  line-height: 15px;
  background-color: #5F6062;
}
.pr-rating {
  right: 30px !important;
  position: relative !important;
  vertical-align: top;
}
.pr-snippet-stars .pr-snippet-rating-decimal {
  display: none;
}
.pr-rounded {
  border-radius: 0;
  position: relative !important;
  left: -1px !important;
}
/* Template-specific tweaks */
.pt_product-search-result .pr-snippet-wrapper,
.pt_product-search-result .pr-snippet-stars {
  padding: 0;
}
.pt_product-search-result .pr-stars {
  bottom: 117px;
  margin: 0 0 0.3em;
  position: relative;
}
.pt_product-search-result .pr-stars.pr-stars-0-sm {
  display: none;
}
.pr-page-nav {
  font-size: 14px;
  font-family: ProximaNova-Bold, Arial, sans-serif;
}
/* Responsive */
@media screen and (max-width: 767px) {
  #pwrwritediv {
    margin-left: 0;
  }
  .pr-rating_pr-rounded average {
    margin-left: 18px !important;
    position: relative !important;
  }
  .pr-review-rating .pr-rating {
    float: left;
    font-size: 85%;
    height: 15px;
    line-height: 15px;
    margin-right: 0.3em;
    position: relative !important;
  }
  .pr-pagination-top p,
  .pr-pagination-bottom p {
    text-align: left;
  }
  body .pr-page-nav-wrapper {
    float: left;
  }
  body .pr-review-sort-box select {
    width: auto;
  }
}
