/** Shopify CDN: Minification failed

Line 133:3 Unexpected "zoom"

**/
/*============================================================================== 
# TABLE OF CONTENTS

# MIXINS
# VARIABLES
# GLOBAL
# HEADER
# NAV
# HOME
# COLLECTION
# PRODUCT
# FOOTER
==============================================================================*/
/* REMOVE BEFORE PUBLISHING */
/*==============================================================================
# MIXINS
==============================================================================*/
/*==============================================================================
# VARIABLES
==============================================================================*/
/*==============================================================================
# GLOBAL
==============================================================================*/
html {
  padding-top: 0; }

body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #333333; }

h1, .h1 {
  font-size: 30px;
  line-height: 35px; }
  h1 a, .h1 a {
    font-size: 30px; }
    h1 a:hover, .h1 a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }

h2, .h2 {
  font-size: 26px;
  line-height: 35px; }
  h2 a, .h2 a {
    font-size: 26px; }
    h2 a:hover, .h2 a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }

h3, .h3 {
  font-size: 22px;
  line-height: 20px; }
  h3 a, .h3 a {
    font-size: 22px; }
    h3 a:hover, .h3 a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }

h4, .h4 {
  font-size: 18px; }
  h4 a, .h4 a {
    font-size: 18px; }
    h4 a:hover, .h4 a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }

h5, .h5, h6, .h6 {
  font-size: 14px; }
  h5 a, .h5 a, h6 a, .h6 a {
    font-size: 14px; }
    h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }

a {
  text-decoration: none; }

p {
  font-size: 14px; }
  p a {
    text-decoration: underline; }

.large, .large > p, .large > span {
  font-size: 17px;
  line-height: 1.5em; }

.skip_link {
  position: absolute;
  left: -9999px;
  top: -9999px;
  color: #fff;
  background: #dd1229; }
  .skip_link:focus {
    top: 30px;
    left: 30px;
    z-index: 9999999; }

.hidden_label {
  position: absolute;
  left: -9999px;
  top: -9999px; }

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

input, select, textarea {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased; }

hr {
  margin-top: 0;
  margin-bottom: 50px;
  border: 0;
  border-bottom: 1px solid #919191; }
  hr .thin {
    margin-bottom: 20px; }

.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

.quote_like {
  padding-left: 20px;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  border-left: 2px solid #ccc; }

.image-preload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }

[data-opens-for] {
  display: none; }

.padding-top {
  padding-top: 20px; }

.slick-prev:active, .slick-prev:focus, .slick-next:active, .slick-next:focus {
  outline: 1px solid #f00 !important; }

.site-content {
  min-height: calc(100vh - 543px); }

.float-right {
  float: right; }

.float-left {
  float: left; }

.margin-bottom-3 {
  margin-bottom: 3px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.padded1 {
  padding: 1em; }

.padded2 {
  padding: 2em; }

.width-100 {
  width: 100%; }

#main_content {
  margin-bottom: 3em; }

/*==============================================================================
# FORM ELEMENTS
==============================================================================*/
.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #dd1229;
  border: 0;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }
  .button + button {
    margin-left: 20px; }
  .button:hover {
    background: #ab0808;
    /*@include opacity(0.6);*/ }
  .button.button--icon-left i {
    margin-right: 5px; }
  .button.button--icon-right i {
    margin-left: 5px; }
  .button.button--wire {
    color: #666666;
    background: none;
    border: 1px solid #edebeb; }
    .button.button--wire:hover, .button.button--wire.button--active {
      color: #3e3e3e;
      background: #f6f6f6;
      border-color: #8f8282; }
  .button.button--customize-it i {
    color: #fff; }
  .button.button--special {
    position: relative;
    font-size: 18px;
    font-weight: 900;
    text-transform: lowercase; }
  .button.button--red {
    background: #dd1229; }
    .button.button--red:hover {
      background: #ab0808;
      /*@include opacity(0.8);*/ }
    .button.button--red:focus {
      outline: 2px solid black; }
  .button.button--white {
    color: #fff;
    background: #dd1229; }
    .button.button--white:hover {
      background: #dd1229;
      border: 0;
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .button.button--full {
    width: 100%; }
  .button.button--hidden {
    display: none; }
  .button.button--small {
    padding: 2px 10px;
    font-size: 10px; }
  .button.button--fileupload {
    position: relative; }
    .button.button--fileupload input {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      width: 100%;
      height: 100%;
      opacity: 0;
      filter: alpha(opacity=0);
      cursor: pointer; }

.product-list-row .button--customize-it {
  float: right;
  width: 100%;
  padding: 8px;
  font-size: 12px; }
  .product-list-row .button--customize-it i {
    color: #fff; }

.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #dd1229;
  font-family: "Lato", sans-serif; }
  .embeddedServiceHelpButton .helpButton .uiButton:focus {
    outline: 1px solid #dd1229; }

button.button, input[type=submit].button {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  height: 9px;
  padding: 0;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }
  [type=range]:focus {
    outline: none; }
  [type=range]::-webkit-slider-runnable-track {
    width: 50%;
    height: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease;
    background: none;
    border: 0 solid #edebeb;
    border-radius: 5px; }
  [type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    -webkit-appearance: none;
    margin-top: -7.5px; }
  [type=range]:focus::-webkit-slider-runnable-track {
    background: none; }
  [type=range]::-moz-range-track {
    width: 50%;
    height: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease;
    background: none;
    border: 0 solid #edebeb;
    border-radius: 5px; }
  [type=range]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2); }
  [type=range]::-ms-track {
    width: 50%;
    height: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all .2s ease;
    background: transparent;
    border-color: transparent;
    color: transparent;
    height: 20px; }
  [type=range]::-ms-fill-lower {
    border: 0 solid #edebeb;
    border-radius: 10px;
    background: transparent; }
  [type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 solid #edebeb;
    border-radius: 10px; }
  [type=range]::-ms-thumb {
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [type=range] {
    height: 20px; } }
.label--inline {
  display: inline-block;
  width: calc(100% - 27px);
  margin-right: 5px; }

.inline-label {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 37px;
  text-transform: uppercase;
  color: #666666; }

.select, .selector-wrapper {
  position: relative;
  display: block; }
  .select:before, .selector-wrapper:before {
    content: '\e5c5';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    font-family: 'icomoon';
    font-size: 12px;
    color: #666666;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none; }
  .select.select--inline, .selector-wrapper.select--inline {
    display: inline-block; }
  .select select, .selector-wrapper select {
    width: 100%; }

select {
  padding: 10px 25px 10px 10px;
  font-size: 12px;
  color: #666666;
  background: #fff;
  border: 1px solid #919191;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  select:focus, select:active {
    border-color: #dd1229;
    outline: 0; }

select::-ms-expand {
  display: none; }

.select--full {
  width: 100%; }
  .select--full select {
    width: 100%; }

.input {
  max-width: 100%;
  max-height: 36px;
  padding: 10px;
  font-size: 14px;
  text-transform: none;
  color: #666666;
  background: #fff;
  border: 1px solid #919191;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .input:focus, .input:active {
    border-color: #666666;
    outline: 0; }
  .input.input--full {
    width: 100%; }

textarea.input {
  max-width: 100%;
  max-height: auto;
  min-height: 100px; }

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700; }

.input-quantity {
  display: inline-block;
  width: 75px;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  background: #fff;
  border: 1px solid #919191;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .input-quantity:focus, .input-quantity:active {
    border-color: #dd1229;
    outline: 0; }

.button-group {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  background: #fff;
  border: 1px solid #919191;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.icon-button {
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
  color: #919191;
  cursor: pointer; }
  .icon-button:hover, .icon-button.icon-button--active {
    color: #666666; }
  .icon-button:last-of-type {
    margin-right: 0; }

.view-button.icon-button--active:before {
  content: 'Selected ';
  position: absolute;
  top: -1000000px;
  left: -1000000px; }

.content h2, .content h3, .content h4, .content h5, .content h6 {
  margin-bottom: 10px;
  font-style: italic;
  text-transform: none; }
.content p {
  margin-bottom: 10px;
  line-height: 18px;
  letter-spacing: 0.2px; }

/*==============================================================================
# IMAGE PRELOADING
==============================================================================*/
.zippo-vector {
  position: relative;
  z-index: 1000; }

#fire {
  position: absolute;
  height: calc(10px * 2);
  width: calc(10px * 2);
  bottom: 37px;
  right: 50%;
  margin-right: -18px; }

.flame {
  width: 0px;
  height: 0px;
  background-color: darkorange;
  border-radius: 2px;
  bottom: -10px;
  transform: rotate(45deg);
  margin-left: calc(10px / 2);
  margin-bottom: calc(10px * 1.5);
  position: absolute;
  animation: fire 1s infinite;
  animation-timing-function: linear; }

.flame:nth-child(1) {
  animation: fire 2s infinite;
  animation-timing-function: linear;
  animation-delay: 0; }

.flame:nth-child(2) {
  animation: fire 2s infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s; }

.flame:nth-child(3) {
  animation: fire 2s infinite;
  animation-timing-function: linear;
  animation-delay: 1s; }

.flame:nth-child(4) {
  animation: fire 2s infinite;
  animation-timing-function: linear;
  animation-delay: 1.5s; }

.flame:nth-child(5) {
  animation: fire 2s infinite;
  animation-timing-function: linear;
  animation-delay: 2s; }

@keyframes fire {
  0% {
    width: 0;
    height: 0;
    margin-left: 10px;
    background-color: #ffce00;
    z-index: 1000; }

  50% {
    width: 10px;
    height: 10px;
    margin-bottom: calc(10px * 1.5);
    margin-left: calc(10px / 2);
    background-color: darkorange; }

  75% {
    z-index: 1; }

  100% {
    width: 0px;
    height: 0px;
    margin-bottom: calc(10px * 4);
    margin-left: 10px;
    background-color: #ff0000;
    z-index: 1; } }

/*==============================================================================
# IMAGE PRELOADING
==============================================================================*/
[class*="image-ratio"] {
  position: relative;
  background: #101010; }
  [class*="image-ratio"]:before {
    content: '\e863';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    font-family: 'icomoon';
    font-size: 18px;
    color: #fff;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: spin-clockwise 2s infinite linear;
    -ms-animation: spin-clockwise 2s infinite linear;
    -moz-animation: spin-clockwise 2s infinite linear;
    -o-animation: spin-clockwise 2s infinite linear;
    animation: spin-clockwise 2s infinite linear; }
  [class*="image-ratio"] img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }

.image-ratio\:home-banner {
  padding-bottom: 31.93%; }

.image-ratio\:collection-banner {
  padding-bottom: 31.93%; }

.image-ratio\:square {
  padding-bottom: 100%; }

.image-ratio\:promo-tall {
  padding-bottom: 198.36%; }

/*==============================================================================
# HEADER
==============================================================================*/
.header {
  background: white; }

.header--section, .border {
  border-bottom: 1px solid #edebeb; }

.header-top-links {
  font-size: 0;
  /* Inline block fix */ }

.header-top-link {
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  text-transform: uppercase;
  color: #666666;
  border-right: 1px solid #edebeb; }
  .header-top-link:first-of-type {
    border-left: 1px solid #edebeb; }
  .header-top-link:hover {
    background: #f6f6f6; }

.header-top-link--cart i {
  font-size: 11px; }

.header-top-link--cart-count {
  width: 22px;
  padding: 5px 0;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: #dd1229; }
  .header-top-link--cart-count:hover {
    background: #c51025; }

.header-middle {
  padding: 10px 0; }
  .header-middle .button {
    margin-left: 10px; }
    .header-middle .button:first-of-type {
      margin-left: 0; }

.logo {
  width: 140px; }
  .logo a {
    display: block; }
  .logo img {
    width: 100%; }

.gift-card-small {
  position: absolute;
  bottom: 5px;
  right: 19px;
  font-size: 8px;
  font-weight: 400; }

.header-bottom {
  position: relative; }

.header-bottom-search {
  position: relative;
  font-size: 0;
  /* border: 1px solid #9a8f8f; */ }
  .header-bottom-search:before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 0;
    background: #dd1229;
    -webkit-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out; }
  .header-bottom-search.focused:before {
    height: 4px; }

.header-bottom-search-input {
  width: calc(100% - 44px);
  height: 44px;
  padding: 10px;
  font-size: 14px;
  color: #666666;
  border: 0;
  border-left: 1px solid #edebeb;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .header-bottom-search-input:focus {
    outline: 0; }

.header-bottom-search-button {
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 14px;
  color: #666666;
  background: #fff;
  border: 0;
  border-right: 1px solid #edebeb;
  cursor: pointer;
  vertical-align: top; }
  .header-bottom-search-button:hover {
    color: #dd1229; }
  .header-bottom-search-button i {
    font-size: 18px; }

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #edebeb; }

.mobile-header-button {
  position: relative;
  display: block;
  height: 48px;
  padding: 0;
  font-size: 0;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  cursor: pointer; }
  .mobile-header-button:hover {
    color: #fff;
    background: #dd1229; }
  .mobile-header-button i {
    position: relative;
    font-size: 22px;
    line-height: 48px; }
  .mobile-header-button.mobile-header--menu span {
    margin-left: 10px; }

.mobile-header-button-text {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 14px; }

.search-section.mobile-search {
  position: relative;
  top: 100%;
  left: 0;
  width: 100%;
  border-top: 1px solid #edebeb;
  border-bottom: 0; }

.mobile-cart-count {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5px;
  height: 5px;
  background: #dd1229;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.header-freeshippingbanner {
  width: 100%;
  background: black;
  padding: 10px;
  font-size: 17px;
  font-weight: normal;
  color: white;
  border-bottom: 3px solid #dd1229;
  text-align: center; }

/*==============================================================================
# NAV
==============================================================================*/
.nav {
  font-size: 0; }

.nav-item {
  display: inline-block;
  margin-right: 40px;
  font-size: 0; }

.nav-link {
  position: relative;
  display: block;
  padding: 15px 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000; }
  .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 0;
    background: #dd1229;
    -webkit-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out; }
  .nav-link.nav-link--hover:before, .nav-link:hover:before {
    height: 4px; }

.nav-dropdown {
  position: absolute;
  top: calc(100%);
  left: 0;
  z-index: 5;
  display: none;
  width: 100%;
  border-top: 1px solid #edebeb; }
  .nav-dropdown li {
    display: inline-block; }

.nav-dropdown .nav-link--first, .nav-link--second {
  display: inline-block;
  margin-right: 30px;
  padding: 20px 0;
  font-size: 14px;
  text-transform: none; }
  .nav-dropdown .nav-link--first:hover, .nav-link--second:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }
    .nav-dropdown .nav-link--first:hover:before, .nav-link--second:hover:before {
      display: none; }

.nav-dropdown--normal {
  background: #f9f8f8;
  border-bottom: 1px solid #edebeb; }

.nav-dropdown--show {
  display: block; }

.nav-dropdown--mega {
  background: #fff;
  border-right: 1px solid #edebeb;
  border-bottom: 1px solid #edebeb;
  border-left: 1px solid #edebeb; }

.nav-link-mega {
  display: block;
  margin-right: 0;
  text-align: center;
  background: #f6f6f6;
  border-right: 1px solid #edebeb;
  border-noyyom: 1px solid #edebeb; }
  .nav-link-mega.nav-link-mega--active {
    background: #fff;
    border-right: none; }

/*==============================================================================
# HOME
==============================================================================*/
.home-slider-wrapper {
  position: relative;
  margin-bottom: 50px; }
  .home-slider-wrapper .play_pause_controls {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9; }
    .home-slider-wrapper .play_pause_controls button {
      background: #000;
      color: #fff;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      text-align: center;
      border: none; }

.home-slide {
  position: relative; }
  .home-slide img {
    width: 100%; }

.home-slide-caption {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  width: 100%;
  padding-left: 8%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .home-slide-caption.home-caption-position--right {
    left: auto;
    right: 0;
    text-align: right;
    padding-left: 0;
    padding-right: 8%; }
  .home-slide-caption h2 {
    margin-bottom: 5px;
    font-size: 50px;
    font-style: italic;
    text-transform: uppercase;
    color: #fff; }
  .home-slide-caption p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff; }
  .home-slide-caption .button {
    width: 200px; }

.home-slider-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .home-slider-arrows .slick-arrow {
    background: none;
    border: 0;
    cursor: pointer; }
    .home-slider-arrows .slick-arrow:focus, .home-slider-arrows .slick-arrow:active {
      outline: 0; }
    .home-slider-arrows .slick-arrow:hover {
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .home-slider-arrows .slick-prev {
    float: left; }
  .home-slider-arrows .slick-next {
    float: right; }

.home-slider-dots, .product-slider-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%; }
  .home-slider-dots .slick-dots li, .product-slider-dots .slick-dots li {
    display: inline-block;
    margin: 0 15px; }
    .home-slider-dots .slick-dots li.slick-active button, .product-slider-dots .slick-dots li.slick-active button {
      background: #fff; }
      .home-slider-dots .slick-dots li.slick-active button:hover, .product-slider-dots .slick-dots li.slick-active button:hover {
        background: #dd1229; }
  .home-slider-dots .slick-dots button, .product-slider-dots .slick-dots button {
    padding: 0;
    width: 15px;
    height: 15px;
    font-size: 0;
    background: none;
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer; }
    .home-slider-dots .slick-dots button:focus, .home-slider-dots .slick-dots button:active, .product-slider-dots .slick-dots button:focus, .product-slider-dots .slick-dots button:active {
      outline: 1px solid #f00 !important;
      background: #dd1229; }
    .home-slider-dots .slick-dots button:hover, .product-slider-dots .slick-dots button:hover {
      background: #dd1229; }

.home-top-promo-boxes {
  margin-bottom: 50px; }

.promo-box {
  position: relative;
  display: block;
  border: 1px solid #666; }
  .promo-box img {
    width: 100%; }

.promo-box-caption {
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0); }
  .promo-box-caption:hover {
    background: rgba(0, 0, 0, 0.2); }
  .promo-box-caption:focus::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 5px solid #dd1229;
    outline: 5px dashed #fff; }
  .promo-box-caption .promo-box-caption-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .promo-box-caption .promo-box-caption-inner h2, .promo-box-caption .promo-box-caption-inner h3, .promo-box-caption .promo-box-caption-inner h4, .promo-box-caption .promo-box-caption-inner h5 {
      text-align: center;
      text-transform: uppercase;
      color: #fff; }

.home-title {
  margin-bottom: 50px; }

.home-middle-promo-boxes {
  margin-bottom: 50px; }
  .home-middle-promo-boxes .home-title h3 {
    margin-bottom: 5px;
    text-transform: uppercase; }
    .home-middle-promo-boxes .home-title h3 span {
      display: block;
      font-weight: 400; }

.social-boxes h3 {
  text-transform: uppercase; }

.social-box {
  position: relative;
  border: 2px solid #f6f6f6; }
  .social-box.social-box--unique .social-box-type {
    top: 50%;
    left: 0;
    width: 100%;
    height: 75px;
    text-align: center;
    font-size: 75px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .social-box.social-box--tweet:after {
    display: none; }
  .social-box.social-box--tweet:before {
    content: "";
    display: block;
    padding-top: 100%; }
  .social-box img {
    width: 100%; }

.social-box-tweet {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  word-wrap: break-word;
  color: #fff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .social-box-tweet a {
    color: #fff; }
    .social-box-tweet a:hover {
      text-decoration: underline; }

.tweet {
  margin-bottom: 10px; }

.social-box-type {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7); }

.social-box-type-icon {
  float: left;
  width: 19px; }

.social-box-type-stats {
  float: right;
  width: calc(100% - 19px);
  text-align: right; }
  .social-box-type-stats .icomoon-heart {
    color: #dd1229; }

.social-box-type-comments {
  margin-left: 5px; }

.social--facebook {
  background: #3b5998; }
  .social--facebook:hover {
    background: #2d4373; }

.social--youtube {
  background: #bb0000; }
  .social--youtube:hover {
    background: #880000; }

.social--twitter {
  background: #55acee; }
  .social--twitter:hover {
    background: #2795e9; }

.social--pinterest {
  background: #cb2027; }
  .social--pinterest:hover {
    background: #9f191f; }

/*==============================================================================
# BREADCRUMBS
==============================================================================*/
.breadcrumbs {
  margin-bottom: 20px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #edebeb; }
  .breadcrumbs li {
    display: inline-block; }
  .breadcrumbs a {
    color: #666666; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs span {
    color: #333333; }

.breadcrumb-spacer {
  margin: 0 10px; }

/*==============================================================================
# COLLECTION
==============================================================================*/
.collection-header {
  margin-bottom: 20px;
  background: #fff; }

.collection-banner {
  position: relative; }

.collection-banner img {
  width: 100%; }

.collection-title {
  position: absolute;
  bottom: 15px;
  left: 20px;
  z-index: 4; }
  .collection-title h1 {
    font-size: 50px;
    font-weight: 900;
    font-style: italic;
    color: #fff;
    -webkit-text-shadow: 0 3px 10px black;
    -ms-text-shadow: 0 3px 10px black;
    -moz-text-shadow: 0 3px 10px black;
    -o-text-shadow: 0 3px 10px black;
    text-shadow: 0 3px 10px black; }

.collection-filters {
  margin-bottom: 20px; }

.collection-filter {
  width: 100%; }
  .collection-filter select {
    width: 100%; }

.collection-featured-products .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 3px;
  font-size: 0;
  background: 0;
  border: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer; }
  .collection-featured-products .slick-prev:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .collection-featured-products .slick-prev:before {
    content: '\62';
    font-family: 'zippo-custom-icons';
    font-size: 20px;
    color: #333333; }
.collection-featured-products .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0 3px;
  font-size: 0;
  background: 0;
  border: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer; }
  .collection-featured-products .slick-next:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .collection-featured-products .slick-next:before {
    content: '\63';
    font-family: 'zippo-custom-icons';
    font-size: 20px;
    color: #333333; }

.featured-product-title {
  font-style: italic;
  margin-bottom: 10px; }

.featured-item-price {
  margin-bottom: 10px; }

.featured-products.styled-card {
  position: relative;
  padding: 20px; }

.featured-product {
  margin-right: 10px;
  margin-left: 10px; }

.featured-item-image {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px 100% 10px;
  font-size: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #edebeb; }
  .featured-item-image:hover {
    border-color: #333333; }
  .featured-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    max-height: 100%;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.collection-item-title {
  width: 100%;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.collection-item-button {
  padding: 8px;
  font-size: 12px; }

.page-list-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #919191; }
  .page-list-item p:last-of-type {
    margin-bottom: 0; }

.collection-products .product-badge-inner, .search-item .product-badge-inner {
  font-size: 12px; }

.collection-item-price {
  font-size: 16px; }

.full-price {
  color: #999999;
  font-size: 14px; }

.product-list-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #919191; }
  .product-list-row .collection-item-title {
    font-size: 20px; }
    .product-list-row .collection-item-title a {
      font-size: 16px;
      color: #333333; }
  .product-list-row .collection-item-price {
    font-size: 16px; }
  .product-list-row .product-badges {
    position: static;
    margin-top: 10px; }
  .product-list-row .product-badge {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    text-align: left; }

.collection-item-image {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 100% 10px;
  font-size: 0;
  text-align: center;
  background: #fff;
  border: 1px solid #edebeb; }
  .collection-item-image:hover {
    border-color: #333333; }
  .collection-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    max-height: 100%;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.customizer-collection-item-image {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px 100% 10px;
  font-size: 0;
  text-align: center;
  background: #fff;
  border: 0px solid #edebeb; }
  .customizer-collection-item-image:hover {
    border-color: #333333; }
  .customizer-collection-item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    max-height: 100%;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.collection-item-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-style: italic;
  text-transform: none; }
  .collection-item-title a {
    font-size: 16px;
    color: #333333; }

.collection-copy-block {
  padding: 2em 4em; }

.collection-copy {
  font-size: 18px;
  line-height: 24px;
  text-align: justify; }

.collection-item-button {
  width: 100%;
  text-align: center; }

.promo-box--collection .promo-box-caption {
  text-align: center;
  color: #fff; }
  .promo-box--collection .promo-box-caption:hover {
    background: rgba(0, 0, 0, 0.2); }
  .promo-box--collection .promo-box-caption h2, .promo-box--collection .promo-box-caption h3, .promo-box--collection .promo-box-caption h4, .promo-box--collection .promo-box-caption h5, .promo-box--collection .promo-box-caption h6 {
    width: 50%;
    margin: 0 auto 10px auto;
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    font-style: italic;
    -webkit-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }

.button--promo {
  color: #fff;
  background: #dd1229;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }
  .button--promo:hover {
    background: #dd1229;
    opacity: 0.8;
    filter: alpha(opacity=80); }

.mobile-collection-filters {
  background: #fff;
  margin-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #edebeb; }
  .mobile-collection-filters .button {
    width: 100%;
    text-align: left; }
    .mobile-collection-filters .button i {
      float: right; }

.mobile-collection-filters-section {
  background: #fff;
  padding-top: 20px;
  border-top: 1px solid #edebeb; }

.promo-notice {
  border: 4px solid #78be20;
  background: #c2dc95;
  padding: 20px;
  margin-bottom: 40px; }

.promo-notice > h2 > strong {
  color: #000000; }

.promo-notice > h4 {
  margin: 10px auto; }

.promo-notice > a {
  background: #018c15;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  margin: 20px auto;
  padding: 12px; }

.promo-notice > a:hover {
  background: #000000;
  cursor: pointer; }

.promo-notice > a > strong {
  font-weight: bold; }

/*==============================================================================
# PAGINATION
==============================================================================*/
.pagination {
  margin-top: 20px; }
  .pagination span {
    margin-bottom: 10px;
    line-height: 14px; }
  .pagination .page {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #919191;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .pagination .page:hover {
      color: #333333;
      background: #f6f6f6;
      border: 1px solid #666666; }
    .pagination .page.current {
      padding: 10px 20px;
      color: #333333;
      background: #f6f6f6;
      border: 1px solid #666666; }
    .pagination .page a {
      display: block;
      padding: 10px 20px;
      font-size: 14px;
      line-height: 14px;
      text-transform: none;
      color: #666666; }
  .pagination .next, .pagination .prev {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #919191;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .pagination .next:hover, .pagination .prev:hover {
      color: #333333;
      background: #f6f6f6;
      border: 1px solid #666666; }
    .pagination .next a, .pagination .prev a {
      display: block;
      padding: 10px 15px;
      font-size: 14px;
      line-height: 14px; }
  .pagination .deco {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #919191;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }

/*==============================================================================
# QUICKVIEW
==============================================================================*/
.quickview-wrapper {
  padding: 0;
  background: #f6f6f6; }
  .quickview-wrapper .product-header {
    margin-bottom: 0;
    background: transparent;
    border-bottom: 0; }
  .quickview-wrapper .product-message {
    padding: 15px;
    background: #000000;
    border: 5px solid #f6f6f6; }
  .quickview-wrapper .product-message-title {
    margin-bottom: 10px;
    color: #fff; }
  .quickview-wrapper .product-message-text {
    font-size: 16px;
    color: #fff; }
  .quickview-wrapper .product-header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .quickview-wrapper .product-body {
    padding-left: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 0;
    margin-bottom: 0; }

/*==============================================================================
# PRODUCT
==============================================================================*/
.product-header {
  margin-bottom: 20px;
  background: #fff;
  border-bottom: 1px solid #edebeb; }

.product-title-section {
  padding-left: 20px;
  border-left: 4px solid #dd1229; }

.product-title {
  margin-bottom: 5px;
  font-style: italic;
  text-transform: none; }

.product-sku {
  font-size: 14px;
  font-style: italic;
  text-transform: none;
  font-weight: 400;
  color: #666666; }

.product-price {
  font-size: 35px;
  font-weight: 700;
  color: #333333; }

.product-compare-price {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 700;
  text-decoration: line-through;
  color: #919191; }

.product-body {
  margin-bottom: 40px; }

.product-badges {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2; }

.product-badge {
  display: block;
  margin-bottom: 10px;
  text-align: right; }

.product-badge-inner {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background: #000000; }

.product-featured-image {
  position: relative;
  margin-bottom: 10px; }

.product-featured-image-inner {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
  border: 1px solid #919191;
  cursor: zoom-in; }
  .product-featured-image-inner:focus, .product-featured-image-inner:active {
    border-color: #919191;
    outline: 0; }
  .product-featured-image-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.quickview-wrapper .product-featured-image-inner {
  cursor: default; }

.product-featured-gallery-item {
  display: none; }

.product-thumb:active, .product-thumb:focus {
  border-color: #919191;
  outline: 0; }

.product-thumb, .product-thumb-video {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: calc(100% - 2px);
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #919191;
  cursor: pointer; }
  .product-thumb:hover, .product-thumb-video:hover {
    border-color: #333333; }
  .product-thumb img, .product-thumb-video img {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.product-thumbnails .slick-prev {
  position: absolute;
  bottom: 100%;
  left: 50%;
  padding: 0 7px;
  font-size: 0;
  background: 0;
  border: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer; }
  .product-thumbnails .slick-prev:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .product-thumbnails .slick-prev:before {
    content: '\64';
    font-family: 'zippo-custom-icons';
    font-size: 14px;
    color: #333333; }
.product-thumbnails .slick-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 0 7px;
  font-size: 0;
  background: 0;
  border: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer; }
  .product-thumbnails .slick-next:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .product-thumbnails .slick-next:before {
    content: '\61';
    font-family: 'zippo-custom-icons';
    font-size: 14px;
    color: #333333; }

.product-thumb-video-link {
  display: block; }

.product-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
  background: none; }
  .product-video-overlay:hover i {
    color: #dd1229; }
  .product-video-overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }

.product-description {
  position: relative;
  margin-bottom: 20px; }
  .product-description.product-description--short {
    max-height: 100px;
    overflow: hidden; }
    .product-description.product-description--short:before {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      display: block;
      height: 5px;
      box-shadow: 0 -5px 30px 10px #f6f6f6; }
    .product-description.product-description--short.show-all {
      max-height: none;
      overflow: visible; }
      .product-description.product-description--short.show-all:before {
        display: none; }

.emphasis {
  line-height: 14px;
  font-style: italic;
  color: #6a6a6a; }
  .emphasis i {
    font-size: 10px;
    line-height: 14px; }

[data-read-more-trigger] {
  cursor: pointer; }

.product-release-date-title {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
  color: #666666; }

.product-release-date-value {
  display: inline-block;
  font-size: 14px;
  line-height: 16px; }

.product-quantity-wrapper {
  display: inline-block;
  margin-right: 10px; }

.add-to-cart {
  width: 150px; }

.social-sharing-button {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background: #4c4c4c;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }
  .social-sharing-button:hover {
    background: #c51025; }
  .social-sharing-button i {
    margin-right: 5px; }

.social-sharing {
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  width: 100px;
  padding: 10px;
  background: #fff;
  border: 1px solid #edebeb; }

.social-button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }
  .social-button:last-of-type {
    margin-bottom: 0; }
  .social-button i {
    margin-right: 5px; }

.mobile-product-images {
  position: relative;
  padding: 20px 0 40px 0;
  background: #fff;
  border-bottom: 1px solid #edebeb; }

.mobile-product-image-slide {
  height: 350px; }
  .mobile-product-image-slide .product-thumb-video-link {
    position: relative;
    height: 100%; }
  .mobile-product-image-slide .product-video-overlay {
    background: none; }
    .mobile-product-image-slide .product-video-overlay:hover i {
      color: #dd1229; }
    .mobile-product-image-slide .product-video-overlay i {
      font-size: 100px;
      -webkit-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
      -ms-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
      -moz-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
      -o-text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
      text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5); }
  .mobile-product-image-slide img {
    max-height: 100%;
    margin: 0 auto; }
    .mobile-product-image-slide img:active, .mobile-product-image-slide img:focus {
      outline: 0; }

.product-slider-dots {
  bottom: 10px; }
  .product-slider-dots .slick-dots li.slick-active button {
    background: #919191; }
    .product-slider-dots .slick-dots li.slick-active button:hover {
      background: #919191; }
  .product-slider-dots .slick-dots button {
    border: 2px solid #919191; }
    .product-slider-dots .slick-dots button:hover {
      background: #919191; }

.special-title-section {
  padding-left: 20px;
  font-style: italic;
  border-left: 4px solid #dd1229; }

.license-info {
  margin: 20px; }

.trademark-info {
  margin: 20px;
  float: left; }

.prop65 {
  margin-top: 20px; }

.product-guide {
  margin-top: 30px; }

.case-shape-guide {
  margin-top: 30px; }

.cart-add-error {
  border: 2px solid #dd1229;
  color: #dd1229;
  background: #fff;
  padding: 10px 20px;
  margin-top: 10px; }

.productpage-promo {
  padding: 20px 0 0 20px;
  margin: 10px;
  border: 2px solid black;
  border-radius: 5px; }

/*==============================================================================
# PAGES/ACCOUNTS
==============================================================================*/
.page-header {
  padding-top: 20px;
  background: #fff;
  border-bottom: 1px solid #edebeb; }
  .page-header.page-header--has-breadcrumbs {
    padding-top: 0; }

.page-title-section {
  padding-left: 20px;
  border-left: 4px solid #dd1229; }

.page-title {
  font-style: italic;
  text-transform: none; }

.sub-title {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400; }
  .sub-title a {
    color: #dd1229; }
    .sub-title a:hover {
      text-decoration: underline; }
  .sub-title i {
    font-size: 12px; }

.page-body {
  margin-top: 20px; }

.search-section {
  background: #fff;
  border-top: 1px solid #edebeb;
  border-bottom: 1px solid #edebeb;
  margin-top: 20px; }

.search-item:last-of-type .article-list-item, .search-item:last-of-type .product-list-item, .search-item:last-of-type .page-list-item {
  padding-bottom: 0;
  border-bottom: 0; }

.four-oh-four h2 {
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 300; }
.four-oh-four h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300; }
.four-oh-four h4 {
  font-size: 20px;
  font-weight: 300; }
.four-oh-four a {
  color: #dd1229; }
  .four-oh-four a:hover {
    text-decoration: underline; }

.styled-content h1, .styled-content h2, .styled-content h3, .styled-content h4, .styled-content h5, .styled-content h6 {
  margin-bottom: 20px;
  font-style: italic;
  line-height: 30px; }
  .styled-content h1 a, .styled-content h2 a, .styled-content h3 a, .styled-content h4 a, .styled-content h5 a, .styled-content h6 a {
    font-size: inherit; }
.styled-content p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 20px; }
  .styled-content p.no-margin {
    margin-bottom: 0; }
  .styled-content p a {
    color: #dd1229;
    text-decoration: underline; }
    .styled-content p a:hover {
      text-decoration: underline; }
    .styled-content p a:focus {
      text-decoration: underline; }
.styled-content a {
  font-size: 16px;
  line-height: 20px;
  color: #dd1229;
  text-decoration: underline; }
  .styled-content a:hover {
    text-decoration: underline; }
  .styled-content a:focus {
    text-decoration: underline; }
.styled-content ul {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 30px; }
  .styled-content ul li {
    padding-left: 10px; }
  .styled-content ul.unstyled-list {
    margin-left: 0;
    list-style-type: none; }
  .styled-content ul ul {
    list-style-type: circle; }
.styled-content ol {
  margin-left: 10px;
  margin-bottom: 20px;
  list-style-type: numeric;
  list-style-position: inside; }
  .styled-content ol.unstyled-list {
    margin-left: 0;
    list-style-type: none; }
.styled-content li {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px; }
  .styled-content li a {
    color: #dd1229; }
    .styled-content li a:hover {
      text-decoration: underline; }
.styled-content blockquote {
  padding-left: 20px;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  border-left: 2px solid #919191; }
  .styled-content blockquote a {
    color: #dd1229; }
    .styled-content blockquote a:hover {
      text-decoration: underline; }
.styled-content strong {
  font-weight: 700; }
.styled-content em {
  font-style: italic; }
.styled-content img {
  display: inline-block; }

.instructions {
  word-break: break-all; }

.styled-form {
  padding: 20px;
  background: #fff;
  border: 1px solid #edebeb; }
  .styled-form a:focus {
    text-decoration: underline; }
  .styled-form a:hover {
    text-decoration: underline; }
  .styled-form .input {
    width: 100%; }
  .styled-form .button {
    width: 100%; }
  .styled-form .errors {
    padding: 10px;
    color: #53535f;
    border: 1px solid #dd1229;
    background: rgba(255, 0, 0, 0.15); }
    .styled-form .errors li {
      margin-bottom: 5px; }
      .styled-form .errors li:last-of-type {
        margin-bottom: 0; }
      .styled-form .errors li a {
        color: #dd1229;
        text-decoration: underline; }
        .styled-form .errors li a:hover {
          text-decoration: none; }

.success {
  padding: 10px;
  color: #36b71e;
  border: 1px solid #36b71e;
  background: rgba(54, 183, 30, 0.15); }
  .success li {
    margin-bottom: 5px; }
    .success li:last-of-type {
      margin-bottom: 0; }
    .success li a {
      color: #36b71e;
      text-decoration: underline; }
      .success li a:hover {
        text-decoration: none; }

.subtitle {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #666666; }

.edit-form {
  padding-top: 20px; }

.form-text-link {
  display: block;
  margin-bottom: 10px;
  color: #dd1229;
  background: 0;
  border: 0; }
  .form-text-link:hover {
    text-decoration: underline; }
  .form-text-link:last-of-type {
    margin-bottom: 0; }

.form-info:last-of-type {
  margin-bottom: 0; }

.styled-card {
  padding: 20px;
  background: #fff;
  border: 1px solid #edebeb; }

.page-sidebar-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edebeb;
  cursor: pointer; }
  .page-sidebar-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.page-sidebar-link {
  font-size: 16px;
  line-height: 18px;
  color: #666666; }
  .page-sidebar-link:hover {
    color: #333232;
    /*@include opacity(0.6);*/ }
  .page-sidebar-link i {
    margin-left: 5px;
    font-size: 12px; }

.page-sidebar-sublist {
  display: none;
  margin-left: 10px;
  padding-top: 10px;
  padding-bottom: 0; }

.page-sidebar-subitem {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0; }

.page-sidebar-sublink {
  font-size: 14px;
  line-height: 16px;
  color: #666666; }

.support-box {
  width: 100%; }

.styled-content .support-box-title, .styled-content .support-box-description {
  margin-bottom: 10px; }

.article-list-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #919191; }

.article-list-tags h5 {
  display: inline-block;
  font-style: normal; }
.article-list-tags a {
  font-size: 14px; }

.article-author {
  font-size: 14px;
  font-style: italic; }

.empty-message {
  padding: 20px 0;
  font-size: 18px;
  font-style: italic; }
  .empty-message a {
    color: #dd1229; }
    .empty-message a:hover {
      text-decoration: underline; }

.divider-break {
  position: relative;
  margin: 20px 0 5px 0; }

.divider-break:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #edebeb;
  position: absolute;
  top: 50%; }

.divider-break p {
  background: #fff;
  position: relative;
  z-index: 100;
  display: inline-block;
  padding: 10px; }

.legal-container label {
  padding-left: 25px;
  line-height: 20px;
  text-transform: none; }

.legal-container input {
  position: absolute; }

/*==============================================================================
# STORE LOCATOR
==============================================================================*/
.store-locator #store_map img {
  max-width: none;
  max-height: none; }
.store-locator h2 {
  display: none; }
.store-locator .search_bar {
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #edebeb; }
  .store-locator .search_bar #limit {
    width: auto; }
.store-locator .main_search_bar, .store-locator .search_within_distance, .store-locator .search_limit {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px; }
.store-locator .main_search_label {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  font-style: italic; }
.store-locator .distance_label, .store-locator .search_limit_label {
  margin-right: 10px; }
.store-locator .search_filters {
  margin-top: 10px;
  padding-top: 20px;
  border-top: 1px solid #edebeb; }
.store-locator .search_filter {
  margin-right: 10px; }
.store-locator #store_map {
  width: 60%;
  float: right; }
.store-locator #addresses_list, .store-locator #directions_text {
  width: 40%;
  float: left;
  padding: 20px 5px;
  background: #fff;
  border-top: 1px solid #edebeb;
  border-left: 1px solid #edebeb;
  border-bottom: 1px solid #edebeb;
  overflow-y: scroll;
  overflow-x: hidden; }
  .store-locator #addresses_list ul, .store-locator #directions_text ul {
    list-style-type: none; }
    .store-locator #addresses_list ul li, .store-locator #directions_text ul li {
      margin-bottom: 20px;
      padding-left: 30px; }
      .store-locator #addresses_list ul li a, .store-locator #directions_text ul li a {
        color: #666666; }
        .store-locator #addresses_list ul li a:hover, .store-locator #directions_text ul li a:hover {
          text-decoration: none; }
          .store-locator #addresses_list ul li a:hover .name, .store-locator #directions_text ul li a:hover .name {
            color: #666666; }
      .store-locator #addresses_list ul li .name, .store-locator #directions_text ul li .name {
        font-weight: 700;
        font-style: italic; }
.store-locator #directions_text #direction_destination, .store-locator .addresses li {
  background-repeat: no-repeat; }

#direction_destination {
  margin-bottom: 20px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 20px; }

.return_to_results {
  margin-bottom: 20px;
  display: inline-block; }

#directions_steps {
  margin-bottom: 20px;
  padding-left: 30px; }

.directions_step {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px; }

.directions_step_id {
  position: absolute;
  left: 0; }

.directions_instructions {
  line-height: 18px;
  margin-bottom: 5px; }

.store-locator #directions_text {
  padding-left: 15px; }

#direction_destination .name {
  font-style: italic;
  font-weight: bold; }

/*==============================================================================
# ACCOUNTS
==============================================================================*/
.icon-list-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 0;
  border-bottom: 1px solid #edebeb; }
  .icon-list-row:last-of-type {
    border-bottom: 0; }

.icon-list-icon {
  display: inline-block;
  vertical-align: top;
  width: 40px; }
  .icon-list-icon i {
    font-size: 18px; }

.icon-list-value {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  font-size: 14px; }
  .icon-list-value p {
    margin-bottom: 5px; }
    .icon-list-value p:last-of-type {
      margin-bottom: 0; }

.table-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #edebeb; }

.table-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #edebeb; }
  .table-row:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .table-row .table-row-title {
    margin-bottom: 5px; }
  .table-row a {
    color: #dd1229; }
    .table-row a:hover {
      text-decoration: underline; }

.table-value-row-wrapper:last-of-type .table-value-row {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0; }

.table-value-row {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #edebeb; }

.table-row-title-mobile {
  display: none;
  font-size: 14px;
  font-weight: 600; }

.table-row-title {
  font-size: 14px;
  font-weight: 600; }

.table-row-sub-title {
  display: block;
  font-size: 12px;
  font-style: italic; }

.table-footer {
  margin-top: 10px;
  padding-top: 10px;
  font-size: 16px;
  border-top: 3px solid #edebeb; }

.reorder {
  display: inline-block;
  color: #dd1229;
  cursor: pointer; }
  .reorder:hover {
    opacity: 0.6;
    filter: alpha(opacity=60); }

/*==============================================================================
# CART
==============================================================================*/
.cart-row {
  margin-bottom: 20px;
  border-bottom: 1px solid #919191; }
  .cart-row:last-of-type {
    margin-bottom: 0;
    border-bottom: 0; }
  .cart-row small {
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    color: #666666; }

.cart-product-image {
  position: relative;
  display: block;
  padding-bottom: 100%;
  background: #fff;
  border: 1px solid #edebeb; }
  .cart-product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.cart-product-title {
  margin-bottom: 10px;
  font-style: italic; }
  .cart-product-title a {
    color: #333333; }

.cart-product-variant {
  margin-bottom: 10px;
  font-size: 14px; }

.cart-price {
  position: relative;
  padding-right: 20px; }

.cart-savings {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400; }

.cart-padding {
  padding-top: 20px; }

.cart-sidebar {
  color: #333333; }
  .cart-sidebar .cart-drawer-subtotal-title, .cart-sidebar .cart-drawer-subtotal-price {
    color: #333333; }
  .cart-sidebar .cart-drawer-shipping-icon, .cart-sidebar .cart-drawer-shipping-notice {
    color: #666666; }
  .cart-sidebar a:focus {
    text-decoration: underline; }
  .cart-sidebar a:hover {
    text-decoration: underline; }

.edit-product {
  margin-bottom: 10px; }

.gift-container {
  margin-bottom: 10px; }

.gift-container input {
  display: inline-block;
  margin-right: 10px; }

.cart-drawer-form .gift-container label {
  display: inline-block;
  color: #fff; }

.cart-drawer-form .cart-gift-message {
  margin-bottom: 10px; }

.cart-drawer-form .cart-gift-message textarea {
  padding: 5px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #333;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

/*==============================================================================
# GENERAL DRAWER STYLES (Mobile menu + Slide out cart)
==============================================================================*/
.drawer-wrapper {
  z-index: 1011;
  background: #1b1b1b; }
  .drawer-wrapper.cart-drawer.drawer-opened {
    -webkit-box-shadow: 0 -5px 50px 10px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 -5px 50px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 -5px 50px 10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 -5px 50px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 -5px 50px 10px rgba(0, 0, 0, 0.4); }
  .drawer-wrapper.menu-drawer.menu-drawer-opened {
    -webkit-box-shadow: 0 5px 50px 10px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 5px 50px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 5px 50px 10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 5px 50px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 50px 10px rgba(0, 0, 0, 0.4); }

.drawer-inner {
  padding: 20px; }

.drawer-top {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333; }

.drawer-divider {
  display: block;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #333333; }

.drawer-top-logo {
  display: inline-block; }

.drawer-top-title {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  line-height: 33px;
  font-size: 16px;
  color: #fff; }

.drawer-close {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  cursor: pointer; }
  .drawer-close:hover {
    color: #dd1229; }

/*==============================================================================
# MENU DRAWER
==============================================================================*/
.menu-drawer .button {
  width: 100%; }

.menu-drawer-search {
  font-size: 0; }

.menu-drawer-search-input {
  display: inline-block;
  width: calc(100% - 35px);
  padding: 7px 10px;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #333333;
  border-right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }
  .menu-drawer-search-input:focus, .menu-drawer-search-input:active {
    outline: 0; }

.menu-drawer-search-button {
  display: inline-block;
  width: 35px;
  padding: 7px 10px;
  font-size: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #333333;
  border-left: 0;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }
  .menu-drawer-search-button:focus, .menu-drawer-search-button:active {
    outline: 0; }

.menu-drawer-nav-item {
  position: relative; }
  .menu-drawer-nav-item .menu_icon:before {
    content: '\65';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    font-family: 'zippo-custom-icons';
    line-height: 34px;
    color: #dd1229; }
  .menu-drawer-nav-item:hover .menu-drawer-nav-link--first {
    margin-left: 20px; }

.menu-drawer-nav-link {
  position: relative;
  z-index: 3;
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  color: #fff;
  background: #1b1b1b;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }
  .menu-drawer-nav-link i {
    float: right;
    font-size: 14px;
    color: #dd1229; }

.menu-drawer-nav-dropdown {
  position: relative;
  display: none;
  max-height: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .menu-drawer-nav-dropdown:before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 2;
    display: block;
    width: calc(100% + 40px);
    height: 100%;
    background: rgba(255, 255, 255, 0.05); }
  .menu-drawer-nav-dropdown.open {
    display: block;
    max-height: 500px;
    padding: 10px 0;
    opacity: 1;
    filter: alpha(opacity=100); }
  .menu-drawer-nav-dropdown .menu-drawer-nav-link {
    padding-left: 10px;
    font-size: 12px;
    background: none;
    cursor: pointer; }
    .menu-drawer-nav-dropdown .menu-drawer-nav-link:hover {
      margin-left: 10px; }

.menu-drawer-nav-link.true {
  text-decoration: underline;
  font-weight: bold; }

/*==============================================================================
# CART DRAWER
==============================================================================*/
.cart-drawer-product-image {
  display: block;
  text-align: center;
  background: #fff; }
  .cart-drawer-product-image img {
    display: inline-block;
    max-height: 80px; }

.cart-drawer-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: italic;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  overflow: hidden; }
  .cart-drawer-title a {
    color: #fff; }

.cart-drawer-variant {
  display: block;
  margin-bottom: 10px;
  font-style: italic;
  color: #888888; }

.cart-drawer-quantity {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #6c6c6c;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .cart-drawer-quantity:focus, .cart-drawer-quantity:active {
    border-color: #dd1229;
    outline: 0; }

.cart-drawer-price {
  position: relative;
  display: inline-block;
  padding-right: 15px;
  line-height: 29px;
  color: #fff; }

.cart-drawer-remove {
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  background: #dd1229;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer; }
  .cart-drawer-remove:hover {
    background: #333333; }

.cart-drawer-savings {
  padding: 10px;
  font-style: italic;
  color: #fff; }

.cart-drawer-body--empty h3 {
  margin-bottom: 20px;
  color: #fff; }
.cart-drawer-body--empty p {
  margin-bottom: 20px;
  color: #fff; }

.cart-drawer-subtotal-title, .cart-drawer-subtotal-price {
  font-style: italic;
  line-height: 30px;
  text-transform: none;
  color: #fff; }

.cart-drawer-continue {
  background: #666666;
  width: 100%;
  margin-bottom: 10px; }
  .cart-drawer-continue i {
    margin-right: 5px; }
  .cart-drawer-continue:hover {
    background: #666666;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .cart-drawer-continue:focus {
    outline: 2px solid black; }

.drawer-inner .button:focus {
  outline: 2px solid white; }
.drawer-inner .cart_popout_list {
  text-align: center;
  display: block;
  width: 100%; }
  .drawer-inner .cart_popout_list li {
    display: inline-block; }

.cart-drawer-checkout {
  width: 100%; }
  .cart-drawer-checkout i {
    margin-right: 5px; }

.cart-drawer-bottom-link, .cart-drawer-bottom-divider {
  font-size: 12px;
  line-height: 16px;
  color: #fff; }

.cart-drawer-bottom-link:hover {
  text-decoration: underline; }

.cart-drawer-shipping-icon {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff; }

.cart-drawer-shipping-notice {
  display: inline-block;
  width: calc(100% - 45px);
  font-size: 12px;
  line-height: 14px;
  color: #fff; }

/*==============================================================================
# FOOTER
==============================================================================*/
.footer h3, .footer h2 {
  margin-bottom: 50px;
  text-transform: uppercase; }
.footer hr {
  margin-top: 50px; }

.footer-top-full {
  background: #fafafa;
  padding-top: 4em;
  padding-bottom: 4em; }

.footer-newsletter {
  margin-bottom: 50px; }

.newsletter-form {
  font-size: 0;
  /* Inline block fix */ }

.newsletter-input {
  display: inline-block;
  width: calc(100% - 120px);
  height: 38px;
  padding: 10px;
  line-height: 16px;
  border: 1px solid #333333;
  -webkit-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.newsletter-button {
  width: 120px;
  height: 38px;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #333333;
  background: #333333;
  -webkit-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }

.footer-middle, .mobile-footer-middle {
  padding: 40px 0;
  background: #1b1b1b; }

.footer-logo {
  margin-right: 40px; }

.footer-nav {
  display: inline-block;
  vertical-align: top; }
  .footer-nav .nav-link {
    padding: 0;
    line-height: 40px;
    color: #fff; }

.footer-button {
  float: right;
  vertical-align: top; }

.footer-bottom {
  color: #888888;
  background: #1b1b1b;
  border-top: 1px solid #666; }
  .footer-bottom a {
    color: #888888 !important; }
  .footer-bottom * {
    vertical-align: top; }
  .footer-bottom li {
    display: inline-block; }

.footer-bottom-wrap {
  margin: 10px 0; }

.footer-logo {
  display: inline-block; }

.copyright {
  display: inline-block;
  margin-left: 10px;
  line-height: 20px; }
  .copyright a {
    text-decoration: none;
    color: #666666; }
    .copyright a:hover {
      color: #fff; }

.footer-bottom-nav {
  display: inline-block;
  padding-right: 20px;
  border-right: 1px solid #666666; }
  .footer-bottom-nav a {
    display: inline-block;
    margin-left: 20px;
    line-height: 20px;
    color: #666666; }
    .footer-bottom-nav a:hover {
      color: #fff; }

.footer-bottom-social {
  display: inline-block;
  padding: calc((40px - 24px) / 2) 0; }

.footer-bottom-social-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  line-height: 24px;
  text-align: center;
  color: #666666;
  -webkit-box-shadow: 0 0 0 1px #666666;
  -ms-box-shadow: 0 0 0 1px #666666;
  -moz-box-shadow: 0 0 0 1px #666666;
  -o-box-shadow: 0 0 0 1px #666666;
  box-shadow: 0 0 0 1px #666666;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }
  .footer-bottom-social-link a {
    color: #666666; }
  .footer-bottom-social-link i {
    line-height: 24px; }
  .footer-bottom-social-link:hover {
    color: #fff;
    background: none;
    -webkit-box-shadow: 0 0 0 1px white;
    -ms-box-shadow: 0 0 0 1px white;
    -moz-box-shadow: 0 0 0 1px white;
    -o-box-shadow: 0 0 0 1px white;
    box-shadow: 0 0 0 1px white; }

.mobile-footer-button {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  padding: 0 20px;
  font-size: 0;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer; }
  .mobile-footer-button i {
    font-size: 22px;
    line-height: 40px; }
  .mobile-footer-button span {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-size: 14px; }

.mobile-footer-show {
  display: none; }

/*==============================================================================
# BOLD SWATCHES
==============================================================================*/
.bold-swatch-element {
  float: left;
  margin: 0px 10px 10px 0;
  position: relative; }

.bold-swatch-element label {
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  float: left;
  min-width: 50px !important;
  height: 35px !important;
  margin: 0;
  border: #ccc 1px solid;
  background-color: #ddd;
  padding: 0 10px;
  font-size: 13px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  text-transform: uppercase;
  cursor: pointer; }

.bold-swatch-element input {
  display: none; }

.bold-swatch-element.color label {
  padding: 0; }

.bold-swatch-element input:checked + label {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  border-color: transparent; }

.bold-swatch-element .tooltip {
  position: absolute;
  bottom: 100%;
  width: 100px;
  background: gray;
  left: -23px;
  margin-bottom: 15px;
  text-align: center;
  color: #fff;
  padding: 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  z-index: 10000;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.bold-swatch-element .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.bold-swatch-element:hover .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

/*==============================================================================
# CROSS SELL
==============================================================================*/
.cross-sell-body {
  padding: 20px 20px 0 20px; }

.cross-sell-message {
  padding: 15px;
  background: #000000;
  border: 5px solid #f6f6f6; }

.cross-sell-message-title {
  color: #fff; }

.cross-sell-message-text {
  font-size: 16px;
  color: #fff; }

.cross-sell-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff; }

.bundle-variant {
  margin-bottom: 10px; }

.quickview-wrapper .bundle-form .product-quantity-wrapper {
  display: block;
  margin-bottom: 10px; }

.quickview-wrapper .bundle-form .button {
  margin-right: 10px; }

/*==============================================================================
# COUPON
==============================================================================*/
.coupon-wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }

.coupon-left {
  position: relative;
  float: left;
  width: 25%;
  padding: 20px; }
  .coupon-left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    width: 900px;
    height: 300px;
    background-color: #dd1229;
    -webkit-transform: translate(-55%, -50%) rotate(45deg);
    -ms-transform: translate(-55%, -50%) rotate(45deg);
    -moz-transform: translate(-55%, -50%) rotate(45deg);
    -o-transform: translate(-55%, -50%) rotate(45deg);
    transform: translate(-55%, -50%) rotate(45deg); }

.coupon-title {
  position: relative;
  z-index: 5;
  margin-top: 30px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff; }

.coupon-value {
  position: relative;
  z-index: 5;
  font-size: 65px;
  font-weight: 600;
  color: #fff; }
  .coupon-value:after {
    content: 'Off';
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
    font-style: italic; }

.coupon-right {
  float: right;
  width: 75%;
  padding: 20px;
  text-align: right; }
  .coupon-right img {
    display: inline-block;
    width: 185px; }
  .coupon-right a.apply-coupon {
    display: block;
    padding: 5px 0;
    font-size: 12px; }

.coupon-right-top {
  margin-bottom: 10px; }

.coupon-sub-title {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0 20px 20px;
  padding: 0 20px;
  font-size: 24px;
  font-style: italic;
  font-weight: 600;
  color: #000;
  border-left: 1px solid #000; }

.coupon-code {
  padding: 20px;
  background: #333333;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }

.coupon-code-input {
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
  background: none;
  border: 0; }
  .coupon-code-input:focus, .coupon-code-input:active {
    outline: 0; }

.coupon-button {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer !important; }
  .coupon-button:hover {
    color: #fff;
    border-color: #fff; }

.coupon-applied {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
  border: 1px solid #666666;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: default; }

.coupon--green {
  color: #36b71e;
  border: 1px solid #36b71e; }

.coupon-is-inactive {
  display: none; }

.cart-row small.cart-customizer-disclaimer {
  color: #666666;
  margin-top: 10px;
  font-style: italic;
  font-size: 12px; }
  .cart-row small.cart-customizer-disclaimer a {
    color: #666666;
    text-decoration: underline; }

.cart-drawer-customizer-disclaimer {
  background: #666666;
  display: block;
  padding: 10px;
  border-radius: 3px;
  font-style: italic;
  color: #fff; }
  .cart-drawer-customizer-disclaimer a {
    color: #fff;
    text-decoration: underline; }

.cookie-disclaimer {
  position: fixed;
  bottom: 0;
  background: #000;
  width: 100%;
  z-index: 100;
  color: #fff;
  padding: 20px;
  text-align: center; }

.cookie-buttons .button {
  margin: 0 5px; }

.cookie-buttons {
  margin-left: 10px; }

/*==============================================================================
# RESPONSIVE/MOBILE
==============================================================================*/
@media only screen and (max-width: 1280px) {
  .cookie-buttons {
    display: block;
    margin-top: 10px; }

  .collection-title h1 {
    line-height: 1.1em; } }
@media only screen and (max-width: 1024px) {
  .home-slide-caption {
    padding-left: 10%; }
    .home-slide-caption h2 {
      font-size: 40px; }
    .home-slide-caption p {
      font-size: 16px; }

  .home-slider-dots {
    bottom: 15px; }

  .collection-title h1 {
    font-size: 44px;
    line-height: 1.1em; } }
@media only screen and (max-width: 768px) {
  .home-slide-caption {
    padding-left: 10%; }
    .home-slide-caption h2 {
      font-size: 30px; }
    .home-slide-caption p {
      font-size: 15px; }

  .select-label {
    display: block;
    margin-bottom: 5px;
    line-height: 14px; }

  .select, .selector-wrapper {
    display: block; }
    .select select, .selector-wrapper select {
      width: 100%; }

  .site-container {
    padding-top: 49px; }

  .logo {
    width: 95px;
    margin: 0 auto;
    padding: 5px 0; }

  .search-section {
    margin-top: 0; }

  .store-locator #store_map {
    width: 100%;
    float: none; }
  .store-locator #addresses_list, .store-locator #directions_text {
    width: 100%;
    float: none;
    border-top: none;
    border-right: 1px solid #edebeb; }
  .store-locator .main_search_label {
    display: block;
    margin-bottom: 10px; }
  .store-locator .main_search_bar, .store-locator .search_within_distance, .store-locator .search_limit {
    display: block; }
  .store-locator .button {
    margin-bottom: 10px; }

  .collection-title h1 {
    font-size: 36px;
    line-height: 1.1em; }

  .collection-header {
    margin-bottom: 0;
    padding-top: 20px;
    border-bottom: 1px solid #edebeb; }

  .sort-wrapper {
    display: block; }

  .product-header {
    padding-top: 20px;
    background: #fff; }

  .product-sku {
    margin-bottom: 5px; }

  .product-price {
    font-size: 28px; }

  .product-compare-price {
    font-size: 16px; }

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

  .quickview-wrapper {
    max-height: calc(100vh - 40px);
    margin: 20px auto;
    overflow: scroll; }
    .quickview-wrapper button.mfp-close {
      top: 0;
      bottom: auto;
      width: 35px;
      height: 35px;
      line-height: 35px; }
    .quickview-wrapper .mobile-product-images {
      border: 1px solid #edebeb; }

  .page-header.page-header--has-breadcrumbs {
    padding-top: 20px; }

  .page.current {
    padding: 5px 10px; }
  .page a {
    padding: 5px 10px; }

  .deco {
    padding: 5px 10px; }

  .next a, .prev a {
    padding: 5px 10px; }

  .product-list-row .collection-item-title {
    font-size: 16px;
    line-height: 20px; }
  .product-list-row .collection-item-button {
    padding: 10px;
    font-size: 0;
    line-height: normal; }
    .product-list-row .collection-item-button:before {
      content: '\e8cc';
      display: block;
      font-family: 'icomoon';
      font-size: 14px;
      color: #fff; }

  .cart-product-image {
    padding-bottom: 30%; }

  .cart-padding {
    padding-top: 0; }

  .cart-price {
    display: inline-block; }

  .mobile-footer-show {
    display: block; }

  .mobile-footer-hide {
    display: none; }

  .footer-logo {
    margin-right: 0; }

  .footer-nav {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding: 10px 0 20px; }
    .footer-nav:before {
      content: '';
      position: absolute;
      top: 0;
      left: -20px;
      z-index: 2;
      display: block;
      width: calc(100% + 40px);
      height: 100%;
      background: rgba(255, 255, 255, 0.05); }
    .footer-nav .nav-item {
      position: relative;
      z-index: 3;
      display: block;
      margin: 0;
      text-align: center; }
    .footer-nav .nav-link:hover {
      color: #dd1229; }
      .footer-nav .nav-link:hover:before {
        display: none; }
    .footer-nav .button {
      margin-top: 10px;
      width: 100%; }

  .footer-social {
    margin-bottom: 50px; }

  .coupon-right {
    float: none;
    width: 100%;
    padding: 20px 20px 0 20px; }
    .coupon-right img {
      width: 150px; }

  .coupon-right-top {
    position: relative;
    z-index: 5; }

  .coupon-button, .coupon-applied {
    display: inline-block;
    margin: 0 0 5px 0; }

  .coupon-code-input {
    width: 100%;
    text-align: right; }

  .coupon-left {
    float: none;
    width: 100%;
    padding: 0 20px 20px 20px; }
    .coupon-left:before {
      -webkit-transform: translate(-55%, -50%) rotate(45deg);
      -ms-transform: translate(-55%, -50%) rotate(45deg);
      -moz-transform: translate(-55%, -50%) rotate(45deg);
      -o-transform: translate(-55%, -50%) rotate(45deg);
      transform: translate(-55%, -50%) rotate(45deg); }

  .coupon-value {
    font-size: 50px; } }
@media only screen and (max-width: 480px) {
  .product-slider-dots .slick-dots button:hover {
    background: none; }

  .menu-drawer {
    width: 100%;
    left: -100%; }

  .cart-drawer.right-drawer .cart-drawer-inner {
    width: 100%; }

  .cart-drawer.right-drawer {
    width: 100%;
    right: -100%; }

  .cart-drawer.right-drawer.drawer-opened {
    right: 0;
    width: 100%; }

  .mobile-header-button i {
    font-size: 18px;
    line-height: 48px; }

  .home-slider-wrapper {
    background: #101010;
    margin-bottom: 20px;
    padding-bottom: 48px; }

  .home-slide-caption {
    padding-left: 0; }
    .home-slide-caption h2 {
      font-size: 24px;
      line-height: 33px;
      margin-bottom: 0px; }
    .home-slide-caption p {
      font-size: 12px;
      margin-bottom: 7px !important; }
    .home-slide-caption .button {
      width: auto;
      padding: 5px 15px;
      font-size: 12px; }

  .home-slider-arrows .container {
    display: none; }

  .social-box.social-box--unique .social-box-type {
    position: static;
    top: 0;
    left: 0;
    height: auto;
    padding: 20px 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  .collection-title h1 {
    font-size: 28px;
    line-height: 1.1em; }

  .collection-products .product-badge-inner {
    font-size: 12px; }

  .product-list-row .collection-item-image img {
    padding: 2px; }
  .product-list-row .collection-item-price {
    font-size: 14px;
    line-height: 16px; }
  .product-list-row .collection-item-button {
    padding: 10px 5px; }
    .product-list-row .collection-item-button:before {
      font-size: 12px; }
  .product-list-row .product-badge + .product-badge {
    margin-top: 10px; }

  .table-row-title-mobile {
    display: inline-block; }

  .pagination .next a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px; }
  .pagination .prev a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px; }
  .pagination .page:first-of-type {
    display: none; }
  .pagination .page:last-of-type {
    display: none; }
  .pagination .page a {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px; }
  .pagination .page.current {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 12px; } }
@media only screen and (max-width: 385px) {
  .home-slide-caption h2 {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 0px !important; }
  .home-slide-caption p {
    font-size: 15px;
    margin-bottom: 5px; } }
@media only screen and (max-width: 320px) {
  .home-slide-caption h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px !important; }
  .home-slide-caption p {
    display: none; } }
@media only screen and (max-width: 360px) {
  .mobile-header-button {
    padding: 0 10px; }
    .mobile-header-button i {
      font-size: 16px;
      line-height: 48px; }
    .mobile-header-button span {
      display: inline-block;
      vertical-align: top;
      font-size: 10px; } }
/*==============================================================================
# Product Guide Information
==============================================================================*/
.aplustable {
  width: 100%; }

.apluscell {
  width: 33.33%;
  float: left;
  padding: 2.5%;
  text-align: center; }

.clearfix {
  clear: both; }

@media screen and (max-width: 480px) {
  .apluscell {
    width: 100%; } }
.apluscell2col {
  width: 50%;
  float: left;
  padding: 2.5%;
  text-align: center; }

@media screen and (max-width: 480px) {
  .apluscell2col {
    width: 100%; } }
/*==============================================================================
# Hand Warmer Product Guide Information
==============================================================================*/
.aplushandwarmertable {
  width: 100%; }

.aplushandwarmercell {
  width: 25%;
  float: left;
  padding: 2.5%;
  text-align: center; }

@media screen and (max-width: 480px) {
  .aplushandwarmercell {
    width: 100%; } }
/*==============================================================================
# Case Shape Product Guide
==============================================================================*/
.caseshapetable {
  width: 100%; }

.caseshapecell {
  width: 16.66%;
  float: left;
  padding: 2.5%;
  border: 1px solid #919191;
  text-align: center; }

@media screen and (max-width: 480px) {
  .caseshapecell {
    width: 33.33%; } }
/*==============================================================================
# New Images
==============================================================================*/
div.newsfigure {
  float: middle;
  width: 60%;
  text-align: center;
  font-style: italic;
  font-size: small;
  text-indent: 0;
  border: thin red solid;
  margin: 0 auto;
  padding: 0.5em; }

/*==============================================================================
# Prop 65 Warnings
==============================================================================*/
.californiaresidents-warnings {
  padding: 10px;
  margin: 10px; }
  .californiaresidents-warnings .californiaresidents {
    cursor: pointer; }
    .californiaresidents-warnings .californiaresidents.open {
      display: block;
      cursor: default; }
  .californiaresidents-warnings .warning {
    display: inline-block;
    padding: 10px;
    margin: 10px;
    vertical-align: bottom; }
    .californiaresidents-warnings .warning.hide {
      display: none; }
    .californiaresidents-warnings .warning .warningbold {
      font-weight: bold; }

/*==============================================================================
# Video Wrapper For Mobile Compatibility
==============================================================================*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.pageabout {
   /*!
* Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
*/ }
  .pageabout .supporttable {
    width: 100%; }
  .pageabout .supportcell {
    width: 45%;
    float: left;
    padding: 2.5%; }
  .pageabout .clearfix {
    clear: both; }
  @media screen and (max-width: 480px) {
    .pageabout .supportcell {
      width: 100%; } }
  .pageabout .flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url("/cdn/shop/files/flags.png?860540370389766736") no-repeat; }
  .pageabout .flag.flag-tm {
    background-position: -32px -416px; }
  .pageabout .flag.flag-ao {
    background-position: -256px 0; }
  .pageabout .flag.flag-tn {
    background-position: -64px -416px; }
  .pageabout .flag.flag-ae {
    background-position: -32px 0; }
  .pageabout .flag.flag-dm {
    background-position: -192px -96px; }
  .pageabout .flag.flag-tt {
    background-position: -160px -416px; }
  .pageabout .flag.flag-tv {
    background-position: -192px -416px; }
  .pageabout .flag.flag-bj {
    background-position: -224px -32px; }
  .pageabout .flag.flag-lr {
    background-position: -384px -224px; }
  .pageabout .flag.flag-tw {
    background-position: -224px -416px; }
  .pageabout .flag.flag-ck {
    background-position: -256px -64px; }
  .pageabout .flag.flag-nz {
    background-position: -96px -320px; }
  .pageabout .flag.flag-bm {
    background-position: -256px -32px; }
  .pageabout .flag.flag-km {
    background-position: 0 -224px; }
  .pageabout .flag.flag-nl {
    background-position: -448px -288px; }
  .pageabout .flag.flag-ug {
    background-position: -320px -416px; }
  .pageabout .flag.flag-jp {
    background-position: -320px -192px; }
  .pageabout .flag.flag-so {
    background-position: -128px -384px; }
  .pageabout .flag.flag-ne {
    background-position: -352px -288px; }
  .pageabout .flag.flag-bd {
    background-position: -64px -32px; }
  .pageabout .flag.flag-gt {
    background-position: -128px -160px; }
  .pageabout .flag.flag-pt {
    background-position: -448px -320px; }
  .pageabout .flag.flag-lk {
    background-position: -352px -224px; }
  .pageabout .flag.flag-mu {
    background-position: -96px -288px; }
  .pageabout .flag.flag-at {
    background-position: -352px 0; }
  .pageabout .flag.flag-tr {
    background-position: -128px -416px; }
  .pageabout .flag.flag-sm {
    background-position: -64px -384px; }
  .pageabout .flag.flag-dk {
    background-position: -160px -96px; }
  .pageabout .flag.flag-no {
    background-position: 0 -320px; }
  .pageabout .flag.flag-si {
    background-position: -448px -352px; }
  .pageabout .flag.flag-sr {
    background-position: -160px -384px; }
  .pageabout .flag.flag-es {
    background-position: -448px -96px; }
  .pageabout .flag.flag-cf {
    background-position: -128px -64px; }
  .pageabout .flag.flag-sk {
    background-position: 0 -384px; }
  .pageabout .flag.flag-ps {
    background-position: -416px -320px; }
  .pageabout .flag.flag-lb {
    background-position: -256px -224px; }
  .pageabout .flag.flag-kz {
    background-position: -192px -224px; }
  .pageabout .flag.flag-fj {
    background-position: -64px -128px; }
  .pageabout .flag.flag-uz {
    background-position: -416px -416px; }
  .pageabout .flag.flag-am {
    background-position: -192px 0; }
  .pageabout .flag.flag-kp {
    background-position: -64px -224px; }
  .pageabout .flag.flag-kn {
    background-position: -32px -224px; }
  .pageabout .flag.flag-lu {
    background-position: 0 -256px; }
  .pageabout .flag.flag-ly {
    background-position: -64px -256px; }
  .pageabout .flag.flag-bb {
    background-position: -32px -32px; }
  .pageabout .flag.flag-gi {
    background-position: -384px -128px; }
  .pageabout .flag.flag-ai {
    background-position: -128px 0; }
  .pageabout .flag.flag-br {
    background-position: -352px -32px; }
  .pageabout .flag.flag-to {
    background-position: -96px -416px; }
  .pageabout .flag.flag-pa {
    background-position: -160px -320px; }
  .pageabout .flag.flag-ge {
    background-position: -288px -128px; }
  .pageabout .flag.flag-vn {
    background-position: -128px -448px; }
  .pageabout .flag.flag-gr {
    background-position: -96px -160px; }
  .pageabout .flag.flag-ni {
    background-position: -416px -288px; }
  .pageabout .flag.flag-me {
    background-position: -192px -256px; }
  .pageabout .flag.flag-ir {
    background-position: -128px -192px; }
  .pageabout .flag.flag-th {
    background-position: -416px -384px; }
  .pageabout .flag.flag-al {
    background-position: -160px 0; }
  .pageabout .flag.flag-gu {
    background-position: -160px -160px; }
  .pageabout .flag.flag-cl {
    background-position: -288px -64px; }
  .pageabout .flag.flag-ng {
    background-position: -384px -288px; }
  .pageabout .flag.flag-gl {
    background-position: -416px -128px; }
  .pageabout .flag.flag-do {
    background-position: -224px -96px; }
  .pageabout .flag.flag-ls {
    background-position: -416px -224px; }
  .pageabout .flag.flag-sz {
    background-position: -288px -384px; }
  .pageabout .flag.flag-ph {
    background-position: -288px -320px; }
  .pageabout .flag.flag-ba {
    background-position: 0 -32px; }
  .pageabout .flag.flag-nc {
    background-position: -320px -288px; }
  .pageabout .flag.flag-cg {
    background-position: -160px -64px; }
  .pageabout .flag.flag-ky {
    background-position: -160px -224px; }
  .pageabout .flag.flag-be {
    background-position: -96px -32px; }
  .pageabout .flag.flag-kh {
    background-position: -416px -192px; }
  .pageabout .flag.flag-sl {
    background-position: -32px -384px; }
  .pageabout .flag.flag-us {
    background-position: -352px -416px; }
  .pageabout .flag.flag-sd {
    background-position: -352px -352px; }
  .pageabout .flag.flag-qa {
    background-position: -64px -352px; }
  .pageabout .flag.flag-lc {
    background-position: -288px -224px; }
  .pageabout .flag.flag-la {
    background-position: -224px -224px; }
  .pageabout .flag.flag-jo {
    background-position: -288px -192px; }
  .pageabout .flag.flag-pw {
    background-position: 0 -352px; }
  .pageabout .flag.flag-rs {
    background-position: -160px -352px; }
  .pageabout .flag.flag-lv {
    background-position: -32px -256px; }
  .pageabout .flag.flag-ke {
    background-position: -352px -192px; }
  .pageabout .flag.flag-tl {
    background-position: 0 -416px; }
  .pageabout .flag.flag-gq {
    background-position: -64px -160px; }
  .pageabout .flag.flag-bw {
    background-position: -448px -32px; }
  .pageabout .flag.flag-gb {
    background-position: -224px -128px; }
  .pageabout .flag.flag-ci {
    background-position: -224px -64px; }
  .pageabout .flag.flag-my {
    background-position: -224px -288px; }
  .pageabout .flag.flag-ws {
    background-position: -192px -448px; }
  .pageabout .flag.flag-mq {
    background-position: -448px -256px; }
  .pageabout .flag.flag-se {
    background-position: -384px -352px; }
  .pageabout .flag.flag-bg {
    background-position: -160px -32px; }
  .pageabout .flag.flag-ml {
    background-position: -320px -256px; }
  .pageabout .flag.flag-mk {
    background-position: -288px -256px; }
  .pageabout .flag.flag-bo {
    background-position: -320px -32px; }
  .pageabout .flag.flag-ma {
    background-position: -96px -256px; }
  .pageabout .flag.flag-iq {
    background-position: -96px -192px; }
  .pageabout .flag.flag-fi {
    background-position: -32px -128px; }
  .pageabout .flag.flag-sv {
    background-position: -224px -384px; }
  .pageabout .flag.flag-ve {
    background-position: -32px -448px; }
  .pageabout .flag.flag-mm {
    background-position: -352px -256px; }
  .pageabout .flag.flag-va {
    background-position: -448px -416px; }
  .pageabout .flag.flag-bt {
    background-position: -416px -32px; }
  .pageabout .flag.flag-zw {
    background-position: -320px -448px; }
  .pageabout .flag.flag-mw {
    background-position: -160px -288px; }
  .pageabout .flag.flag-tc {
    background-position: -320px -384px; }
  .pageabout .flag.flag-mn {
    background-position: -384px -256px; }
  .pageabout .flag.flag-ch {
    background-position: -192px -64px; }
  .pageabout .flag.flag-zm {
    background-position: -288px -448px; }
  .pageabout .flag.flag-ga {
    background-position: -192px -128px; }
  .pageabout .flag.flag-ht {
    background-position: -352px -160px; }
  .pageabout .flag.flag-co {
    background-position: -384px -64px; }
  .pageabout .flag.flag-ye {
    background-position: -224px -448px; }
  .pageabout .flag.flag-rw {
    background-position: -224px -352px; }
  .pageabout .flag.flag-ec {
    background-position: -288px -96px; }
  .pageabout .flag.flag-ki {
    background-position: -448px -192px; }
  .pageabout .flag.flag-sb {
    background-position: -288px -352px; }
  .pageabout .flag.flag-mh {
    background-position: -256px -256px; }
  .pageabout .flag.flag-mr {
    background-position: 0 -288px; }
  .pageabout .flag.flag-mo {
    background-position: -416px -256px; }
  .pageabout .flag.flag-eg {
    background-position: -352px -96px; }
  .pageabout .flag.flag-et {
    background-position: 0 -128px; }
  .pageabout .flag.flag-cd {
    background-position: -96px -64px; }
  .pageabout .flag.flag-mt {
    background-position: -64px -288px; }
  .pageabout .flag.flag-ee {
    background-position: -320px -96px; }
  .pageabout .flag.flag-hk {
    background-position: -256px -160px; }
  .pageabout .flag.flag-dj {
    background-position: -128px -96px; }
  .pageabout .flag.flag-bn {
    background-position: -288px -32px; }
  .pageabout .flag.flag-ca {
    background-position: -64px -64px; }
  .pageabout .flag.flag-bs {
    background-position: -384px -32px; }
  .pageabout .flag.flag-fr {
    background-position: -160px -128px; }
  .pageabout .flag.flag-is {
    background-position: -160px -192px; }
  .pageabout .flag.flag-vi {
    background-position: -96px -448px; }
  .pageabout .flag.flag-ad {
    background-position: 0 0; }
  .pageabout .flag.flag-eh {
    background-position: -384px -96px; }
  .pageabout .flag.flag-cr {
    background-position: -416px -64px; }
  .pageabout .flag.flag-vg {
    background-position: -64px -448px; }
  .pageabout .flag.flag-sy {
    background-position: -256px -384px; }
  .pageabout .flag.flag-ru {
    background-position: -192px -352px; }
  .pageabout .flag.flag-hn {
    background-position: -288px -160px; }
  .pageabout .flag.flag-gw {
    background-position: -192px -160px; }
  .pageabout .flag.flag-gg {
    background-position: -320px -128px; }
  .pageabout .flag.flag-an {
    background-position: -224px 0; }
  .pageabout .flag.flag-cn {
    background-position: -352px -64px; }
  .pageabout .flag.flag-fm {
    background-position: -96px -128px; }
  .pageabout .flag.flag-tz {
    background-position: -256px -416px; }
  .pageabout .flag.flag-it {
    background-position: -192px -192px; }
  .pageabout .flag.flag-pe {
    background-position: -192px -320px; }
  .pageabout .flag.flag-sa {
    background-position: -256px -352px; }
  .pageabout .flag.flag-au {
    background-position: -384px 0; }
  .pageabout .flag.flag-ms {
    background-position: -32px -288px; }
  .pageabout .flag.flag-gh {
    background-position: -352px -128px; }
  .pageabout .flag.flag-mg {
    background-position: -224px -256px; }
  .pageabout .flag.flag-pl {
    background-position: -352px -320px; }
  .pageabout .flag.flag-de {
    background-position: -96px -96px; }
  .pageabout .flag.flag-bh {
    background-position: -192px -32px; }
  .pageabout .flag.flag-py {
    background-position: -32px -352px; }
  .pageabout .flag.flag-za {
    background-position: -256px -448px; }
  .pageabout .flag.flag-cy {
    background-position: -32px -96px; }
  .pageabout .flag.flag-il {
    background-position: 0 -192px; }
  .pageabout .flag.flag-gd {
    background-position: -256px -128px; }
  .pageabout .flag.flag-nr {
    background-position: -64px -320px; }
  .pageabout .flag.flag-vu {
    background-position: -160px -448px; }
  .pageabout .flag.flag-jm {
    background-position: -256px -192px; }
  .pageabout .flag.flag-td {
    background-position: -352px -384px; }
  .pageabout .flag.flag-pr {
    background-position: -384px -320px; }
  .pageabout .flag.flag-mv {
    background-position: -128px -288px; }
  .pageabout .flag.flag-id {
    background-position: -416px -160px; }
  .pageabout .flag.flag-tg {
    background-position: -384px -384px; }
  .pageabout .flag.flag-by {
    background-position: 0 -64px; }
  .pageabout .flag.flag-je {
    background-position: -224px -192px; }
  .pageabout .flag.flag-bz {
    background-position: -32px -64px; }
  .pageabout .flag.flag-hu {
    background-position: -384px -160px; }
  .pageabout .flag.flag-tj {
    background-position: -448px -384px; }
  .pageabout .flag.flag-ie {
    background-position: -448px -160px; }
  .pageabout .flag.flag-kw {
    background-position: -128px -224px; }
  .pageabout .flag.flag-bf {
    background-position: -128px -32px; }
  .pageabout .flag.flag-uy {
    background-position: -384px -416px; }
  .pageabout .flag.flag-er {
    background-position: -416px -96px; }
  .pageabout .flag.flag-sc {
    background-position: -320px -352px; }
  .pageabout .flag.flag-sn {
    background-position: -96px -384px; }
  .pageabout .flag.flag-kr {
    background-position: -96px -224px; }
  .pageabout .flag.flag-ar {
    background-position: -288px 0; }
  .pageabout .flag.flag-az {
    background-position: -448px 0; }
  .pageabout .flag.flag-md {
    background-position: -160px -256px; }
  .pageabout .flag.flag-fo {
    background-position: -128px -128px; }
  .pageabout .flag.flag-re {
    background-position: -96px -352px; }
  .pageabout .flag.flag-af {
    background-position: -64px 0; }
  .pageabout .flag.flag-cu {
    background-position: -448px -64px; }
  .pageabout .flag.flag-aw {
    background-position: -416px 0; }
  .pageabout .flag.flag-mz {
    background-position: -256px -288px; }
  .pageabout .flag.flag-mx {
    background-position: -192px -288px; }
  .pageabout .flag.flag-om {
    background-position: -128px -320px; }
  .pageabout .flag.flag-gm {
    background-position: -448px -128px; }
  .pageabout .flag.flag-pf {
    background-position: -224px -320px; }
  .pageabout .flag.flag-cz {
    background-position: -64px -96px; }
  .pageabout .flag.flag-sg {
    background-position: -416px -352px; }
  .pageabout .flag.flag-ro {
    background-position: -128px -352px; }
  .pageabout .flag.flag-ua {
    background-position: -288px -416px; }
  .pageabout .flag.flag-hr {
    background-position: -320px -160px; }
  .pageabout .flag.flag-gp {
    background-position: -32px -160px; }
  .pageabout .flag.flag-im {
    background-position: -32px -192px; }
  .pageabout .flag.flag-pk {
    background-position: -320px -320px; }
  .pageabout .flag.flag-cm {
    background-position: -320px -64px; }
  .pageabout .flag.flag-lt {
    background-position: -448px -224px; }
  .pageabout .flag.flag-li {
    background-position: -320px -224px; }
  .pageabout .flag.flag-st {
    background-position: -192px -384px; }
  .pageabout .flag.flag-mc {
    background-position: -128px -256px; }
  .pageabout .flag.flag-cv {
    background-position: 0 -96px; }
  .pageabout .flag.flag-pg {
    background-position: -256px -320px; }
  .pageabout .flag.flag-in {
    background-position: -64px -192px; }
  .pageabout .flag.flag-kg {
    background-position: -384px -192px; }
  .pageabout .flag.flag-as {
    background-position: -320px 0; }
  .pageabout .flag.flag-np {
    background-position: -32px -320px; }
  .pageabout .flag.flag-na {
    background-position: -288px -288px; }
  .pageabout .flag.flag-gn {
    background-position: 0 -160px; }
  .pageabout .flag.flag-vc {
    background-position: 0 -448px; }
  .pageabout .flag.flag-ag {
    background-position: -96px 0; }
  .pageabout .flag.flag-dz {
    background-position: -256px -96px; }
  .pageabout .flag.flag-gy {
    background-position: -224px -160px; }

.pagesupport {
 /*!
* Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
*/ }
  .pagesupport .supporttable {
    width: 100%; }
  .pagesupport .supportcell {
    width: 45%;
    float: left;
    padding: 2.5%; }
  .pagesupport .clearfix {
    clear: both; }
  @media screen and (max-width: 480px) {
    .pagesupport .supportcell {
      width: 100%; } }
  .pagesupport .repairstable {
    width: 100%; }
  .pagesupport .repairscell {
    width: 25%;
    float: left;
    padding: 2.5%; }
  @media screen and (max-width: 480px) {
    .pagesupport .repairscell {
      width: 50%; } }
  .pagesupport .flag {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url("/cdn/shop/files/flags.png?860540370389766736") no-repeat; }
  .pagesupport .flag.flag-tm {
    background-position: -32px -416px; }
  .pagesupport .flag.flag-ao {
    background-position: -256px 0; }
  .pagesupport .flag.flag-tn {
    background-position: -64px -416px; }
  .pagesupport .flag.flag-ae {
    background-position: -32px 0; }
  .pagesupport .flag.flag-dm {
    background-position: -192px -96px; }
  .pagesupport .flag.flag-tt {
    background-position: -160px -416px; }
  .pagesupport .flag.flag-tv {
    background-position: -192px -416px; }
  .pagesupport .flag.flag-bj {
    background-position: -224px -32px; }
  .pagesupport .flag.flag-lr {
    background-position: -384px -224px; }
  .pagesupport .flag.flag-tw {
    background-position: -224px -416px; }
  .pagesupport .flag.flag-ck {
    background-position: -256px -64px; }
  .pagesupport .flag.flag-nz {
    background-position: -96px -320px; }
  .pagesupport .flag.flag-bm {
    background-position: -256px -32px; }
  .pagesupport .flag.flag-km {
    background-position: 0 -224px; }
  .pagesupport .flag.flag-nl {
    background-position: -448px -288px; }
  .pagesupport .flag.flag-ug {
    background-position: -320px -416px; }
  .pagesupport .flag.flag-jp {
    background-position: -320px -192px; }
  .pagesupport .flag.flag-so {
    background-position: -128px -384px; }
  .pagesupport .flag.flag-ne {
    background-position: -352px -288px; }
  .pagesupport .flag.flag-bd {
    background-position: -64px -32px; }
  .pagesupport .flag.flag-gt {
    background-position: -128px -160px; }
  .pagesupport .flag.flag-pt {
    background-position: -448px -320px; }
  .pagesupport .flag.flag-lk {
    background-position: -352px -224px; }
  .pagesupport .flag.flag-mu {
    background-position: -96px -288px; }
  .pagesupport .flag.flag-at {
    background-position: -352px 0; }
  .pagesupport .flag.flag-tr {
    background-position: -128px -416px; }
  .pagesupport .flag.flag-sm {
    background-position: -64px -384px; }
  .pagesupport .flag.flag-dk {
    background-position: -160px -96px; }
  .pagesupport .flag.flag-no {
    background-position: 0 -320px; }
  .pagesupport .flag.flag-si {
    background-position: -448px -352px; }
  .pagesupport .flag.flag-sr {
    background-position: -160px -384px; }
  .pagesupport .flag.flag-es {
    background-position: -448px -96px; }
  .pagesupport .flag.flag-cf {
    background-position: -128px -64px; }
  .pagesupport .flag.flag-sk {
    background-position: 0 -384px; }
  .pagesupport .flag.flag-ps {
    background-position: -416px -320px; }
  .pagesupport .flag.flag-lb {
    background-position: -256px -224px; }
  .pagesupport .flag.flag-kz {
    background-position: -192px -224px; }
  .pagesupport .flag.flag-fj {
    background-position: -64px -128px; }
  .pagesupport .flag.flag-uz {
    background-position: -416px -416px; }
  .pagesupport .flag.flag-am {
    background-position: -192px 0; }
  .pagesupport .flag.flag-kp {
    background-position: -64px -224px; }
  .pagesupport .flag.flag-kn {
    background-position: -32px -224px; }
  .pagesupport .flag.flag-lu {
    background-position: 0 -256px; }
  .pagesupport .flag.flag-ly {
    background-position: -64px -256px; }
  .pagesupport .flag.flag-bb {
    background-position: -32px -32px; }
  .pagesupport .flag.flag-gi {
    background-position: -384px -128px; }
  .pagesupport .flag.flag-ai {
    background-position: -128px 0; }
  .pagesupport .flag.flag-br {
    background-position: -352px -32px; }
  .pagesupport .flag.flag-to {
    background-position: -96px -416px; }
  .pagesupport .flag.flag-pa {
    background-position: -160px -320px; }
  .pagesupport .flag.flag-ge {
    background-position: -288px -128px; }
  .pagesupport .flag.flag-vn {
    background-position: -128px -448px; }
  .pagesupport .flag.flag-gr {
    background-position: -96px -160px; }
  .pagesupport .flag.flag-ni {
    background-position: -416px -288px; }
  .pagesupport .flag.flag-me {
    background-position: -192px -256px; }
  .pagesupport .flag.flag-ir {
    background-position: -128px -192px; }
  .pagesupport .flag.flag-th {
    background-position: -416px -384px; }
  .pagesupport .flag.flag-al {
    background-position: -160px 0; }
  .pagesupport .flag.flag-gu {
    background-position: -160px -160px; }
  .pagesupport .flag.flag-cl {
    background-position: -288px -64px; }
  .pagesupport .flag.flag-ng {
    background-position: -384px -288px; }
  .pagesupport .flag.flag-gl {
    background-position: -416px -128px; }
  .pagesupport .flag.flag-do {
    background-position: -224px -96px; }
  .pagesupport .flag.flag-ls {
    background-position: -416px -224px; }
  .pagesupport .flag.flag-sz {
    background-position: -288px -384px; }
  .pagesupport .flag.flag-ph {
    background-position: -288px -320px; }
  .pagesupport .flag.flag-ba {
    background-position: 0 -32px; }
  .pagesupport .flag.flag-nc {
    background-position: -320px -288px; }
  .pagesupport .flag.flag-cg {
    background-position: -160px -64px; }
  .pagesupport .flag.flag-ky {
    background-position: -160px -224px; }
  .pagesupport .flag.flag-be {
    background-position: -96px -32px; }
  .pagesupport .flag.flag-kh {
    background-position: -416px -192px; }
  .pagesupport .flag.flag-sl {
    background-position: -32px -384px; }
  .pagesupport .flag.flag-us {
    background-position: -352px -416px; }
  .pagesupport .flag.flag-sd {
    background-position: -352px -352px; }
  .pagesupport .flag.flag-qa {
    background-position: -64px -352px; }
  .pagesupport .flag.flag-lc {
    background-position: -288px -224px; }
  .pagesupport .flag.flag-la {
    background-position: -224px -224px; }
  .pagesupport .flag.flag-jo {
    background-position: -288px -192px; }
  .pagesupport .flag.flag-pw {
    background-position: 0 -352px; }
  .pagesupport .flag.flag-rs {
    background-position: -160px -352px; }
  .pagesupport .flag.flag-lv {
    background-position: -32px -256px; }
  .pagesupport .flag.flag-ke {
    background-position: -352px -192px; }
  .pagesupport .flag.flag-tl {
    background-position: 0 -416px; }
  .pagesupport .flag.flag-gq {
    background-position: -64px -160px; }
  .pagesupport .flag.flag-bw {
    background-position: -448px -32px; }
  .pagesupport .flag.flag-gb {
    background-position: -224px -128px; }
  .pagesupport .flag.flag-ci {
    background-position: -224px -64px; }
  .pagesupport .flag.flag-my {
    background-position: -224px -288px; }
  .pagesupport .flag.flag-ws {
    background-position: -192px -448px; }
  .pagesupport .flag.flag-mq {
    background-position: -448px -256px; }
  .pagesupport .flag.flag-se {
    background-position: -384px -352px; }
  .pagesupport .flag.flag-bg {
    background-position: -160px -32px; }
  .pagesupport .flag.flag-ml {
    background-position: -320px -256px; }
  .pagesupport .flag.flag-mk {
    background-position: -288px -256px; }
  .pagesupport .flag.flag-bo {
    background-position: -320px -32px; }
  .pagesupport .flag.flag-ma {
    background-position: -96px -256px; }
  .pagesupport .flag.flag-iq {
    background-position: -96px -192px; }
  .pagesupport .flag.flag-fi {
    background-position: -32px -128px; }
  .pagesupport .flag.flag-sv {
    background-position: -224px -384px; }
  .pagesupport .flag.flag-ve {
    background-position: -32px -448px; }
  .pagesupport .flag.flag-mm {
    background-position: -352px -256px; }
  .pagesupport .flag.flag-va {
    background-position: -448px -416px; }
  .pagesupport .flag.flag-bt {
    background-position: -416px -32px; }
  .pagesupport .flag.flag-zw {
    background-position: -320px -448px; }
  .pagesupport .flag.flag-mw {
    background-position: -160px -288px; }
  .pagesupport .flag.flag-tc {
    background-position: -320px -384px; }
  .pagesupport .flag.flag-mn {
    background-position: -384px -256px; }
  .pagesupport .flag.flag-ch {
    background-position: -192px -64px; }
  .pagesupport .flag.flag-zm {
    background-position: -288px -448px; }
  .pagesupport .flag.flag-ga {
    background-position: -192px -128px; }
  .pagesupport .flag.flag-ht {
    background-position: -352px -160px; }
  .pagesupport .flag.flag-co {
    background-position: -384px -64px; }
  .pagesupport .flag.flag-ye {
    background-position: -224px -448px; }
  .pagesupport .flag.flag-rw {
    background-position: -224px -352px; }
  .pagesupport .flag.flag-ec {
    background-position: -288px -96px; }
  .pagesupport .flag.flag-ki {
    background-position: -448px -192px; }
  .pagesupport .flag.flag-sb {
    background-position: -288px -352px; }
  .pagesupport .flag.flag-mh {
    background-position: -256px -256px; }
  .pagesupport .flag.flag-mr {
    background-position: 0 -288px; }
  .pagesupport .flag.flag-mo {
    background-position: -416px -256px; }
  .pagesupport .flag.flag-eg {
    background-position: -352px -96px; }
  .pagesupport .flag.flag-et {
    background-position: 0 -128px; }
  .pagesupport .flag.flag-cd {
    background-position: -96px -64px; }
  .pagesupport .flag.flag-mt {
    background-position: -64px -288px; }
  .pagesupport .flag.flag-ee {
    background-position: -320px -96px; }
  .pagesupport .flag.flag-hk {
    background-position: -256px -160px; }
  .pagesupport .flag.flag-dj {
    background-position: -128px -96px; }
  .pagesupport .flag.flag-bn {
    background-position: -288px -32px; }
  .pagesupport .flag.flag-ca {
    background-position: -64px -64px; }
  .pagesupport .flag.flag-bs {
    background-position: -384px -32px; }
  .pagesupport .flag.flag-fr {
    background-position: -160px -128px; }
  .pagesupport .flag.flag-is {
    background-position: -160px -192px; }
  .pagesupport .flag.flag-vi {
    background-position: -96px -448px; }
  .pagesupport .flag.flag-ad {
    background-position: 0 0; }
  .pagesupport .flag.flag-eh {
    background-position: -384px -96px; }
  .pagesupport .flag.flag-cr {
    background-position: -416px -64px; }
  .pagesupport .flag.flag-vg {
    background-position: -64px -448px; }
  .pagesupport .flag.flag-sy {
    background-position: -256px -384px; }
  .pagesupport .flag.flag-ru {
    background-position: -192px -352px; }
  .pagesupport .flag.flag-hn {
    background-position: -288px -160px; }
  .pagesupport .flag.flag-gw {
    background-position: -192px -160px; }
  .pagesupport .flag.flag-gg {
    background-position: -320px -128px; }
  .pagesupport .flag.flag-an {
    background-position: -224px 0; }
  .pagesupport .flag.flag-cn {
    background-position: -352px -64px; }
  .pagesupport .flag.flag-fm {
    background-position: -96px -128px; }
  .pagesupport .flag.flag-tz {
    background-position: -256px -416px; }
  .pagesupport .flag.flag-it {
    background-position: -192px -192px; }
  .pagesupport .flag.flag-pe {
    background-position: -192px -320px; }
  .pagesupport .flag.flag-sa {
    background-position: -256px -352px; }
  .pagesupport .flag.flag-au {
    background-position: -384px 0; }
  .pagesupport .flag.flag-ms {
    background-position: -32px -288px; }
  .pagesupport .flag.flag-gh {
    background-position: -352px -128px; }
  .pagesupport .flag.flag-mg {
    background-position: -224px -256px; }
  .pagesupport .flag.flag-pl {
    background-position: -352px -320px; }
  .pagesupport .flag.flag-de {
    background-position: -96px -96px; }
  .pagesupport .flag.flag-bh {
    background-position: -192px -32px; }
  .pagesupport .flag.flag-py {
    background-position: -32px -352px; }
  .pagesupport .flag.flag-za {
    background-position: -256px -448px; }
  .pagesupport .flag.flag-cy {
    background-position: -32px -96px; }
  .pagesupport .flag.flag-il {
    background-position: 0 -192px; }
  .pagesupport .flag.flag-gd {
    background-position: -256px -128px; }
  .pagesupport .flag.flag-nr {
    background-position: -64px -320px; }
  .pagesupport .flag.flag-vu {
    background-position: -160px -448px; }
  .pagesupport .flag.flag-jm {
    background-position: -256px -192px; }
  .pagesupport .flag.flag-td {
    background-position: -352px -384px; }
  .pagesupport .flag.flag-pr {
    background-position: -384px -320px; }
  .pagesupport .flag.flag-mv {
    background-position: -128px -288px; }
  .pagesupport .flag.flag-id {
    background-position: -416px -160px; }
  .pagesupport .flag.flag-tg {
    background-position: -384px -384px; }
  .pagesupport .flag.flag-by {
    background-position: 0 -64px; }
  .pagesupport .flag.flag-je {
    background-position: -224px -192px; }
  .pagesupport .flag.flag-bz {
    background-position: -32px -64px; }
  .pagesupport .flag.flag-hu {
    background-position: -384px -160px; }
  .pagesupport .flag.flag-tj {
    background-position: -448px -384px; }
  .pagesupport .flag.flag-ie {
    background-position: -448px -160px; }
  .pagesupport .flag.flag-kw {
    background-position: -128px -224px; }
  .pagesupport .flag.flag-bf {
    background-position: -128px -32px; }
  .pagesupport .flag.flag-uy {
    background-position: -384px -416px; }
  .pagesupport .flag.flag-er {
    background-position: -416px -96px; }
  .pagesupport .flag.flag-sc {
    background-position: -320px -352px; }
  .pagesupport .flag.flag-sn {
    background-position: -96px -384px; }
  .pagesupport .flag.flag-kr {
    background-position: -96px -224px; }
  .pagesupport .flag.flag-ar {
    background-position: -288px 0; }
  .pagesupport .flag.flag-az {
    background-position: -448px 0; }
  .pagesupport .flag.flag-md {
    background-position: -160px -256px; }
  .pagesupport .flag.flag-fo {
    background-position: -128px -128px; }
  .pagesupport .flag.flag-re {
    background-position: -96px -352px; }
  .pagesupport .flag.flag-af {
    background-position: -64px 0; }
  .pagesupport .flag.flag-cu {
    background-position: -448px -64px; }
  .pagesupport .flag.flag-aw {
    background-position: -416px 0; }
  .pagesupport .flag.flag-mz {
    background-position: -256px -288px; }
  .pagesupport .flag.flag-mx {
    background-position: -192px -288px; }
  .pagesupport .flag.flag-om {
    background-position: -128px -320px; }
  .pagesupport .flag.flag-gm {
    background-position: -448px -128px; }
  .pagesupport .flag.flag-pf {
    background-position: -224px -320px; }
  .pagesupport .flag.flag-cz {
    background-position: -64px -96px; }
  .pagesupport .flag.flag-sg {
    background-position: -416px -352px; }
  .pagesupport .flag.flag-ro {
    background-position: -128px -352px; }
  .pagesupport .flag.flag-ua {
    background-position: -288px -416px; }
  .pagesupport .flag.flag-hr {
    background-position: -320px -160px; }
  .pagesupport .flag.flag-gp {
    background-position: -32px -160px; }
  .pagesupport .flag.flag-im {
    background-position: -32px -192px; }
  .pagesupport .flag.flag-pk {
    background-position: -320px -320px; }
  .pagesupport .flag.flag-cm {
    background-position: -320px -64px; }
  .pagesupport .flag.flag-lt {
    background-position: -448px -224px; }
  .pagesupport .flag.flag-li {
    background-position: -320px -224px; }
  .pagesupport .flag.flag-st {
    background-position: -192px -384px; }
  .pagesupport .flag.flag-mc {
    background-position: -128px -256px; }
  .pagesupport .flag.flag-cv {
    background-position: 0 -96px; }
  .pagesupport .flag.flag-pg {
    background-position: -256px -320px; }
  .pagesupport .flag.flag-in {
    background-position: -64px -192px; }
  .pagesupport .flag.flag-kg {
    background-position: -384px -192px; }
  .pagesupport .flag.flag-as {
    background-position: -320px 0; }
  .pagesupport .flag.flag-np {
    background-position: -32px -320px; }
  .pagesupport .flag.flag-na {
    background-position: -288px -288px; }
  .pagesupport .flag.flag-gn {
    background-position: 0 -160px; }
  .pagesupport .flag.flag-vc {
    background-position: 0 -448px; }
  .pagesupport .flag.flag-ag {
    background-position: -96px 0; }
  .pagesupport .flag.flag-dz {
    background-position: -256px -96px; }
  .pagesupport .flag.flag-gy {
    background-position: -224px -160px; }

.pagesupport-general-inquiry * {
  box-sizing: border-box; }
.pagesupport-general-inquiry body {
  font-family: 'Lato', sans-serif;
  font-size: 14px; }
.pagesupport-general-inquiry .form-textbox {
  max-width: 100%;
  max-height: 36px;
  padding: 10px;
  font-size: 14px;
  text-transform: none;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  box-shadow: none; }
.pagesupport-general-inquiry label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700; }
.pagesupport-general-inquiry input:focus {
  outline: #000 solid 1px; }
.pagesupport-general-inquiry input::placeholder {
  color: #666; }
.pagesupport-general-inquiry input[type=email], .pagesupport-general-inquiry input[type=tel], .pagesupport-general-inquiry input[type=text] {
  max-width: 100%;
  padding: 10px;
  font-size: 14px;
  text-transform: none;
  color: #666;
  background: #fff;
  border: 1px solid #919191;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none; }
.pagesupport-general-inquiry .form-dropdown {
  max-width: 100%;
  max-height: 36px;
  padding: 10px;
  font-size: 14px;
  text-transform: none;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100% !important;
  height: 36px; }
.pagesupport-general-inquiry textarea {
  max-width: 100%;
  padding: 10px;
  font-size: 14px;
  text-transform: none;
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 100% !important; }
.pagesupport-general-inquiry textarea::placeholder {
  color: #d3d0ca; }
.pagesupport-general-inquiry .form-buttons-wrapper {
  margin: 0 !important; }
.pagesupport-general-inquiry .form-submit-button {
  width: 100%;
  background: #dd1229;
  color: #fff;
  border: none;
  text-shadow: none;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer; }
.pagesupport-general-inquiry .form-submit-button:hover {
  background: #dd1229;
  opacity: 0.8; }
.pagesupport-general-inquiry .form-all {
  box-shadow: none !important;
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important; }
.pagesupport-general-inquiry .form-line-error {
  background: none !important; }
.pagesupport-general-inquiry .form-line {
  padding: 0 0 20px 0;
  margin: 0; }
.pagesupport-general-inquiry .note {
  font-size: 75%;
  padding-top: 2px; }

.bold-image img {
  margin: 0 auto 10px;
  display: block; }

.bold-price, .bold-title {
  text-align: center;
  font-size: 17px;
  font-weight: 900; }

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

.bold-options {
  padding: 10px; }

.modal-footer-buttons {
  text-align: center;
  margin-top: 10px; }

.pagecarjeep {
  /* Slideshow Stlyes */
  /* Slideshow container */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Caption text */
  /* The dots/bullets/indicators */
  /* Fading animation */
  @-webkit-keyframes fade {
    from {
      opacity: .4; }

    to {
      opacity: 1; } }

  @keyframes fade {
    from {
      opacity: .4; }

    to {
      opacity: 1; } }

  /* On smaller screens, decrease text size */ }
  .pagecarjeep .supporttable {
    width: 100%; }
  .pagecarjeep .supportcell {
    width: 45%;
    float: left;
    padding: 2.5%; }
  .pagecarjeep .clearfix {
    clear: both; }
  @media screen and (max-width: 480px) {
    .pagecarjeep .supportcell {
      width: 100%; } }
  .pagecarjeep * {
    box-sizing: border-box; }
  .pagecarjeep body {
    font-family: Verdana,sans-serif;
    margin: 0; }
  .pagecarjeep .mySlides {
    display: none; }
  .pagecarjeep .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto; }
  .pagecarjeep .prev, .pagecarjeep .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .pagecarjeep .next {
    right: 0;
    border-radius: 3px 0 0 3px; }
  .pagecarjeep .prev:hover, .pagecarjeep .next:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .pagecarjeep .captiontext {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    text-shadow: -1px 0 #000000,0 1px #000000,1px 0 #000000,0 -1px #000000; }
  .pagecarjeep .dot {
    cursor: pointer;
    height: 13px;
    width: 13px;
    margin: 0 2px;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease; }
  .pagecarjeep .active, .pagecarjeep .dot:hover {
    background-color: #f10; }
  .pagecarjeep .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s; }
  @media only screen and (max-width: 300px) {
    .pagecarjeep .prev, .pagecarjeep .next, .pagecarjeep .text {
      font-size: 11px; } }

.pageabout-events #map {
  width: 99%;
  height: 100%;
  position: relative; }
.pageabout-events #state-info {
  display: none;
  position: absolute;
  top: 0;
  left: 10%;
  max-height: 50%;
  max-width: 80%;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #333;
  background-color: white;
  border: 2px solid #999; }
.pageabout-events #state-event-list > div.grid {
  padding-left: 1%; }
.pageabout-events #close {
  float: right;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 2px;
  background: #dd1229;
  color: white;
  width: 32px;
  height: 32px;
  line-height: 28px;
  font-size: 48px; }
.pageabout-events #close:hover {
  background: white;
  color: #dd1229;
  font-weight: bolder; }

.holiday-shipping-notice {
  background: #daedc2;
  display: inline-block;
  margin: 1em 0 1.5em 2em;
  padding: .5em;
  text-align: left; }

.holiday-shipping-notice a {
  color: #dd1229;
  text-decoration: underline; }

.holiday-shipping-notice a:hover {
  text-decoration: none; }

.holiday-shipping-notice a:active {
  color: #101010; }

/* CrazyRocket.io Spin Wheel App - icon smaller on mobile */
.ls-font-icon {
  padding-left: 3px !important; }

@media screen and (max-width: 490px) {
  #crazyrocket-launch-icon {
    width: 30px !important;
    height: 60px !important; }

  .ls-font-gift-box {
    font-size: 18px !important;
    padding-left: 3px !important; }

  .ls-font-icon {
    font-size: 18px !important;
    padding-left: 3px !important; } }
/* Expivi Customizer interface adjustments to default theme */
.expivi-page-container {
  /* background: url('/cdn/shop/files/zippo-logo-w-flame-2022.png') no-repeat; */
  /* background-size: 100px; */
  /* background-position: top 10px left 30px; */
  padding: .76em 2em;
  z-index: 100 !important; }

.expivi-page-container .configurator-container {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }

.expivi-page-container .sticky-container {
  z-index: 5; }

.bottom-content {
  /* bottom: 40px !important;  */ }

.expivi-product-price > p.price {
  font-size: 1.5em; }

.btn.expivi-add-to-cart {
  background-color: #dd1229 !important;
  color: #ffffff;
  border-radius: 8px;
  margin-bottom: 3.5em;
  margin-top: 1.5em !important;
  padding: 1.25em; }

.btn.expivi-add-to-cart:hover {
  background-color: #ab0808 !important; }

.v-btn__content {
  text-transform: uppercase;
  color: #ffffff !important; }

.v-btn__content > svg > path {
  fill: #ffffff !important; }

.theme--light.v-btn.v-btn--has-bg {
  background-color: #dd1229 !important;
  color: #ffffff !important; }

.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: #dd1229; }

.add-image-btn {
  border-radius: 6px; }

.image-library-btn {
  border-radius: 6px !important; }

button.image-library-btn > span.v-btn__content {
  color: #ffffff !important; }

button.v-btn--icon.v-btn--plain.v-btn--round.theme--light.v-size--default > span > svg > path {
  fill: #000000 !important; }

.step-btn {
  background: #231f20 !important; }

.step-btn:hover {
  background: #dd1129 !important;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out; }

.step-btn:hover span {
  color: #edebeb !important; }

button.step-btn:hover > .v-btn__content > svg > path {
  fill: #edebeb !important; }

.step-btn-next {
  font-weight: 700; }

.step-btn-prev {
  font-weight: 700; }

button.btn-expand.transparent {
  background-color: #f5f5f5 !important;
  color: #565656 !important; }

.gallery-container > div.item > button.v-btn {
  background-color: #dd1229 !important;
  height: auto !important;
  max-height: 54px;
  min-width: auto !important;
  padding: 2px 16px !important;
  border-radius: 8px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .84em;
  margin: 0 5px; }

.gallery-container > div.item > button.v-btn:hover {
  background-color: #ab0808 !important; }

.gallery-container > div.item > button.v-btn > span.v-btn__content {
  color: #ffffff !important; }

.expivi-closer {
  display: none !important; }

.v-stepper__step {
  background: #edebeb; }

.v-stepper__step.active-step {
  background: #231F20; }

.v-stepper__step.active-step span.v-stepper__step__step {
  background: #edebeb !important;
  color: #231F20;
  border-radius: 50%; }

p.step-header-name {
  font-weight: 700; }

.v-stepper__step.active-step p.step-header-name {
  color: #ffffff; }

.v-stepper__step--complete > span > span > svg {
  background: #dd1229 !important;
  border-radius: 50%; }

.v-stepper__step--complete > span > span > svg > path {
  color: #ffffff !important; }

.step-content-line {
  border-left: 0px !important; }

/* canvas text color */
.v-avatar.cursor-pointer {
  border: 2px solid #dddddd !important; }

.thumbnail-item {
  margin: 5px 3px 5px 3px !important; }

.inline-items-container > div > span {
  display: inline-block !important;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center !important;
  width: 100% !important; }

/* open and close toggle */
.v-input--selection-controls {
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 30px;
  margin-right: 10px; }

.v-input--selection-controls__input div.primary--text {
  color: #dd1229 !important;
  caret-color: #dd1229 !important; }

.image-library-btn {
  background-color: #dd1229 !important;
  border-color: #dd1229 !important; }

.v-application .blue.accent-1 {
  background-color: unset !important;
  border-color: unset !important; }

.swal2-confirm {
  background-color: #dd1229 !important; }

.swal2-confirm:focus {
  box-shadow: none !important; }

.swal2-icon {
  display: none !important; }

.expivi-guidelines {
  font-size: .76em !important;
  text-align: left; }

.swal2-html-container > p > a {
  color: #dd1229 !important;
  text-decoration: underline; }

.swal2-html-container > p > a:hover {
  color: #231F20 !important;
  text-decoration: none; }

.swal2-html-container > large > a {
  color: #dd1229 !important;
  text-decoration: underline; }

.swal2-html-container > large > a:hover {
  color: #231F20 !important;
  text-decoration: none; }

.swal2-html-container > a {
  color: #dd1229 !important;
  text-decoration: underline; }

.swal2-html-container > a:hover {
  color: #231F20 !important;
  text-decoration: none; }

/* insert thumbnails */
div#scrollview-container-125267 .thumbnail-item, div#scrollview-container-125267 .v-image {
  height: 80px !important;
  width: 100px !important; }

div#scrollview-container-125267 .v-image__image {
  background-size: 60px !important; }

[data-xpv-key^='engraving'] .v-tab:nth-child(3) {
  display: none; }

[data-xpv-key^='monogram_front_letter_1'] .tab-container,
[data-xpv-key^='monogram_front_letter_2'] .tab-container,
[data-xpv-key^='engraving_front_top'] .tab-container,
[data-xpv-key^='engraving_back_top'] .tab-container {
  display: none; }

.expivi-page-container {
  min-height: unset !important; }

/* checkout page */
.cart-drawer-product-image {
  display: flex !important;
  flex-direction: row;
  justify-content: space-around; }

#xpv_car_img {
  background-repeat: no-repeat !important;
  background-size: 150px 150px !important;
  width: 150px;
  height: 150px; }

@media only screen and (min-width: 769px) {
  body.expivi-page .expivi-page-container {
    top: 220px !important; }

  body.expivi-page div#main_content {
    height: 100vh !important; }

  body.expivi-page div.site-container div.footer {
    display: none; }

  body.expivi-page div.site-container div.footer-top {
    display: none; }

  body.expivi-page div.site-container div.footer-top-full {
    background: #ffffff !important;
    margin-bottom: 30px; }

  .expivi-page-container .sticky-container .viewer-container, .expivi-page-container, .expivi-page-container .sticky-container {
    /* height: 70vh!important; */ } }
@media only screen and (max-width: 768px) {
  .v-slide-group:not(.v-slide-group--has-affixes) > .v-slide-group__prev {
    display: none !important; }

  .v-application--is-ltr .v-stepper--vertical .v-stepper__content {
    /* padding: 16px 60px 16px 23px; */
    padding: 16px 30px 16px 12px !important; }

  .v-stepper__content.step-content-line {
    margin-left: 0px !important; }

  body.expivi-page .expivi-page-container {
    /* top: 220px!important; */ }

  body.expivi-page div#main_content {
    height: 100vh; }

  .expivi-page-container .sticky-container .viewer-container {
    /* height: 70vh!important; */ }

  .btn.expivi-add-to-cart {
    min-width: 20em !important; }

  .expivi-closer {
    display: inline-block !important; }

  .expivi-closer > span > svg {
    margin-bottom: -7px; } }
