@import url('style-blessed1.css?z=1531430335962');

.affiliate-programs .partner-links {
  padding: 30px 50px;
  background: #f2f2f2;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 30px;
}
.affiliate-programs .partner-links .partner-link {
  display: inline-block;
  margin-right: 80px;
}
.affiliate-programs .partner-links .partner-link:last-child {
  margin-right: 0;
}
.affiliate-programs .partner-links .partner-link img {
  height: 70px;
}
@media (max-width: 480px) {
  .page-affiliate-program .partner-links {
    padding: 15px;
  }
  .page-affiliate-program .partner-links .partner-link {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .page-affiliate-program .partner-links .partner-link:last-child {
    margin-bottom: 0;
  }
  .page-affiliate-program .partner-links .partner-link img {
    height: 70px;
  }
}
.page-brands .table-brand-index {
  width: 100%;
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e1da;
}
.page-brands .table-brand-index th {
  width: 200px;
}
.page-brands .table-brand-index th span {
  font-size: 24px;
  margin: 0;
  font-weight: 700;
  line-height: 1.1;
}
.page-brands .table-brand-index td,
.page-brands .table-brand-index th {
  padding: 15px 0 30px;
}
.page-brands .table-brand-index td a,
.page-brands .table-brand-index th a {
  padding: 10px;
}
.page-brands .brand-group {
  margin-bottom: 40px;
}
.page-brands .brand-group h4 {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-brands .table-brand-index {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e1da;
  }
  .page-brands .table-brand-index th {
    width: 100%;
    display: block;
  }
  .page-brands .table-brand-index th span {
    margin: 0;
  }
  .page-brands .table-brand-index td,
  .page-brands .table-brand-index th {
    padding: 15px 0;
    display: block;
    width: 100%;
  }
  .page-brands .table-brand-index td a,
  .page-brands .table-brand-index th a {
    padding: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    display: inline-block;
    background: #e2e9f3;
    border-radius: 4px;
    border: 1px solid #bdcde5;
    font-weight: 700;
  }
  .page-brands .table-brand-index td a:hover,
  .page-brands .table-brand-index th a:hover {
    text-decoration: none;
    background: #cfdbec;
  }
  .page-brands .brand-group {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-brands .table-brand-index {
    width: 100%;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e1da;
  }
  .page-brands .table-brand-index th {
    width: 100%;
    display: block;
  }
  .page-brands .table-brand-index th span {
    margin: 0;
  }
  .page-brands .table-brand-index td,
  .page-brands .table-brand-index th {
    padding: 15px 0;
    display: block;
    width: 100%;
  }
  .page-brands .table-brand-index td a,
  .page-brands .table-brand-index th a {
    padding: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: 5px;
    display: inline-block;
    background: #e2e9f3;
    border-radius: 4px;
    border: 1px solid #bdcde5;
    font-weight: 700;
  }
  .page-brands .table-brand-index td a:hover,
  .page-brands .table-brand-index th a:hover {
    text-decoration: none;
    background: #cfdbec;
  }
  .page-brands .brand-group {
    margin-bottom: 30px;
  }
  .page-brands .brand-group h4 {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .page-brands .brand-group a {
    width: 50%;
  }
}
.page-cart .items {
  margin-bottom: 30px;
}
.page-cart .items .item {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.page-cart .items .item:before,
.page-cart .items .item:after {
  content: " ";
  display: table;
}
.page-cart .items .item:after {
  clear: both;
}
.page-cart .items .item:before,
.page-cart .items .item:after {
  content: " ";
  display: table;
}
.page-cart .items .item:after {
  clear: both;
}
.page-cart .items .item:first-child {
  padding-top: 0;
}
.page-cart .items .item .alert-warning {
  padding: 8px 15px;
}
.page-cart .items .item .item-img {
  float: left;
  width: 33%;
  padding: 0 15px 0 0;
  min-height: 1;
  position: relative;
}
.page-cart .items .item .item-img img {
  width: 100%;
}
.page-cart .items .item .item-details {
  float: left;
  width: 66%;
  padding: 0 0 0 15px;
  min-height: 1;
  position: relative;
}
.page-cart .items .item .item-details .item-title {
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 16px;
  display: block;
  color: #3d6299;
}
.page-cart .items .item .item-details .item-meta {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 13px;
}
.page-cart .items .item .item-details .item-price,
.page-cart .items .item .item-details .item-qty,
.page-cart .items .item .item-details .item-subtotal,
.page-cart .items .item .item-details .item-remove {
  display: block;
  margin-bottom: 5px;
}
.page-cart .items .item .item-details .item-qty input {
  width: 60px;
  height: 29px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-cart .items .item .item-details .item-qty .btn-change {
  color: #3d6299;
  font-weight: normal;
  border-radius: 0;
  padding: 0;
  border: 0;
  display: inline-block;
}
.page-cart .items .item .item-details .item-qty .btn-change,
.page-cart .items .item .item-details .item-qty .btn-change:active,
.page-cart .items .item .item-details .item-qty .btn-change.active,
.page-cart .items .item .item-details .item-qty .btn-change[disabled],
fieldset[disabled] .page-cart .items .item .item-details .item-qty .btn-change {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-cart .items .item .item-details .item-qty .btn-change,
.page-cart .items .item .item-details .item-qty .btn-change:hover,
.page-cart .items .item .item-details .item-qty .btn-change:focus,
.page-cart .items .item .item-details .item-qty .btn-change:active {
  border-color: transparent;
}
.page-cart .items .item .item-details .item-qty .btn-change:hover,
.page-cart .items .item .item-details .item-qty .btn-change:focus {
  color: #273f62;
  text-decoration: underline;
  background-color: transparent;
}
.page-cart .items .item .item-details .item-qty .btn-change[disabled]:hover,
fieldset[disabled] .page-cart .items .item .item-details .item-qty .btn-change:hover,
.page-cart .items .item .item-details .item-qty .btn-change[disabled]:focus,
fieldset[disabled] .page-cart .items .item .item-details .item-qty .btn-change:focus {
  color: #777777;
  text-decoration: none;
}
.page-cart .items .item .item-details .item-qty .btn-update {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2b4d80 !important;
  background-image: none;
  background-color: #3d6299;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}
.page-cart .items .item .item-details .item-qty .btn-update:focus,
.page-cart .items .item .item-details .item-qty .btn-update:active:focus,
.page-cart .items .item .item-details .item-qty .btn-update.active:focus,
.page-cart .items .item .item-details .item-qty .btn-update.focus,
.page-cart .items .item .item-details .item-qty .btn-update:active.focus,
.page-cart .items .item .item-details .item-qty .btn-update.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-cart .items .item .item-details .item-qty .btn-update:hover,
.page-cart .items .item .item-details .item-qty .btn-update:focus,
.page-cart .items .item .item-details .item-qty .btn-update.focus {
  color: #333;
  text-decoration: none;
}
.page-cart .items .item .item-details .item-qty .btn-update:active,
.page-cart .items .item .item-details .item-qty .btn-update.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-cart .items .item .item-details .item-qty .btn-update.disabled,
.page-cart .items .item .item-details .item-qty .btn-update[disabled],
fieldset[disabled] .page-cart .items .item .item-details .item-qty .btn-update {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page-cart .items .item .item-details .item-qty .btn-update.disabled,
fieldset[disabled] a.page-cart .items .item .item-details .item-qty .btn-update {
  pointer-events: none;
}
.page-cart .items .item .item-details .item-qty .btn-update:hover,
.page-cart .items .item .item-details .item-qty .btn-update:focus,
.page-cart .items .item .item-details .item-qty .btn-update:active,
.page-cart .items .item .item-details .item-qty .btn-update:active:hover,
.page-cart .items .item .item-details .item-qty .btn-update:active:focus,
.page-cart .items .item .item-details .item-qty .btn-update:active:focus:hover {
  background-color: #2e4f80;
  color: #fff;
  border-color: #2e4f80;
}
.page-cart .items .item .item-details .item-qty .btn-update:focus {
  color: #fff;
}
.page-cart .items .item .item-details .item-remove .btn-remove {
  color: #3d6299;
  font-weight: normal;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.page-cart .items .item .item-details .item-remove .btn-remove,
.page-cart .items .item .item-details .item-remove .btn-remove:active,
.page-cart .items .item .item-details .item-remove .btn-remove.active,
.page-cart .items .item .item-details .item-remove .btn-remove[disabled],
fieldset[disabled] .page-cart .items .item .item-details .item-remove .btn-remove {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-cart .items .item .item-details .item-remove .btn-remove,
.page-cart .items .item .item-details .item-remove .btn-remove:hover,
.page-cart .items .item .item-details .item-remove .btn-remove:focus,
.page-cart .items .item .item-details .item-remove .btn-remove:active {
  border-color: transparent;
}
.page-cart .items .item .item-details .item-remove .btn-remove:hover,
.page-cart .items .item .item-details .item-remove .btn-remove:focus {
  color: #273f62;
  text-decoration: underline;
  background-color: transparent;
}
.page-cart .items .item .item-details .item-remove .btn-remove[disabled]:hover,
fieldset[disabled] .page-cart .items .item .item-details .item-remove .btn-remove:hover,
.page-cart .items .item .item-details .item-remove .btn-remove[disabled]:focus,
fieldset[disabled] .page-cart .items .item .item-details .item-remove .btn-remove:focus {
  color: #777777;
  text-decoration: none;
}
.page-cart .items .item .item-details .detail-title {
  font-weight: bold;
  margin-right: 3px;
}
.page-cart .summary {
  margin-bottom: 50px;
}
.page-cart .summary .summary-subtotal {
  margin-bottom: 15px;
}
.page-cart .summary .summary-subtotal:before,
.page-cart .summary .summary-subtotal:after {
  content: " ";
  display: table;
}
.page-cart .summary .summary-subtotal:after {
  clear: both;
}
.page-cart .summary .summary-subtotal:before,
.page-cart .summary .summary-subtotal:after {
  content: " ";
  display: table;
}
.page-cart .summary .summary-subtotal:after {
  clear: both;
}
.page-cart .summary .table-header {
  float: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.page-cart .summary .subtotal-value {
  float: right;
  font-weight: 700;
  font-size: 21px;
  color: #488054;
  position: relative;
  top: -3px;
}
.page-cart .summary .summary-shipping {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.page-cart .summary .summary-shipping:before,
.page-cart .summary .summary-shipping:after {
  content: " ";
  display: table;
}
.page-cart .summary .summary-shipping:after {
  clear: both;
}
.page-cart .summary .summary-shipping:before,
.page-cart .summary .summary-shipping:after {
  content: " ";
  display: table;
}
.page-cart .summary .summary-shipping:after {
  clear: both;
}
.page-cart .summary .summary-shipping strong {
  color: #488054;
}
.page-cart .summary .btn-checkout {
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #337e43;
  background-image: none;
  background-color: #3f8e50;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  height: 46px;
  line-height: 34px;
  text-transform: uppercase;
}
.page-cart .summary .btn-checkout:focus,
.page-cart .summary .btn-checkout.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.page-cart .summary .btn-checkout:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.page-cart .summary .btn-checkout:active,
.page-cart .summary .btn-checkout.active,
.open > .dropdown-toggle.page-cart .summary .btn-checkout {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.page-cart .summary .btn-checkout:active:hover,
.page-cart .summary .btn-checkout.active:hover,
.open > .dropdown-toggle.page-cart .summary .btn-checkout:hover,
.page-cart .summary .btn-checkout:active:focus,
.page-cart .summary .btn-checkout.active:focus,
.open > .dropdown-toggle.page-cart .summary .btn-checkout:focus,
.page-cart .summary .btn-checkout:active.focus,
.page-cart .summary .btn-checkout.active.focus,
.open > .dropdown-toggle.page-cart .summary .btn-checkout.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.page-cart .summary .btn-checkout:active,
.page-cart .summary .btn-checkout.active,
.open > .dropdown-toggle.page-cart .summary .btn-checkout {
  background-image: none;
}
.page-cart .summary .btn-checkout.disabled,
.page-cart .summary .btn-checkout[disabled],
fieldset[disabled] .page-cart .summary .btn-checkout,
.page-cart .summary .btn-checkout.disabled:hover,
.page-cart .summary .btn-checkout[disabled]:hover,
fieldset[disabled] .page-cart .summary .btn-checkout:hover,
.page-cart .summary .btn-checkout.disabled:focus,
.page-cart .summary .btn-checkout[disabled]:focus,
fieldset[disabled] .page-cart .summary .btn-checkout:focus,
.page-cart .summary .btn-checkout.disabled.focus,
.page-cart .summary .btn-checkout[disabled].focus,
fieldset[disabled] .page-cart .summary .btn-checkout.focus,
.page-cart .summary .btn-checkout.disabled:active,
.page-cart .summary .btn-checkout[disabled]:active,
fieldset[disabled] .page-cart .summary .btn-checkout:active,
.page-cart .summary .btn-checkout.disabled.active,
.page-cart .summary .btn-checkout[disabled].active,
fieldset[disabled] .page-cart .summary .btn-checkout.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.page-cart .summary .btn-checkout .badge {
  color: #337ab7;
  background-color: #fff;
}
.page-cart .summary .btn-checkout:hover,
.page-cart .summary .btn-checkout:focus,
.page-cart .summary .btn-checkout:active,
.page-cart .summary .btn-checkout:active:hover,
.page-cart .summary .btn-checkout:active:focus,
.page-cart .summary .btn-checkout:active:focus:hover {
  border-color: #2e733d;
  background-color: #2e733d;
}
.page-cart .summary .btn-checkout:disabled,
.page-cart .summary .btn-checkout:disabled:hover {
  background: #337e43;
  border-color: #337e43;
}
.page-cart .summary .btn-checkout .glyphicon {
  margin-right: 5px;
}
.page-cart .summary .international {
  margin-top: 15px;
}
.page-cart .summary .international img {
  height: 18px;
  margin: 0 5px;
}
.site-footer-cart .footer-top {
  background: #555148;
  color: rgba(255, 255, 255, 0.75);
}
.site-footer-cart .footer-cart-policies,
.site-footer-cart .footer-cart-contact,
.site-footer-cart .footer-cart-payment,
.site-footer-cart .footer-cart-security {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .site-footer-cart .footer-cart-policies,
  .site-footer-cart .footer-cart-contact,
  .site-footer-cart .footer-cart-payment,
  .site-footer-cart .footer-cart-security {
    float: left;
    width: 25%;
  }
}
.site-footer-cart .footer-cart-policies ul {
  padding: 0 0 0 15px;
  margin: 0;
}
.site-footer-cart .footer-cart-policies ul li {
  margin-bottom: 5px;
  font-weight: 700;
}
.site-footer-cart .footer-cart-policies ul li:last-child {
  margin: 0;
}
.site-footer-cart .footer-cart-security {
  padding-bottom: 30px;
}
.site-footer-cart .footer-cart-title {
  margin-top: 0;
  font-size: 21px;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin-bottom: 20px;
  color: #fff;
}
.site-footer-cart .footer-cart-contact .icon-phone {
  text-align: center;
  width: 50px;
}
.site-footer-cart .footer-cart-contact .phone-number {
  padding-left: 0;
}
.site-footer-cart .footer-cart-contact img {
  width: 100%;
  position: relative;
  top: 5px;
}
.site-footer-cart .footer-cart-contact a {
  color: #fff;
  display: block;
  text-decoration: underline;
  margin-bottom: 5px;
}
.site-footer-cart .footer-cart-payment img {
  margin-right: 5px;
  margin-bottom: 8px;
}
.site-footer-cart .footer-cart-payment img:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) and (max-width: 1216px) {
  .site-footer-cart .footer-cart-contact .row {
    margin: 0;
  }
  .site-footer-cart .footer-cart-contact .icon-phone {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .site-footer-cart .footer-cart-policies,
  .site-footer-cart .footer-cart-contact,
  .site-footer-cart .footer-cart-payment,
  .site-footer-cart .footer-cart-security {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site-footer-cart .footer-cart-policies,
  .site-footer-cart .footer-cart-contact,
  .site-footer-cart .footer-cart-payment,
  .site-footer-cart .footer-cart-security {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .site-footer-cart .footer-cart-policies,
  .site-footer-cart .footer-cart-contact,
  .site-footer-cart .footer-cart-payment,
  .site-footer-cart .footer-cart-security {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-checkout .navigation,
.page-checkout .mailing-list {
  display: none;
}
.page-checkout header {
  margin-bottom: 30px;
}
.page-checkout .btn-secondary {
  color: #fff;
  background-color: #3d6299;
  background-image: none;
  -webkit-filter: none;
          filter: none;
}
.page-checkout .btn-tertiary {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  color: #3d6299;
  height: 40px;
  line-height: 1em;
}
.page-checkout .btn-tertiary:focus,
.page-checkout .btn-tertiary.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.page-checkout .btn-tertiary:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.page-checkout .btn-tertiary:active,
.page-checkout .btn-tertiary.active,
.open > .dropdown-toggle.page-checkout .btn-tertiary {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.page-checkout .btn-tertiary:active:hover,
.page-checkout .btn-tertiary.active:hover,
.open > .dropdown-toggle.page-checkout .btn-tertiary:hover,
.page-checkout .btn-tertiary:active:focus,
.page-checkout .btn-tertiary.active:focus,
.open > .dropdown-toggle.page-checkout .btn-tertiary:focus,
.page-checkout .btn-tertiary:active.focus,
.page-checkout .btn-tertiary.active.focus,
.open > .dropdown-toggle.page-checkout .btn-tertiary.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.page-checkout .btn-tertiary:active,
.page-checkout .btn-tertiary.active,
.open > .dropdown-toggle.page-checkout .btn-tertiary {
  background-image: none;
}
.page-checkout .btn-tertiary.disabled,
.page-checkout .btn-tertiary[disabled],
fieldset[disabled] .page-checkout .btn-tertiary,
.page-checkout .btn-tertiary.disabled:hover,
.page-checkout .btn-tertiary[disabled]:hover,
fieldset[disabled] .page-checkout .btn-tertiary:hover,
.page-checkout .btn-tertiary.disabled:focus,
.page-checkout .btn-tertiary[disabled]:focus,
fieldset[disabled] .page-checkout .btn-tertiary:focus,
.page-checkout .btn-tertiary.disabled.focus,
.page-checkout .btn-tertiary[disabled].focus,
fieldset[disabled] .page-checkout .btn-tertiary.focus,
.page-checkout .btn-tertiary.disabled:active,
.page-checkout .btn-tertiary[disabled]:active,
fieldset[disabled] .page-checkout .btn-tertiary:active,
.page-checkout .btn-tertiary.disabled.active,
.page-checkout .btn-tertiary[disabled].active,
fieldset[disabled] .page-checkout .btn-tertiary.active {
  background-color: #fff;
  border-color: #ccc;
}
.page-checkout .btn-tertiary .badge {
  color: #fff;
  background-color: #333;
}
.page-checkout .btn-tertiary:hover {
  color: #273f62;
}
.page-checkout .clearfix:before,
.page-checkout .clearfix:after,
.page-checkout .dl-horizontal dd:before,
.page-checkout .dl-horizontal dd:after,
.page-checkout .container:before,
.page-checkout .container:after,
.page-checkout .container-fluid:before,
.page-checkout .container-fluid:after,
.page-checkout .row:before,
.page-checkout .row:after,
.page-checkout .form-horizontal .form-group:before,
.page-checkout .form-horizontal .form-group:after,
.page-checkout .btn-toolbar:before,
.page-checkout .btn-toolbar:after,
.page-checkout .btn-group-vertical > .btn-group:before,
.page-checkout .btn-group-vertical > .btn-group:after,
.page-checkout .nav:before,
.page-checkout .nav:after,
.page-checkout .navbar:before,
.page-checkout .navbar:after,
.page-checkout .navbar-header:before,
.page-checkout .navbar-header:after,
.page-checkout .navbar-collapse:before,
.page-checkout .navbar-collapse:after,
.page-checkout .pager:before,
.page-checkout .pager:after,
.page-checkout .panel-body:before,
.page-checkout .panel-body:after,
.page-checkout .modal-footer:before,
.page-checkout .modal-footer:after {
  content: " ";
  display: table;
}
.page-checkout .clearfix:after,
.page-checkout .dl-horizontal dd:after,
.page-checkout .container:after,
.page-checkout .container-fluid:after,
.page-checkout .row:after,
.page-checkout .form-horizontal .form-group:after,
.page-checkout .btn-toolbar:after,
.page-checkout .btn-group-vertical > .btn-group:after,
.page-checkout .nav:after,
.page-checkout .navbar:after,
.page-checkout .navbar-header:after,
.page-checkout .navbar-collapse:after,
.page-checkout .pager:after,
.page-checkout .panel-body:after,
.page-checkout .modal-footer:after {
  clear: both;
}
.page-checkout .clearfix:before,
.page-checkout .clearfix:after,
.page-checkout .dl-horizontal dd:before,
.page-checkout .dl-horizontal dd:after,
.page-checkout .container:before,
.page-checkout .container:after,
.page-checkout .container-fluid:before,
.page-checkout .container-fluid:after,
.page-checkout .row:before,
.page-checkout .row:after,
.page-checkout .form-horizontal .form-group:before,
.page-checkout .form-horizontal .form-group:after,
.page-checkout .btn-toolbar:before,
.page-checkout .btn-toolbar:after,
.page-checkout .btn-group-vertical > .btn-group:before,
.page-checkout .btn-group-vertical > .btn-group:after,
.page-checkout .nav:before,
.page-checkout .nav:after,
.page-checkout .navbar:before,
.page-checkout .navbar:after,
.page-checkout .navbar-header:before,
.page-checkout .navbar-header:after,
.page-checkout .navbar-collapse:before,
.page-checkout .navbar-collapse:after,
.page-checkout .pager:before,
.page-checkout .pager:after,
.page-checkout .panel-body:before,
.page-checkout .panel-body:after,
.page-checkout .modal-footer:before,
.page-checkout .modal-footer:after {
  content: " ";
  display: table;
}
.page-checkout .clearfix:after,
.page-checkout .dl-horizontal dd:after,
.page-checkout .container:after,
.page-checkout .container-fluid:after,
.page-checkout .row:after,
.page-checkout .form-horizontal .form-group:after,
.page-checkout .btn-toolbar:after,
.page-checkout .btn-group-vertical > .btn-group:after,
.page-checkout .nav:after,
.page-checkout .navbar:after,
.page-checkout .navbar-header:after,
.page-checkout .navbar-collapse:after,
.page-checkout .pager:after,
.page-checkout .panel-body:after,
.page-checkout .modal-footer:after {
  clear: both;
}
.page-checkout .form {
  background-color: #fff;
  border: 1px solid #d9d4ce;
  margin-bottom: 60px;
  border-radius: 6px;
}
.page-checkout .form .steps .step {
  border: 0;
  border-bottom: 1px solid #ced2d9;
}
.page-checkout .form .steps .step .step-title {
  background-color: #f2f7fc;
  padding: 15px 30px;
}
.page-checkout .form .steps .step .step-title:before,
.page-checkout .form .steps .step .step-title:after {
  content: " ";
  display: table;
}
.page-checkout .form .steps .step .step-title:after {
  clear: both;
}
.page-checkout .form .steps .step .step-title:before,
.page-checkout .form .steps .step .step-title:after {
  content: " ";
  display: table;
}
.page-checkout .form .steps .step .step-title:after {
  clear: both;
}
.page-checkout .form .steps .step .step-title legend {
  font-size: 24px;
  border-bottom: 0;
  line-height: 30px;
  margin: 0;
  float: left;
  width: auto;
  color: #9fa3a8;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.page-checkout .form .steps .step .step-title legend span {
  color: #fff;
  background-color: #9db6d9;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-right: 17px;
}
.page-checkout .form .steps .step .step-title legend span img {
  margin-top: -2px;
}
.page-checkout .form .steps .step .step-title label {
  float: right;
  margin: 5px 0 0;
}
.page-checkout .form .steps .step .step-title label input {
  margin-top: -2px;
  margin-right: 5px;
}
.page-checkout .form .steps .step .step-title .btn-secondary {
  float: right;
  font-weight: bold;
  font-size: 14px;
  height: 30px;
  line-height: 1em;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.page-checkout .form .steps .step .step-inner {
  padding: 30px;
  display: none;
}
.page-checkout .form .steps .step .step-inner:before,
.page-checkout .form .steps .step .step-inner:after {
  content: " ";
  display: table;
}
.page-checkout .form .steps .step .step-inner:after {
  clear: both;
}
.page-checkout .form .steps .step .step-inner:before,
.page-checkout .form .steps .step .step-inner:after {
  content: " ";
  display: table;
}
.page-checkout .form .steps .step .step-inner:after {
  clear: both;
}
.page-checkout .form .steps .step .step-inner form {
  margin-bottom: 0;
}
.page-checkout .form .steps .step .step-inner .step-form h4 {
  margin-top: 0;
  margin-bottom: 25px;
}
.page-checkout .form .steps .step .step-inner .step-form .checkbox {
  margin-bottom: 15px;
}
.page-checkout .form .steps .step.active .step-title {
  border-bottom: 1px solid #cfd3da;
}
.page-checkout .form .steps .step.active .step-title legend {
  color: #333;
}
.page-checkout .form .steps .step.active .step-title legend span {
  background-color: #4975b7;
}
.page-checkout .form .steps .step.active .step-inner {
  display: block;
}
.page-checkout .form .steps .step.complete .step-title {
  border-bottom: 1px solid #d9d4ce;
}
.page-checkout .form .steps .step.complete .step-title legend {
  color: #252c33;
}
.page-checkout .form .steps .step.complete .step-title legend span {
  background-color: #5d6b80;
}
.page-checkout .form .steps .step.complete .step-inner {
  display: block;
}
.page-checkout .form .steps .step.complete .step-inner h3 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}
.page-checkout .form .steps .step.complete .step-inner p {
  padding-top: 5px;
}
.page-checkout .form .steps .step.complete .step-inner p span {
  display: inline-block;
}
.page-checkout .form .final {
  font-size: 18px;
  line-height: 36px;
  padding: 30px;
}
.page-checkout .form .final:before,
.page-checkout .form .final:after {
  content: " ";
  display: table;
}
.page-checkout .form .final:after {
  clear: both;
}
.page-checkout .form .final:before,
.page-checkout .form .final:after {
  content: " ";
  display: table;
}
.page-checkout .form .final:after {
  clear: both;
}
.page-checkout .form .final .totals {
  font-weight: bold;
  text-align: right;
  font-size: 21px;
  float: right;
  width: 50%;
}
.page-checkout .form .final .totals .title {
  float: left;
  min-height: 1px;
}
.page-checkout .form .final .totals .free {
  color: #ce2536;
}
.page-checkout .form .final .totals .order-total-wrapper {
  border-top: 1px solid #d9d4ce;
  font-size: 30px;
  padding-top: 15px;
  margin-top: 15px;
}
.page-checkout .continue {
  border-top: 1px solid #d9d4ce;
  padding: 20px 30px;
  padding-bottom: 20px;
  background: #f7f7f5;
}
.page-checkout .continue:before,
.page-checkout .continue:after {
  content: " ";
  display: table;
}
.page-checkout .continue:after {
  clear: both;
}
.page-checkout .continue:before,
.page-checkout .continue:after {
  content: " ";
  display: table;
}
.page-checkout .continue:after {
  clear: both;
}
.page-checkout .continue .message {
  font-size: 21px;
  line-height: 54px;
  margin: 0 -30px 20px;
  color: #252c33;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  border-bottom: 1px solid #d9d4ce;
  padding: 0 30px;
}
.page-checkout .continue .message .red {
  color: #ce2536;
}
.page-checkout .continue .btn-primary {
  font-size: 24px;
  font-weight: bold;
  padding: 9px 16px;
  float: right;
}
.page-checkout .continue .btn-primary img {
  margin-left: 8px;
  margin-top: -4px;
}
.page-checkout .continue .btn-cancel {
  color: #3d6299;
  font-weight: normal;
  border-radius: 0;
  float: right;
  margin-right: 20px;
  padding: 13px 15px;
  font-size: 18px;
}
.page-checkout .continue .btn-cancel,
.page-checkout .continue .btn-cancel:active,
.page-checkout .continue .btn-cancel.active,
.page-checkout .continue .btn-cancel[disabled],
fieldset[disabled] .page-checkout .continue .btn-cancel {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-checkout .continue .btn-cancel,
.page-checkout .continue .btn-cancel:hover,
.page-checkout .continue .btn-cancel:focus,
.page-checkout .continue .btn-cancel:active {
  border-color: transparent;
}
.page-checkout .continue .btn-cancel:hover,
.page-checkout .continue .btn-cancel:focus {
  color: #273f62;
  text-decoration: underline;
  background-color: transparent;
}
.page-checkout .continue .btn-cancel[disabled]:hover,
fieldset[disabled] .page-checkout .continue .btn-cancel:hover,
.page-checkout .continue .btn-cancel[disabled]:focus,
fieldset[disabled] .page-checkout .continue .btn-cancel:focus {
  color: #777777;
  text-decoration: none;
}
.page-checkout .step-review .step-title {
  border-radius: 6px 6px 0 0;
}
.page-checkout .step-review .item {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.page-checkout .step-review .item:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
.page-checkout .step-review .item:before,
.page-checkout .step-review .item:after {
  content: " ";
  display: table;
}
.page-checkout .step-review .item:after {
  clear: both;
}
.page-checkout .step-review .item:before,
.page-checkout .step-review .item:after {
  content: " ";
  display: table;
}
.page-checkout .step-review .item:after {
  clear: both;
}
.page-checkout .step-review .item:first-child {
  padding-top: 0;
}
.page-checkout .step-review .item .alert-warning {
  padding: 8px 15px;
}
.page-checkout .step-review .item .item-img {
  float: left;
  width: 33%;
  padding: 0 15px 0 0;
  min-height: 1;
  position: relative;
}
.page-checkout .step-review .item .item-img img {
  width: 100%;
}
.page-checkout .step-review .item .item-details {
  float: left;
  width: 66%;
  padding: 0 0 0 15px;
  min-height: 1;
  position: relative;
}
.page-checkout .step-review .item .item-details .item-title {
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 16px;
  display: block;
}
.page-checkout .step-review .item .item-details .item-meta {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 13px;
}
.page-checkout .step-review .item .item-details .item-price,
.page-checkout .step-review .item .item-details .item-qty,
.page-checkout .step-review .item .item-details .item-subtotal,
.page-checkout .step-review .item .item-details .item-remove {
  display: block;
  margin-bottom: 5px;
}
.page-checkout .step-review .item .item-details .item-qty input {
  width: 60px;
  height: 29px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-checkout .step-review .item .item-details .item-qty .btn-change {
  color: #3d6299;
  font-weight: normal;
  border-radius: 0;
  padding: 0;
  border: 0;
  display: inline-block;
}
.page-checkout .step-review .item .item-details .item-qty .btn-change,
.page-checkout .step-review .item .item-details .item-qty .btn-change:active,
.page-checkout .step-review .item .item-details .item-qty .btn-change.active,
.page-checkout .step-review .item .item-details .item-qty .btn-change[disabled],
fieldset[disabled] .page-checkout .step-review .item .item-details .item-qty .btn-change {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-checkout .step-review .item .item-details .item-qty .btn-change,
.page-checkout .step-review .item .item-details .item-qty .btn-change:hover,
.page-checkout .step-review .item .item-details .item-qty .btn-change:focus,
.page-checkout .step-review .item .item-details .item-qty .btn-change:active {
  border-color: transparent;
}
.page-checkout .step-review .item .item-details .item-qty .btn-change:hover,
.page-checkout .step-review .item .item-details .item-qty .btn-change:focus {
  color: #273f62;
  text-decoration: underline;
  background-color: transparent;
}
.page-checkout .step-review .item .item-details .item-qty .btn-change[disabled]:hover,
fieldset[disabled] .page-checkout .step-review .item .item-details .item-qty .btn-change:hover,
.page-checkout .step-review .item .item-details .item-qty .btn-change[disabled]:focus,
fieldset[disabled] .page-checkout .step-review .item .item-details .item-qty .btn-change:focus {
  color: #777777;
  text-decoration: none;
}
.page-checkout .step-review .item .item-details .item-qty .btn-update {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #3d6299;
  background-image: none;
  -webkit-filter: none;
          filter: none;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}
.page-checkout .step-review .item .item-details .item-qty .btn-update:focus,
.page-checkout .step-review .item .item-details .item-qty .btn-update:active:focus,
.page-checkout .step-review .item .item-details .item-qty .btn-update.active:focus,
.page-checkout .step-review .item .item-details .item-qty .btn-update.focus,
.page-checkout .step-review .item .item-details .item-qty .btn-update:active.focus,
.page-checkout .step-review .item .item-details .item-qty .btn-update.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-checkout .step-review .item .item-details .item-qty .btn-update:hover,
.page-checkout .step-review .item .item-details .item-qty .btn-update:focus,
.page-checkout .step-review .item .item-details .item-qty .btn-update.focus {
  color: #333;
  text-decoration: none;
}
.page-checkout .step-review .item .item-details .item-qty .btn-update:active,
.page-checkout .step-review .item .item-details .item-qty .btn-update.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-checkout .step-review .item .item-details .item-qty .btn-update.disabled,
.page-checkout .step-review .item .item-details .item-qty .btn-update[disabled],
fieldset[disabled] .page-checkout .step-review .item .item-details .item-qty .btn-update {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page-checkout .step-review .item .item-details .item-qty .btn-update.disabled,
fieldset[disabled] a.page-checkout .step-review .item .item-details .item-qty .btn-update {
  pointer-events: none;
}
.page-checkout .step-review .item .item-details .item-remove .btn-remove {
  color: #3d6299;
  font-weight: normal;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.page-checkout .step-review .item .item-details .item-remove .btn-remove,
.page-checkout .step-review .item .item-details .item-remove .btn-remove:active,
.page-checkout .step-review .item .item-details .item-remove .btn-remove.active,
.page-checkout .step-review .item .item-details .item-remove .btn-remove[disabled],
fieldset[disabled] .page-checkout .step-review .item .item-details .item-remove .btn-remove {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-checkout .step-review .item .item-details .item-remove .btn-remove,
.page-checkout .step-review .item .item-details .item-remove .btn-remove:hover,
.page-checkout .step-review .item .item-details .item-remove .btn-remove:focus,
.page-checkout .step-review .item .item-details .item-remove .btn-remove:active {
  border-color: transparent;
}
.page-checkout .step-review .item .item-details .item-remove .btn-remove:hover,
.page-checkout .step-review .item .item-details .item-remove .btn-remove:focus {
  color: #273f62;
  text-decoration: underline;
  background-color: transparent;
}
.page-checkout .step-review .item .item-details .item-remove .btn-remove[disabled]:hover,
fieldset[disabled] .page-checkout .step-review .item .item-details .item-remove .btn-remove:hover,
.page-checkout .step-review .item .item-details .item-remove .btn-remove[disabled]:focus,
fieldset[disabled] .page-checkout .step-review .item .item-details .item-remove .btn-remove:focus {
  color: #777777;
  text-decoration: none;
}
.page-checkout .step-review .item .item-details .detail-title {
  font-weight: bold;
  margin-right: 3px;
}
.page-checkout .step-review .gift-card .item-title {
  color: #3d6299;
}
.page-checkout .step-review .gift-card .gift-card-details-wrapper {
  margin-bottom: 15px;
}
.page-checkout .step-review .gift-card .gift-card-details-wrapper:before,
.page-checkout .step-review .gift-card .gift-card-details-wrapper:after {
  content: " ";
  display: table;
}
.page-checkout .step-review .gift-card .gift-card-details-wrapper:after {
  clear: both;
}
.page-checkout .step-review .gift-card .gift-card-details-wrapper:before,
.page-checkout .step-review .gift-card .gift-card-details-wrapper:after {
  content: " ";
  display: table;
}
.page-checkout .step-review .gift-card .gift-card-details-wrapper:after {
  clear: both;
}
.page-checkout .step-review .gift-card .message-wrapper {
  background: #f4f3f2;
  border-radius: 4px;
  padding: 20px;
}
.page-checkout .step-review .gift-card .message-wrapper:before,
.page-checkout .step-review .gift-card .message-wrapper:after {
  content: " ";
  display: table;
}
.page-checkout .step-review .gift-card .message-wrapper:after {
  clear: both;
}
.page-checkout .step-review .gift-card .message-wrapper:before,
.page-checkout .step-review .gift-card .message-wrapper:after {
  content: " ";
  display: table;
}
.page-checkout .step-review .gift-card .message-wrapper:after {
  clear: both;
}
.page-checkout .step-review .gift-card .message-wrapper .gift-card-to {
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}
.page-checkout .step-review .gift-card .message-wrapper .gift-card-message {
  font-size: 14px;
  display: block;
  font-family: Georgia, Garamond, Times, serif;
  font-style: italic;
  font-weight: normal;
}
.page-checkout .step-review .gift-card .message-wrapper .gift-card-message strong {
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-checkout .step-shipping .shipping-policy {
  margin-top: 15px;
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}
.page-checkout .step-shipping .shipping-policy h4 {
  margin-top: 0;
}
.page-checkout .step-shipping .continue {
  clear: both;
}
.page-checkout .step-shipping .step-form .saved-address {
  padding: 10px 10px 15px 45px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  position: relative;
  height: 127px;
}
.page-checkout .step-shipping .step-form .saved-address input[type="radio"] {
  position: absolute;
  top: 10px;
  left: 15px;
}
.page-checkout .step-shipping .step-form .saved-address address {
  margin: 0;
}
.page-checkout .step-shipping .step-form .saved-address.selected {
  background-color: #f0ede9;
  border-color: #bdb09d;
}
.page-checkout .step-shipping .step-form .add-new-address {
  text-align: center;
  height: 127px;
  border-radius: 5px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #f0f4f9;
  display: block;
  padding: 10px;
  margin-bottom: 30px;
}
.page-checkout .step-shipping .step-form .add-new-address:hover {
  cursor: pointer;
  background: #e5ecf5;
}
.page-checkout .step-shipping .step-form .add-new-address:hover .add-new-address-text {
  color: #273f62;
}
.page-checkout .step-shipping .step-form .add-new-address-text {
  font-weight: 700;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  color: #3d6299;
}
.page-checkout .step-shipping .step-form .add-new-address-text .glyphicon {
  margin-right: 5px;
}
.page-checkout .step-shipping .step-form .shipping-country strong {
  display: block;
}
.page-checkout .step-shipping.complete .shipping-method {
  border-top: 1px solid #d9d4ce;
  padding-top: 30px;
  margin-top: 15px;
}
.page-checkout .step-shipping.complete .shipping-method .shipping-method-display {
  font-weight: 700;
  color: #5cb85c;
  font-size: 18px;
  line-height: 1em;
}
.page-checkout .step-shipping.complete .shipping-method .btn-secondary {
  font-weight: 700;
}
.page-checkout .step-payment .promo-codes {
  margin-top: -10px;
  border-bottom: 1px solid #d9d4ce;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.page-checkout .step-payment .promo-codes .help-block {
  color: #252c33;
}
.page-checkout .step-payment .promo-codes .btn-tertiary {
  font-weight: bold;
  height: auto;
  font-size: 14px;
  line-height: 1.42857143;
}
.page-checkout .step-payment .billing-email .help-block {
  margin: 0;
  font-size: 13px;
}
.page-checkout .step-payment .create-account .checkbox {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 8px 12px;
}
.page-checkout .step-payment .payment-details {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
}
.page-checkout .step-payment .payment-details .cards {
  margin-bottom: 15px;
  margin-top: 15px;
}
.page-checkout .step-payment .payment-details .control-label {
  font-size: 14px;
}
.page-checkout .step-payment .payment-details .expiration label {
  display: block;
}
.page-checkout .step-payment .payment-details .expiration .form-control {
  width: auto;
  display: inline-block;
  margin-right: 8px;
}
.page-checkout .step-payment .payment-details .paypal {
  background: #f1f1f1;
  margin-top: 15px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
}
.page-checkout .step-payment .payment-details .paypal:before,
.page-checkout .step-payment .payment-details .paypal:after {
  content: " ";
  display: table;
}
.page-checkout .step-payment .payment-details .paypal:after {
  clear: both;
}
.page-checkout .step-payment .payment-details .paypal:before,
.page-checkout .step-payment .payment-details .paypal:after {
  content: " ";
  display: table;
}
.page-checkout .step-payment .payment-details .paypal:after {
  clear: both;
}
.page-checkout .step-payment .payment-details .paypal img {
  margin-left: 10px;
}
.page-checkout .step-payment .step-form {
  margin-right: 0;
  margin-bottom: -20px;
}
.page-checkout .step-payment .step-form .same-as-shipping {
  margin-left: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-checkout .step-payment .step-form .account-password {
  margin-bottom: 0;
}
.page-checkout .step-payment .step-form .account-option {
  font-weight: 700;
}
.page-checkout .step-payment.complete h3 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}
.page-checkout .step-payment.complete p {
  padding-top: 5px;
}
.page-checkout .step-payment.complete p span {
  display: block;
}
.page-checkout .step-payment.complete .payment-details-summary {
  border-top: 1px solid #d9d4ce;
  padding-top: 30px;
  margin-top: 15px;
}
.page-checkout .step-payment .continue {
  padding-top: 0;
}
.page-checkout .place-order {
  border-top: 1px solid #cacccc;
  padding-top: 25px;
  margin-top: 15px;
}
.page-checkout .place-order button {
  font-size: 30px;
  font-weight: bold;
  padding: 10px 20px 8px;
}
.page-checkout .place-order button img {
  margin-top: -7px;
  margin-left: 5px;
}
.page-checkout .place-order.disabled button {
  cursor: default;
  color: rgba(255, 255, 255, 0.75);
  background-image: none;
  background-color: #959696;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #959696 !important;
}
.page-checkout .place-order.disabled button img {
  opacity: .75;
}
.page-checkout .required .control-label:after {
  content: '*';
  color: #ce2536;
  font-weight: bold;
  margin-left: 5px;
}
.page-checkout .alert ul {
  list-style: none;
}
.page-checkout .alert-div-shipping,
.page-checkout .alert-div-payment {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.page-checkout .alert-div-place-order {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 30px;
  margin-bottom: 0;
}
.page-checkout .gift-card-list {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}
.page-checkout .gift-card-list .gift-card-item {
  background: #eaf6ea;
  padding: 6px 10px;
  border-radius: 5px;
  color: #3c763d;
  margin-bottom: 10px;
}
.page-checkout .gift-card-list .gift-card-item:last-child {
  margin-bottom: 0;
}
.page-checkout .gift-card-list .gift-card-item button {
  float: right;
  color: #3d6299;
  font-weight: normal;
  border-radius: 0;
  padding: 0;
}
.page-checkout .gift-card-list .gift-card-item button,
.page-checkout .gift-card-list .gift-card-item button:active,
.page-checkout .gift-card-list .gift-card-item button.active,
.page-checkout .gift-card-list .gift-card-item button[disabled],
fieldset[disabled] .page-checkout .gift-card-list .gift-card-item button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-checkout .gift-card-list .gift-card-item button,
.page-checkout .gift-card-list .gift-card-item button:hover,
.page-checkout .gift-card-list .gift-card-item button:focus,
.page-checkout .gift-card-list .gift-card-item button:active {
  border-color: transparent;
}
.page-checkout .gift-card-list .gift-card-item button:hover,
.page-checkout .gift-card-list .gift-card-item button:focus {
  color: #273f62;
  text-decoration: underline;
  background-color: transparent;
}
.page-checkout .gift-card-list .gift-card-item button[disabled]:hover,
fieldset[disabled] .page-checkout .gift-card-list .gift-card-item button:hover,
.page-checkout .gift-card-list .gift-card-item button[disabled]:focus,
fieldset[disabled] .page-checkout .gift-card-list .gift-card-item button:focus {
  color: #777777;
  text-decoration: none;
}
.page-checkout .btn-shipping-modal {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  color: #3d6299;
}
.page-checkout .btn-shipping-modal:hover {
  color: #273f62;
  text-decoration: underline;
}
.page-checkout .btn-shipping-modal:focus {
  outline: none;
}
.page-checkout .btn-shipping-modal .glyphicon {
  margin-right: 8px;
}
.page-checkout .paypal-message {
  margin-top: 30px;
}
.page-checkout .paypal-message .glyphicon {
  margin-right: 8px;
}
.page-checkout .alert-gift-card-error,
.page-checkout .alert-coupon-code-error {
  margin-top: 15px;
}
.page-checkout .alert-gift-card-error ul,
.page-checkout .alert-coupon-code-error ul {
  list-style-type: none;
  padding: 0;
}
.page-checkout .coupon-code-added {
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
  border-radius: 3px;
  padding: 4px 10px;
  margin-top: 15px;
  font-weight: 700;
}
.page-checkout .coupon-code-added:before,
.page-checkout .coupon-code-added:after {
  content: " ";
  display: table;
}
.page-checkout .coupon-code-added:after {
  clear: both;
}
.page-checkout .coupon-code-added:before,
.page-checkout .coupon-code-added:after {
  content: " ";
  display: table;
}
.page-checkout .coupon-code-added:after {
  clear: both;
}
.page-checkout .coupon-code-added button {
  float: right;
  color: #3d6299;
  font-weight: normal;
  border-radius: 0;
  padding: 0;
}
.page-checkout .coupon-code-added button,
.page-checkout .coupon-code-added button:active,
.page-checkout .coupon-code-added button.active,
.page-checkout .coupon-code-added button[disabled],
fieldset[disabled] .page-checkout .coupon-code-added button {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-checkout .coupon-code-added button,
.page-checkout .coupon-code-added button:hover,
.page-checkout .coupon-code-added button:focus,
.page-checkout .coupon-code-added button:active {
  border-color: transparent;
}
.page-checkout .coupon-code-added button:hover,
.page-checkout .coupon-code-added button:focus {
  color: #273f62;
  text-decoration: underline;
  background-color: transparent;
}
.page-checkout .coupon-code-added button[disabled]:hover,
fieldset[disabled] .page-checkout .coupon-code-added button:hover,
.page-checkout .coupon-code-added button[disabled]:focus,
fieldset[disabled] .page-checkout .coupon-code-added button:focus {
  color: #777777;
  text-decoration: none;
}
.page-checkout .international-checkout {
  margin: 10px 0 20px;
}
.page-checkout .international-checkout img {
  height: 18px;
  margin-right: 5px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .page-checkout .form .final .totals {
    float: none;
    width: 100%;
  }
  .page-checkout .form .continue {
    border-top: 1px solid #d9d4ce;
    padding: 15px;
    padding-bottom: 15px;
  }
  .page-checkout .form .continue:before,
  .page-checkout .form .continue:after {
    content: " ";
    display: table;
  }
  .page-checkout .form .continue:after {
    clear: both;
  }
  .page-checkout .form .continue:before,
  .page-checkout .form .continue:after {
    content: " ";
    display: table;
  }
  .page-checkout .form .continue:after {
    clear: both;
  }
  .page-checkout .form .continue .message {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 -15px 20px;
    padding: 0 15px 15px;
  }
  .page-checkout .step-shipping .step-form .saved-address {
    margin-bottom: 15px;
    height: auto;
  }
  .page-checkout .step-shipping .step-form .add-new-address {
    height: auto;
    padding: 15px;
    margin-bottom: 0;
  }
  .page-checkout .step-shipping .step-form .add-new-address-text {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .page-checkout .step-payment .step-form {
    margin-bottom: 0;
  }
  .page-checkout .step-payment .step-form .same-as-shipping {
    margin-left: 0;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    float: none;
  }
  .page-checkout .international-checkout {
    margin: 30px 0;
  }
}
@media (max-width: 480px) {
  .page-checkout .form {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    margin-bottom: 30px;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-checkout .form .steps .step .step-title {
    padding: 8px 15px;
  }
  .page-checkout .form .steps .step .step-title legend {
    font-size: 18px;
    float: left;
  }
  .page-checkout .form .steps .step .step-title legend span {
    display: none;
  }
  .page-checkout .form .steps .step .step-title .btn-secondary {
    float: right;
    font-weight: bold;
    font-size: 14px;
    color: #3d6299;
    font-weight: normal;
    border-radius: 0;
    height: 30px;
    line-height: 1em;
    border: 0;
    padding: 0;
    text-decoration: underline;
  }
  .page-checkout .form .steps .step .step-title .btn-secondary,
  .page-checkout .form .steps .step .step-title .btn-secondary:active,
  .page-checkout .form .steps .step .step-title .btn-secondary.active,
  .page-checkout .form .steps .step .step-title .btn-secondary[disabled],
  fieldset[disabled] .page-checkout .form .steps .step .step-title .btn-secondary {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-checkout .form .steps .step .step-title .btn-secondary,
  .page-checkout .form .steps .step .step-title .btn-secondary:hover,
  .page-checkout .form .steps .step .step-title .btn-secondary:focus,
  .page-checkout .form .steps .step .step-title .btn-secondary:active {
    border-color: transparent;
  }
  .page-checkout .form .steps .step .step-title .btn-secondary:hover,
  .page-checkout .form .steps .step .step-title .btn-secondary:focus {
    color: #273f62;
    text-decoration: underline;
    background-color: transparent;
  }
  .page-checkout .form .steps .step .step-title .btn-secondary[disabled]:hover,
  fieldset[disabled] .page-checkout .form .steps .step .step-title .btn-secondary:hover,
  .page-checkout .form .steps .step .step-title .btn-secondary[disabled]:focus,
  fieldset[disabled] .page-checkout .form .steps .step .step-title .btn-secondary:focus {
    color: #777777;
    text-decoration: none;
  }
  .page-checkout .form .steps .step .step-inner {
    padding: 15px;
  }
  .page-checkout .form .steps .step .step-inner .step-form h4 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  .page-checkout .form .steps .step.complete .step-title {
    border-bottom: 1px solid #d9d4ce;
  }
  .page-checkout .form .steps .step.complete .step-title legend {
    color: #252c33;
  }
  .page-checkout .form .steps .step.complete .step-title legend span {
    background-color: #5d6b80;
  }
  .page-checkout .form .steps .step.complete .step-inner {
    display: block;
  }
  .page-checkout .form .steps .step.complete .step-inner h3 {
    font-size: 16px;
  }
  .page-checkout .form .final {
    font-size: 16px;
    line-height: 30px;
    padding: 15px;
  }
  .page-checkout .form .final .totals {
    font-size: 18px;
    float: none;
    width: 100%;
  }
  .page-checkout .form .final .totals .title {
    float: left;
    min-height: 1px;
  }
  .page-checkout .form .final .totals .order-total-wrapper {
    border-top: 1px solid #d9d4ce;
    font-size: 24px;
    padding-top: 15px;
    margin-top: 15px;
  }
  .page-checkout .continue {
    border-top: 1px solid #d9d4ce;
    padding: 15px;
    padding-bottom: 15px;
  }
  .page-checkout .continue .btn-primary {
    font-size: 21px;
    padding: 5px 16px;
    float: none;
    width: 100%;
  }
  .page-checkout .continue .btn-cancel {
    color: #3d6299;
    font-weight: normal;
    border-radius: 0;
    float: none;
    margin-right: 0;
    padding: 5px 15px;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    text-decoration: underline;
  }
  .page-checkout .continue .btn-cancel,
  .page-checkout .continue .btn-cancel:active,
  .page-checkout .continue .btn-cancel.active,
  .page-checkout .continue .btn-cancel[disabled],
  fieldset[disabled] .page-checkout .continue .btn-cancel {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page-checkout .continue .btn-cancel,
  .page-checkout .continue .btn-cancel:hover,
  .page-checkout .continue .btn-cancel:focus,
  .page-checkout .continue .btn-cancel:active {
    border-color: transparent;
  }
  .page-checkout .continue .btn-cancel:hover,
  .page-checkout .continue .btn-cancel:focus {
    color: #273f62;
    text-decoration: underline;
    background-color: transparent;
  }
  .page-checkout .continue .btn-cancel[disabled]:hover,
  fieldset[disabled] .page-checkout .continue .btn-cancel:hover,
  .page-checkout .continue .btn-cancel[disabled]:focus,
  fieldset[disabled] .page-checkout .continue .btn-cancel:focus {
    color: #777777;
    text-decoration: none;
  }
  .page-checkout .step-shipping .shipping-policy {
    display: none;
  }
  .page-checkout .step-shipping h4 {
    display: none;
  }
  .page-checkout .step-shipping .step-form .shipping-country strong {
    display: block;
  }
  .page-checkout .step-shipping.complete .shipping-method {
    border-top: 1px solid #d9d4ce;
    padding-top: 30px;
    margin-top: 15px;
  }
  .page-checkout .step-shipping.complete .shipping-method .shipping-method-display {
    font-weight: 700;
    color: #5cb85c;
    font-size: 18px;
    line-height: 1em;
  }
  .page-checkout .step-shipping.complete .shipping-method .btn-secondary {
    font-weight: 700;
  }
  .page-checkout .place-order button {
    font-size: 24px;
    padding: 10px 12px 8px;
    width: 100%;
    float: none;
  }
  .page-checkout .place-order.disabled button {
    cursor: default;
    color: rgba(255, 255, 255, 0.75);
    background-image: none;
    background-color: #959696;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #959696 !important;
  }
  .page-checkout .place-order.disabled button img {
    opacity: .75;
  }
}
.page-confirmation .navigation,
.page-confirmation .mailing-list {
  display: none;
}
.page-confirmation header {
  margin-bottom: 30px;
}
.page-confirmation footer {
  padding-top: 25px;
}
.page-confirmation #faqModal {
  width: 760px;
  margin-left: -380px;
}
.page-confirmation .page-title:before,
.page-confirmation .page-title:after {
  content: " ";
  display: table;
}
.page-confirmation .page-title:after {
  clear: both;
}
.page-confirmation .page-title:before,
.page-confirmation .page-title:after {
  content: " ";
  display: table;
}
.page-confirmation .page-title:after {
  clear: both;
}
.page-confirmation .page-title h1 {
  font-size: 30px;
  float: left;
  margin-bottom: 15px;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin-top: 0;
}
.page-confirmation .summary-text {
  margin-bottom: 50px;
}
.page-confirmation .summary-text p {
  margin-bottom: 20px;
}
.page-confirmation .order-summary-title {
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-size: 30px;
  margin-bottom: 30px;
}
.page-confirmation .btn-print .glyphicon {
  margin-right: 8px;
}
.page-confirmation .order-summary {
  background-color: #fff;
  border: 1px solid #d9d4ce;
  border-radius: 6px;
  margin-bottom: 60px;
}
.page-confirmation .order-summary:before,
.page-confirmation .order-summary:after {
  content: " ";
  display: table;
}
.page-confirmation .order-summary:after {
  clear: both;
}
.page-confirmation .order-summary:before,
.page-confirmation .order-summary:after {
  content: " ";
  display: table;
}
.page-confirmation .order-summary:after {
  clear: both;
}
.page-confirmation .order-summary .sections .section {
  border: 0;
  border-bottom: 1px solid #d9d4ce;
}
.page-confirmation .order-summary .sections .section .section-inner {
  padding: 20px;
}
.page-confirmation .order-summary .sections .section .section-inner:before,
.page-confirmation .order-summary .sections .section .section-inner:after {
  content: " ";
  display: table;
}
.page-confirmation .order-summary .sections .section .section-inner:after {
  clear: both;
}
.page-confirmation .order-summary .sections .section .section-inner:before,
.page-confirmation .order-summary .sections .section .section-inner:after {
  content: " ";
  display: table;
}
.page-confirmation .order-summary .sections .section .section-inner:after {
  clear: both;
}
.page-confirmation .order-summary .totals {
  line-height: 36px;
  padding: 30px;
  font-weight: bold;
  text-align: right;
  float: right;
  font-size: 21px;
  width: 490px;
}
.page-confirmation .order-summary .totals:before,
.page-confirmation .order-summary .totals:after {
  content: " ";
  display: table;
}
.page-confirmation .order-summary .totals:after {
  clear: both;
}
.page-confirmation .order-summary .totals:before,
.page-confirmation .order-summary .totals:after {
  content: " ";
  display: table;
}
.page-confirmation .order-summary .totals:after {
  clear: both;
}
.page-confirmation .order-summary .totals .title {
  float: left;
  min-height: 1px;
}
.page-confirmation .order-summary .totals .free {
  color: #ce2536;
}
.page-confirmation .order-summary .totals .order-total-wrapper {
  border-top: 1px solid #d9d4ce;
  font-size: 30px;
  padding-top: 15px;
  margin-top: 15px;
}
.page-confirmation .section-review .item {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.page-confirmation .section-review .item:last-child {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
.page-confirmation .section-review .item:before,
.page-confirmation .section-review .item:after {
  content: " ";
  display: table;
}
.page-confirmation .section-review .item:after {
  clear: both;
}
.page-confirmation .section-review .item:before,
.page-confirmation .section-review .item:after {
  content: " ";
  display: table;
}
.page-confirmation .section-review .item:after {
  clear: both;
}
.page-confirmation .section-review .item:first-child {
  padding-top: 0;
}
.page-confirmation .section-review .item .alert-warning {
  padding: 8px 15px;
}
.page-confirmation .section-review .item .item-img {
  float: left;
  width: 33%;
  padding: 0 15px 0 0;
  min-height: 1;
  position: relative;
}
.page-confirmation .section-review .item .item-img img {
  width: 100%;
}
.page-confirmation .section-review .item .item-details {
  float: left;
  width: 66%;
  padding: 0 0 0 15px;
  min-height: 1;
  position: relative;
}
.page-confirmation .section-review .item .item-details .item-title {
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 16px;
  display: block;
}
.page-confirmation .section-review .item .item-details .item-meta {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  font-size: 13px;
}
.page-confirmation .section-review .item .item-details .item-price,
.page-confirmation .section-review .item .item-details .item-qty,
.page-confirmation .section-review .item .item-details .item-subtotal,
.page-confirmation .section-review .item .item-details .item-remove {
  display: block;
  margin-bottom: 5px;
}
.page-confirmation .section-review .item .item-details .item-qty input {
  width: 60px;
  height: 29px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-change {
  color: #3d6299;
  font-weight: normal;
  border-radius: 0;
  padding: 0;
  border: 0;
  display: inline-block;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-change,
.page-confirmation .section-review .item .item-details .item-qty .btn-change:active,
.page-confirmation .section-review .item .item-details .item-qty .btn-change.active,
.page-confirmation .section-review .item .item-details .item-qty .btn-change[disabled],
fieldset[disabled] .page-confirmation .section-review .item .item-details .item-qty .btn-change {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-change,
.page-confirmation .section-review .item .item-details .item-qty .btn-change:hover,
.page-confirmation .section-review .item .item-details .item-qty .btn-change:focus,
.page-confirmation .section-review .item .item-details .item-qty .btn-change:active {
  border-color: transparent;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-change:hover,
.page-confirmation .section-review .item .item-details .item-qty .btn-change:focus {
  color: #273f62;
  text-decoration: underline;
  background-color: transparent;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-change[disabled]:hover,
fieldset[disabled] .page-confirmation .section-review .item .item-details .item-qty .btn-change:hover,
.page-confirmation .section-review .item .item-details .item-qty .btn-change[disabled]:focus,
fieldset[disabled] .page-confirmation .section-review .item .item-details .item-qty .btn-change:focus {
  color: #777777;
  text-decoration: none;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-update {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2b4d80 !important;
  background-image: none;
  background-color: #3d6299;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: middle;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-update:focus,
.page-confirmation .section-review .item .item-details .item-qty .btn-update:active:focus,
.page-confirmation .section-review .item .item-details .item-qty .btn-update.active:focus,
.page-confirmation .section-review .item .item-details .item-qty .btn-update.focus,
.page-confirmation .section-review .item .item-details .item-qty .btn-update:active.focus,
.page-confirmation .section-review .item .item-details .item-qty .btn-update.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-update:hover,
.page-confirmation .section-review .item .item-details .item-qty .btn-update:focus,
.page-confirmation .section-review .item .item-details .item-qty .btn-update.focus {
  color: #333;
  text-decoration: none;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-update:active,
.page-confirmation .section-review .item .item-details .item-qty .btn-update.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.page-confirmation .section-review .item .item-details .item-qty .btn-update.disabled,
.page-confirmation .section-review .item .item-details .item-qty .btn-update[disabled],
fieldset[disabled] .page-confirmation .section-review .item .item-details .item-qty .btn-update {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.page-confirmation .section-review .item .item-details .item-qty .btn-update.disabled,
fieldset[disabled] a.page-confirmation .section-review .item .item-details .item-qty .btn-update {
  pointer-events: none;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-update:hover,
.page-confirmation .section-review .item .item-details .item-qty .btn-update:focus,
.page-confirmation .section-review .item .item-details .item-qty .btn-update:active,
.page-confirmation .section-review .item .item-details .item-qty .btn-update:active:hover,
.page-confirmation .section-review .item .item-details .item-qty .btn-update:active:focus,
.page-confirmation .section-review .item .item-details .item-qty .btn-update:active:focus:hover {
  background-color: #2e4f80;
  color: #fff;
  border-color: #2e4f80;
}
.page-confirmation .section-review .item .item-details .item-qty .btn-update:focus {
  color: #fff;
}
.page-confirmation .section-review .item .item-details .item-remove .btn-remove {
  color: #3d6299;
  font-weight: normal;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.page-confirmation .section-review .item .item-details .item-remove .btn-remove,
.page-confirmation .section-review .item .item-details .item-remove .btn-remove:active,
.page-confirmation .section-review .item .item-details .item-remove .btn-remove.active,
.page-confirmation .section-review .item .item-details .item-remove .btn-remove[disabled],
fieldset[disabled] .page-confirmation .section-review .item .item-details .item-remove .btn-remove {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-confirmation .section-review .item .item-details .item-remove .btn-remove,
.page-confirmation .section-review .item .item-details .item-remove .btn-remove:hover,
.page-confirmation .section-review .item .item-details .item-remove .btn-remove:focus,
.page-confirmation .section-review .item .item-details .item-remove .btn-remove:active {
  border-color: transparent;
}
.page-confirmation .section-review .item .item-details .item-remove .btn-remove:hover,
.page-confirmation .section-review .item .item-details .item-remove .btn-remove:focus {
  color: #273f62;
  text-decoration: underline;
  background-color: transparent;
}
.page-confirmation .section-review .item .item-details .item-remove .btn-remove[disabled]:hover,
fieldset[disabled] .page-confirmation .section-review .item .item-details .item-remove .btn-remove:hover,
.page-confirmation .section-review .item .item-details .item-remove .btn-remove[disabled]:focus,
fieldset[disabled] .page-confirmation .section-review .item .item-details .item-remove .btn-remove:focus {
  color: #777777;
  text-decoration: none;
}
.page-confirmation .section-review .item .item-details .detail-title {
  font-weight: bold;
  margin-right: 3px;
}
.page-confirmation .section-review .gift-card .item-title {
  color: #3d6299;
}
.page-confirmation .section-review .gift-card .gift-card-details-wrapper {
  margin-bottom: 15px;
}
.page-confirmation .section-review .gift-card .gift-card-details-wrapper:before,
.page-confirmation .section-review .gift-card .gift-card-details-wrapper:after {
  content: " ";
  display: table;
}
.page-confirmation .section-review .gift-card .gift-card-details-wrapper:after {
  clear: both;
}
.page-confirmation .section-review .gift-card .gift-card-details-wrapper:before,
.page-confirmation .section-review .gift-card .gift-card-details-wrapper:after {
  content: " ";
  display: table;
}
.page-confirmation .section-review .gift-card .gift-card-details-wrapper:after {
  clear: both;
}
.page-confirmation .section-review .gift-card .message-wrapper {
  background: #f4f3f2;
  border-radius: 4px;
  padding: 20px;
}
.page-confirmation .section-review .gift-card .message-wrapper:before,
.page-confirmation .section-review .gift-card .message-wrapper:after {
  content: " ";
  display: table;
}
.page-confirmation .section-review .gift-card .message-wrapper:after {
  clear: both;
}
.page-confirmation .section-review .gift-card .message-wrapper:before,
.page-confirmation .section-review .gift-card .message-wrapper:after {
  content: " ";
  display: table;
}
.page-confirmation .section-review .gift-card .message-wrapper:after {
  clear: both;
}
.page-confirmation .section-review .gift-card .message-wrapper .gift-card-to {
  font-size: 14px;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}
.page-confirmation .section-review .gift-card .message-wrapper .gift-card-message {
  font-size: 14px;
  display: block;
  font-family: Georgia, Garamond, Times, serif;
  font-style: italic;
  font-weight: normal;
}
.page-confirmation .section-review .gift-card .message-wrapper .gift-card-message strong {
  font-style: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-confirmation .section-inner .section-shipping .row,
.page-confirmation .section-inner .section-payment .row {
  margin-bottom: 30px;
}
.page-confirmation .section-inner .header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-confirmation .section-inner .header {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-confirmation .section-inner .header {
    float: left;
    width: 33.33333333%;
  }
}
.page-confirmation .section-inner .content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .page-confirmation .section-inner .content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .page-confirmation .section-inner .content {
    float: left;
    width: 66.66666667%;
  }
}
.page-confirmation .section-inner h3 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}
.page-confirmation .section-inner p {
  padding-top: 5px;
}
.page-confirmation .section-inner p span {
  display: block;
}
@media print {
  .page-confirmation .topbar .statement,
  .page-confirmation .topbar .utilities,
  .page-confirmation .site-header .ninety-six-years,
  .page-confirmation .site-header .search,
  .page-confirmation .navigation,
  .page-confirmation .btn-print,
  .page-confirmation footer,
  .page-confirmation button {
    display: none !important;
  }
  .page-confirmation a[href]:after {
    content: none !important;
  }
  .page-confirmation .topbar .phone:before {
    content: 'Call us: ';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-confirmation .page-title {
    margin-bottom: 30px;
  }
  .page-confirmation .page-title h1 {
    font-size: 30px;
    float: none;
    margin: 0;
  }
  .page-confirmation .order-summary {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-confirmation .page-title {
    margin-bottom: 24px;
  }
  .page-confirmation .page-title h1 {
    font-size: 30px;
    float: none;
    margin: 0;
    line-height: 1.25em;
  }
  .page-confirmation .summary-text {
    margin-bottom: 30px;
  }
  .page-confirmation .order-summary-title {
    font-size: 24px;
  }
  .page-confirmation .order-summary-title .btn-print {
    display: none;
  }
  .page-confirmation .order-summary .totals {
    float: none;
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .page-confirmation .page-title h1 {
    font-size: 24px;
  }
  .page-confirmation .section-review .gift-card .message-wrapper {
    background: #eae9e7;
  }
  .page-confirmation .order-summary-title {
    border-top: 1px solid #d9d4ce;
    background: #f8f8f8;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 15px;
  }
  .page-confirmation .order-summary {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    background: #f8f8f8;
  }
  .page-confirmation .order-summary .totals {
    font-size: 18px;
    float: none;
    width: 100%;
  }
  .page-confirmation .order-summary .totals .title {
    float: left;
    min-height: 1px;
  }
  .page-confirmation .order-summary .totals .order-total-wrapper {
    border-top: 1px solid #d9d4ce;
    font-size: 24px;
    padding-top: 15px;
    margin-top: 15px;
  }
  .page-confirmation .section-inner .section-shipping .row,
  .page-confirmation .section-inner .section-payment .row {
    margin-bottom: 15px;
  }
  .page-confirmation .section-inner .section-payment .row {
    margin-bottom: 0;
  }
}
.page-contact-us .alert-quick-contact {
  margin: 0 0 30px;
  border-radius: 0;
  background: #3d6299;
  color: #fff;
  border-color: #273f62;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
  padding-left: 60px;
  position: relative;
  display: block;
  text-decoration: none;
}
.page-contact-us .alert-quick-contact img {
  height: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
}
.page-contact-us .alert-quick-contact a {
  color: #fff;
}
.page-contact-us .customer-service {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-contact-us .customer-service {
    float: left;
    width: 50%;
  }
}
.page-contact-us .special-orders {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-contact-us .special-orders {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  .page-contact-us .special-orders {
    margin-left: 8.33333333%;
  }
}
.page-contact-us .customer-service h3,
.page-contact-us .special-orders h3 {
  font-family: "aachen-webfont";
  font-size: 21px;
  line-height: 36px;
  margin: 0 0 15px;
  font-weight: normal;
}
.page-contact-us .customer-service {
  margin-bottom: 30px;
}
.page-contact-us .customer-service form {
  margin-top: 30px;
}
.page-contact-us .customer-service form:before,
.page-contact-us .customer-service form:after {
  content: " ";
  display: table;
}
.page-contact-us .customer-service form:after {
  clear: both;
}
.page-contact-us .customer-service form:before,
.page-contact-us .customer-service form:after {
  content: " ";
  display: table;
}
.page-contact-us .customer-service form:after {
  clear: both;
}
.page-contact-us .customer-service label {
  display: block;
}
.page-contact-us .customer-service .btn-secondary {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  float: right;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-contact-us .customer-service {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-contact-us .customer-service {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .page-contact-us .alert-quick-contact img {
    top: 20px;
    margin-top: 0;
  }
  .page-contact-us .customer-service .btn-secondary {
    float: none;
    width: 100%;
  }
}
.page-not-found {
  background-image: url('../../img/page-not-found/404-bg-summer.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-not-found .page-not-found-wrapper {
  text-align: center;
  margin-top: 85px;
}
.page-not-found .page-not-found-wrapper:before,
.page-not-found .page-not-found-wrapper:after {
  content: " ";
  display: table;
}
.page-not-found .page-not-found-wrapper:after {
  clear: both;
}
.page-not-found .page-not-found-wrapper:before,
.page-not-found .page-not-found-wrapper:after {
  content: " ";
  display: table;
}
.page-not-found .page-not-found-wrapper:after {
  clear: both;
}
.page-not-found .page-not-found-wrapper .dialog {
  text-align: left;
  margin-right: 50px;
  color: #fff;
  background: rgba(56, 54, 50, 0.5);
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.5em;
  padding: 30px;
  display: inline-block;
}
.page-not-found .page-not-found-wrapper .dialog h1 {
  font-family: "aachen-webfont";
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}
.page-not-found .page-not-found-wrapper .dialog p {
  margin-bottom: 15px;
}
.page-not-found .page-not-found-wrapper .dialog ol {
  margin-bottom: 0;
}
.page-not-found .page-not-found-wrapper .dialog ol li {
  line-height: 1.5em;
}
.page-not-found .page-not-found-wrapper .dialog ol li a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
.page-not-found .page-not-found-wrapper img {
  float: right;
  margin-top: 11px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-not-found {
    background-size: cover;
  }
  .page-not-found .page-not-found-wrapper {
    margin-top: 50px;
  }
  .page-not-found .page-not-found-wrapper .dialog {
    margin-right: 0;
  }
  .page-not-found .page-not-found-wrapper .dialog h1 {
    font-size: 36px;
  }
  .page-not-found .page-not-found-wrapper img {
    margin-top: 11px;
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-not-found {
    background-size: cover;
  }
  .page-not-found .page-not-found-wrapper {
    margin-top: 0;
  }
  .page-not-found .page-not-found-wrapper .dialog {
    margin-right: 0;
  }
  .page-not-found .page-not-found-wrapper .dialog h1 {
    font-size: 36px;
  }
  .page-not-found .page-not-found-wrapper img {
    margin-top: 11px;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .page-not-found {
    background: none;
  }
  .page-not-found .page-not-found-wrapper {
    margin: 30px 0;
  }
  .page-not-found .page-not-found-wrapper .dialog {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0;
    background: transparent;
    color: #252c33;
    font-size: 16px;
  }
  .page-not-found .page-not-found-wrapper .dialog ol li a {
    color: #3d6299;
  }
  .page-not-found .page-not-found-wrapper .dialog ol li a:hover {
    color: #273f62;
  }
  .page-not-found .page-not-found-wrapper .dialog h1 {
    font-size: 24px;
  }
  .page-not-found .page-not-found-wrapper img {
    display: none;
  }
}
.faq .masthead {
  background-image: url('../../img/mastheads/faq.jpg');
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: 50% 5%;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.faq .masthead hgroup {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  border-radius: 0 0 5px 5px;
}
.faq .masthead h1.page-title {
  margin: 0;
}
.faq .masthead .page-subtitle {
  margin: 0;
}
.faq .summary {
  margin-bottom: 30px;
}
.page-gift-card-balance div.page-title {
  margin-bottom: 30px;
}
.page-gift-card-balance div.page-title h1 {
  float: left;
}
.page-gift-card-balance div.page-title p {
  width: 100%;
  display: block;
  margin-top: 10px;
  float: left;
}
.page-gift-card-balance div.page-title .gift-card-links {
  float: right;
  margin-top: 35px;
}
.page-gift-card-balance div.page-title .gift-card-links a {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #ddd;
}
.page-gift-card-balance div.page-title .gift-card-links a:first-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.page-gift-card-balance div.page-title .gift-card-links a:last-child {
  padding-left: 0;
  border-left: 0;
}
.page-gift-card-balance .check-balance-wide {
  margin-bottom: 30px;
}
.page-gift-card-balance .check-balance-wide h2 {
  font-size: 24px;
  margin-top: 0;
}
.page-gift-card-balance .check-balance-wide p {
  margin-bottom: 30px;
}
.page-gift-card-balance .check-balance-wide .form-control {
  width: 300px;
}
.page-gift-card-balance .check-balance-wide .btn-check-balance {
  font-weight: 600;
  font-size: 18px;
  padding: 10px 15px;
}
.page-gift-card-balance .check-balance-wide .form-group:last-child {
  margin-bottom: 0;
}
.page-gift-card-balance .balance-amount {
  margin-bottom: 50px;
  padding: 30px;
  background: #f7f7f7;
}
.page-gift-card-balance .balance-amount .current-balance {
  font-size: 36px;
}
.page-gift-card-balance .balance-amount .current-balance .current-balance-amount {
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-gift-card-balance div.page-title h1 {
    float: none;
  }
  .page-gift-card-balance div.page-title p {
    float: none;
  }
  .page-gift-card-balance div.page-title .gift-card-links {
    float: none;
    margin-top: 15px;
  }
  .page-gift-card-balance div.page-title .gift-card-links a {
    float: none;
  }
  .page-gift-card-balance div.page-title .gift-card-links a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 15px;
    margin-right: 0;
  }
  .page-gift-card-balance div.page-title .gift-card-links a:last-child {
    padding-right: 0;
    border-right: 0;
    padding-left: 15px;
    border-left: 1px solid #ddd;
  }
  .page-gift-card-balance .check-balance-condensed {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .page-gift-card-balance div.page-title h1 {
    float: none;
  }
  .page-gift-card-balance div.page-title p {
    float: none;
  }
  .page-gift-card-balance div.page-title .gift-card-links {
    float: none;
    margin-top: 15px;
  }
  .page-gift-card-balance div.page-title .gift-card-links a {
    float: none;
  }
  .page-gift-card-balance div.page-title .gift-card-links a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 15px;
    margin-right: 0;
  }
  .page-gift-card-balance div.page-title .gift-card-links a:last-child {
    padding-right: 0;
    border-right: 0;
    padding-left: 15px;
    border-left: 1px solid #ddd;
  }
  .page-gift-card-balance .balance-amount {
    margin-bottom: 30px;
    padding: 15px;
  }
  .page-gift-card-balance .balance-amount .current-balance {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .page-gift-card-balance .btn-check-balance {
    width: 100%;
  }
  .page-gift-card-balance .balance-amount .current-balance {
    font-size: 24px;
  }
}
.page-gift-card-order div.page-title {
  margin-bottom: 50px;
}
.page-gift-card-order div.page-title h1 {
  float: left;
}
.page-gift-card-order div.page-title p {
  width: 100%;
  display: block;
  margin-top: 10px;
  float: left;
}
.page-gift-card-order div.page-title .gift-card-links {
  float: right;
  margin-top: 35px;
}
.page-gift-card-order div.page-title .gift-card-links a {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #ddd;
}
.page-gift-card-order div.page-title .gift-card-links a:first-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.page-gift-card-order div.page-title .gift-card-links a:last-child {
  padding-left: 0;
  border-left: 0;
}
.page-gift-card-order .radio p {
  font-weight: normal;
}
.page-gift-card-order .order-form fieldset legend {
  border: 0;
  width: 100%;
}
.page-gift-card-order .order-form fieldset legend:after {
  width: 100%;
}
.page-gift-card-order .order-form fieldset.fieldset-amount {
  margin-bottom: 30px;
  display: block;
}
.page-gift-card-order .fieldset-amount .radio label {
  font-weight: 700;
}
.page-gift-card-order .fieldset-amount .other-amount {
  background: #eae9e7;
  padding: 5px 15px 15px;
}
.page-gift-card-order .fieldset-amount .other-amount label {
  margin-bottom: 10px;
}
.page-gift-card-order .fieldset-amount .other-amount label span {
  font-weight: normal;
  font-style: italic;
  font-size: 12px;
}
.page-gift-card-order .fieldset-amount .other-amount .form-group {
  margin: 0;
}
.page-gift-card-order .fieldset-amount .other-amount .form-group .form-control {
  width: 70px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.page-gift-card-order .optional-message {
  margin-top: 30px;
}
.page-gift-card-order .optional-message .form-group {
  margin: 0;
}
.page-gift-card-order .btn-add-to-cart {
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  line-height: 47px;
  padding: 0 15px;
  width: 100%;
  margin-top: 30px;
}
.page-gift-card-order .btn-add-to-cart img {
  float: right;
  margin-top: 13px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-gift-card-order div.page-title h1 {
    float: none;
  }
  .page-gift-card-order div.page-title p {
    float: none;
  }
  .page-gift-card-order div.page-title .gift-card-links {
    float: none;
    margin-top: 15px;
  }
  .page-gift-card-order div.page-title .gift-card-links a {
    float: none;
  }
  .page-gift-card-order div.page-title .gift-card-links a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 15px;
    margin-right: 0;
  }
  .page-gift-card-order div.page-title .gift-card-links a:last-child {
    padding-right: 0;
    border-right: 0;
    padding-left: 15px;
    border-left: 1px solid #ddd;
  }
  .page-gift-card-order .gift-cards-img {
    width: 50%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {
  .page-gift-card-order div.page-title h1 {
    float: none;
  }
  .page-gift-card-order div.page-title p {
    float: none;
  }
  .page-gift-card-order div.page-title .gift-card-links {
    float: none;
    margin-top: 15px;
  }
  .page-gift-card-order div.page-title .gift-card-links a {
    float: none;
  }
  .page-gift-card-order div.page-title .gift-card-links a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 15px;
    margin-right: 0;
  }
  .page-gift-card-order div.page-title .gift-card-links a:last-child {
    padding-right: 0;
    border-right: 0;
    padding-left: 15px;
    border-left: 1px solid #ddd;
  }
  .page-gift-card-order .gift-cards-img {
    width: 50%;
    margin: 0 auto 30px;
  }
}
@media (max-width: 480px) {
  .page-gift-card-order div.page-title .gift-card-links {
    float: none;
    margin-top: 15px;
  }
  .page-gift-card-order div.page-title .gift-card-links a {
    float: none;
    display: block;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    text-align: left;
  }
  .page-gift-card-order .gift-cards-img {
    width: 100%;
  }
}
.page-gift-cards div.page-title {
  margin-bottom: 50px;
}
.page-gift-cards div.page-title h1 {
  float: left;
}
.page-gift-cards div.page-title p {
  width: 100%;
  display: block;
  margin-top: 10px;
  float: left;
}
.page-gift-cards div.page-title .gift-card-links {
  float: right;
  margin-top: 35px;
}
.page-gift-cards div.page-title .gift-card-links a {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #ddd;
}
.page-gift-cards div.page-title .gift-card-links a:first-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}
.page-gift-cards div.page-title .gift-card-links a:last-child {
  padding-left: 0;
  border-left: 0;
}
.page-gift-cards .gift-cards-img {
  margin-top: -10px;
}
.page-gift-cards .order-cards h2 {
  font-size: 18px;
  margin-top: 0;
}
.page-gift-cards .order-cards p {
  margin-bottom: 30px;
}
.page-gift-cards .order-cards .btn-order {
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
}
.page-gift-cards .order-cards .btn-order img {
  float: right;
  margin-top: 4px;
}
.page-gift-cards .check-balance-condensed {
  padding: 15px;
  background: #eae9e7;
}
.page-gift-cards .check-balance-condensed h2 {
  font-size: 18px;
  margin-top: 0;
}
.page-gift-cards .check-balance-condensed .btn-check-balance {
  font-weight: 600;
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
}
.page-gift-cards .check-balance-condensed .btn-check-balance img {
  float: right;
  margin-top: 4px;
}
.page-gift-cards .check-balance-condensed .form-group:last-child {
  margin-bottom: 0;
}
.page-gift-cards .check-balance-condensed .alert {
  margin-top: 15px;
}
.page-gift-card-faq .back-link,
.page-gift-card-terms .back-link {
  margin-bottom: 15px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-gift-cards #rc-imageselect,
  .page-gift-cards .g-recaptcha {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-gift-cards div.page-title h1 {
    float: none;
  }
  .page-gift-cards div.page-title p {
    float: none;
  }
  .page-gift-cards div.page-title .gift-card-links {
    float: none;
    margin-top: 15px;
  }
  .page-gift-cards div.page-title .gift-card-links a {
    float: none;
  }
  .page-gift-cards div.page-title .gift-card-links a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 15px;
    margin-right: 0;
  }
  .page-gift-cards div.page-title .gift-card-links a:last-child {
    padding-right: 0;
    border-right: 0;
    padding-left: 15px;
    border-left: 1px solid #ddd;
  }
  .page-gift-cards .check-balance-condensed {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-gift-cards div.page-title h1 {
    float: none;
  }
  .page-gift-cards div.page-title p {
    float: none;
  }
  .page-gift-cards div.page-title .gift-card-links {
    float: none;
    margin-top: 15px;
  }
  .page-gift-cards div.page-title .gift-card-links a {
    float: none;
  }
  .page-gift-cards div.page-title .gift-card-links a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    padding-right: 15px;
    margin-right: 0;
  }
  .page-gift-cards div.page-title .gift-card-links a:last-child {
    padding-right: 0;
    border-right: 0;
    padding-left: 15px;
    border-left: 1px solid #ddd;
  }
  .page-gift-cards .gift-cards-img {
    width: 50%;
    margin: 0 auto 30px;
  }
  .page-gift-cards .check-balance-condensed {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .page-gift-cards .gift-cards-img {
    width: 100%;
  }
  .page-gift-cards .check-balance-condensed {
    margin-top: 30px;
  }
}
.page-flagged-order .well h3 {
  margin-top: 0;
}
.page-about {
  /*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  now override the 3.3 new styles for modern browsers & apply opacity
  */
}
.page-about .navigation {
  border-radius: 6px 6px 0 0;
  margin-bottom: 0;
}
.page-about .history-timeline {
  margin-bottom: 50px;
}
.page-about .history-timeline .event-gallery {
  height: 530px;
  padding-top: 40px;
  background: #414a59;
  position: relative;
  overflow: hidden;
}
.page-about .history-timeline .event-gallery .event-carousel {
  position: relative;
  z-index: 600;
  margin-bottom: 30px;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-inner .item {
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-inner .item .media {
  padding: 10px;
  height: 363px;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-inner .item .media img {
  display: block;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-inner .item-one img {
  width: 437px;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-inner .item-two img,
.page-about .history-timeline .event-gallery .event-carousel .carousel-inner .item-three img,
.page-about .history-timeline .event-gallery .event-carousel .carousel-inner .item-four img,
.page-about .history-timeline .event-gallery .event-carousel .carousel-inner .item-six img,
.page-about .history-timeline .event-gallery .event-carousel .carousel-inner .item-seven img {
  width: 770px;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-control {
  background: none;
  border: 0;
  border-radius: 0;
  width: 35px;
  height: 55px;
  top: 50%;
  margin-top: -28px;
  opacity: .2;
  -webkit-filter: none;
          filter: none;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-control:hover {
  opacity: 1;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-control img {
  width: 35px;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-control.left {
  left: 30px;
}
.page-about .history-timeline .event-gallery .event-carousel .carousel-control.right {
  right: 30px;
}
.page-about .history-timeline .event-gallery .event-dates {
  background: url('../../img/history/bg-timeline.png');
  background-size: 10px;
  background-repeat: repeat-x;
  background-position: 3px 47px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  height: 65px;
  position: relative;
}
.page-about .history-timeline .event-gallery .event-dates:before,
.page-about .history-timeline .event-gallery .event-dates:after {
  content: " ";
  display: table;
}
.page-about .history-timeline .event-gallery .event-dates:after {
  clear: both;
}
.page-about .history-timeline .event-gallery .event-dates:before,
.page-about .history-timeline .event-gallery .event-dates:after {
  content: " ";
  display: table;
}
.page-about .history-timeline .event-gallery .event-dates:after {
  clear: both;
}
.page-about .history-timeline .event-gallery .event-dates .timeline {
  width: 2000px;
  height: 65px;
  position: relative;
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year {
  font-size: 24px;
  display: inline-block;
  width: 50px;
  left: -25px;
  text-align: center;
  line-height: 1em;
  position: relative;
  -webkit-transition: 250ms font-size, 250ms -webkit-transform;
  transition: 250ms font-size, 250ms -webkit-transform;
  transition: 250ms font-size, 250ms transform;
  transition: 250ms font-size, 250ms transform, 250ms -webkit-transform;
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(1) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(2) {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(3) {
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(4) {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(5) {
  -webkit-transform: translateX(400px);
          transform: translateX(400px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(6) {
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(7) {
  -webkit-transform: translateX(600px);
          transform: translateX(600px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(8) {
  -webkit-transform: translateX(700px);
          transform: translateX(700px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(9) {
  -webkit-transform: translateX(800px);
          transform: translateX(800px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(10) {
  -webkit-transform: translateX(900px);
          transform: translateX(900px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(11) {
  -webkit-transform: translateX(1000px);
          transform: translateX(1000px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(12) {
  -webkit-transform: translateX(1100px);
          transform: translateX(1100px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(13) {
  -webkit-transform: translateX(1200px);
          transform: translateX(1200px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(14) {
  -webkit-transform: translateX(1300px);
          transform: translateX(1300px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(15) {
  -webkit-transform: translateX(1400px);
          transform: translateX(1400px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(16) {
  -webkit-transform: translateX(1500px);
          transform: translateX(1500px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:nth-child(17) {
  -webkit-transform: translateX(1600px);
          transform: translateX(1600px);
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year:after {
  content: '•';
  display: inline-block;
  background: #414a59;
  padding: 0 11px;
  font-size: 24px;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -8px;
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year.year-current {
  font-weight: bold;
  font-size: 36px;
  width: 80px;
  margin-left: -40px;
}
.page-about .history-timeline .event-gallery .event-dates .timeline .year.year-current:after {
  top: 31px;
}
.page-about .history-timeline .event-gallery .gradient-fade {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 500;
  height: 2000px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0) 27px, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 27px, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(left, #27313f 0%, rgba(39, 49, 63, 0) 50%, #27313f 100%);
}
.page-about .history-timeline .event-content {
  background-color: #5d6b80;
  color: #e3eaf6;
  border: 4px solid #333b46;
  border-top: 0;
  padding: 30px;
  border-radius: 0 0 6px 6px;
}
.page-about .history-timeline .event-content h2 {
  color: #fff;
  font-family: "aachen-webfont";
  font-size: 30px;
  font-weight: normal;
}
.page-about .history-timeline .event-content:before {
  content: url('../../img/history/icon-caret.png');
  width: 34px;
  position: absolute;
  top: -17px;
  left: 50%;
  margin-left: -34px;
}
.page-about .carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
}
.page-about .carousel-fade .carousel-inner .active {
  opacity: 1;
}
.page-about .carousel-fade .carousel-inner .active.left,
.page-about .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.page-about .carousel-fade .carousel-inner .next.left,
.page-about .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.page-about .carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .page-about .carousel-fade .carousel-inner > .item.next,
  .page-about .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .page-about .carousel-fade .carousel-inner > .item.prev,
  .page-about .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .page-about .carousel-fade .carousel-inner > .item.next.left,
  .page-about .carousel-fade .carousel-inner > .item.prev.right,
  .page-about .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ie9 .page-about .history-timeline .event-gallery {
  height: 450px;
}
.ie9 .page-about .history-timeline .event-dates {
  display: none;
}
@media (max-width: 1199px) {
  .page-about .history-timeline .event-gallery .event-carousel .carousel-control {
    width: 25px;
    height: 40px;
    margin-top: -20px;
  }
  .page-about .history-timeline .event-gallery .event-carousel .carousel-control img {
    width: 25px;
  }
  .page-about .history-timeline .event-gallery .event-carousel .carousel-control.left {
    left: 15px;
  }
  .page-about .history-timeline .event-gallery .event-carousel .carousel-control.right {
    right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-about .history-timeline .event-gallery {
    border-radius: 6px 6px 0 0;
  }
}
@media (max-width: 767px) {
  .page-about .about-content {
    margin-bottom: 30px;
  }
  .page-about .about-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
.page-home .section-block {
  margin-bottom: 50px;
}
.page-home .alert-quick-contact {
  margin: 0 0 30px;
  border-radius: 0;
  background: #3d6299;
  color: #fff;
  border-color: #273f62;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
  padding-left: 60px;
  position: relative;
  display: block;
  text-decoration: none;
}
.page-home .alert-quick-contact img {
  height: 30px;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -15px;
}
.page-home .alert-quick-contact a {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-home .marketing-bar {
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .page-home .section-block {
    margin-bottom: 40px;
  }
  .page-home .marketing-bar {
    display: none;
  }
}
@media (max-width: 480px) {
  .page-home .section-block {
    margin-bottom: 30px;
  }
  .page-home .alert-quick-contact img {
    top: 20px;
    margin-top: 0;
  }
}
.page-home .marketing-zone-home-squares .marketing-zone-home-square {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-home .marketing-zone-home-squares .marketing-zone-home-square {
    float: left;
    width: 25%;
  }
}
.page-home .marketing-zone-home-squares .marketing-zone-home-square a {
  display: block;
  border: 3px solid #ada9a1;
  border-radius: 6px;
}
.page-home .marketing-zone-home-squares .marketing-zone-home-square img,
.page-home .marketing-zone-home-squares .marketing-zone-home-square iframe {
  width: 100%;
}
.page-home .best-sellers {
  margin-bottom: 20px;
}
.page-home .best-sellers .section-title {
  text-align: center;
}
.page-home .best-sellers .section-title ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
}
.page-home .best-sellers .section-title ul:before,
.page-home .best-sellers .section-title ul:after {
  content: " ";
  display: table;
}
.page-home .best-sellers .section-title ul:after {
  clear: both;
}
.page-home .best-sellers .section-title ul:before,
.page-home .best-sellers .section-title ul:after {
  content: " ";
  display: table;
}
.page-home .best-sellers .section-title ul:after {
  clear: both;
}
.page-home .best-sellers .section-title ul li {
  float: left;
  margin-right: -1px;
}
.page-home .best-sellers .section-title ul li.active a {
  color: #252c33;
  text-decoration: none;
  cursor: default;
}
.page-home .best-sellers .section-title ul li.active a:hover {
  border-color: #d9d4ce;
}
.page-home .best-sellers .section-title ul li:first-child a {
  border-radius: 8px 0 0 8px;
}
.page-home .best-sellers .section-title ul li:last-child {
  margin-right: 0;
}
.page-home .best-sellers .section-title ul li:last-child a {
  border-radius: 0 8px 8px 0;
}
.page-home .best-sellers .section-title ul li a {
  border: 1px solid #d9d4ce;
  background: #fff;
  padding: 6px 15px;
  position: relative;
}
.page-home .best-sellers .section-title ul li a:hover {
  border-color: #a6a29d;
  z-index: 2;
}
.page-home .best-sellers .product {
  margin-bottom: 30px;
}
.page-home .homepage-categories {
  margin-bottom: 30px;
}
.page-home .homepage-categories .list-group .panel {
  margin: 0;
  border: 0;
}
.page-home .homepage-categories .list-group .panel > .list-group-item:after {
  content: '';
  background-image: url('../../img/global/icon-chevron-down-black.svg');
  height: 9px;
  width: 13px;
  float: right;
  margin-top: 7px;
  background-size: cover;
  display: inline-block;
}
.page-home .homepage-categories .list-group .panel:first-child > .list-group-item {
  border-radius: 6px 6px 0 0;
}
.page-home .homepage-categories .list-group .list-group-item {
  background: #f7f7f5;
  font-weight: 700;
  border-radius: 0;
  color: #252c33;
}
.page-home .homepage-categories .list-group .list-group-item:last-child {
  border-radius: 0 0 6px 6px;
}
.page-home .homepage-categories .list-group .list-group-item:last-child img {
  height: 16px;
  margin-right: 8px;
}
.page-home .homepage-categories .list-group .collapse,
.page-home .homepage-categories .list-group .collapsing {
  margin-bottom: 0;
}
.page-home .homepage-categories .list-group .collapse .list-group-item,
.page-home .homepage-categories .list-group .collapsing .list-group-item {
  background: #fff;
  border-bottom: 0;
  border-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border-radius: 0 !important;
  font-weight: 400;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.page-home .homepage-categories .list-group .collapse .list-group-item:last-child span,
.page-home .homepage-categories .list-group .collapsing .list-group-item:last-child span {
  border-bottom: 0;
}
.page-home .homepage-categories .list-group .collapse .list-group-item span,
.page-home .homepage-categories .list-group .collapsing .list-group-item span {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  display: block;
}
.page-home .todays-deal .brand-logo {
  margin-bottom: 15px;
  display: block;
}
.page-home .todays-deal .brand-logo img {
  height: 70px;
}
.page-home .todays-deal .item-info h1 {
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  font-weight: normal;
  margin: 0 0 30px;
  line-height: 38px;
}
.page-home .todays-deal .item-info .pricing {
  font-weight: bold;
}
.page-home .todays-deal .item-info .pricing .price {
  font-family: "aachen-webfont";
  font-size: 60px;
  display: block;
  line-height: 67px;
  font-weight: normal;
  margin-bottom: 5px;
}
.page-home .todays-deal .item-info .pricing .price.small {
  font-size: 50px;
}
.page-home .todays-deal .item-info .pricing .price sup {
  font-size: 30px;
  position: relative;
  top: -25px;
}
.page-home .todays-deal .item-info .pricing .list-price {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #407e4d;
  margin-bottom: 30px;
}
.page-home .todays-deal .item-info .pricing .list-price del {
  margin-right: 10px;
  color: #333;
}
.page-home .todays-deal .item-info .pricing .free-ship {
  color: #ce2536;
}
.page-home .todays-deal .item-info .btn-primary {
  font-weight: bold;
  font-size: 24px;
  display: block;
  padding: 12px;
  text-transform: uppercase;
}
.page-home .todays-deal .description .description-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  height: 360px;
}
.page-home .todays-deal .description .description-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page-home .todays-deal .description .description-content p {
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 26px;
}
.page-home .todays-deal .description .description-content a {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  display: block;
}
.page-home .todays-deal .description .description-content a img {
  margin-top: -2px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-home .todays-deal .item-info h1 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .page-home .todays-deal .item-info .pricing .price {
    font-size: 48px;
  }
  .page-home .todays-deal .item-info .pricing .list-price {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-home .todays-deal .brand-logo {
    display: none;
  }
  .page-home .todays-deal .item-info h1 {
    font-size: 21px;
    line-height: 1.25em;
    margin-bottom: 20px;
  }
  .page-home .todays-deal .item-info .pricing .price {
    font-size: 38px;
    line-height: 1em;
  }
  .page-home .todays-deal .item-info .pricing .price sup {
    font-size: 18px;
    top: -18px;
  }
  .page-home .todays-deal .item-info .pricing .list-price {
    font-size: 13px;
    margin-bottom: 0;
  }
  .page-home .todays-deal .item-info .pricing .free-ship {
    display: block;
    margin-bottom: 15px;
  }
  .page-home .todays-deal .description .description-wrapper {
    height: auto;
  }
  .page-home .todays-deal .description .description-content {
    position: static;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
  .page-home .todays-deal .description .description-content p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.25em;
  }
  .page-home .todays-deal .description .description-content a {
    font-size: 18px;
  }
  .page-home .todays-deal .description .description-content a img {
    height: 16px;
  }
}
@media (max-width: 767px) {
  .page-home .todays-deal .brand-logo {
    margin-bottom: 15px;
    display: inline-block;
  }
  .page-home .todays-deal .brand-logo img {
    height: 40px;
  }
  .page-home .todays-deal .feature-img {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 15px;
  }
  .page-home .todays-deal h1 {
    font-size: 21px;
    line-height: 1.25em;
    margin: 0 0 15px;
    font-weight: normal;
    font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  }
  .page-home .todays-deal .pricing {
    font-weight: bold;
  }
  .page-home .todays-deal .pricing .price {
    font-family: "aachen-webfont";
    font-size: 36px;
    display: block;
    line-height: 1.25em;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .page-home .todays-deal .pricing .price sup {
    font-size: 21px;
    position: relative;
    top: -15px;
  }
  .page-home .todays-deal .pricing .list-price {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #407e4d;
    margin-bottom: 20px;
  }
  .page-home .todays-deal .pricing .list-price del {
    margin-right: 10px;
    color: #333;
  }
  .page-home .todays-deal .pricing .free-ship {
    color: #ce2536;
  }
  .page-home .todays-deal .btn-primary {
    font-weight: bold;
    font-size: 24px;
    display: block;
    text-transform: uppercase;
  }
}
.page-home #hero {
  margin-bottom: 40px;
  min-height: 477px;
  border: 3px solid #ada9a1;
  background: #ada9a1;
  border-radius: 6px 6px 0 6px;
}
.page-home #hero .item .hero-img {
  display: block;
}
.page-home #hero .item .hero-img img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
.page-home #hero .carousel-indicators {
  bottom: -36px;
  left: auto;
  right: -3px;
  width: auto;
  background: #ada9a1;
  padding: 3px 10px;
  border-radius: 4px;
}
.page-home #hero .carousel-indicators li {
  border: 2px solid #fff;
  margin: 1px 5px;
}
.page-home #hero .carousel-indicators li.active {
  background: #fff;
  width: 10px;
  height: 10px;
}
.page-home #hero .carousel-control span {
  font-size: 40px;
  margin-top: -20px;
}
.page-home #hero .carousel-control.left {
  border-radius: 0 0 0 4px;
}
.page-home #hero .carousel-control.left span {
  margin-left: -40px;
}
.page-home #hero .carousel-control.right {
  border-radius: 0 0 4px 0;
}
.page-home #hero .carousel-control.right span {
  margin-right: -40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-home #hero {
    min-height: 393px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-home #hero {
    min-height: 301px;
    border-radius: 6px;
    border-top: 3px solid #ada9a1;
    margin-top: 0;
  }
  .page-home #hero .item .hero-img {
    display: block;
  }
  .page-home #hero .item .hero-img img {
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .page-home #hero {
    margin: 0 0 30px;
    min-height: 135px;
    border: 0;
    background: #ada9a1;
    border-radius: 0;
  }
  .page-home #hero img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .page-home #hero {
    margin: 0 -15px 30px;
  }
}
.page-home .seasonal .activities {
  border: 3px solid #d7d0c3;
  background-color: #d7d0c3;
  border-radius: 6px;
}
.page-home .seasonal .activities:before,
.page-home .seasonal .activities:after {
  content: " ";
  display: table;
}
.page-home .seasonal .activities:after {
  clear: both;
}
.page-home .seasonal .activities:before,
.page-home .seasonal .activities:after {
  content: " ";
  display: table;
}
.page-home .seasonal .activities:after {
  clear: both;
}
.page-home .seasonal .activities .activity {
  width: 25%;
  background-size: cover;
  height: 424px;
  border-right: 3px solid #d7d0c3;
  float: left;
  position: relative;
}
.page-home .seasonal .activities .activity .activity-title {
  background-color: rgba(206, 37, 54, 0.8);
  color: #fff;
  width: 100%;
  font-size: 20px;
  line-height: 65px;
  font-family: "aachen-webfont";
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  margin: -32px 0 0;
  position: absolute;
  top: 50%;
}
.page-home .seasonal .activities .activity:first-child {
  border-radius: 6px 0 0 6px;
}
.page-home .seasonal .activities .activity:first-child .reveal {
  border-radius: 6px 0 0 6px;
}
.page-home .seasonal .activities .activity:last-child {
  border-right: 0;
  border-radius: 0 6px 6px 0;
}
.page-home .seasonal .activities .activity:last-child .reveal {
  border-radius: 0 6px 6px 0;
}
.page-home .seasonal .activities .activity .reveal {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  height: 424px;
  padding: 25px 30px;
}
.page-home .seasonal .activities .activity .reveal h3 {
  position: static;
  background-color: transparent;
  line-height: 36px;
  margin: 0 0 30px;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.page-home .seasonal .activities .activity .reveal h4 {
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  color: #a6a6a6;
  font-size: 21px;
  margin-bottom: 5px;
}
.page-home .seasonal .activities .activity .reveal h4 a {
  color: #a6a6a6;
}
.page-home .seasonal .activities .activity .reveal ul {
  margin: 0 0 30px;
  padding: 0;
  list-style-type: none;
}
.page-home .seasonal .activities .activity .reveal ul li a {
  color: #fff;
  font-weight: bold;
}
.page-home .seasonal .activities .activity:hover .activity-title {
  display: none;
}
.page-home .seasonal .activities .activity:hover .reveal {
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-home .seasonal .activities .activity .activity-title {
    font-size: 18px;
  }
  .page-home .seasonal .activities .activity .reveal h4 {
    font-size: 18px;
  }
  .page-home .seasonal .activities .activity .reveal ul li a {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-home .seasonal .activities .activity {
    width: 50%;
  }
  .page-home .seasonal .activities .activity .activity-title {
    font-size: 18px;
  }
  .page-home .seasonal .activities .activity .reveal h4 {
    font-size: 18px;
  }
  .page-home .seasonal .activities .activity .reveal ul li a {
    font-size: 13px;
  }
  .page-home .seasonal .activities .activity:first-child {
    border-radius: 6px 0 0 0;
    border-bottom: 3px solid #d7d0c3;
  }
  .page-home .seasonal .activities .activity:first-child .reveal {
    border-radius: 6px 0 0 0;
  }
  .page-home .seasonal .activities .activity:last-child {
    border-radius: 0 0 6px 0;
    border-right: 0;
  }
  .page-home .seasonal .activities .activity:last-child .reveal {
    border-radius: 0 0 6px 0;
  }
  .page-home .seasonal .activities .activity:nth-child(2) {
    border-right: 0;
    border-radius: 0 6px 0 0;
    border-bottom: 3px solid #d7d0c3;
  }
  .page-home .seasonal .activities .activity:nth-child(2) .reveal {
    border-radius: 0 6px 0 0;
  }
  .page-home .seasonal .activities .activity:nth-child(3) {
    border-radius: 0 0 0 6px;
  }
  .page-home .seasonal .activities .activity:nth-child(3) .reveal {
    border-radius: 0 0 0 6px;
  }
}
.page-home .store-locator {
  background: #f0f0ec;
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px;
  margin-bottom: 0;
}
.page-home .store-locator .section-title span {
  background: #f0f0ec;
}
.page-home .store-locator address {
  margin: 0;
  float: left;
}
.page-home .store-locator .maps-link {
  float: right;
}
.page-home .store-locator .maps-link img {
  width: 38px;
}
.page-home .panel-group {
  margin-bottom: 0;
}
.page-home .panel-group .panel {
  margin-top: -1px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-home .panel-group .panel:first-child {
  border-radius: 6px 6px 0 0;
}
.page-home .panel-group .panel:first-child .panel-heading {
  border-radius: 6px 6px 0 0;
}
.page-home .panel-group .panel:last-child {
  border-radius: 0 0 6px 6px;
}
.page-home .panel-group .panel:last-child .panel-heading {
  border-radius: 0 0 6px 6px;
}
.page-home .panel-group .panel .panel-heading a {
  font-size: 14px;
  display: block;
  line-height: 1.5em;
}
.page-home .panel-group .panel .panel-heading a:after {
  content: '';
  background-image: url('../../img/global/icon-chevron-down-black.svg');
  height: 9px;
  width: 13px;
  float: right;
  top: -3px;
  position: relative;
  margin-top: 7px;
  background-size: cover;
  display: inline-block;
}
.page-item .breadcrumbs {
  margin-bottom: 20px;
}
.page-item section.item-content {
  padding: 35px 0;
}
.page-item section.item-content.dark {
  background-color: #f7f7f5;
  text-shadow: 0 1px 0 #fff;
}
.page-item section.item-content object {
  margin: 50px auto;
  display: block;
}
.page-item .state-of-california-header-text {
  font-size: 16px;
}
.page-item .prop-65-warning-container {
  border: 2px solid gray;
  padding: 10px;
  width: 360px;
  margin-top: 4px;
}
.page-item .prop-65-warning-container img.prop-65-warning-icon {
  height: 40px;
}
.page-item .prop-65-warning-container .prop-65-warning-text {
  float: right;
}
@media (max-width: 767px) {
  .page-item .breadcrumbs {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .page-item section.item-content {
    padding: 15px 0;
  }
  .page-item section.item-content object {
    margin: 30px auto;
  }
}
.page-item #details p {
  margin-top: 30px;
}
.page-item #details p strong {
  font-size: 18px;
}
.page-item #details center {
  text-align: left;
  margin-top: 30px;
}
.page-item #details center strong {
  font-size: 18px;
  text-align: left;
  display: inline-block;
}
.page-item #details center img {
  margin: 10px auto;
}
.page-item #details table {
  width: 100%;
  margin: 30px 0;
}
.page-item #details table tbody tr:first-child td {
  font-weight: bold;
}
.page-item #details table tbody tr td {
  border-bottom: 1px solid #d0d2d5;
  padding: 5px 0;
}
.page-item #details .rich-content {
  border-top: 1px solid #d0d2d5;
  padding-top: 30px;
}
.page-item #details .rich-content .rich-content-block {
  margin-bottom: 30px;
}
.page-item #details .rich-content .rich-content-block:last-child {
  margin: 0;
}
.page-item .gallery .feature-img {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.page-item .gallery .thumbs-wrapper {
  padding: 0 25px;
}
.page-item .gallery .thumbs {
  margin-bottom: 30px;
  text-align: center;
}
.page-item .gallery .thumbs .slick-next:hover:before {
  opacity: 1;
}
.page-item .gallery .thumbs .slick-next:before {
  background-image: url('../../img/item/chevron-thumb-right.svg');
  content: '';
  width: 10px;
  height: 16px;
  display: inline-block;
  opacity: .5;
}
.page-item .gallery .thumbs .slick-prev:hover:before {
  opacity: 1;
}
.page-item .gallery .thumbs .slick-prev:before {
  background-image: url('../../img/item/chevron-thumb-left.svg');
  content: '';
  width: 10px;
  height: 16px;
  display: inline-block;
  opacity: .5;
}
.page-item .gallery .thumbs .thumb {
  display: inline-block;
  margin-right: 12px;
  text-align: center;
  outline: none;
}
.page-item .gallery .thumbs .thumb img {
  display: inline;
  width: 100%;
}
.page-item .gallery .thumbs .thumb .alt-image-title {
  display: block;
}
.page-item .gallery .thumbs .thumb.active {
  border: 2px solid #3d6299;
  margin-left: -1px;
  margin-right: 11px;
  margin-top: -1px;
}
.page-item .gallery .thumbs .thumb:hover {
  border-color: #333;
  text-decoration: none;
}
.page-item .gallery .thumbs .thumb:last-child {
  margin-right: 0;
}
.page-item .gallery .thumbs.centered {
  text-align: center !important;
}
.page-item .gallery .thumbs.centered .slick-track {
  width: 100% !important;
}
.page-item .gallery .thumbs.centered .thumb {
  float: none !important;
}
.page-item .gallery .share {
  margin-bottom: 30px;
  text-align: center;
}
.page-item .gallery .share > div {
  display: inline-block;
  margin-right: 12px;
  vertical-align: top;
}
.page-item .gallery .share > div:last-child {
  margin-right: 0;
}
.page-item .gallery .share .tweet-button {
  width: 80px;
}
.page-item.quick-view .item-identity {
  margin-top: 30px;
}
.page-item .item-identity {
  margin-bottom: 15px;
  margin-top: 0;
}
.page-item .item-identity .brand-logo img {
  width: 100%;
}
.page-item .item-identity .item-name h1 {
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  margin-top: 0;
  margin-bottom: 5px;
}
.page-item .item-identity .item-name .style {
  color: #797c80;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-item .item-identity .brand-logo {
    display: inline-block;
    margin-right: 15px;
  }
  .page-item .item-identity .brand-logo img {
    width: 70px;
  }
  .page-item .item-identity .item-name h1 {
    margin-bottom: 15px;
    line-height: 1.25em;
  }
}
@media (max-width: 767px) {
  .page-item .item-identity .brand-logo {
    display: inline-block;
    margin-right: 15px;
  }
  .page-item .item-identity .brand-logo img {
    width: 50px;
  }
  .page-item .item-identity .item-name h1 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.25em;
  }
}
.page-item .purchase-console .summary {
  margin-bottom: 40px;
}
.page-item .purchase-console .summary p {
  font-size: 18px;
  line-height: 26px;
}
.page-item .purchase-console .summary a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.page-item .purchase-console .purchase {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-bottom: 15px;
}
.page-item .purchase-console .purchase:before,
.page-item .purchase-console .purchase:after {
  content: " ";
  display: table;
}
.page-item .purchase-console .purchase:after {
  clear: both;
}
.page-item .purchase-console .purchase:before,
.page-item .purchase-console .purchase:after {
  content: " ";
  display: table;
}
.page-item .purchase-console .purchase:after {
  clear: both;
}
.page-item .purchase-console .purchase .alert {
  text-align: center;
  padding: 8px 15px;
}
.page-item .purchase-console .purchase .purchase-reviews {
  float: left;
}
.page-item .purchase-console .purchase .notify-me {
  text-align: left;
  padding: 10px 14px;
}
.page-item .purchase-console .purchase .notify-me .alert-item-info {
  border-bottom: 1px solid #f2e1c2;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.page-item .purchase-console .purchase .notify-me form {
  width: 100%;
  margin: 15px 0 0;
}
.page-item .purchase-console .purchase .notify-me form input[type="email"] {
  width: 70%;
  margin-right: 1%;
}
.page-item .purchase-console .purchase .notify-me form button {
  width: 25%;
  font-weight: bold;
}
.page-item .purchase-console .purchase .pricing {
  text-align: right;
  margin-bottom: 30px;
}
.page-item .purchase-console .purchase .pricing .clearance {
  font-weight: bold;
  font-size: 18px;
  color: #ce2536;
  margin-bottom: 10px;
  display: block;
}
.page-item .purchase-console .purchase .pricing .price {
  font-family: "aachen-webfont";
  font-size: 40px;
  line-height: 36px;
  display: block;
  margin-bottom: 9px;
}
.page-item .purchase-console .purchase .pricing .price sup {
  font-size: 24px;
  position: relative;
  top: -10px;
  left: -3px;
}
.page-item .purchase-console .purchase .pricing .list-price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #407e4d;
}
.page-item .purchase-console .purchase .pricing .list-price del {
  margin-right: 10px;
  color: #333;
}
.page-item .purchase-console .purchase .qty label {
  font-weight: bold;
  font-size: 24px;
  height: 50px;
  line-height: 47px;
  display: inline-block;
  margin: 0 12px 0 0;
  vertical-align: middle;
}
.page-item .purchase-console .purchase .qty input {
  width: 90px;
  font-size: 24px;
  font-weight: bold;
  color: #252c33;
  height: 48px;
  margin-bottom: 0;
  padding: 0;
  line-height: 47px;
  text-align: center;
}
.page-item .purchase-console .purchase .tooltip {
  margin-top: -10px;
  border-radius: 5px;
}
.page-item .purchase-console .purchase .tooltip .tooltip-inner {
  padding: 10px 15px;
  font-weight: 500;
  width: 360px;
  max-width: none;
}
.page-item .purchase-console .purchase .tooltip .tooltip-inner:before {
  content: "\e086";
  font-family: 'Glyphicons Halflings';
  color: #fff;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  margin-right: 5px;
  top: -1px;
  position: relative;
  width: 15px;
}
.page-item .purchase-console .purchase .btn-primary {
  font-size: 24px;
  font-weight: bold;
  height: 50px;
  line-height: 47px;
  padding: 0;
}
.page-item .purchase-console .purchase .btn-primary[disabled] {
  pointer-events: none;
}
.page-item .purchase-console .purchase .btn-primary img {
  margin-right: 20px;
  margin-top: -5px;
}
.page-item .purchase-console .disabled .qty {
  opacity: .65;
}
.page-item .purchase-console .disabled .qty input {
  background-color: #e0e0e0;
}
.page-item .purchase-console .disabled .btn-primary {
  color: #ccc;
  opacity: 1;
  background-color: #a6a6a6;
  border: 1px solid #a6a6a6;
}
.page-item .purchase-console .disabled .btn-primary img {
  opacity: .55;
}
.page-item .purchase-console .disabled .btn-primary:hover {
  background-color: #a6a6a6;
}
.page-item .purchase-console .availability-shipping {
  margin-top: 30px;
}
.page-item .purchase-console .availability-shipping:before,
.page-item .purchase-console .availability-shipping:after {
  content: " ";
  display: table;
}
.page-item .purchase-console .availability-shipping:after {
  clear: both;
}
.page-item .purchase-console .availability-shipping:before,
.page-item .purchase-console .availability-shipping:after {
  content: " ";
  display: table;
}
.page-item .purchase-console .availability-shipping:after {
  clear: both;
}
.page-item .purchase-console .retail-toggle {
  float: left;
  display: block;
  margin-bottom: 30px;
}
.page-item .purchase-console .retail-toggle .form-control {
  height: 26px;
  font-size: 12px;
  width: auto;
  display: inline;
}
.page-item .purchase-console .retail-toggle .btn {
  padding: 3px 10px;
  font-weight: 600;
  margin-left: 3px;
}
.page-item .purchase-console .estimate-shipping {
  float: right;
  text-align: right;
  margin: 0 0 30px 15px;
}
.page-item .purchase-console .estimate-shipping .btn {
  color: #3d6299;
  padding: 3px 10px;
  font-weight: 600;
}
.page-item .purchase-console .estimate-shipping .btn img {
  margin-right: 5px;
}
.page-item .purchase-console .blispay-cta {
  border: 1px solid #ad6704;
  padding: 10px 15px;
  text-align: center;
  margin: 0 0 30px;
  border-radius: 4px;
  background: #fff8ef;
  font-size: 16px;
}
.page-item .purchase-console .blispay-cta strong {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 5px;
}
.page-item .purchase-console .blispay-cta .btn-link {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin-left: 5px;
}
html[data-useragent*='MSIE 10.0'] .page-item .purchase-console .purchase .qty label,
.ie .page-item .purchase-console .purchase .qty label {
  line-height: 47px;
}
html[data-useragent*='MSIE 10.0'] .page-item .purchase-console .purchase .qty input,
.ie .page-item .purchase-console .purchase .qty input {
  width: 90px;
  line-height: 47px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-item .purchase-console .purchase .tooltip .tooltip-inner {
    width: 293px;
  }
  .page-item .purchase-console .purchase .qty label {
    display: none;
  }
  .page-item .purchase-console .purchase .qty input {
    width: 100%;
  }
  .page-item .purchase-console .retail-toggle {
    float: none;
    text-align: right;
  }
  .page-item .purchase-console .estimate-shipping {
    float: none;
    margin: 0 0 15px;
  }
  .page-item .purchase-console .blispay-cta .btn-link {
    display: block;
    margin: 10px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-item .purchase-console .purchase .tooltip .tooltip-inner {
    width: 470px;
  }
}
@media (max-width: 767px) {
  .page-item .purchase-console .purchase .tooltip .tooltip-inner {
    width: auto;
    max-width: 300px;
  }
  .page-item .purchase-console .purchase .qty label {
    font-size: 14px;
  }
  .page-item .purchase-console .purchase .qty input {
    width: 75px;
  }
  .page-item .purchase-console .retail-toggle {
    float: none;
    text-align: right;
  }
  .page-item .purchase-console .estimate-shipping {
    float: none;
    margin: 0 0 15px;
  }
  .page-item .purchase-console .blispay-cta .btn-link {
    display: block;
    margin: 10px 0 0;
  }
}
@media (max-width: 480px) {
  .page-item .purchase-console .purchase .purchase-reviews {
    float: none;
    margin: 0 0 30px;
  }
  .page-item .purchase-console .purchase .qty label {
    display: none;
  }
  .page-item .purchase-console .purchase .qty input {
    width: 100%;
  }
  .page-item .purchase-console .purchase .btn-purchase-wrapper .btn img {
    display: none;
  }
  .page-item .purchase-console .purchase .pricing .clearance {
    font-size: 16px;
  }
  .page-item .purchase-console .purchase .pricing .price {
    font-size: 36px;
    line-height: 30px;
  }
  .page-item .purchase-console .purchase .pricing .price sup {
    font-size: 21px;
    top: -8px;
  }
  .page-item .purchase-console .retail-toggle {
    text-align: left;
    margin-top: 30px;
  }
  .page-item .purchase-console .retail-toggle:before,
  .page-item .purchase-console .retail-toggle:after {
    content: " ";
    display: table;
  }
  .page-item .purchase-console .retail-toggle:after {
    clear: both;
  }
  .page-item .purchase-console .retail-toggle:before,
  .page-item .purchase-console .retail-toggle:after {
    content: " ";
    display: table;
  }
  .page-item .purchase-console .retail-toggle:after {
    clear: both;
  }
  .page-item .purchase-console .retail-toggle .form-control {
    font-size: 14px;
    width: 70%;
    float: left;
    margin-left: 0;
  }
  .page-item .purchase-console .retail-toggle .btn {
    padding: 3px 15px;
    width: 25%;
    margin-left: 5%;
    float: left;
  }
  .page-item .purchase-console .estimate-shipping {
    float: none;
    margin: 0 0 15px;
  }
  .page-item .purchase-console .estimate-shipping .btn {
    width: 100%;
  }
}
.page-item #reviews .review-request p {
  font-size: 24px;
  font-weight: bold;
  color: #b3b1af;
  margin: 0;
  line-height: 52px;
}
.page-item #reviews .review-request .btn-primary {
  width: auto;
  display: block;
  padding: 8px 15px;
}
.page-item #reviews .reviews-top {
  border-bottom: 3px solid #d1d0cd;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.page-item #reviews .review-qty {
  padding-top: 95px;
  font-size: 50px;
  line-height: 50px;
  color: #b3b1af;
  font-family: "aachen-webfont";
  text-transform: uppercase;
}
.page-item #reviews .review-qty strong {
  color: #252c33;
}
.page-item #reviews .score {
  font-size: 50px;
  line-height: 50px;
  color: #b3b1af;
  font-family: "aachen-webfont";
  text-transform: uppercase;
  margin-bottom: 50px;
}
.page-item #reviews .score .reviews-stars {
  margin-bottom: 35px;
}
.page-item #reviews .btn-primary {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0;
  width: 370px;
  text-transform: uppercase;
}
.page-item #reviews .review {
  border-bottom: 1px solid #d1d0cd;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.page-item #reviews .review:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-item #reviews .review .reviews-stars {
  margin-bottom: 10px;
}
.page-item #reviews .review .reviewer-name {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.page-item #reviews .review h3 {
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  margin: 0 0 5px;
  font-weight: normal;
}
.page-item #reviews .review p {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-item #reviews .review-request p {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-item #reviews .review-request p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
  .page-item #reviews .reviews-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page-item #reviews .review-qty {
    padding-top: 0;
    font-size: 24px;
    line-height: 1.5em;
  }
  .page-item #reviews .score {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 0;
  }
  .page-item #reviews .score .reviews-stars {
    margin-bottom: 15px;
  }
  .page-item #reviews .review .reviews-stars {
    margin-bottom: 10px;
  }
  .page-item #reviews .review .reviewer-name {
    font-size: 18px;
    margin-bottom: 0;
  }
  .page-item #reviews .review h3 {
    font-size: 18px;
    margin: 15px 0 5px;
  }
  .page-item #reviews .review p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media (max-width: 767px) {
  .page-item #reviews .review-request p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 15px;
  }
  .page-item #reviews .reviews-top {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page-item #reviews .review-qty {
    padding-top: 0;
    font-size: 24px;
    line-height: 1.5em;
  }
  .page-item #reviews .score {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 0;
  }
  .page-item #reviews .score .reviews-stars {
    margin-bottom: 15px;
  }
  .page-item #reviews .review .reviews-stars {
    margin-bottom: 10px;
  }
  .page-item #reviews .review .reviewer-name {
    font-size: 18px;
    margin-bottom: 0;
  }
  .page-item #reviews .review h3 {
    font-size: 18px;
    margin: 15px 0 5px;
  }
  .page-item #reviews .review p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
.page-item .sold-out .sold-out-message strong {
  font-size: 18px;
}
.page-item .sold-out .sold-out-message .sold-out-link {
  padding-left: 28px;
}
.page-item .sold-out-similar {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-item .sold-out-similar h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
.page-item .sold-out-similar .product {
  border: 0;
  padding: 0;
  height: 325px;
}
.page-item .sold-out-similar .product:hover {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-item .sold-out-similar .product .img-responsive {
  width: 100%;
}
.page-item .sold-out-similar .product .brand {
  font-size: 12px;
}
.page-item .sold-out-similar .product h1 {
  font-size: 15px;
}
.page-item .sold-out-similar .product .reviews-stars {
  position: static;
}
.page-item .sold-out-similar .product .underneath {
  position: absolute;
  bottom: 0;
}
.page-item .sold-out-similar .product .underneath .pricing {
  position: static;
  margin-bottom: 10px;
}
.page-item .sold-out-similar .product .underneath .pricing .price {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: normal;
}
.page-item .sold-out-similar .product .underneath .pricing .list-price {
  font-size: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-item .sold-out-similar .product {
    height: 325px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-item .sold-out-similar .product {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .page-item .sold-out-similar {
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .page-item .sold-out-similar h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page-item .sold-out-similar .product {
    margin-bottom: 0;
    padding: 15px;
    border-top: 1px solid #ccc;
    height: auto;
  }
  .page-item .sold-out-similar .product:hover {
    border-top: 1px solid #ccc;
  }
  .page-item .sold-out-similar .product .img-responsive {
    width: 50%;
    margin: 0 auto 15px;
  }
  .page-item .sold-out-similar .product .brand {
    font-size: 13px;
    margin: 0;
  }
  .page-item .sold-out-similar .product h1 {
    font-size: 15px;
    margin: 0 0 10px;
  }
  .page-item .sold-out-similar .product h1 a {
    height: auto;
  }
  .page-item .sold-out-similar .product .underneath {
    position: static;
  }
  .page-item .sold-out-similar .product .underneath .pricing .price {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .page-item .sold-out-similar .product .underneath .pricing .list-price {
    font-size: 13px;
  }
}
.page-item #specifications .specification {
  font-size: 16px;
}
.page-item #specifications .specification > div {
  border-bottom: 1px solid #d0d2d5;
  padding: 0 7.5px;
}
.page-item #specifications .specification > div:before,
.page-item #specifications .specification > div:after {
  content: " ";
  display: table;
}
.page-item #specifications .specification > div:after {
  clear: both;
}
.page-item #specifications .specification > div:before,
.page-item #specifications .specification > div:after {
  content: " ";
  display: table;
}
.page-item #specifications .specification > div:after {
  clear: both;
}
.page-item #specifications .specification > div:first-child {
  border-top: 1px solid #d0d2d5;
}
.page-item #specifications .specification > div:nth-child(odd) {
  background-color: #f7f7f5;
}
.page-item #specifications .specification .spec-feature {
  float: left;
  padding: 10px 7.5px;
  text-transform: uppercase;
  font-weight: bold;
  width: 25%;
}
.page-item #specifications .specification .spec-description {
  float: left;
  width: 75%;
  padding: 10px 7.5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-item #specifications .specification .spec-feature {
    width: 33%;
  }
  .page-item #specifications .specification .spec-description {
    width: 66%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-item #specifications .specification .spec-feature {
    width: 100%;
    float: none;
    font-size: 13px;
    display: block;
    padding-bottom: 0;
  }
  .page-item #specifications .specification .spec-description {
    width: 100%;
    float: none;
    display: block;
    padding-top: 7.5px;
  }
}
@media (max-width: 767px) {
  .page-item #specifications .specification .spec-feature {
    width: 100%;
    float: none;
    font-size: 13px;
    display: block;
    padding-bottom: 0;
  }
  .page-item #specifications .specification .spec-description {
    width: 100%;
    float: none;
    display: block;
    padding-top: 7.5px;
  }
}
@media (max-width: 480px) {
  .page-item #specifications .specification {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.page-login .login-section,
.page-register .login-section,
.page-login .signup-section,
.page-register .signup-section {
  margin-bottom: 50px;
  margin-top: 30px;
}
.page-login .account-sign-in,
.page-register .account-sign-in,
.page-login .account-signup,
.page-register .account-signup {
  border: 1px solid #d9d4ce;
  padding: 20px 30px;
}
.page-login .account-sign-in .recaptcha,
.page-register .account-sign-in .recaptcha,
.page-login .account-signup .recaptcha,
.page-register .account-signup .recaptcha {
  margin: 30px 0;
}
.page-login .account-sign-in h2,
.page-register .account-sign-in h2,
.page-login .account-signup h2,
.page-register .account-signup h2 {
  margin-top: 0;
  line-height: 1.25em;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.page-login .account-sign-in form,
.page-register .account-sign-in form,
.page-login .account-signup form,
.page-register .account-signup form {
  margin: 0;
}
.page-login .account-sign-in form input[type="text"],
.page-register .account-sign-in form input[type="text"],
.page-login .account-signup form input[type="text"],
.page-register .account-signup form input[type="text"] {
  font-size: 16px;
  height: 40px;
  margin-bottom: 20px;
  vertical-align: middle;
}
.page-login .account-sign-in form .btn-secondary,
.page-register .account-sign-in form .btn-secondary,
.page-login .account-signup form .btn-secondary,
.page-register .account-signup form .btn-secondary {
  font-weight: bold;
  font-size: 21px;
  float: right;
  height: 40px;
  line-height: 21px;
  padding-top: 6px;
}
.page-login .account-sign-in form .btn-strip,
.page-register .account-sign-in form .btn-strip,
.page-login .account-signup form .btn-strip,
.page-register .account-signup form .btn-strip {
  height: 40px;
  line-height: 21px;
  padding-top: 6px;
  display: inline-block;
  margin-right: 8px;
}
.page-login .account-sign-in .form-actions:before,
.page-register .account-sign-in .form-actions:before,
.page-login .account-signup .form-actions:before,
.page-register .account-signup .form-actions:before,
.page-login .account-sign-in .form-actions:after,
.page-register .account-sign-in .form-actions:after,
.page-login .account-signup .form-actions:after,
.page-register .account-signup .form-actions:after {
  content: " ";
  display: table;
}
.page-login .account-sign-in .form-actions:after,
.page-register .account-sign-in .form-actions:after,
.page-login .account-signup .form-actions:after,
.page-register .account-signup .form-actions:after {
  clear: both;
}
.page-login .account-sign-in .form-actions:before,
.page-register .account-sign-in .form-actions:before,
.page-login .account-signup .form-actions:before,
.page-register .account-signup .form-actions:before,
.page-login .account-sign-in .form-actions:after,
.page-register .account-sign-in .form-actions:after,
.page-login .account-signup .form-actions:after,
.page-register .account-signup .form-actions:after {
  content: " ";
  display: table;
}
.page-login .account-sign-in .form-actions:after,
.page-register .account-sign-in .form-actions:after,
.page-login .account-signup .form-actions:after,
.page-register .account-signup .form-actions:after {
  clear: both;
}
.page-login .no-account,
.page-register .no-account {
  margin-bottom: 50px;
}
.page-login .no-account h2,
.page-register .no-account h2 {
  margin-top: 0;
  line-height: 1.125em;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.page-login .no-account .btn,
.page-register .no-account .btn {
  font-weight: bold;
  font-size: 21px;
  height: 40px;
  line-height: 21px;
  padding-top: 8px;
}
.page-login .btn-paypal-checkout,
.page-register .btn-paypal-checkout {
  border: 0;
  background: transparent;
  padding: 0;
  margin-top: 15px;
}
.page-login .international-checkout h2,
.page-register .international-checkout h2 {
  margin-top: 0;
  line-height: 1.25em;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.page-login .international-checkout a,
.page-register .international-checkout a {
  margin-left: 5px;
  text-decoration: underline;
}
.page-login .international-checkout a img,
.page-register .international-checkout a img {
  height: 20px;
  margin-right: 5px;
}
.page-login .btn-primary:after,
.page-register .btn-primary:after,
.page-login .btn-secondary:after,
.page-register .btn-secondary:after {
  content: '';
  background-image: url('../../img/global/icon-chevron-btn.svg');
  margin-left: 10px;
  vertical-align: middle;
  width: 12px;
  height: 19px;
  display: inline-block;
  background-size: 12px;
  position: relative;
  top: -1px;
}
.page-login.login-regular .account-sign-in,
.page-register.login-regular .account-sign-in {
  height: auto;
  margin: 30px 0 50px;
}
.page-login .form-group.required .control-label:after,
.page-register .form-group.required .control-label:after {
  content: "*";
  color: red;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-login .account-sign-in {
    padding: 20px;
  }
  .page-login .account-sign-in form {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-login .account-sign-in h2,
  .page-register .account-sign-in h2,
  .page-login .account-signup h2,
  .page-register .account-signup h2,
  .page-login .no-account h2,
  .page-register .no-account h2,
  .page-login .international-checkout h2,
  .page-register .international-checkout h2 {
    font-size: 21px;
  }
  .page-login .account-sign-in form .btn-secondary,
  .page-register .account-sign-in form .btn-secondary,
  .page-login .account-signup form .btn-secondary,
  .page-register .account-signup form .btn-secondary {
    float: none;
    width: 100%;
  }
  .page-login .account-sign-in form .btn-strip,
  .page-register .account-sign-in form .btn-strip,
  .page-login .account-signup form .btn-strip,
  .page-register .account-signup form .btn-strip {
    height: auto;
    line-height: 1.5em;
    padding: 0;
    margin-top: 15px;
    margin-right: 12px;
  }
  .page-login .account-sign-in form .btn-signup,
  .page-register .account-sign-in form .btn-signup,
  .page-login .account-signup form .btn-signup,
  .page-register .account-signup form .btn-signup {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .page-login .account-sign-in h2,
  .page-register .account-sign-in h2,
  .page-login .account-signup h2,
  .page-register .account-signup h2,
  .page-login .no-account h2,
  .page-register .no-account h2,
  .page-login .international-checkout h2,
  .page-register .international-checkout h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .page-login .login-section,
  .page-register .login-section,
  .page-login .signup-section,
  .page-register .signup-section {
    margin-bottom: 30px;
  }
  .page-login .account-sign-in,
  .page-register .account-sign-in,
  .page-login .account-signup,
  .page-register .account-signup {
    border: 0;
    padding: 0;
  }
  .page-login .account-sign-in .recaptcha,
  .page-register .account-sign-in .recaptcha,
  .page-login .account-signup .recaptcha,
  .page-register .account-signup .recaptcha {
    margin: 30px 0;
  }
  .page-login .account-sign-in,
  .page-register .account-sign-in,
  .page-login .no-account,
  .page-register .no-account {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .page-login .no-account,
  .page-register .no-account {
    margin-bottom: 30px;
  }
  .page-login.login-regular .account-sign-in,
  .page-register.login-regular .account-sign-in {
    margin: 0 0 30px;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .page-login .account-sign-in form .btn-secondary,
  .page-register .account-sign-in form .btn-secondary,
  .page-login .account-signup form .btn-secondary,
  .page-register .account-signup form .btn-secondary {
    float: none;
    width: 100%;
  }
  .page-login .account-sign-in form .btn-strip,
  .page-register .account-sign-in form .btn-strip,
  .page-login .account-signup form .btn-strip,
  .page-register .account-signup form .btn-strip {
    height: auto;
    line-height: 1.5em;
    padding: 0;
    margin-top: 15px;
    margin-right: 12px;
  }
  .page-login .account-sign-in form .btn-signup,
  .page-register .account-sign-in form .btn-signup,
  .page-login .account-signup form .btn-signup,
  .page-register .account-signup form .btn-signup {
    margin-right: 0;
  }
  .page-login .no-account .btn,
  .page-register .no-account .btn {
    width: 100%;
  }
}
@media print {
  .page-order-status-detail .topbar .statement,
  .page-order-status-detail .topbar .utilities,
  .page-order-status-detail .site-header .ninety-six-years,
  .page-order-status-detail .site-header .search,
  .page-order-status-detail .navigation,
  .page-order-status-detail .btn-print,
  .page-order-status-detail footer,
  .page-order-status-detail button {
    display: none !important;
  }
  .page-order-status-detail a[href]:after {
    content: none !important;
  }
  .page-order-status-detail .topbar .phone:before {
    content: 'Call us: ';
  }
}
.page-order-status .order-status-summary {
  margin-bottom: 60px;
}
.page-order-status .account-sign-in {
  border: 1px solid #d9d4ce;
  padding: 20px 30px 30px;
  margin-bottom: 60px;
}
.page-order-status .account-sign-in h2 {
  margin-top: 0;
  line-height: 1em;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.page-order-status .account-sign-in fieldset:before,
.page-order-status .account-sign-in fieldset:after {
  content: " ";
  display: table;
}
.page-order-status .account-sign-in fieldset:after {
  clear: both;
}
.page-order-status .account-sign-in fieldset:before,
.page-order-status .account-sign-in fieldset:after {
  content: " ";
  display: table;
}
.page-order-status .account-sign-in fieldset:after {
  clear: both;
}
.page-order-status .account-sign-in input {
  display: block;
  width: 100%;
  font-size: 16px;
  height: 40px;
  margin-bottom: 20px;
  vertical-align: middle;
}
.page-order-status .account-sign-in .btn-secondary {
  font-weight: bold;
  font-size: 21px;
  float: right;
  height: 40px;
  line-height: 21px;
  padding-top: 6px;
}
@media (max-width: 480px) {
  .page-order-status .order-status-summary {
    margin-bottom: 30px;
  }
  .page-order-status .account-sign-in {
    border: 0;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-order-status .account-sign-in h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page-order-status .account-sign-in .btn-secondary {
    float: none;
    width: 100%;
  }
}
.page-returns .returns-explanation {
  margin-bottom: 50px;
}
.page-returns .returns-process {
  background: #EDF1F7;
  padding: 25px 30px;
  margin-bottom: 50px;
}
.page-returns .returns-process h4 {
  font-family: "helvetica-display";
  font-size: 21px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
.page-returns .returns-process ol {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding-left: 25px;
}
.page-returns .returns-process ol li {
  margin-bottom: 20px;
}
.page-returns .returns-process ol li:last-child {
  margin-bottom: 0;
}
.page-returns .exchanging h5 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
}
.page-returns .return-form {
  margin-bottom: 30px;
}
.page-returns .return-form:before,
.page-returns .return-form:after {
  content: " ";
  display: table;
}
.page-returns .return-form:after {
  clear: both;
}
.page-returns .return-form:before,
.page-returns .return-form:after {
  content: " ";
  display: table;
}
.page-returns .return-form:after {
  clear: both;
}
.page-returns .return-form p {
  margin-bottom: 30px;
}
.page-returns .return-form .btn-primary,
.page-returns .return-form .btn-secondary {
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  position: relative;
  padding-left: 75px;
  padding-right: 75px;
  margin: 0 auto;
  display: block;
  width: 100%;
}
.page-returns .return-form .btn-select-shipping {
  float: right;
  padding-left: 110px;
  padding-right: 110px;
}
.page-returns .return-form .btn-select-shipping:after {
  content: url('../../img/global/icon-chevron-btn.svg');
  position: absolute;
  right: 15px;
  top: 14px;
}
.page-returns .step-two .line-items {
  margin: 30px 0;
}
.page-returns .step-two .line-item {
  margin-bottom: 10px;
}
.page-returns .step-two .line-item select {
  margin-right: 10px;
  display: inline;
}
.page-returns .step-two .line-item label {
  font-weight: 400;
  display: inline;
}
.page-returns .step-three .form-group {
  margin-bottom: 50px;
}
.page-returns .step-four {
  text-align: center;
}
.page-returns .step-four .icon-success {
  width: 93px;
  margin-bottom: 40px;
}
.page-returns .step-four .btn-print-label {
  margin-bottom: 30px;
}
.page-returns .step-four .btn-print-label img {
  margin-right: 10px;
}
.page-returns .step-four h4 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-returns .returns-explanation {
    margin-bottom: 30px;
  }
  .page-returns .mobile-returns-cta {
    border-radius: 4px;
    background: #f7f5f5;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .page-returns .mobile-returns-cta .btn-return {
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .page-returns .returns-explanation {
    margin-bottom: 30px;
  }
  .page-returns .mobile-returns-cta {
    border-radius: 4px;
    background: #f7f5f5;
    padding: 15px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .page-returns .mobile-returns-cta .btn-return {
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    margin-top: 10px;
  }
}
.page-search .search-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 50px;
}
.page-search .search-title em {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3d6299;
  font-style: normal;
}
.page-search .no-results {
  text-align: center;
  margin-bottom: 80px;
}
.page-search .no-results p {
  font-size: 16px;
}
.page-search .no-results .search-again {
  position: relative;
}
.page-search .no-results .search-again label {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
}
.page-search .no-results .search-again form {
  margin: 0 0 50px;
  position: relative;
  border: 7px solid #e6e1da;
  background-color: #e6e1da;
  border-radius: 6px;
}
.page-search .no-results .search-again form input[type="text"] {
  border-radius: 4px;
  height: 46px;
  line-height: 40px;
  font-family: "clarendon-webfont", Georgia, "Times New Roman", Times, serif;
  display: block;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  width: 100%;
  border: 1px solid #bdb09d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-search .no-results .search-again form input[type="text"]::-webkit-input-placeholder {
  color: #797c80;
}
.page-search .no-results .search-again form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #555148;
  border: 1px solid #80796c;
  height: 46px;
  width: 47px;
  line-height: 1em;
  border-radius: 0 4px 4px 0;
}
.page-search .no-results .search-again form button:hover {
  background-color: #666157;
}
.page-search .no-results .search-autocomplete-wrapper {
  position: absolute;
  top: 100%;
  margin-top: 15px;
  width: 100%;
  max-height: 200px;
}
.page-search .no-results .search-autocomplete-wrapper:before {
  content: '';
  background: url('../../img/icon-caret-autocomplete.svg');
  width: 17px;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 18px;
}
.page-search .no-results .search-autocomplete-wrapper .search-autocomplete {
  line-height: 1em;
  background: #595650;
  border: 3px solid #252c33;
  border-radius: 6px;
  padding: 9px 0;
  color: #fff;
  max-height: 200px;
  overflow: auto;
}
.page-search .no-results .search-autocomplete-wrapper .search-autocomplete .search-result {
  display: block;
  color: #fff;
  padding: 6px 15px;
}
.page-search .no-results .search-autocomplete-wrapper .search-autocomplete .search-result:hover {
  background: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.page-search .no-results .search-autocomplete-wrapper .search-autocomplete .search-result:last-child {
  margin-bottom: 0;
}
.shipping-information .ups-my-choice-banner {
  margin: 0 0 30px;
  display: block;
  text-align: center;
}
.shipping-information .ups-my-choice-banner img {
  max-width: 100%;
}
.shipping-information .section-ups .ups-title {
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
}
.shipping-information .section-ups .ups-map {
  padding: 30px;
  border: 1px solid #ccc;
  border-top: 0;
  text-align: center;
  background: #f7f7f5;
  position: relative;
}
.shipping-information .section-ups .ups-map .ups-logo {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 75px;
}
.shipping-information .section-ups .map-key {
  border-radius: 0 0 5px 5px;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px 15px;
  text-align: center;
}
.shipping-information .section-ups .map-key .key {
  font-weight: bold;
  margin-right: 50px;
}
.shipping-information .section-ups .map-key .key:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 3px;
}
.shipping-information .section-ups .map-key .key.one-day:before {
  background: #e2283a;
}
.shipping-information .section-ups .map-key .key.two-day:before {
  background: #5c90db;
}
.shipping-information .section-ups .map-key .key.three-day:before {
  background: #fbaf3f;
}
.shipping-information .section-ups .map-key .key.four-day:before {
  background: #2dcf50;
}
.shipping-information .section-ups .map-key .key.five-day:before {
  background: #be47ff;
}
.shipping-information .section-ups .map-key .key.six-day:before {
  background: #fdfd00;
}
.shipping-information .section-ups .map-key .key.seven-day:before {
  background: #E0D3C1;
}
.shipping-information .section-ups .map-key .key:last-child {
  margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page-shipping-information .section-ups .map-key .key {
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page-shipping-information .section-ups .map-key .key {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .page-shipping-information .section-ups .ups-map .ups-logo {
    display: none;
  }
  .page-shipping-information .section-ups .map-key .key {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 0;
    width: 32%;
    padding: 0 10px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .page-shipping-information .section-ups {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-shipping-information .section-ups .ups-title {
    border-top: 0;
    border-radius: 0;
    padding-top: 0;
  }
  .page-shipping-information .section-ups .map-key {
    padding-top: 30px;
  }
}
.page-sitemap .masthead {
  background-image: url('../../img/mastheads/faq.jpg');
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: 50% 5%;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
}
.page-sitemap .masthead hgroup {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=0);
  border-radius: 0 0 5px 5px;
}
.page-sitemap .masthead h1.page-title {
  margin: 0;
}
.page-sitemap .masthead .page-subtitle {
  margin: 0;
}
.page-sitemap h2 {
  width: 33%;
  float: left;
  padding: 7.5px;
  margin: 0;
}
.page-sitemap h2 a {
  background: #e2e9f3;
  border-radius: 4px;
  padding: 4px 12px;
  display: block;
  text-decoration: none;
}
.page-sitemap h2 a:hover {
  background: #cfdbec;
}
.page-sitemap h2 a:after {
  content: "\2192";
  margin-left: 15px;
}
.page-sitemap h4 a {
  background: #e2e9f3;
  border-radius: 4px;
  padding: 4px 12px;
  display: inline-block;
  text-decoration: none;
}
.page-sitemap h4 a:hover {
  background: #cfdbec;
}
.page-sitemap h4 a:after {
  content: "\2192";
  margin-left: 10px;
}
.page-sitemap ul {
  padding: 0;
  margin-bottom: 30px;
  list-style-type: none;
}
.page-sitemap .product-loop ul li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .page-sitemap .product-loop ul li {
    float: left;
    width: 33.33333333%;
  }
}
.page-sitemap .product-loop ul li a {
  display: block;
  padding: 7.5px 0;
}
.store-locator address:first-child {
  margin-top: 5px;
}
.store-locator address strong {
  display: block;
  font-family: "helvetica-display";
  font-weight: normal;
  color: #ce2536;
  font-size: 18px;
}
.store-locator .map-container {
  border: 6px solid #ada9a1;
  border-radius: 4px;
}
.store-locator .map-container iframe {
  border: 0;
  margin-bottom: -6px;
}
.store-locator .site-footer {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .page-store-locator .map-container {
    display: none;
  }
  .page-store-locator .connect-mobile {
    margin-top: 30px;
  }
  .page-store-locator .site-footer {
    margin-top: 0;
  }
}
.page-write-review .write-review-summary {
  margin-bottom: 30px;
}
.page-write-review .write-review-summary p {
  margin: 0 0 30px;
}
.page-write-review .write-review-summary .product-wrapper {
  background: #f7f7f5;
  padding: 15px;
}
.page-write-review .write-review-summary .product-wrapper:before,
.page-write-review .write-review-summary .product-wrapper:after {
  content: " ";
  display: table;
}
.page-write-review .write-review-summary .product-wrapper:after {
  clear: both;
}
.page-write-review .write-review-summary .product-wrapper:before,
.page-write-review .write-review-summary .product-wrapper:after {
  content: " ";
  display: table;
}
.page-write-review .write-review-summary .product-wrapper:after {
  clear: both;
}
.page-write-review .write-review-summary .receipt-info {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.page-write-review .write-review-summary .receipt-info span {
  display: inline-block;
}
.page-write-review .write-review-summary .receipt-info .receipt-number {
  margin-right: 15px;
}
.page-write-review .write-review-summary .product-img {
  width: 120px;
  margin: 0 15px 0 0;
  float: left;
}
.page-write-review .write-review-summary .item-title {
  font-weight: 700;
  font-size: 21px;
}
.page-write-review form fieldset {
  margin-top: 0;
}
.page-write-review form fieldset legend {
  border: 0;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 0;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0;
}
.page-write-review form fieldset input[type="text"],
.page-write-review form fieldset textarea {
  width: 100%;
}
.page-write-review form fieldset.product-rating {
  margin-bottom: 30px;
}
.page-write-review .recaptcha {
  margin-top: 10px;
}
.page-write-review .btn-primary {
  font-weight: bold;
  font-size: 24px;
  margin-top: 30px;
}
.page-write-review .success-message {
  text-align: center;
}
@media (max-width: 480px) {
  .page-write-review .btn-primary {
    width: 100%;
  }
}