﻿@charset "UTF-8";
.clickable {
  cursor: pointer !important;
}

/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/*@mixin box-shadow($properties) {
  -webkit-box-shadow: $properties;
  -moz-box-shadow: $properties;
  box-shadow: $properties;
}*/
@font-face {
  font-family: "EJ Sans Text";
  src: url("../fonts/EJSansText-Regular.eot");
  src: url("../fonts/EJSansText-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/EJSansText-Regular.ttf") format("truetype"), url("../fonts/EJSansText-Regular.woff2") format("woff2"), url("../fonts/EJSansText-Regular.woff") format("woff"), url("../fonts/EJSansText-Regular.svgEJSansText") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "EJ Sans Text";
  src: url("../fonts/EJSansText-Medium.eot");
  src: url("../fonts/EJSansText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/EJSansText-Medium.ttf") format("truetype"), url("../fonts/EJSansText-Medium.woff2") format("woff2"), url("../fonts/EJSansText-Medium.woff") format("woff"), url("../fonts/EJSansText-Medium.svgEJSansText") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "EJ Sans Text";
  src: url("../fonts/EJSansText-Bold.eot");
  src: url("../fonts/EJSansText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/EJSansText-Bold.ttf") format("truetype"), url("../fonts/EJSansText-Bold.woff2") format("woff2"), url("../fonts/EJSansText-Bold.woff") format("woff"), url("../fonts/EJSansText-Bold.svgEJSansText") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
@font-face {
  font-family: "EJ Sans Text";
  src: url("../fonts/EJSansText-Bold.eot");
  src: url("../fonts/EJSansText-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/EJSansText-Bold.ttf") format("truetype"), url("../fonts/EJSansText-Bold.woff2") format("woff2"), url("../fonts/EJSansText-Bold.woff") format("woff"), url("../fonts/EJSansText-Bold.svgEJSansText") format("svg");
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
/*


   Magic Zoom Plus v4.5.5
   Copyright 2013 Magic Toolbox
   Buy a license: www.magictoolbox.com/magiczoomplus/
   License agreement: http://www.magictoolbox.com/license/


*/
/* Style of the small image link */
.MagicZoomPlus, .MagicZoomPlus:hover {
  display: inline-block;
  cursor: url(../images/graphics/zoomin.cur), pointer;
  outline: 0 !important;
  font-size: 0 !important;
  line-height: 100% !important;
  direction: ltr;
  max-width: 100%;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .MagicZoomPlus:hover {
    display: none;
  }
}
/* Style of the small image */
.MagicZoomPlus img {
  border: 0 !important;
  margin: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: auto;
}

.MagicZoomPlus > img {
  max-width: 100%;
}

.MagicZoomPlus.magic-for-ie8 img {
  max-width: none !important;
}

.MagicZoomPlus.magic-for-ie7 > img {
  width: auto;
}

/* Style of the span inside the small image link */
.MagicZoomPlus span {
  display: none !important;
}

/* Style of hint box */
.MagicZoomPlusHint {
  background: url(../images/graphics/hint.gif) no-repeat 2px 50%;
  color: #444;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
  padding: 2px 2px 2px 20px !important;
  text-align: left;
  text-decoration: none;
}

/* Style to hide external title or caption on a page. Only needed for #id method */
.MagicZoomPlus-ExternalText {
  display: none;
}

/* Style of the zoomed image */
.MagicZoomBigImageCont {
  background: #ffffff;
  border: 1px solid #999;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  top: 0;
  left: 0;
}

.MagicZoomBigImageCont img {
  max-width: none !important;
  max-height: none !important;
  height: auto !important;
  width: auto !important;
}

/* Style of text on the zoomed image */
.MagicZoomHeader {
  background: #666;
  color: #fff;
  font-size: 10pt !important;
  line-height: normal !important;
  text-align: center !important;
}

/* Style of square magnify area under the cursor */
.MagicZoomPup {
  background: #fff;
  border: 1px solid #aaa;
  cursor: url(../images/graphics/zoomin.cur), pointer;
}

/* Style of loading message and icon shown during load */
.MagicZoomLoading {
  background: #fff url(../images/graphics/loader.gif) no-repeat 2px 50%;
  border: 1px solid #ccc;
  color: #444;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 1.5em;
  margin: 0;
  padding: 4px 4px 4px 24px !important;
  text-align: left;
  text-decoration: none;
}

/* Style of hotspots */
.MagicHotspots {
  display: none;
  visibility: hidden;
}

.MagicHotspots a {
  border: 1px solid #ccc;
  display: block !important;
  position: absolute !important;
}

.MagicHotspots a:hover {
  border: 1px solid red;
}

/* Style of the small image when the large image is expanded */
.MagicThumb-expanded-thumbnail {
  cursor: default;
}

/* Style of the expanded image */
.MagicThumb-expanded {
  background: #ffffff;
  border: 1px solid #ccc;
  cursor: url(../images/graphics/zoomout.cur), pointer;
  outline: 0;
  padding: 0;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.MagicThumb-expanded img {
  background: #ffffff;
}

/* Style of the caption for the expanded image */
.MagicThumb-caption {
  background: #ccc;
  border: 0 !important;
  color: #333;
  font: normal 10pt Verdana, Helvetica;
  min-height: 18px !important;
  padding: 8px;
  outline: 0 !important;
  text-align: left;
}

/* Style of the close/next/previous buttons */
.MagicThumb-buttons {
  background: transparent url(../images/graphics/buttons1.png) no-repeat 0 0;
  display: block;
  height: 24px;
}

.MagicThumb-buttons a {
  height: 24px;
  margin: 0px 1px !important;
  overflow: hidden;
  width: 24px;
}

/* Style of the loading message box */
.MagicThumb-loader {
  background: #fff url(../images/graphics/loader.gif) no-repeat 2px 50%;
  border: 1px solid #000;
  font: normal 12pt sans-serif;
  line-height: 1.5em;
  margin: 0;
  padding: 2px 2px 2px 22px;
  text-align: left;
  text-decoration: none;
}

.MagicThumb-expanded > div > div > div > img {
  max-height: none !important;
  max-width: none !important;
  height: auto !important;
  width: auto !important;
}

.MagicThumb-background {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.magic-temporary-img img {
  max-height: none !important;
  max-width: none !important;
}

/* Style of shadow effect behind zoomed image */
.MagicBoxShadow {
  -moz-box-shadow: 3px 3px 4px #888888;
  -webkit-box-shadow: 3px 3px 4px #888888;
  box-shadow: 3px 3px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color="#888888") !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#888888')" !important;
}

/* Style of glow effect behind zoomed image */
.MagicBoxGlow {
  -moz-box-shadow: 0px 0px 4px 4px #888888;
  -webkit-box-shadow: 0px 0px 4px 4px #888888;
  box-shadow: 0px 0px 4px 4px #888888;
  border-collapse: separate;
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Glow(Strength=4, Color="#888888") !important;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Strength=4, Color='#888888')" !important;
}

#zoom-placeholder {
  position: fixed;
  bottom: 25px;
  left: 10px;
  z-index: 100;
  width: 250px;
  height: 250px;
}

.special-order-home {
  background-color: #f8f8f8;
}
@media screen and (max-width: 768px) {
  .special-order-home .left {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .special-order-home .right {
    order: 1;
  }
}

.special-order {
  background-color: #CDCCCB !important;
  padding: 0 !important;
  width: 1300px;
  max-width: 100% !important;
  margin: auto;
}
.special-order .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.special-order .wrapper .spo-left {
  width: 50%;
  background-color: #FAD141;
  padding: 6.25rem;
}
.special-order .wrapper .spo-left .spo-left-wrapper {
  color: #FFFFFF;
}
.special-order .wrapper .spo-left .spo-left-wrapper h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  line-height: 100%;
  margin-bottom: 2.5rem;
  color: #3B3D3F;
}
.special-order .wrapper .spo-left .spo-left-wrapper p {
  color: #3B3D3F;
  word-break: break-word;
}
.special-order .wrapper .spo-left .spo-left-wrapper p a {
  color: #3B3D3F;
  font-weight: 400;
  text-decoration: underline;
}
.special-order .wrapper .spo-left .spo-left-wrapper p a:hover {
  color: #3B3D3F;
}
.special-order .wrapper .spo-left .spo-left-wrapper p a:hover:active, .special-order .wrapper .spo-left .spo-left-wrapper p a:hover:focus, .special-order .wrapper .spo-left .spo-left-wrapper p a:hover:visited {
  color: #3B3D3F;
}
.special-order .wrapper .spo-left .spo-left-wrapper p a:active, .special-order .wrapper .spo-left .spo-left-wrapper p a:focus, .special-order .wrapper .spo-left .spo-left-wrapper p a:visited {
  color: #3B3D3F;
}
.special-order .wrapper .spo-left .spo-left-wrapper ul {
  margin-bottom: 2rem;
  list-style: disc;
  padding-left: 1rem;
}
.special-order .wrapper .spo-left .spo-left-wrapper li {
  line-height: 1.5;
  color: #3B3D3F;
}
.special-order .wrapper .spo-left .spo-left-wrapper address {
  font-size: 1.5rem;
  font-weight: 400;
}
.special-order .wrapper .spo-right {
  width: 50%;
  background-color: #FFFFFF;
  padding: 6.25rem;
}
.special-order .wrapper .spo-right .spo-right-wrapper select, .special-order .wrapper .spo-right .spo-right-wrapper input, .special-order .wrapper .spo-right .spo-right-wrapper .c-label, .special-order .wrapper .spo-right .spo-right-wrapper .c-dropdown {
  width: 100%;
}
.special-order .wrapper .spo-right .spo-right-wrapper .c-label {
  display: flex;
}
.special-order .wrapper .spo-right .spo-right-wrapper label {
  font-weight: 400 !important;
  font-size: 0.9rem !important;
}
.special-order .wrapper .spo-right .spo-right-wrapper h2 {
  font-weight: 500;
}
.special-order .wrapper .spo-right .spo-right-wrapper p {
  font-size: 1.5rem;
  font-weight: 400;
}
.special-order .wrapper .spo-right .spo-right-wrapper p em {
  font-style: normal;
  font-size: 1.125rem;
  line-height: 100%;
}
.special-order .wrapper .spo-right .spo-right-wrapper .c-label, .special-order .wrapper .spo-right .spo-right-wrapper .c-editor {
  padding-left: 0 !important;
  font-size: 1.125rem;
  border-bottom: 0;
}
.special-order .wrapper .spo-right .spo-right-wrapper .c-label:after, .special-order .wrapper .spo-right .spo-right-wrapper .c-editor:after {
  font-size: 0.5rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .special-order .wrapper .spo-left, .special-order .wrapper .spo-right {
    padding: 1.5rem;
    width: 100%;
  }
  .special-order .wrapper .spo-left p, .special-order .wrapper .spo-left ul, .special-order .wrapper .spo-left li, .special-order .wrapper .spo-right p, .special-order .wrapper .spo-right ul, .special-order .wrapper .spo-right li {
    font-size: 1rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .special-order .wrapper .spo-left, .special-order .wrapper .spo-right {
    padding: 5rem;
    width: 100%;
  }
}
.special-order .cognito {
  width: 100%;
}
.special-order .cognito legend.c-label {
  color: #000000;
  font-size: 12px;
}
.special-order .cognito label[for=c-12-3] {
  font-size: 1rem !important;
  font-weight: 400;
}

.orders-pending-approval table {
  width: 100%;
  /*.headerSortUp {
      background-image: url(../../images/graphics/asc.gif) !important;
  }

  .headerSortDown {
      background-image: url(../../images/graphics/desc.gif) !important;
  }

  .header {
      background-image: url(../../images/graphics/bg.gif);
      background-repeat: no-repeat;
      background-position: center right;
      cursor: pointer;
  }*/
}
.orders-pending-approval table th, .orders-pending-approval table td {
  text-align: left;
  padding: 0.5em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval table th, .orders-pending-approval table td {
    width: 100%;
  }
}
.orders-pending-approval table thead tr {
  border-bottom: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval table thead {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval table tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval table table, .orders-pending-approval table th, .orders-pending-approval table td, .orders-pending-approval table tr {
    display: block !important;
    font-size: 0.9em;
  }
  .orders-pending-approval table td {
    padding-left: 50%;
    position: relative;
  }
  .orders-pending-approval table td:before {
    font-weight: bold;
    position: absolute;
    left: 0.75em;
    top: 0.45em;
  }
  .orders-pending-approval table td:nth-of-type(1):before {
    content: "Order Number: ";
  }
  .orders-pending-approval table td:nth-of-type(2):before {
    content: "Date Entered: ";
  }
  .orders-pending-approval table td:nth-of-type(3):before {
    content: "Order Status: ";
  }
  .orders-pending-approval table td:nth-of-type(4):before {
    content: "Manager Name: ";
  }
}
.orders-pending-approval table tr {
  width: 100%;
  padding: 0.5em 0;
  border-bottom: 1px solid #F1F3F4;
}
.orders-pending-approval table th {
  color: #3B3D3F;
  padding: 0.5em 0;
}
.orders-pending-approval table tbody tr {
  cursor: pointer;
}
.orders-pending-approval table tbody tr:hover {
  background-color: #FAD141;
  color: #FFFFFF;
}

.orders-pending-approval-details .my-account-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.orders-pending-approval-details .my-account-right .alert-info {
  width: 100%;
}
.orders-pending-approval-details .my-account-right .alert-info h4 {
  font-weight: bold;
}
.orders-pending-approval-details h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  width: 100%;
}
.orders-pending-approval-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.orders-pending-approval-details .order-number, .orders-pending-approval-details .print-order, .orders-pending-approval-details .customer-info, .orders-pending-approval-details .order-usage, .orders-pending-approval-details .order-level-info, .orders-pending-approval-details .print-order-level {
  width: 50%;
  margin-bottom: 1em;
  vertical-align: text-bottom;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval-details .order-number, .orders-pending-approval-details .print-order, .orders-pending-approval-details .customer-info, .orders-pending-approval-details .order-usage, .orders-pending-approval-details .order-level-info, .orders-pending-approval-details .print-order-level {
    width: 100%;
  }
}
.orders-pending-approval-details .print-order, .orders-pending-approval-details .print-order-level, .orders-pending-approval-details .order-usage {
  text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval-details .print-order, .orders-pending-approval-details .print-order-level, .orders-pending-approval-details .order-usage {
    text-align: left;
  }
}
.orders-pending-approval-details .print-order a, .orders-pending-approval-details .print-order-level a, .orders-pending-approval-details .order-usage a {
  color: black;
}
.orders-pending-approval-details .print-order a:hover, .orders-pending-approval-details .print-order-level a:hover, .orders-pending-approval-details .order-usage a:hover {
  color: black;
}
.orders-pending-approval-details hr {
  width: 100%;
  margin: 1em 0;
  border: 1px solid #F1F3F4;
  border-top: 0;
}
.orders-pending-approval-details table {
  width: 100%;
}
.orders-pending-approval-details table th, .orders-pending-approval-details table td {
  width: auto;
  text-align: left;
  padding: 0.5em 1em;
}
.orders-pending-approval-details table tr {
  width: 100%;
  padding: 0.5em 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval-details table table, .orders-pending-approval-details table tr, .orders-pending-approval-details table td {
    display: block !important;
  }
  .orders-pending-approval-details table thead {
    display: none;
  }
  .orders-pending-approval-details table td {
    padding-left: 40%;
    position: relative;
    font-size: 0.9em;
  }
  .orders-pending-approval-details table td:before {
    font-weight: bold;
    position: absolute;
    left: 0.75em;
    top: 0.45em;
  }
  .orders-pending-approval-details table td:nth-of-type(2):before {
    content: "Item #: ";
  }
  .orders-pending-approval-details table td:nth-of-type(3):before {
    content: "Description: ";
  }
  .orders-pending-approval-details table td:nth-of-type(4):before {
    content: "QTY: ";
  }
  .orders-pending-approval-details table td:nth-of-type(5):before {
    content: "Price Ea: ";
  }
  .orders-pending-approval-details table td:nth-of-type(6):before {
    content: "Total: ";
  }
  .orders-pending-approval-details table tr {
    border-bottom: 1px solid #eee;
  }
  .orders-pending-approval-details table tr:last-of-type {
    border: none;
  }
}
.orders-pending-approval-details form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.orders-pending-approval-details form label {
  margin-bottom: 1em;
}
.orders-pending-approval-details form .approver-comments {
  width: 75%;
  margin-bottom: 2em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval-details form .approver-comments {
    width: 100%;
  }
}
.orders-pending-approval-details form .approver-comments textarea {
  width: 90%;
  height: 150px;
}
.orders-pending-approval-details form .order-total {
  width: 25%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval-details form .order-total {
    width: 100%;
  }
}
.orders-pending-approval-details form .approver-buttons {
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval-details form .approver-buttons {
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) and (min-width: 320px) and (max-width: 767px) {
  .orders-pending-approval-details form .approver-buttons button {
    width: 100%;
    text-align: center;
    margin: 0.5em 0 0.5em 0;
  }
}
.orders-pending-approval-details form #order-summary {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.orders-pending-approval-details form #order-summary li {
  width: 50%;
}
.orders-pending-approval-details form #order-summary li:nth-of-type(even) {
  text-align: right;
}

.approval-response {
  margin-top: 3em !important;
  text-align: center;
}
.approval-response h2 {
  text-align: center;
}

.special-approvals {
  margin-top: -6em !important;
}
.special-approvals .special-header {
  width: 100%;
  text-align: center;
  padding: 2em;
  position: relative;
}
.special-approvals .special-header .back-to-selection {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.8em;
  color: #666;
}
.special-approvals .special-header .back-to-selection:hover {
  color: #666;
}
.special-approvals .special-header img {
  width: 150px;
  margin: 0 auto;
}
.special-approvals table {
  width: 100%;
}
.special-approvals table th, .special-approvals table td {
  width: 25%;
  text-align: left;
  padding: 0.5em 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .special-approvals table th, .special-approvals table td {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .special-approvals table thead {
    display: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .special-approvals table tr {
    display: block;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .special-approvals table table, .special-approvals table th, .special-approvals table td, .special-approvals table tr {
    display: block !important;
    font-size: 0.9em;
  }
  .special-approvals table td {
    padding-left: 50%;
    position: relative;
  }
  .special-approvals table td:before {
    font-weight: bold;
    position: absolute;
    left: 0.75em;
    top: 0.45em;
  }
  .special-approvals table td:nth-of-type(1):before {
    content: "Order Number: ";
  }
  .special-approvals table td:nth-of-type(2):before {
    content: "Date Entered: ";
  }
  .special-approvals table td:nth-of-type(3):before {
    content: "Order Status: ";
  }
  .special-approvals table td:nth-of-type(4):before {
    content: "Manager Name: ";
  }
}
.special-approvals table tr {
  width: 100%;
  padding: 0.5em 0;
}
.special-approvals table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.special-approvals table th:hover {
  background-color: rgb(241.08, 241.08, 241.08);
}
.special-approvals table tbody tr {
  cursor: pointer;
}
.special-approvals table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.special-approvals table tbody tr:hover {
  background-color: #FAD141;
  color: #FFFFFF;
}
.special-approvals table .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.special-approvals table .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.special-approvals table .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.special-approvals .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.special-approvals .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.special-approvals .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.special-orders-pending-approval-details {
  margin-top: -6em !important;
}
.special-orders-pending-approval-details .special-header {
  width: 100%;
  text-align: center;
  padding: 2em;
  position: relative;
}
.special-orders-pending-approval-details .special-header .back-to-selection {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.8em;
  color: #666;
}
.special-orders-pending-approval-details .special-header .back-to-selection:hover {
  color: #666;
}
.special-orders-pending-approval-details .special-header img {
  width: 150px;
  margin: 0 auto;
}
.special-orders-pending-approval-details .my-account-card-body {
  padding: 1em 2em;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .special-orders-pending-approval-details .my-account-card-body {
    padding: 0.5em;
  }
}
.special-orders-pending-approval-details .my-account-card-body .customer-info {
  display: inline-flex;
  flex-direction: row;
  width: 40%;
  vertical-align: middle;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .special-orders-pending-approval-details .my-account-card-body .customer-info {
    display: block;
    border-left: 0;
    width: 100%;
    margin-bottom: 2em;
  }
}
.special-orders-pending-approval-details .my-account-card-body .customer-info ul {
  width: 80%;
  margin: 0 auto;
}
.special-orders-pending-approval-details .my-account-card-body .customer-info ul li {
  margin: 0.5em 0;
  font-size: 1.2em;
}
.special-orders-pending-approval-details .my-account-card-body hr {
  width: 100%;
  margin: 2em 0;
  border: 1px dashed #3B3D3F;
  border-top: 0;
}
.special-orders-pending-approval-details .my-account-card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.special-orders-pending-approval-details .my-account-card-body .order-info {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  vertical-align: middle;
  border-left: 1px dashed #3B3D3F;
  padding: 0 1em 1em 2em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .special-orders-pending-approval-details .my-account-card-body .order-info {
    display: block;
    border-left: 0;
    width: 100%;
    padding: 0 0 1em 2em;
  }
}
.special-orders-pending-approval-details .my-account-card-body .order-info h2 {
  width: 100%;
  display: block;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table {
  font-weight: bold;
  margin: 0.5em 0;
  width: 100%;
  vertical-align: text-top;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table #event-name {
  font-size: 1.5em;
  width: 100%;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table td {
  width: 50%;
  padding: 0.2em 0;
  vertical-align: text-top;
}
.special-orders-pending-approval-details .my-account-card-body .order-info table tr td:nth-of-type(2) {
  font-weight: 400;
}
.special-orders-pending-approval-details .my-account-card-body .approval-buttons {
  text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .special-orders-pending-approval-details .my-account-card-body .approval-buttons {
    text-align: center;
  }
  .special-orders-pending-approval-details .my-account-card-body .approval-buttons button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

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

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%; /* Part 1: Set a maxium relative to the parent */
  /*width: 100%;*/ /* IE7-8 need help adjusting responsive images */
  height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  /*font-size: 100%;*/
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

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

select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

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

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

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "EJ Sans Text", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #3B3D3F;
  background-color: #dadada;
}

a {
  color: #777;
  text-decoration: none;
}

a:hover,
a:focus {
  color: rgb(80.75, 80.75, 80.75);
  text-decoration: none;
}

.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}

p {
  margin: 0 0 10px;
}

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

.saleprice {
  color: red;
  text-decoration: line-through;
  margin-left: 0.5em;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #F1F3F4;
}

a.muted:hover,
a.muted:focus {
  color: rgb(212.44, 218.52, 221.56);
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(163.9489361702, 125.8212765957, 60.0510638298);
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: rgb(149.0039525692, 58.6245059289, 56.9960474308);
}

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

a.text-info:hover,
a.text-info:focus {
  color: rgb(45.1948051948, 105.1948051948, 134.8051948052);
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(52.6699029126, 102.3300970874, 53.4223300971);
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin: 10px 0;
  font-family: "EJ Sans Text", sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  line-height: 1;
  color: #F1F3F4;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 36px;
  text-align: center;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 13.6px;
}

h1 small {
  font-size: 28px;
}

h2 small {
  font-size: 20px;
}

h3 small {
  font-size: 16px;
}

h4 small {
  font-size: 16px;
}

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

ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

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

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before, .dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #F1F3F4;
}

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

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

#item-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2em;
  text-align: center;
}

.minlength,
.exactlength,
.required {
  color: red !important;
}

.minlength {
  margin-top: 10px;
}

.exactlength {
  margin-top: 10px;
}

form {
  margin: 0 0 20px;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
  color: #3B3D3F;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #F1F3F4;
}

.form-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 0.25rem;
}
.form-entry label {
  width: 100%;
}
.form-entry input, .form-entry span {
  align-self: center;
}
.form-entry input, .form-entry label {
  width: 100%;
}

.form-entry.half {
  width: 50%;
}

.enter-address-message {
  padding: 0 0 0 0.5rem;
}
.enter-address-message p {
  font-size: 0.9rem;
  margin: 0;
  font-style: italic;
}

label,
input,
button,
select,
textarea {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "EJ Sans Text", sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  color: #3B3D3F !important;
}

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  vertical-align: middle;
}

.ie8 input[type=search],
.ie9 input[type=search] {
  padding-bottom: 8px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

select, textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
.uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #E5E5E4;
  height: 34px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
select:focus, textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
.uneditable-input:focus {
  border-color: #CDCCCB;
  outline: 0;
  outline: thin dotted \9 ; /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

input[type=file],
input[type=image],
input[type=submit],
input[type=reset],
input[type=button],
input[type=radio],
input[type=checkbox] {
  width: auto;
}

select,
input[type=file] {
  *margin-top: 4px; /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}

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

/*select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  @include tab-focus();
}*/
.uneditable-input,
.uneditable-textarea {
  color: #F1F3F4;
  background-color: rgb(252.45, 252.45, 252.45);
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #F1F3F4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #F1F3F4;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #F1F3F4;
}
input ::-webkit-input-placeholder,
textarea ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
input ::-moz-placeholder,
textarea ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
input :-ms-input-placeholder,
textarea :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
input :-moz-placeholder,
textarea :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

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

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

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

.input-mobile {
  width: 30px;
}

.input-mini {
  width: 43px;
}

.input-ext {
  width: 50px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

.full-width {
  width: 100%;
}

input[class*=span],
select[class*=span],
textarea[class*=span],
.uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span] {
  float: none;
  margin-left: 0;
}

.input-append input[class*=span],
.input-append .uneditable-input[class*=span],
.input-prepend input[class*=span],
.input-prepend .uneditable-input[class*=span],
.row-fluid input[class*=span],
.row-fluid select[class*=span],
.row-fluid textarea[class*=span],
.row-fluid .uneditable-input[class*=span],
.row-fluid .input-prepend [class*=span],
.row-fluid .input-append [class*=span] {
  display: inline-block;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #aaa;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio][readonly],
input[type=checkbox][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: rgb(163.9489361702, 125.8212765957, 60.0510638298);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(219.3446808511, 196.7063829787, 157.6553191489);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(219.3446808511, 196.7063829787, 157.6553191489);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(219.3446808511, 196.7063829787, 157.6553191489);
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: rgb(149.0039525692, 58.6245059289, 56.9960474308);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(213.2213438735, 146.9723320158, 145.7786561265);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(213.2213438735, 146.9723320158, 145.7786561265);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(213.2213438735, 146.9723320158, 145.7786561265);
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: rgb(52.6699029126, 102.3300970874, 53.4223300971);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(121.640776699, 186.359223301, 122.6213592233);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(121.640776699, 186.359223301, 122.6213592233);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(121.640776699, 186.359223301, 122.6213592233);
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: rgb(45.1948051948, 105.1948051948, 134.8051948052);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(122.4415584416, 181.4415584416, 210.5584415584);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(122.4415584416, 181.4415584416, 210.5584415584);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(122.4415584416, 181.4415584416, 210.5584415584);
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: rgb(233.2099447514, 49.9171270718, 44.7900552486);
  -webkit-box-shadow: 0 0 6px rgb(247.5801104972, 185.1657458564, 183.4198895028);
  -moz-box-shadow: 0 0 6px rgb(247.5801104972, 185.1657458564, 183.4198895028);
  box-shadow: 0 0 6px rgb(247.5801104972, 185.1657458564, 183.4198895028);
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before, .form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: rgb(95.9959016393, 99.25, 102.5040983607);
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
  font-size: 16px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
  background-color: #aaa;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: rgb(169.3404255319, 218.6595744681, 169.3404255319);
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9 ;
  padding-left: 14px;
  padding-left: 4px \9 ; /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}

.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

input[data-required=true]:focus {
  border-color: red;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type=radio],
.form-search .checkbox input[type=checkbox],
.form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

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

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.bootstrap-select.btn-group {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.bootstrap-select.btn-group[class*=span] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0;
}
.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*=span].pull-right {
  float: right;
}

.input-append .bootstrap-select.btn-group {
  margin-left: -1px;
}

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px;
}

.bootstrap-select:not([class*=span]) {
  width: 220px;
}
.bootstrap-select .btn {
  width: 100%;
}
.bootstrap-select .btn:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left;
}
.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  right: 12px;
}
.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group[class*=span] .btn {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default;
}
.bootstrap-select.btn-group .div-contain {
  overflow: hidden;
}
.bootstrap-select.btn-group .dropdown-menu li > a {
  min-height: 20px;
}
.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px;
}
.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4);
}
.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal;
}
.bootstrap-select.btn-group.show-menu-arrow .dropdown-menu {
  overflow-y: visible !important;
}
.bootstrap-select.btn-group.show-menu-arrow .dropdown-menu::after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: "";
}
.bootstrap-select.btn-group.show-menu-arrow .dropdown-menu::before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.input-itty {
  width: 40px;
}

.form-row-first,
.form-row-last {
  width: 48%;
  float: left;
}
.form-row-first .full-width input,
.form-row-last .full-width input {
  width: 100%;
}

.form-row-last {
  float: right;
}

.form-row-wide {
  width: 100%;
  float: left;
}

.table-checkout {
  border: 0 none;
  border-bottom: 1px solid #f6f6f6;
  border-spacing: 0;
  padding: 20px 20px 0;
  width: 100%;
}
.table-checkout .full-width {
  width: 100%;
}
.table-checkout thead {
  background: none repeat scroll 0 0 #fff;
  padding-bottom: 10px;
}
.table-checkout thead tr th {
  border-bottom: 2px solid #e0e0e0;
  color: #141414;
  font-weight: 600;
  line-height: 1em;
  padding: 0 20px 15px;
  text-align: left;
  text-transform: uppercase;
}
.table-checkout tbody {
  padding-top: 10px;
}
.table-checkout tbody td {
  text-align: left;
  border-bottom: 1px solid #f6f6f6;
  padding: 10px;
  vertical-align: top;
}

input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  margin-right: 0.5em;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: initial !important;
  margin: 0 0.5em 0 0 !important;
}
input[type=checkbox]:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 1em;
  position: absolute;
  top: -2px;
  left: 3px;
  color: #99a1a7;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #dadada;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

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

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

table td[class*=span],
table th[class*=span],
.row-fluid table td[class*=span],
.row-fluid table th[class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table-hover tbody tr.error:hover > td {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-hover tbody tr.warning:hover > td {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table-hover tbody tr.info:hover > td {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

/*@import "bootstrap-select";*/
.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #FFFFFF;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #FFFFFF;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #3B3D3F;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #FFFFFF;
  background-color: rgb(113.9, 113.9, 113.9);
  background-image: -moz-linear-gradient(top, #777, rgb(106.25, 106.25, 106.25));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(rgb(106.25, 106.25, 106.25)));
  background-image: -webkit-linear-gradient(top, #777, rgb(106.25, 106.25, 106.25));
  background-image: -o-linear-gradient(top, #777, rgb(106.25, 106.25, 106.25));
  background-image: linear-gradient(to bottom, #777, rgb(106.25, 106.25, 106.25));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF777777", endColorstr="#FF6A6A6A", GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: rgb(113.9, 113.9, 113.9);
  background-image: -moz-linear-gradient(top, #777, rgb(106.25, 106.25, 106.25));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#777), to(rgb(106.25, 106.25, 106.25)));
  background-image: -webkit-linear-gradient(top, #777, rgb(106.25, 106.25, 106.25));
  background-image: -o-linear-gradient(top, #777, rgb(106.25, 106.25, 106.25));
  background-image: linear-gradient(to bottom, #777, rgb(106.25, 106.25, 106.25));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF777777", endColorstr="#FF6A6A6A", GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #F1F3F4;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}

.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
  border-left-color: #FFFFFF;
}

.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgb(227.15, 227.15, 227.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}

.close {
  font-size: 18px;
  padding: 10px;
  line-height: 20px;
  background-color: #3B3D3F;
  position: absolute;
  top: -1em;
  right: -1em;
  border-radius: 500px;
}
.close i {
  color: #FFFFFF;
}
.close:hover, .close:focus {
  text-decoration: none;
  cursor: pointer;
  background-color: #3B3D3F;
}
.close:hover i, .close:focus i {
  color: #FFF;
}
.close a {
  color: #FFF;
  width: 100%;
  height: 100%;
  padding: 0.25em;
}
.close a:hover {
  text-decoration: none;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

button:focus {
  outline: 0;
}

.btn-alpha, .cog-button, input[type=submit] {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #3B3D3F !important;
  background-color: #FAD141;
  padding: 0 1em;
  margin: 0;
  height: 44px;
  line-height: 44px !important;
  transition: all 0.2s ease-out;
  border: 0;
  font-weight: 600;
  min-width: 175px;
  display: block;
  max-width: fit-content;
  text-align: center;
}
.btn-alpha:hover, .cog-button:hover, input[type=submit]:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: rgb(245, 204.82, 63.7);
}
.btn-alpha:active, .btn-alpha:focus, .cog-button:active, .cog-button:focus, input[type=submit]:active, input[type=submit]:focus {
  color: #3B3D3F;
}
.btn-alpha:disabled, .cog-button:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-alpha i, .cog-button i, input[type=submit] i {
  margin-right: 0.5em;
}
.btn-alpha .fa-circle-notch, .cog-button .fa-circle-notch, input[type=submit] .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-beta {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #FFF;
  background-color: red;
  padding: 0 1em;
  margin: 0;
  height: 44px;
  line-height: 44px;
  transition: all 0.2s ease-out;
  border: 0;
  font-weight: 600;
  min-width: 175px;
}
.btn-beta:hover {
  color: #FFFFFF;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: rgb(229.5, 0, 0);
}
.btn-beta:active, .btn-beta:focus {
  color: #FFFFFF;
}
.btn-beta i {
  margin-right: 0.5em;
}
.btn-beta .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-gamma {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #FFF;
  background-color: #3B3D3F;
  padding: 0 1em;
  margin: 0;
  height: 44px;
  line-height: 44px;
  transition: all 0.2s ease-out;
  border: 0;
  font-weight: 600;
  min-width: 175px;
  display: block;
}
.btn-gamma:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  color: #FFFFFF;
  background-color: rgb(53.1, 54.9, 56.7);
}
.btn-gamma:active, .btn-gamma:focus {
  color: #FFFFFF;
}
.btn-gamma i {
  color: #FAD141;
  margin-left: 0.5em;
  font-weight: 500;
}
.btn-gamma .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-neutral {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #FFF;
  background-color: #A6A7AA;
  padding: 0 1em;
  margin: 0;
  height: 44px;
  line-height: 44px;
  transition: all 0.2s ease-out;
  border: 0;
  font-weight: 600;
  min-width: 175px;
}
.btn-neutral:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: rgb(149.4, 150.3, 153);
}
.btn-neutral:active, .btn-neutral:focus {
  color: #FFFFFF;
}
.btn-neutral i {
  margin-right: 0.5em;
}
.btn-neutral .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-preview {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #FFFFFF;
  background-color: #0176a1;
  padding: 0 1em;
  margin: 0;
  height: 44px;
  line-height: 44px;
  transition: all 0.2s ease-out;
  border: 0;
  font-weight: 600;
  display: block;
  max-width: 200px;
  text-align: center;
}
.btn-preview:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: rgb(0.98, 115.64, 157.78);
}
.btn-preview:active, .btn-preview:focus {
  color: #FFFFFF;
}
.btn-preview:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.btn-preview i {
  margin-right: 0.5em;
}
.btn-preview .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-ghost {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #FFF;
  font-weight: 400;
  background-color: transparent;
  padding: 0.25em 2em;
  margin: 0;
  min-height: 40px;
  transition: all 0.2s ease-out;
  border: 2px solid #FFFFFF;
  height: 42px;
  text-transform: uppercase;
}
.btn-ghost:hover {
  background-color: #FFFFFF;
  color: #FAD141;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-ghost:hover:active, .btn-ghost:hover:focus {
  background-color: #FFFFFF;
  color: #FAD141;
}
.btn-ghost:active, .btn-ghost:focus {
  background-color: transparent;
  color: #FFFFFF;
}
.btn-ghost i {
  margin-right: 0.5em;
}
.btn-ghost .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-ghost-alt {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #FAD141;
  font-weight: 400;
  background-color: transparent;
  padding: 0.25em 2em;
  margin: 0;
  min-height: 40px;
  transition: all 0.2s ease-out;
  border: 1px solid #FAD141;
  height: 42px;
}
.btn-ghost-alt:hover {
  background-color: #FAD141;
  color: #FFFFFF;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-ghost-alt:active, .btn-ghost-alt:focus {
  color: #FFFFFF;
}
.btn-ghost-alt i {
  margin-right: 0.5em;
}

.btn-approve {
  font-family: "EJ Sans Text", sans-serif;
  color: green;
  font-size: 1.5em;
  text-transform: uppercase;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5em;
  font-weight: bold;
  height: 50px;
  transition: all 0.2s ease-out;
  border: 3px solid white;
  vertical-align: middle;
}
.btn-approve:hover {
  background-color: white;
  border-color: white;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  color: rgb(0, 102.4, 0);
}
.btn-approve:active, .btn-approve:focus {
  color: green;
}
.btn-approve i {
  margin-right: 0.5em;
}

.btn-deny {
  font-family: "EJ Sans Text", sans-serif;
  color: red;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5em;
  height: 50px;
  transition: all 0.2s ease-out;
  border: 3px solid white;
  vertical-align: middle;
}
.btn-deny:hover {
  background-color: white;
  border-color: white;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  color: #cc0000;
}
.btn-deny:active, .btn-deny:focus {
  color: red;
}
.btn-deny i {
  margin-right: 0.5em;
}

.btn-disabled {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #FFF;
  font-weight: 400;
  background-color: #FAD141;
  padding: 4px 9px;
  margin: 0;
  min-height: 40px;
  transition: all 0.2s ease-out;
  border: 1px solid #636363;
  border-top-color: #AAAAAA;
  border-bottom-color: #636363;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(132.6, 132.6, 132.6)), to(#666666));
  background: -moz-linear-gradient(top, rgb(132.6, 132.6, 132.6), #666666);
  background: linear-gradient(top, rgb(132.6, 132.6, 132.6), #666666);
  border-radius: 5px;
  opacity: 0.2;
  cursor: initial;
}
.btn-disabled:active, .btn-disabled:focus {
  color: #FFFFFF;
}
.btn-disabled i {
  margin-right: 0.5em;
}
.btn-disabled:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(132.6, 132.6, 132.6)), to(#666666));
  background: -moz-linear-gradient(top, rgb(132.6, 132.6, 132.6), #666666);
  background: linear-gradient(top, rgb(132.6, 132.6, 132.6), #666666);
  border: 1px solid #636363;
  border-top-color: #AAAAAA;
  border-bottom-color: #636363;
}

.btn-disable {
  font-family: "Comic Sans MS";
  font-size: 1em;
  color: #000000;
  font-weight: 400;
  background-color: #FFFFFF;
  padding: 4px 9px;
  margin: 0;
  min-height: 40px;
  border: 0;
  border-radius: 5px;
  opacity: 1;
  background-image: url(../../images/gray-button.png);
}
.btn-disable:active, .btn-disable:focus {
  color: #FFFFFF;
}
.btn-disable i {
  margin-right: 0.5em;
}
.btn-disable:hover {
  background-image: url(../../images/gray-button.png);
}

#view-cart-button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
#view-cart-button:hover, #view-cart-button:active, #view-cart-button:focus {
  color: #FFF;
}

#tooltip-checkout-button {
  font-size: 1.2em;
}

.btn-cart {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #3B3D3F;
  background-color: #FAD141;
  padding: 0 1em;
  margin: 0;
  height: 44px;
  line-height: 44px;
  transition: all 0.2s ease-out;
  border: 0;
  font-weight: 600;
  min-width: 200px;
}
.btn-cart:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: rgb(245, 204.82, 63.7);
}
.btn-cart:active, .btn-cart:focus {
  color: #3B3D3F;
}
.btn-cart i {
  margin-right: 0.5em;
  font-weight: 400;
}
.btn-cart .fa-circle-notch {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn-wishlist {
  font-family: "EJ Sans Text", sans-serif;
  color: #3B3D3F;
  font-weight: 400;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5em;
  height: 50px;
  transition: all 0.2s ease-out;
  border: 3px solid transparent;
  vertical-align: middle;
  min-width: 219px;
}
.btn-wishlist:hover {
  color: rgb(53.1, 54.9, 56.7);
  transition: all 0.2s ease-out;
}
.btn-wishlist:hover i {
  transition: all 0.2s ease-out;
  /*&:before {
          font-family: FontAwesome;
          content: "\f004";
          transition: all .2s ease-out;
      }*/
}
.btn-wishlist:active, .btn-wishlist:focus {
  color: #3B3D3F;
}
.btn-wishlist i {
  margin-right: 0.5em;
}
.btn-wishlist .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.btn-continue-shopping {
  font-family: "EJ Sans Text", sans-serif;
  color: #FAD141;
  font-weight: 400;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5em;
  height: 50px;
  transition: all 0.2s ease-out;
  border: 3px solid transparent;
  vertical-align: middle;
  text-transform: uppercase;
}
.btn-continue-shopping:hover {
  color: #FAD141;
  transition: all 0.2s ease-out;
}
.btn-continue-shopping:hover i {
  transition: all 0.2s ease-out;
}
.btn-continue-shopping:hover i:before {
  transition: all 0.2s ease-out;
}
.btn-continue-shopping:active, .btn-continue-shopping:focus {
  color: #FAD141;
}
.btn-continue-shopping i {
  margin-right: 0.5em;
}

.btn-special-order {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1.2em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0.5em;
  margin-top: 2em;
  height: 50px;
  transition: all 0.2s ease-out;
  border: 3px solid #FFFFFF;
}
.btn-special-order:hover {
  background-color: #FFFFFF;
  color: #000000;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-special-order:active, .btn-special-order:focus {
  color: #3B3D3F;
}
.btn-special-order i {
  margin-right: 0.5em;
}

.btn-notify-checkout {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 0.9em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #3B3D3F;
  margin: 0.5em 0 0 0;
  height: 35px;
  transition: all 0.2s ease-out;
  border: 1px solid #636363;
  border-top-color: #AAAAAA;
  border-bottom-color: #636363;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(132.6, 132.6, 132.6)), to(#666666));
  background: -moz-linear-gradient(top, rgb(132.6, 132.6, 132.6), #666666);
  background: linear-gradient(top, rgb(132.6, 132.6, 132.6), #666666);
  border-radius: 5px;
}
.btn-notify-checkout:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(117.3, 117.3, 117.3)), to(rgb(117.3, 117.3, 117.3)));
  background: -moz-linear-gradient(top, rgb(132.6, 132.6, 132.6), rgb(163.2, 163.2, 163.2));
  background: linear-gradient(top, rgb(132.6, 132.6, 132.6), rgb(163.2, 163.2, 163.2));
  border-color: #636363;
  border-top-color: #D3D3D3;
  border-bottom-color: #636363;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-notify-checkout:active, .btn-notify-checkout:focus {
  color: #FFFFFF;
}
.btn-notify-checkout i {
  margin-right: 0.5em;
}

.btn-notify-view {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 0.9em;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 300;
  background-color: #FAD141;
  margin: 0.5em 0 0 0;
  height: 35px;
  transition: all 0.2s ease-out;
  border: 1px solid #1c4ed9;
  border-top-color: #7ba7ff;
  border-bottom-color: #133fbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#3163f2), to(#2b57d5));
  background: -moz-linear-gradient(top, #3163f2, #2b57d5);
  background: linear-gradient(top, #3163f2, #2b57d5);
  border-radius: 5px;
}
.btn-notify-view:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#4273ff), to(#3364f1));
  background: -moz-linear-gradient(top, #4273ff, #3364f1);
  background: linear-gradient(top, #4273ff, #3364f1);
  border-color: #235af6;
  border-top-color: #4072ff;
  border-bottom-color: #1e4fd9;
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}
.btn-notify-view:active, .btn-notify-view:focus {
  color: #FFFFFF;
}
.btn-notify-view i {
  margin-right: 0.5em;
}

button.btn,
input[type=submit].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type=submit].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type=submit].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type=submit].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

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

.btn-link {
  border-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: rgb(80.75, 80.75, 80.75);
  text-decoration: underline;
  background-color: transparent;
}

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

.search {
  padding: 4px 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .mobile-btn {
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    padding: 10px;
  }
}

.trans-btn {
  font-family: "Oswald";
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  border: 2px solid #333;
  color: #333;
  padding: 8px 46px;
  background-color: #fff;
  margin: 10px !important;
  transition: all 0.2s ease-out;
  outline: 0;
}
.trans-btn:hover {
  background: #333;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-out;
}

.red-btn {
  color: #000;
  background-color: #ee1b2e;
  border: 3px solid #ee1b2e;
  border-color: transparent;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 16px;
  margin: 10px;
  padding: 8px 46px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: center;
  transition: all 0.2s ease-out;
}
.red-btn:hover, .red-btn:active {
  border: 3px solid #ee1b2e;
  background-color: rgba(238, 27, 46, 0.2);
  text-decoration: none !important;
  transition: all 0.2s ease-out;
}

.btn-grey-sm {
  margin: 0;
  padding: 2px 10px;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 16px;
}

.btn-group > .btn-mini {
  font-size: 12px;
}

.btn-group > .btn-small {
  font-size: 13.6px;
}

.btn-group > .btn-large {
  font-size: 20px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}

.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: rgb(229.5, 229.5, 229.5);
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #777777;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #777;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #FFFFFF;
  border-bottom-color: #FFFFFF;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline; /* IE7 inline-block hack */
  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}

.page-error {
  text-align: center;
  padding-top: 3em;
}
.page-error div {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  margin-bottom: 3em;
  text-align: center;
}
.page-error div .error {
  margin: 0 auto;
  margin-bottom: 2em;
}
.page-error img {
  max-width: 200px;
  margin: 0 auto;
}
.page-error .btn {
  margin: 0 auto;
}

.alert {
  padding: 8px 14px 8px 14px;
  margin: 1em;
  text-align: left !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid rgb(250.5193548387, 238.3220430108, 213.1806451613);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
  padding: 1em;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #468847;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: rgb(237.6760869565, 211.0239130435, 215.465942029);
  color: #b94a48;
  width: 100%;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #3a87ad;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-backorder {
  display: block;
  font-weight: bold;
  width: initial !important;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

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

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px !important;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.promo-success {
  float: left;
}

/*@import "navs";*/
/*@import "navbar";*/
/*.breadcrumb-search {
  @include span-columns(10 of 10);
  text-align: center;
  ul {
    text-align: center;
    margin: 0;
    list-style: none;
  }
  > li {
    display: inline-block;

    text-shadow: 0 1px 0 $white;

    > .divider {
      padding: 0 5px;
      color: $black;
    }
  }
  .active {
    color: $grayLight;
  }
  @include media($mobile) {
    @include span-columns(12);
    margin-bottom: 10px;
  }
}*/
.breadcrumb {
  background-color: #FFFFFF;
  color: #3B3D3F !important;
  display: block !important;
  max-width: 1300px;
  margin: 0 auto;
  text-align: left;
  padding: 0.75rem 3rem;
  font-size: 0.8em !important;
}
.breadcrumb .breadcrumbs-divider {
  color: #FAD141;
}
@media print {
  .breadcrumb {
    display: none !important;
  }
}
.breadcrumb a {
  color: #3B3D3F !important;
}
.breadcrumb a:hover {
  color: #3B3D3F !important;
  text-decoration: none;
}
.breadcrumb ul {
  margin: 0;
  list-style: none;
}
.breadcrumb ul li {
  display: inline-block;
  padding: 0 !important;
}
.breadcrumb ul .active {
  color: #3B3D3F;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .breadcrumb {
    display: none !important;
  }
}
.pagination {
  text-align: center;
}

.page {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 18px;
  display: inline-block;
  padding: 2px 15px;
  margin-right: 4px;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
  color: #FAD141;
  text-decoration: none;
  text-align: center;
}
.page:hover {
  text-decoration: none !important;
  color: #FFF;
  background-color: #FAD141;
}
.page.active, .page:active, .page.focus, .page:focus {
  box-shadow: none;
  background-color: #FAD141;
  color: #FFF;
  text-decoration: none !important;
}
.page.disabled {
  display: none;
}

.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before, .pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #F1F3F4;
  background-color: #fff;
  cursor: default;
}

.modal {
  display: none;
  width: 800px;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  margin: 0 auto;
  z-index: 1050;
  background-color: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  animation: modal-fade-in;
  animation-duration: 0.2s;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal {
    width: 325px;
    top: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modal {
    width: 700px;
    top: 50px;
  }
}
.modal .modal-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 1em;
  color: #3c4046;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal .modal-header h2 {
  font-size: 2em;
  font-weight: 300;
  color: #3c4046;
}
.modal .modal-header .modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  padding: 0.28em;
  width: 2em;
  height: 2em;
  color: #FFF;
  background-color: rgb(0, 0, 0);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  font-size: 1.2em;
  text-align: center;
  cursor: pointer;
  z-index: 1;
}
.modal .modal-header .modal-close i {
  font-weight: 400;
}
.modal .modal-header .modal-close:hover {
  border: 2px solid rgb(255, 255, 255);
}
.modal .modal-body {
  display: flex;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .modal .modal-body {
    flex-direction: column;
    height: 350px;
    overflow: scroll;
  }
}
.modal .modal-body .modal-body-left, .modal .modal-body .modal-body-right {
  flex-grow: 1;
  padding: 2em;
  padding-bottom: 3em;
}
.modal .modal-body .modal-body-left {
  width: 60%;
}
.modal .modal-body ul {
  margin: 0;
  list-style: none;
}

.quick-view form {
  margin: 0;
}
.quick-view form .modal-header {
  text-align: left;
}
.quick-view form .modal-header #item-title {
  text-align: left;
}
.quick-view form .modal-header #modal-rating i {
  font-size: 1.5em;
}
.quick-view form .modal-header #modal-product-url {
  float: none;
  color: #FAD141;
  text-decoration: none;
  position: absolute;
  right: 2em;
  bottom: 1em;
}
.quick-view form .modal-header #modal-product-url:hover {
  text-decoration: underline;
}
.quick-view form .modal-body .product_image {
  display: inline-block;
  width: 50%;
  vertical-align: text-top;
  padding: 1em 3em 1em 3em;
}
.quick-view form .modal-body .product_info {
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  vertical-align: text-top;
  padding: 1em 3em 3em 3em;
}
.quick-view form .modal-body .product_info .product-details {
  margin: 0;
  list-style: none;
}
.quick-view form .modal-body .product_info .product-details li {
  margin-bottom: 1em;
}
.quick-view form .modal-body .product_info .product-details #item-number {
  font-size: 1em;
  margin: 1em 0;
  color: #3B3D3F;
}
.quick-view form .modal-body .product_info .product-details #product-price {
  font-size: 1.5em;
  display: inline;
  font-weight: bold;
}
.quick-view form .modal-body .product_info .product-details #product-points {
  font-size: 1.4em;
  color: #3B3D3F;
  padding: 0 0.25em;
  display: inline;
}
.quick-view form .modal-body .product_info .product-options {
  margin: 0;
  list-style: none;
}
.quick-view form .modal-body .product_info .product-options ul {
  margin: 0;
  list-style: none;
  position: relative;
}
.quick-view form .modal-body .product_info .product-options ul li {
  display: block !important;
  margin: 0 0 0.5em 0 !important;
}
.quick-view form .modal-body .product_info .product-options ul li label, .quick-view form .modal-body .product_info .product-options ul li select, .quick-view form .modal-body .product_info .product-options ul li input, .quick-view form .modal-body .product_info .product-options ul li .highlight-stock {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.quick-view form .modal-body .product_info .product-options ul li label:nth-of-type(1), .quick-view form .modal-body .product_info .product-options ul li select:nth-of-type(1), .quick-view form .modal-body .product_info .product-options ul li input:nth-of-type(1), .quick-view form .modal-body .product_info .product-options ul li .highlight-stock:nth-of-type(1) {
  margin-bottom: 1em;
}
.quick-view form .modal-body .product_info .product-options ul li label {
  width: 50%;
}
.quick-view form .modal-body .product_info .product-options ul li select, .quick-view form .modal-body .product_info .product-options ul li input {
  width: 100px !important;
  box-shadow: none;
}
.quick-view form .modal-body .product_info .quick-view-buttons {
  width: 100%;
  margin-top: auto;
}
.quick-view form .modal-body .product_info .quick-view-buttons button {
  margin: 0;
  width: 100%;
}
.quick-view form .modal-body .product_info .quick-view-buttons .btn-cart {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#size-guide-modal .modal-body {
  padding: 2em;
}
#size-guide-modal .modal-footer {
  padding: 1em;
  text-align: center;
}

.modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
  animation: modal-fade-in;
  animation-duration: 0.2s;
}

#special-order-modal .modal-body {
  flex-wrap: wrap;
  flex-direction: inherit !important;
  max-height: 600px !important;
}
#special-order-modal .modal-body-left {
  order: 2;
  font-size: 0.95em;
  width: 100%;
}
#special-order-modal .modal-body-left ul {
  margin: 1em;
}
#special-order-modal .modal-body-left ul li i {
  margin-right: 0.5em;
}
#special-order-modal .modal-body-right {
  order: 1;
  text-align: center;
  width: 100%;
}
#special-order-modal .modal-body-right ul li img {
  border: 1px solid #313131;
  border-radius: 50%;
  width: 100%;
  max-width: 225px;
  height: auto;
}
#special-order-modal .modal-body-right ul li hr {
  width: 50%;
  border-top: 0;
  border-bottom: 2px solid #FAD141;
  margin: 1em auto;
}
#special-order-modal .modal-body-right ul li:nth-of-type(4) {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 1px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #contact-us-modal {
    position: absolute !important;
  }
}
#contact-us-modal .modal-body-left {
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #contact-us-modal .modal-body-left {
    width: 100%;
  }
}
#contact-us-modal .modal-body-left form {
  margin: 0;
}
#contact-us-modal .modal-body-left form fieldset .input {
  width: 47%;
  margin: 0.25em;
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contact-us-modal .modal-body-left form fieldset .input {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #contact-us-modal .modal-body-left form fieldset .input {
    width: 100%;
  }
}
#contact-us-modal .modal-body-left form fieldset .input label {
  text-align: left;
}
#contact-us-modal .modal-body-left form fieldset textarea {
  width: 100%;
  height: 150px;
  border-radius: 5px;
  resize: none;
  margin-bottom: 1em;
}
#contact-us-modal .modal-body-right .standout {
  font-size: 0.9em;
}

#has-styles-modal {
  max-width: 400px;
  width: 90%;
}
#has-styles-modal .modal-body {
  flex-wrap: wrap;
  height: auto;
}
#has-styles-modal p {
  padding: 1em;
  margin-bottom: 1em;
  text-align: center;
}
#has-styles-modal .has-styles-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#has-styles-modal .has-styles-buttons button {
  margin: 0.5em;
  margin-bottom: 1em;
}

#gift-points-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#gift-points-modal .modal-header {
  padding-bottom: 0;
}
#gift-points-modal .modal-header hr {
  margin-bottom: 1em;
}
#gift-points-modal .modal-header .fa-gift {
  color: red;
  font-size: 3em;
}
#gift-points-modal .modal-header h2 {
  font-weight: 600;
}
#gift-points-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
}
#gift-points-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#gift-points-modal .modal-body form {
  width: 600px;
  margin: 2em auto 3em;
}
#gift-points-modal .modal-body form select, #gift-points-modal .modal-body form input {
  display: inline-block;
  height: 44px;
  vertical-align: text-top;
}
#gift-points-modal .modal-body form input {
  width: 120px;
  margin-right: 1em;
}
#gift-points-modal .modal-body form ::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0, 0, 0, 0.2);
}
#gift-points-modal .modal-body form select {
  width: 200px;
}
#gift-points-modal #spinner, #gift-points-modal #success, #gift-points-modal #failure {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#gift-points-modal #spinner i, #gift-points-modal #success i, #gift-points-modal #failure i {
  font-size: 3em;
}
#gift-points-modal #spinner button, #gift-points-modal #success button, #gift-points-modal #failure button {
  width: 100px;
}
#gift-points-modal #spinner i {
  padding-top: 12em;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#gift-points-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#gift-points-modal #success, #gift-points-modal #failure {
  padding-top: 7em;
}
#gift-points-modal #success h3, #gift-points-modal #failure h3 {
  font-weight: 600;
}
#gift-points-modal #success i, #gift-points-modal #failure i {
  font-size: 5em;
}
#gift-points-modal #success p, #gift-points-modal #failure p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#gift-points-modal #success button, #gift-points-modal #failure button {
  margin-top: 1em;
}
#gift-points-modal #success i {
  color: green;
}
#gift-points-modal #failure i {
  color: red;
}

@keyframes spinner {
  to {
    -ms-transform: rotate(360deg); /* IE 9 */
    -webkit-transform: rotate(360deg); /* Chrome, Safari, Opera */
    transform: rotate(360deg);
  }
}
#special-order-request-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#special-order-request-modal .modal-header {
  padding-bottom: 0;
}
#special-order-request-modal .modal-header hr {
  margin-bottom: 1em;
}
#special-order-request-modal .modal-header .fa-gift {
  color: red;
  font-size: 3em;
}
#special-order-request-modal .modal-header h2 {
  font-weight: 600;
}
#special-order-request-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
  position: relative;
}
#special-order-request-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#special-order-request-modal .modal-body form {
  width: 600px;
  margin: 2em auto 3em;
}
#special-order-request-modal .modal-body form select, #special-order-request-modal .modal-body form input {
  display: inline-block;
  height: 44px;
  vertical-align: text-top;
}
#special-order-request-modal .modal-body form input {
  width: 120px;
  margin-right: 1em;
}
#special-order-request-modal .modal-body form ::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0, 0, 0, 0.2);
}
#special-order-request-modal .modal-body form select {
  width: 200px;
}
#special-order-request-modal #spinner, #special-order-request-modal #success, #special-order-request-modal #failure {
  display: none;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#special-order-request-modal #spinner i, #special-order-request-modal #success i, #special-order-request-modal #failure i {
  font-size: 3em;
}
#special-order-request-modal #spinner button, #special-order-request-modal #success button, #special-order-request-modal #failure button {
  width: 100px;
}
#special-order-request-modal #spinner i {
  padding: 3em 0;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#special-order-request-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#special-order-request-modal #success h3, #special-order-request-modal #failure h3 {
  font-weight: 600;
}
#special-order-request-modal #success i, #special-order-request-modal #failure i {
  font-size: 5em;
}
#special-order-request-modal #success p, #special-order-request-modal #failure p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#special-order-request-modal #success button, #special-order-request-modal #failure button {
  margin-top: 1em;
}
#special-order-request-modal #success i {
  color: green;
}
#special-order-request-modal #failure i {
  color: red;
}

#dashboard-product-modal .modal-body {
  display: block;
  text-align: center;
}
#dashboard-product-modal .modal-header {
  padding: 0 !important;
}
#dashboard-product-modal .modal-body-left {
  display: inline-block;
  width: 48% !important;
  vertical-align: text-top;
}
#dashboard-product-modal .modal-body-right {
  display: inline-block;
  width: 48% !important;
  text-align: left;
  vertical-align: text-top;
}
#dashboard-product-modal #name {
  font-size: 1.2em;
  font-weight: 700;
}
#dashboard-product-modal #item-no, #dashboard-product-modal #description, #dashboard-product-modal #sizes {
  font-size: 0.9em;
}
#dashboard-product-modal button {
  margin-top: 1em;
}

#update-information-modal {
  max-width: 400px;
}
#update-information-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#update-information-modal .modal-header {
  padding-bottom: 0;
}
#update-information-modal .modal-header hr {
  margin-bottom: 1em;
}
#update-information-modal .modal-header .fa-gift {
  color: red;
  font-size: 3em;
}
#update-information-modal .modal-header h2 {
  font-weight: 600;
}
#update-information-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
}
#update-information-modal .modal-body p {
  text-align: center;
  width: 100%;
}
#update-information-modal .modal-body form {
  width: 600px;
  margin: 2em auto 3em;
}
#update-information-modal .modal-body form select, #update-information-modal .modal-body form input {
  display: inline-block;
  height: 44px;
  vertical-align: text-top;
}
#update-information-modal .modal-body form input {
  width: 120px;
  margin-right: 1em;
}
#update-information-modal .modal-body form ::-webkit-input-placeholder { /* Chrome */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form :-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form ::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form :-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0, 0, 0, 0.2);
}
#update-information-modal .modal-body form select {
  width: 200px;
}
#update-information-modal #spinner, #update-information-modal #success, #update-information-modal #failure {
  display: none;
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#update-information-modal #spinner i, #update-information-modal #success i, #update-information-modal #failure i {
  font-size: 2em;
}
#update-information-modal #spinner button, #update-information-modal #success button, #update-information-modal #failure button {
  width: 100px;
}
#update-information-modal #spinner i {
  padding-top: 12em;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#update-information-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#update-information-modal #success, #update-information-modal #failure {
  padding-top: 2em;
}
#update-information-modal #success h4, #update-information-modal #failure h4 {
  font-weight: 600;
}
#update-information-modal #success i, #update-information-modal #failure i {
  font-size: 3em;
}
#update-information-modal #success p, #update-information-modal #failure p {
  margin-bottom: 1em;
  text-align: center;
}
#update-information-modal #success button, #update-information-modal #failure button {
  margin-top: 1em;
}
#update-information-modal #success i {
  color: green;
}
#update-information-modal #failure i {
  color: red;
}

#special-request-submit-modal hr {
  width: 75%;
  margin: 2em auto 2em auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
}
#special-request-submit-modal .modal-header {
  padding-bottom: 0;
}
#special-request-submit-modal .modal-header hr {
  margin-bottom: 1em;
}
#special-request-submit-modal .modal-header .fa-gift {
  color: red;
  font-size: 3em;
}
#special-request-submit-modal .modal-header h2 {
  font-weight: 600;
}
#special-request-submit-modal .modal-body {
  padding: 1em;
  display: block;
  text-align: center;
}
#special-request-submit-modal #spinner, #special-request-submit-modal #success, #special-request-submit-modal #failure, #special-request-submit-modal #deny {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgb(255, 255, 255);
  padding: 3em;
}
#special-request-submit-modal #spinner i, #special-request-submit-modal #success i, #special-request-submit-modal #failure i, #special-request-submit-modal #deny i {
  font-size: 3em;
}
#special-request-submit-modal #spinner button, #special-request-submit-modal #success button, #special-request-submit-modal #failure button, #special-request-submit-modal #deny button {
  width: 100px;
}
#special-request-submit-modal #spinner i {
  padding-top: 12em;
  margin-left: -1em;
  position: relative;
  color: #666;
}
#special-request-submit-modal #spinner i:before {
  position: absolute;
  top: 25%;
  animation: spinner 1.2s linear infinite;
}
#special-request-submit-modal #success, #special-request-submit-modal #failure, #special-request-submit-modal #deny {
  padding-top: 7em;
}
#special-request-submit-modal #success h3, #special-request-submit-modal #failure h3, #special-request-submit-modal #deny h3 {
  font-weight: 600;
}
#special-request-submit-modal #success i, #special-request-submit-modal #failure i, #special-request-submit-modal #deny i {
  font-size: 5em;
}
#special-request-submit-modal #success p, #special-request-submit-modal #failure p, #special-request-submit-modal #deny p {
  margin-bottom: 1em;
  font-size: 0.9em;
}
#special-request-submit-modal #success button, #special-request-submit-modal #failure button, #special-request-submit-modal #deny button {
  margin-top: 1em;
}
#special-request-submit-modal #success i {
  color: green;
}
#special-request-submit-modal #failure i, #special-request-submit-modal #deny i {
  color: red;
}

#verify-information-modal {
  top: 25px;
  text-align: center;
}
#verify-information-modal h3 {
  margin-bottom: 1em;
}
#verify-information-modal .modal-header {
  padding: 0;
}
#verify-information-modal .modal-body {
  display: block;
  padding: 1em;
  overflow: auto;
}
#verify-information-modal .modal-body .image-preview img {
  max-width: 300px;
  width: 100%;
}
#verify-information-modal .modal-body .information {
  max-width: 475px;
  margin: 0 auto;
}
#verify-information-modal .modal-body .information p {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0.5em;
}
#verify-information-modal .modal-body .information p:nth-of-type(odd) {
  background-color: #f8f8f8;
}
#verify-information-modal .modal-body .information p span {
  width: 50%;
  text-align: left;
}
#verify-information-modal .modal-body .information p span:first-of-type {
  font-weight: bold;
  /*width: 20%;*/
}
#verify-information-modal .modal-body .verify-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 0;
}
#verify-information-modal .modal-body .verify-buttons button {
  margin: 1rem;
}

#preview-image-modal .modal-header {
  padding: 0;
}
#preview-image-modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
}
#preview-image-modal .modal-body h3 {
  text-transform: capitalize;
}
#preview-image-modal .modal-body img {
  width: 100%;
}

#view-video {
  border: 0;
}
#view-video .video-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  display: block;
}
#view-video .video-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

#view-ship-modal .modal-body {
  justify-content: center;
}

#write-review-modal .modal-body-left {
  width: 45%;
  text-align: center;
}
#write-review-modal .modal-body-right {
  width: 55%;
  text-align: center;
}
#write-review-modal .modal-body-right .input {
  text-align: left;
}
#write-review-modal .modal-body-right .input:nth-of-type(2) input {
  width: 75%;
}
#write-review-modal .modal-body-right .input:nth-of-type(2) select {
  width: 24%;
}
#write-review-modal .modal-body-right .input textarea {
  resize: none;
  width: 100%;
  height: 150px;
  border-radius: 5px;
}
#write-review-modal .modal-body-right #write-review-buttons {
  margin-top: 1em;
}
#write-review-modal .modal-body-right #write-review-buttons button {
  width: 100%;
  margin: 0.5em 0;
}

@keyframes modal-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#notify {
  width: 300px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 1em;
  right: -30em;
  z-index: 1050;
  background-color: #FFF;
  transition: all 0.2s ease-in-out;
  padding: 0.75em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #notify {
    display: none;
  }
}
#notify i {
  font-size: 0.9em;
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0.25em;
  right: 0.25em;
}
#notify i:hover {
  color: rgba(0, 0, 0, 0.6);
}
#notify img {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 0.75em;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}
#notify .notify-message {
  font-size: 0.9em;
  display: inline-block;
  vertical-align: text-top;
  text-align: left;
  width: 20em;
}
#notify .notify-message ul {
  margin: 0;
  list-style: none;
  font-size: 0.9em;
  line-height: 1;
}
#notify .notify-message ul #notify-message-price {
  display: inline-block;
  font-weight: bold;
}
#notify .notify-message ul #notify-message-points {
  display: inline-block;
  color: #3B3D3F;
  margin-right: auto;
}
#notify .notify-message ul #notify-message-carttotal {
  display: inline-block;
  font-weight: bold;
}
#notify .notify-message ul #notify-message-carttotal-points {
  display: inline-block;
  color: #3B3D3F;
}
#notify button {
  width: 100%;
  display: inline-block;
}

.notify-view {
  right: 1em !important;
  transition: all 0.2s ease-in-out !important;
}

.notify-hide {
  right: -30em !important;
  transition: all 0.2s ease-in-out !important;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 13.536px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #F1F3F4;
}

.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover, a.label:focus, a.badge:hover, a.badge:focus {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.label-important {
  background-color: #b94a48;
}

.label-important[href] {
  background-color: rgb(149.0039525692, 58.6245059289, 56.9960474308);
}

.label-warning {
  background-color: #f89406;
}

.label-warning[href] {
  background-color: rgb(198.2047244094, 118.2834645669, 4.7952755906);
}

.label-success {
  background-color: #468847;
}

.label-success[href] {
  background-color: rgb(52.6699029126, 102.3300970874, 53.4223300971);
}

.label-info {
  background-color: #3a87ad;
}

.label-info[href] {
  background-color: rgb(45.1948051948, 105.1948051948, 134.8051948052);
}

.label-inverse {
  background-color: #3B3D3F;
}

.label-inverse[href] {
  background-color: rgb(34.3360655738, 35.5, 36.6639344262);
}

.badge-important {
  background-color: #b94a48;
}

.badge-important[href] {
  background-color: rgb(149.0039525692, 58.6245059289, 56.9960474308);
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning[href] {
  background-color: rgb(198.2047244094, 118.2834645669, 4.7952755906);
}

.badge-success {
  background-color: #468847;
}

.badge-success[href] {
  background-color: rgb(52.6699029126, 102.3300970874, 53.4223300971);
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info[href] {
  background-color: rgb(45.1948051948, 105.1948051948, 134.8051948052);
}

.badge-inverse {
  background-color: #3B3D3F;
}

.badge-inverse[href] {
  background-color: rgb(34.3360655738, 35.5, 36.6639344262);
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 30px;
  font-weight: 100;
  line-height: 30px;
  color: #FFFFFF;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
  color: #2164f3;
}
.carousel-control.right:hover {
  color: rgb(29.7, 90, 218.7);
}
.carousel-control.right:after {
  font-family: FontAwesome;
  content: "\f054";
}
.carousel-control.left {
  color: #2164f3;
}
.carousel-control.left:hover {
  color: rgb(29.7, 90, 218.7);
}
.carousel-control.left:after {
  font-family: FontAwesome;
  content: "\f053";
}
.carousel-control:hover, .carousel-control:focus {
  color: rgb(29.7, 90, 218.7);
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel .item .carousel-caption {
  position: absolute;
  width: 35em;
  right: 10%;
  top: 30%;
  padding: 15px;
}
.carousel .item .carousel-caption ul {
  margin: 0;
  list-style: none;
  color: #000000;
}
.carousel .item .carousel-caption ul li {
  width: 100%;
  margin: 2em;
}
.carousel .item .carousel-caption ul li p {
  color: #000000;
  line-height: 1.2;
}
.carousel .item .carousel-caption ul li button {
  margin: 0;
}
.carousel .item:nth-of-type(2) .carousel-caption {
  right: initial;
  left: 10%;
}

.carousel-caption h4,
.carousel-caption p {
  color: #FFFFFF;
  line-height: 20px;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .pull-right {
    float: left;
  }
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.input-block-level {
  display: block;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 1025px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .desktop-hidden {
    display: none;
  }
}

.nomargin {
  margin: 0;
}

.nopadding {
  padding: 0;
}

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

/* Sticky footer styles
-------------------------------------------------- */
body {
  background: #fff;
}

.content {
  *zoom: 1;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}
.content:before, .content:after {
  display: table;
  content: "";
  line-height: 0;
}
.content:after {
  clear: both;
}

.main-bg {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18), 0 0 -5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.18), 0 0 -5px rgba(0, 0, 0, 0.18);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18), 0 0 -5px rgba(0, 0, 0, 0.18);
}
.main-bg:last-child {
  margin-right: 0;
}

input, textarea {
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}

a {
  color: #0085EE;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
a:focus {
  color: #005580;
}

.ie7 #oggchat {
  display: none;
}

.standout {
  text-decoration: underline;
  color: #434242;
  padding: 2px;
  border: 1px solid transparent;
}
.standout:hover {
  color: #000;
  text-decoration: none;
}

section, footer {
  width: 100%;
  position: relative;
}
section .wrapper, footer .wrapper {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin: 0 auto;
  background-color: #FFFFFF;
  padding: 2em;
}
section .wrapper .section-title a:hover, footer .wrapper .section-title a:hover {
  text-decoration: none;
}

.homepage {
  position: relative;
  margin: 0 auto;
  max-width: 1300px;
  margin: 0 auto;
  padding: 1em 0 0.5em 0;
  background-color: #FFFFFF;
}
.homepage .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
  background-color: #FFFFFF;
}

/*.category-icons {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 450px;
    position: relative;
    z-index: 1;
    background-color: #FFF;

    @include media($mobile) {
        display: block;
    }

    @include media($tablet) {
        margin-top: 0;
    }

    .category-icons-header {
        text-align: center;
        padding: 5em;
        width: 100%;

        h1 {
            margin-bottom: 1em;
        }

        p {
            margin-bottom: 2em;
        }
    }

    .category-container {
        display: flex;
        flex-wrap: wrap;
        width: 100%;

        .container-left {
            width: 50%;
            position: relative;
            cursor: pointer;
            transition: all .2s ease-in-out;

            @include media($tablet) {
                width: 100%;
            }

            &:hover {
                img {
                    filter: brightness(90%);
                    transition: all .2s ease-in-out;
                }
            }

            h3 {
                position: absolute;
                bottom: 1em;
                right: 1em;
                color: $white;
                font-size: 5em;
            }
        }

        .container-right {
            width: 50%;
            display: flex;
            flex-wrap: wrap;

            @include media($tablet) {
                width: 100%;
            }

            .container-item {
                width: 50%;
                position: relative;
                cursor: pointer;
                transition: all .2s ease-in-out;

                &:hover {
                    img {
                        filter: brightness(90%);
                        transition: all .2s ease-in-out;
                    }
                }

                &:first-of-type {

                    h6, h3 {
                        color: $brand-color-alpha;
                    }
                }

                h6 {
                    position: absolute;
                    top: 1em;
                    left: 2em;
                    text-transform: uppercase;
                    color: $white;
                }

                h3 {
                    position: absolute;
                    bottom: 1em;
                    left: 1em;
                    color: $white;
                    width: 70%;
                }
            }
        }
    }

    .featured-left, .featured-right {
        width: 50%;
        margin-top: 1em;
        text-align: left !important;
        position: relative;

        @include media($mobile) {
            width: 100%;
            margin: 1em 0 0 0 !important;
        }

        .featured-text {
            position: absolute;
            left: 4em;
            bottom: 4em;

            @include media($mobile) {
                left: 0;
                right: 0;
                width: 100%;
                max-width: 350px;
                margin: 0 auto;
            }

            h1 {
                color: $white;
                text-align: left !important;

                &:nth-of-type(1) {
                    font-weight: 300;
                }

                &:nth-of-type(2) {
                    font-weight: 600;
                    margin-bottom: 0.5em;
                }
            }

            a {
                color: $white;
            }
        }
    }

    .featured-left {
        margin-right: 0.5em;
    }

    .featured-right {
        margin-left: 0.5em;
    }
}*/
.side-kick-container {
  padding: 1rem;
  width: 100%;
}
.side-kick-container .side-kick-wrapper {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .side-kick-container .side-kick-wrapper {
    flex-wrap: wrap;
  }
}
.side-kick-container .side-kick-wrapper .side-kick {
  flex-grow: 1;
  text-align: left;
}
.side-kick-container .side-kick-wrapper .side-kick img {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .side-kick-container .side-kick-wrapper .side-kick {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
    text-align: center !important;
  }
}
.side-kick-container .side-kick-wrapper .side-kick + .side-kick {
  text-align: right;
  margin-right: 0;
  margin-left: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .side-kick-container .side-kick-wrapper .side-kick + .side-kick {
    margin-left: 0;
  }
}

.sidekick-top {
  padding: 2rem;
}

.top-products, .trending-products, .top-reviews, .product-spotlight {
  width: 33.333333333%;
  min-height: 427px;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  padding: 1rem;
}
.top-products .rounded, .trending-products .rounded, .top-reviews .rounded, .product-spotlight .rounded {
  overflow: hidden;
  border-radius: 50%;
}
.top-products .module-header, .trending-products .module-header, .top-reviews .module-header, .product-spotlight .module-header {
  background-color: #FFFFFF;
  padding: 0.5em;
  width: 100%;
  flex-grow: 0.5;
  max-height: 56px;
}
.top-products .module-header h4, .top-products .module-header h5, .trending-products .module-header h4, .trending-products .module-header h5, .top-reviews .module-header h4, .top-reviews .module-header h5, .product-spotlight .module-header h4, .product-spotlight .module-header h5 {
  width: 100%;
  color: #000000;
  font-weight: 600;
  text-align: center;
}
.top-products .module-content, .trending-products .module-content, .top-reviews .module-content, .product-spotlight .module-content {
  padding: 1.01em;
  display: flex;
  flex-wrap: wrap;
  background-color: #FFFFFF;
  width: 100%;
  flex-grow: 1;
}
.top-products .module-content img, .trending-products .module-content img, .top-reviews .module-content img, .product-spotlight .module-content img {
  display: block;
  width: 100%;
  max-width: 50%;
  align-self: center;
}
.top-products .module-content ul, .trending-products .module-content ul, .top-reviews .module-content ul, .product-spotlight .module-content ul {
  width: 100%;
  max-width: 50%;
  margin: 0;
  padding: 0 0 0 0.75em;
  list-style: none;
  align-self: center;
}
.top-products .module-content ul li, .trending-products .module-content ul li, .top-reviews .module-content ul li, .product-spotlight .module-content ul li {
  padding: 0.15em;
  font-weight: 500;
  color: #3B3D3F;
}
.top-products .module-content ul li a, .trending-products .module-content ul li a, .top-reviews .module-content ul li a, .product-spotlight .module-content ul li a {
  color: #3B3D3F;
}
.top-products .module-content a.btn-beta, .trending-products .module-content a.btn-beta, .top-reviews .module-content a.btn-beta, .product-spotlight .module-content a.btn-beta {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 44px;
  text-align: center;
  margin-top: auto;
}
.top-products .module-content .item, .trending-products .module-content .item, .top-reviews .module-content .item, .product-spotlight .module-content .item {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.shop-by-category {
  background-color: #FFFFFF !important;
}
.shop-by-category .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.shop-by-category .module-content {
  width: 33.333333333%;
  min-height: 427px;
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  padding: 1rem;
  position: relative;
  display: block;
  background-color: transparent !important;
}
.shop-by-category .module-content img {
  width: 100%;
  max-width: 100%;
}
.shop-by-category .module-content a {
  text-decoration: none;
}
.shop-by-category .module-content a:hover {
  text-decoration: none;
}
.shop-by-category .module-content a.btn-beta {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.shop-by-category .module-content .btn-gamma {
  margin-top: 1rem;
  max-width: 150px;
  min-width: unset;
  width: fit-content;
}
.top-reviews {
  border: 1px solid #3B3D3F;
  background-color: #3B3D3F;
}
.top-reviews .module-header {
  background-color: transparent;
}
.top-reviews .module-header h5 {
  color: #FFFFFF;
}
.top-reviews .module-content {
  background-color: #3B3D3F;
  color: #FFFFFF;
  padding: 1em 1.5em 1em 1.5em;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}
.top-reviews .module-content .quote-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-self: flex-start;
  margin: 0;
}
.top-reviews .module-content .quote-wrapper blockquote {
  margin: 0 1em;
}
.top-reviews .module-content .quote-wrapper .quote-start {
  width: 100%;
  text-align: left;
  margin-bottom: 0.5em;
}
.top-reviews .module-content .quote-wrapper .quote-start i {
  font-size: 1.2em;
  color: #FAD141;
}
.top-reviews .module-content .quote-wrapper .quote-title {
  width: 100%;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.top-reviews .module-content .quote-wrapper .quote-review {
  width: 100%;
}
.top-reviews .module-content .quote-wrapper .quote-rating {
  margin-bottom: 0.5em;
}
.top-reviews .module-content .quote-wrapper .quote-rating i {
  color: #FAD141;
}
.top-reviews .module-content .quote-wrapper .quote-author {
  width: 100%;
  font-style: italic;
  font-size: 0.9em;
  text-align: right;
}
.top-reviews .module-content .quote-wrapper .quote-end {
  width: 100%;
  text-align: right;
  margin-bottom: 0.5em;
}
.top-reviews .module-content .quote-wrapper .quote-end i {
  font-size: 1.2em;
  color: #FAD141;
}

.my-account-left {
  width: 20%;
  text-align: left;
  margin-bottom: 4em;
  vertical-align: text-top;
}
.my-account-left .my-account-navigation {
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .my-account-left .my-account-navigation {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .my-account-left .my-account-navigation {
    display: none;
  }
}
.my-account-left .my-account-navigation-mobile {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .my-account-left .my-account-navigation-mobile {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .my-account-left .my-account-navigation-mobile {
    display: block;
  }
}
@media print {
  .my-account-left {
    display: none;
  }
}
.my-account-left h5 {
  margin: 10px 0 10px 0 !important;
  padding: 0 !important;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 600;
  text-align: left;
  border: 0 !important;
  color: #3B3D3F;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .my-account-left {
    width: 100%;
    text-align: center !important;
  }
  .my-account-left h5 {
    margin-left: 0;
    font-size: 14px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .my-account-left {
    width: 100%;
  }
  .my-account-left h5 {
    margin-left: 0;
    font-size: 14px;
  }
}
.my-account-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.my-account-left ul li {
  width: 100%;
  line-height: 2em;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.my-account-left ul li:hover {
  transition: all 0.1s ease-in-out;
}
.my-account-left ul li:hover a {
  color: #FAD141;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .my-account-left ul li {
    width: auto !important;
    display: inline-block;
  }
  .my-account-left ul li a {
    padding: 0.25em 0.5em !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .my-account-left ul li {
    width: auto !important;
    display: inline-block;
  }
  .my-account-left ul li a {
    padding: 0.25em 0.5em !important;
  }
}
.my-account-left ul li a {
  color: #3B3D3F;
  display: block;
  width: 100%;
  padding: 0.25em 0.25em 0.25em 0.5em;
}
.my-account-left ul li a:hover {
  text-decoration: none;
}
.my-account-left ul .selected {
  background-color: #A6A7AA;
}
.my-account-left ul .selected:hover a {
  color: #FFFFFF !important;
}
.my-account-left ul .selected a {
  color: #FFFFFF;
}

.my-account-right {
  width: 75%;
  margin-bottom: 100px;
  position: relative;
  vertical-align: text-top;
}
@media print {
  .my-account-right {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .my-account-right {
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .my-account-right {
    width: 100%;
  }
}
.my-account-right h1 {
  margin: 0 0 1em 0;
  font-weight: 300;
  font-size: 1.5em;
  color: #000000;
}
.my-account-right p {
  text-align: center;
}
.my-account-right .list-toggle {
  width: 100%;
  text-align: right;
  padding: 1em 3em;
  font-size: 2em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .my-account-right .list-toggle {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .my-account-right .list-toggle {
    text-align: center;
  }
}
.my-account-right .list-toggle .fa-th-large {
  display: none;
}
.my-account-right .list-toggle i {
  color: #3B3D3F;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 0 1em 1em 1em;
}
.my-account-right .list-toggle i:hover {
  color: #3B3D3F;
  transition: all 0.2s ease-in-out;
}
.my-account-right .entry {
  margin: 0 0 2em 0;
  text-align: left;
}
.my-account-right .entry h1 {
  font-weight: 300;
  color: red;
  text-align: left;
}
.my-account-right .entry p {
  margin: 0 !important;
  float: none;
  text-align: left;
  width: 80%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .my-account-right .entry p {
    width: 100%;
  }
}
.my-account-right .account-updated p {
  text-align: center;
}

.my-account-background {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.account-container {
  max-width: 1300px;
  margin: 0 auto;
  min-height: 800px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 0.9em;
  background-color: #FFFFFF;
  align-content: flex-start;
  padding: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .account-container {
    max-width: 650px;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .account-container {
    max-width: 320px;
  }
}

.my-account-card {
  width: 100%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.3);
  text-align: left;
}
.my-account-card .my-account-card-title {
  width: 100%;
  background-color: #FAD141;
  color: #FFFFFF;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.my-account-card .my-account-card-title i, .my-account-card .my-account-card-title h5 {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1em;
  vertical-align: middle;
}
.my-account-card .pagination {
  margin-bottom: 0;
  text-align: right;
  padding-right: 1em;
}
.my-account-card .pagination .page {
  padding: 0.1em;
}
.my-account-card .pagination .page:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.my-account-card .pagination .page:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.my-account-card .pagination .page.active {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 800;
}
.my-account-card .pagination i {
  margin: 0 0.5em;
}

.returns .my-account-right {
  margin: 0 auto 100px auto;
}
.returns .my-account-right p {
  text-align: left;
}
.returns .my-account-right legend {
  font-size: unset;
  border: 0;
}
.returns .my-account-right input[type=radio] {
  margin: 0 5px 0 0;
  transform: scale(1.2);
}
.returns .my-account-right div[data-field=Company] {
  display: none;
}
.returns .my-account-right #c-submit-button {
  font-family: "EJ Sans Text", sans-serif;
  font-size: 1em;
  color: #3B3D3F;
  background-color: #FAD141;
  padding: 0 1em;
  margin: 0;
  height: 44px;
  line-height: 44px;
  transition: all 0.2s ease-out;
  border: 0;
  font-weight: 600;
  min-width: 175px;
}
.returns .my-account-right #c-submit-button:hover {
  text-decoration: none !important;
  transition: all 0.2s ease-out;
  background-color: rgb(245, 204.82, 63.7);
}
.returns .my-account-right #c-submit-button:active, .returns .my-account-right #c-submit-button:focus {
  color: #3B3D3F;
}
.returns .my-account-right #c-submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.returns .my-account-right #c-submit-button i {
  margin-right: 0.5em;
}
.returns .my-account-right #c-submit-button .fa-circle-notch {
  animation: spin 1s linear infinite;
}

.new-address-container .new-address {
  text-align: center;
  width: 55%;
}
.new-address-container h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  text-align: left;
  width: 100%;
  height: 29px;
}
.new-address-container form {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.new-address-container form input, .new-address-container form select {
  width: 100%;
}
.new-address-container label {
  text-align: left;
  cursor: default;
  width: 100%;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 0.5em;
}
.new-address-container .controls {
  margin: 0.5em;
  display: inline-block;
  width: 80%;
}
.new-address-container input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  margin-right: 1em;
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.new-address-container input[type=checkbox]:checked {
  background-color: #e9ecee;
  border: 1px solid #adb8c0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}
.new-address-container input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 1.75em;
  position: absolute;
  top: -3px;
  left: 3px;
  color: #99a1a7;
}
.new-address-container .checkbox-label {
  padding-top: 8px;
  vertical-align: middle;
}
.new-address-container #save-address, .new-address-container #cancel {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5em;
  margin-top: 2em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .new-address-container #update-information, .new-address-container #cancel {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .new-address-container label {
    width: 100%;
  }
  .new-address-container input, .new-address-container select {
    width: 100%;
  }
  .new-address-container .input-mini, .new-address-container .input-ext {
    width: 43px !important;
  }
  .new-address-container input[type=checkbox] {
    width: auto !important;
  }
  .new-address-container .required {
    text-align: center;
  }
}

.address-book-page {
  text-align: center;
}
.address-book-page .my-account-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.address-book-page .my-account-right .add-address-button {
  width: 50%;
  margin-bottom: 2em;
  text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-book-page .my-account-right .add-address-button {
    width: 100%;
    text-align: center;
  }
}
.address-book-page .my-account-right .address-search {
  width: 50%;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-book-page .my-account-right .address-search {
    width: 100%;
  }
}
.address-book-page .my-account-right .address-search input {
  margin-right: 1em;
  width: 75%;
  max-height: 34px;
}
.address-book-page .my-account-right .address-search i {
  font-size: 1.2em;
  color: #3B3D3F;
}
.address-book-page .my-account-right h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  text-align: left;
  width: 100%;
  height: 29px;
}
.address-book-page .list {
  text-align: center;
  min-height: 200px;
  width: 100%;
}
.address-book-page .fa-map-marker {
  font-size: 1em;
  color: #666;
  margin-bottom: 0.5em;
  display: inline-block;
  margin-right: 0.5em;
}
.address-book-page .list ul {
  list-style: none;
  margin: 0 auto;
  text-align: left;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.address-book-page .list ul .address-entry {
  width: 31%;
  display: flex;
  min-height: 200px;
  margin: 0.5em;
  background-color: #f8f8f8;
  border-radius: 3px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-book-page .list ul .address-entry {
    width: 100%;
  }
}
.address-book-page .list ul .address-entry ul {
  width: 100%;
  align-content: space-between;
}
.address-book-page .list ul li {
  display: flex;
  flex-direction: column;
  vertical-align: text-top;
  width: 100%;
  position: relative;
  padding: 1em;
  transition: all 0.2s ease-in;
  z-index: 0;
}
.address-book-page .list ul li ul {
  width: 100%;
}
.address-book-page .list ul li ul .address-type {
  border-bottom: 1px solid #F1F3F4;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.address-book-page .list ul li ul .address-info {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: auto;
}
.address-book-page .list ul li ul .address-options {
  margin-top: auto;
  text-align: left;
  display: flex;
  flex-direction: row;
  bottom: 0;
}
.address-book-page .list ul li ul .address-options a {
  margin-right: 0.5em;
  color: #A6A7AA;
}
.address-book-page .list ul li ul .address-options a:hover {
  text-decoration: none;
  color: #3B3D3F;
}
.address-book-page .list ul li ul li {
  padding: initial;
  margin: initial;
  text-align: left;
  border: none;
}
.address-book-page .list ul li ul li:hover {
  box-shadow: none;
  transform: none;
}
.address-book-page .list ul a {
  vertical-align: text-top;
  text-align: right;
  color: #3B3D3F;
}
.address-book-page .list ul a:hover {
  color: #3B3D3F;
}
.address-book-page .list ul a i {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .address-book-page .list ul a i {
    font-size: 20px;
  }
}
.address-book-page .list ul a i.fa-edit {
  margin-top: 0.25em;
}
.address-book-page .list ul a:nth-of-type(1) {
  bottom: 1em;
}
.address-book-page .list ul a:nth-of-type(2) {
  right: 3em;
}

.update-account .my-account-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.update-account .my-account-right h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  width: 100%;
}
.update-account .my-account-right form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .update-account .my-account-right {
    flex-wrap: wrap;
  }
}

.giftcards h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  text-align: left;
  width: 100%;
  height: 29px;
}
.giftcards .add-gift-card form {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.giftcards .add-gift-card form input {
  max-width: 300px;
  height: 44px;
  line-height: 44px;
  margin-right: 1rem;
}
.giftcards .gift-card-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.giftcards .gift-card-list ul li {
  width: 20%;
}
.giftcards .gift-card-list .gc-list-header {
  font-weight: bold;
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .giftcards .gift-card-list .gc-list-header {
    display: none;
  }
}
.giftcards .gift-card-list .gc-list-entry li {
  padding: 0.75rem 0.25rem;
  border-bottom: 1px solid #F1F3F4;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .giftcards .gift-card-list .gc-list-entry li {
    width: 100%;
  }
}
.giftcards .gift-card-list .gc-list-entry li:last-of-type {
  text-align: right;
}
.giftcards .gift-card-list .gc-labels {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .giftcards .gift-card-list .gc-labels {
    display: inline;
  }
}
.giftcards .gift-card-list .no-gift-cards {
  text-align: left !important;
  padding: 1rem 0;
}
.giftcards .gift-card-list .no-gift-cards h4 {
  font-weight: bold;
}
.giftcards .gift-card-list .no-gift-cards p {
  text-align: left !important;
}

.update-account-information, .update-password {
  font-size: 0.9em;
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.update-account-information input, .update-account-information select, .update-password input, .update-password select {
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .update-account-information, .update-password {
    width: 100%;
  }
}
.update-account-information h5, .update-password h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
}
.update-account-information label, .update-password label {
  text-align: left !important;
  cursor: default;
  width: 100%;
  color: #3B3D3F;
}
.update-account-information p, .update-password p {
  text-align: left;
  margin-bottom: 1em;
}
.update-account-information .checkbox, .update-password .checkbox {
  width: 100% !important;
}
.update-account-information form, .update-password form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.update-account-information #phone2, .update-password #phone2 {
  width: 28%;
}
.update-account-information #phone3, .update-password #phone3 {
  width: 28%;
}
.update-account-information #phone4, .update-password #phone4 {
  width: 10%;
}
.update-account-information .controls, .update-password .controls {
  margin: 0.5em;
  display: inline-block;
  width: 100%;
}
.update-account-information input[type=checkbox], .update-password input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #F1F3F4;
  margin-right: 1em;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.update-account-information input[type=checkbox]:checked, .update-password input[type=checkbox]:checked {
  background-color: #FFFFFF;
  border: 1px solid #F1F3F4;
  color: #3B3D3F;
}
.update-account-information input[type=checkbox]:checked:after, .update-password input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 0.9em;
  position: absolute;
  top: -2px;
  left: 4px;
  color: #99a1a7;
}
.update-account-information .checkbox-label, .update-password .checkbox-label {
  padding-top: 8px;
  vertical-align: middle;
}
.update-account-information #update-information, .update-account-information #cancel, .update-password #update-information, .update-password #cancel {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5em;
  margin-top: 2em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .update-account-information #update-information, .update-account-information #cancel, .update-password #update-information, .update-password #cancel {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 1em;
  }
  .update-account-information label, .update-password label {
    width: 100%;
  }
  .update-account-information input, .update-account-information select, .update-password input, .update-password select {
    width: 100%;
  }
  .update-account-information .input-mini, .update-account-information .input-ext, .update-password .input-mini, .update-password .input-ext {
    width: 43px !important;
  }
  .update-account-information input[type=checkbox], .update-password input[type=checkbox] {
    width: auto !important;
  }
}

.update-password {
  width: 33%;
  font-size: 0.9em;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .update-password {
    width: 100%;
    margin-bottom: 2em;
  }
}
.update-password p {
  text-align: left;
  margin-bottom: 1em;
}
.update-password h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
}
.update-password .password-requirements {
  color: #FAD141;
}
.update-password .password-requirements ul {
  margin: 0;
  list-style: none;
}
.update-password .password-requirements ul li:last-of-type {
  padding-left: 0.75em;
}
.update-password label {
  text-align: left !important;
  cursor: default;
  width: 100%;
  margin: 1em 0 0.5em 0;
  color: #3B3D3F;
}
.update-password button {
  margin-top: 2em;
}

.order-history h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
}
.order-history .table-header {
  margin: 0;
  background-color: #FFFFFF;
  list-style: none;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.order-history .table-header li {
  min-width: 24%;
  padding: 0.5em 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-history .table-header {
    display: none;
  }
}
.order-history .table-entry:nth-child(even) ul {
  background-color: #F1F3F4;
}
.order-history a {
  color: #000000;
  transition: all 0.1s ease-in-out;
}
.order-history a:hover {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.order-history a:hover ul {
  background-color: #CDCCCB !important;
  color: #FFFFFF;
  transition: all 0.1s ease-in-out;
}
.order-history a ul {
  list-style: none;
  clear: both;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F1F3F4;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-history a ul {
    padding: 1em 0;
  }
}
.order-history a ul li {
  padding: 0.5em;
  min-width: 24%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-history a ul li {
    width: 100%;
  }
}
.order-history a ul li a {
  color: #000000;
  transition: all 0.1s ease-in-out;
}
.order-history a ul li a:hover {
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
.order-history a ul li .order-labels {
  display: none;
  font-weight: 600;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-history a ul li .order-labels {
    display: inline;
  }
}
.order-history .pagination {
  margin-bottom: 0;
  text-align: right;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.order-history .pagination .page {
  padding: 0.1em;
}
.order-history .pagination .page:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.order-history .pagination .page:focus {
  background-color: #FFFFFF;
  color: #000000;
}
.order-history .pagination .page.active {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 800;
}
.order-history .pagination i {
  margin: 0 0.5em;
}

.order-details .level-status {
  margin-bottom: 3em;
}
.order-details h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  margin-bottom: 2em;
}
.order-details .order-details-container h5 {
  border-bottom: 0;
  color: #A6A7AA;
}
.order-details .order-history-total {
  list-style: none;
  float: right;
  margin-bottom: 3em;
}
.order-details .order-history-total li {
  margin: 0.25em 0;
}
.order-details .order-history-total li:last-child {
  font-weight: 800;
}
.order-details .order-history-total li span {
  text-align: right;
}
.order-details .order-history-total:after {
  content: " ";
  clear: both;
  display: block;
}
.order-details .order-history-details {
  display: flex;
  flex-wrap: wrap;
}
.order-details .order-history-details .cart-reorder-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-details .order-history-details .cart-reorder-header h4 {
    text-align: center;
    margin-bottom: 2rem;
    width: 100%;
  }
}
.order-details .order-history-details .cart-reorder-header button {
  margin-left: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-details .order-history-details .cart-reorder-header button {
    margin: 0 auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-details .order-history-details .order-details-header {
    display: none;
  }
}
.order-details .order-history-details ul {
  padding: 0.5rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.order-details .order-history-details ul li {
  padding: 0.35rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-details .order-history-details ul li {
    display: flex;
  }
}
.order-details .order-history-details ul li:nth-of-type(1) {
  width: 5%;
}
.order-details .order-history-details ul li:nth-of-type(2) {
  width: 10%;
}
.order-details .order-history-details ul li:nth-of-type(3) {
  width: 10%;
}
.order-details .order-history-details ul li:nth-of-type(4) {
  width: 10%;
}
.order-details .order-history-details ul li:nth-of-type(5) {
  width: 25%;
}
.order-details .order-history-details ul li:nth-of-type(6) {
  width: 20%;
}
.order-details .order-history-details ul li:nth-of-type(7) {
  width: 10%;
}
.order-details .order-history-details ul li:nth-of-type(8) {
  width: 10%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-details .order-history-details ul li {
    width: 100% !important;
  }
}
.order-details .order-history-details ul li input[type=number] {
  max-width: 60px;
}
.order-details .order-history-details ul li .cro-instock {
  color: green;
}
.order-details .order-history-details ul li .cro-unavailable-qty {
  color: #CDCCCB;
}
.order-details .order-history-details ul li .cro-unavailable {
  color: #CDCCCB;
}
.order-details .order-history-details ul li .cro-backordered {
  color: red;
}
.order-details .order-history-details ul li .cro-outstock {
  color: black;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-details .order-history-details .order-history-level {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #CDCCCB;
  }
  .order-details .order-history-details .order-history-level:last-of-type {
    border-bottom: none;
  }
}
@media print {
  .order-details .order-history-details ul {
    list-style: none !important;
  }
  .order-details .order-history-details ul li ul {
    margin-bottom: 1em !important;
    width: 100% !important;
  }
  .order-details .order-history-details ul li ul li {
    display: inline-block !important;
    vertical-align: text-top !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(1) {
    width: 8% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(2) {
    width: 15% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(3) {
    width: 30% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(4) {
    width: 18% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(5) {
    width: 11% !important;
  }
  .order-details .order-history-details ul li ul li:nth-of-type(6) {
    width: 11% !important;
  }
}
.order-details hr {
  margin: 3em 0 3em 0;
  border-top: 0;
  border-bottom: 1px dashed #A6A7AA;
}
.communication h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  text-align: left;
  width: 100%;
  height: 29px;
  margin-bottom: 2em;
}
.communication hr {
  border-top: 0;
  border: 1px dashed #F1F3F4;
}
.communication .comm-button {
  margin-top: 4em;
}
.communication .reminder-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.communication .reminder-wrapper h6 {
  font-size: 1.125rem;
  width: 100%;
  margin-bottom: 1rem;
  color: #3B3D3F;
}
.communication .reminder-wrapper .reminder-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #F1F3F4;
  font-size: 0.9rem;
}
.communication .reminder-wrapper .reminder-item .reminder-image {
  width: 20%;
}
.communication .reminder-wrapper .reminder-item .reminder-image img {
  max-width: 100px;
  width: 100%;
}
.communication .reminder-wrapper .reminder-item .reminder-title {
  width: 70%;
  flex-grow: 2;
  padding-left: 2rem;
}
.communication .reminder-wrapper .reminder-item .reminder-title div {
  margin-bottom: 0.5rem;
}
.communication .reminder-wrapper .reminder-item .reminder-title .title a {
  font-weight: bold;
  text-decoration: none;
}
.communication .reminder-wrapper .reminder-item .reminder-title .sku {
  color: #A6A7AA;
}
.communication .reminder-wrapper .reminder-item .reminder-title .cancel span {
  text-decoration: underline;
  cursor: pointer;
}
.communication .reminder-wrapper .reminder-item .reminder-title .cancel span:hover {
  text-decoration: none;
}
.communication .reminder-wrapper .reminder-item .reminder-price {
  width: 10%;
  flex-grow: 2;
  text-align: right;
  font-weight: bold;
}

.wishlist h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  margin-bottom: 2em;
  width: 100%;
}
.wishlist .wishlist-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #F1F3F4;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.wishlist .wishlist-item .wishlist-item-image {
  width: 10%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .wishlist .wishlist-item .wishlist-item-image {
    width: 50%;
    margin-bottom: 1em;
  }
}
.wishlist .wishlist-item .wishlist-item-info {
  width: 49%;
  padding-left: 2em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .wishlist .wishlist-item .wishlist-item-info {
    width: 100%;
    padding: 0;
  }
}
.wishlist .wishlist-item .wishlist-item-info ul {
  margin: 0;
  list-style: none;
}
.wishlist .wishlist-item .wishlist-product-price {
  width: 10%;
  text-align: right;
}
.wishlist .wishlist-item .wishlist-product-price #product-price {
  color: red;
  font-weight: 600;
}
.wishlist .wishlist-item .wishlist-product-qty {
  text-align: right;
}
.wishlist .wishlist-item .wishlist-product-qty select, .wishlist .wishlist-item .wishlist-product-qty input {
  width: 60px;
}

.orders-pending-approval h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
}

.privacy-policy h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  margin-bottom: 2em;
  width: 100%;
}

.logged-out {
  text-align: center;
}
.logged-out img {
  width: 200px;
  margin-bottom: 2em;
}

.my-account-back-link {
  text-align: left;
  width: 100%;
  margin-bottom: 2em;
}
.my-account-back-link a {
  color: #666666;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
}
.my-account-back-link a:hover {
  text-decoration: underline;
  color: #666666;
}

.account-home {
  width: 100%;
}
.account-home h1 {
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  color: #3B3D3F;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .account-home .my-account-right {
    display: none;
  }
  .account-home .my-account-left .my-account-navigation li {
    width: 100% !important;
    font-size: 1em;
  }
}
.account-home .snapshot-header {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  margin-bottom: 2em;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.account-home .snapshot-header .title span {
  font-weight: 300;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .account-home .snapshot-header .title span {
    width: 100%;
  }
}
.account-home .snapshot-header .view-all {
  margin-left: auto;
  font-weight: 300;
}
.account-home .snapshot-header .view-all a {
  color: #A6A7AA;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.account-home .snapshot-header .view-all a:hover {
  color: #3B3D3F;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.account-home .snapshot-contact-information {
  margin-top: 10px;
}
.account-home .snapshot-contact-information ul {
  margin: 0;
  list-style: none;
}
.account-home .snapshot-contact-information, .account-home .snapshot-order-history, .account-home .snapshot-address-book, .account-home .snapshot-wishlist {
  margin-bottom: 2em;
}
.account-home .snapshot-order-history .list {
  width: 100%;
}
.account-home .snapshot-order-history .list a {
  color: #3B3D3F;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.account-home .snapshot-order-history .list a:hover {
  text-decoration: none;
  color: #FFFFFF;
}
.account-home .snapshot-order-history .list a:hover ul {
  background-color: #FAD141;
}
.account-home .snapshot-order-history .list a:last-of-type ul {
  border: 0;
}
.account-home .snapshot-order-history .list a ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #F1F3F4;
  background-color: #FFFFFF;
}
.account-home .snapshot-order-history .list a ul li {
  width: 20%;
  padding: 0.5em;
}
.account-home .snapshot-address-book .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.account-home .snapshot-address-book .list ul {
  margin: 0;
  list-style: none;
  width: 33%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .account-home .snapshot-address-book .list ul {
    width: 100%;
  }
}
.account-home .snapshot-address-book .list ul li:last-of-type {
  margin-top: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .account-home .snapshot-address-book .list ul li:last-of-type {
    margin-top: 0.5em;
    margin-bottom: 2em;
  }
}
.account-home .snapshot-address-book .list ul li:last-of-type a {
  color: #A6A7AA;
  text-decoration: none;
  margin-right: 1em;
}
.account-home .snapshot-address-book .list ul li:last-of-type a:hover {
  color: #3B3D3F;
  text-decoration: none;
}
.account-home .snapshot-wishlist .list {
  width: 100%;
}
.account-home .snapshot-wishlist .list .wishlist-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #F1F3F4;
  padding-bottom: 1em;
  margin-bottom: 1em;
  /*.wishlist-item-qty {
      text-align: right;
      width: 29%;
  }*/
}
.account-home .snapshot-wishlist .list .wishlist-item:last-of-type {
  border: 0;
}
.account-home .snapshot-wishlist .list .wishlist-item .wishlist-item-image {
  width: 10%;
}
.account-home .snapshot-wishlist .list .wishlist-item .wishlist-item-info {
  width: 60%;
  padding-left: 3em;
}
.account-home .snapshot-wishlist .list .wishlist-item .wishlist-product-price {
  text-align: left;
  width: 29%;
}

.budget #budget-header select {
  width: 200px;
  margin: 0 auto;
}
.budget .budget-transaction-bar {
  width: 100%;
  *zoom: 1;
  padding: 0 4em;
}
.budget .budget-transaction-bar:before, .budget .budget-transaction-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.budget .budget-transaction-bar:after {
  clear: both;
}
.budget .budget-transaction-bar .spent, .budget .budget-transaction-bar .pending, .budget .budget-transaction-bar .available {
  display: inline-block;
  height: 10px;
  float: left;
  transition: all 0.5s ease-in-out;
  height: 100%;
  white-space: nowrap;
  *zoom: 1;
}
.budget .budget-transaction-bar .spent:before, .budget .budget-transaction-bar .spent:after, .budget .budget-transaction-bar .pending:before, .budget .budget-transaction-bar .pending:after, .budget .budget-transaction-bar .available:before, .budget .budget-transaction-bar .available:after {
  display: table;
  content: "";
  line-height: 0;
}
.budget .budget-transaction-bar .spent:after, .budget .budget-transaction-bar .pending:after, .budget .budget-transaction-bar .available:after {
  clear: both;
}
.budget .budget-transaction-bar .spent p, .budget .budget-transaction-bar .pending p, .budget .budget-transaction-bar .available p {
  font-size: 0.9em;
  margin: 0;
}
.budget .budget-transaction-bar .spent h3, .budget .budget-transaction-bar .pending h3, .budget .budget-transaction-bar .available h3 {
  font-weight: 800;
  font-size: 0.9em;
  margin: 0;
  line-height: 1.5;
}
.budget .budget-transaction-bar .spent .bar, .budget .budget-transaction-bar .pending .bar, .budget .budget-transaction-bar .available .bar {
  height: 10px;
}
.budget .budget-transaction-bar .spent {
  width: 0;
  text-align: left;
}
.budget .budget-transaction-bar .spent .bar {
  background-color: #008040;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.budget .budget-transaction-bar .pending {
  width: 0;
}
.budget .budget-transaction-bar .pending .bar {
  background-color: #A6A7AA;
}
.budget .budget-transaction-bar .available {
  width: 100%;
  text-align: right;
}
.budget .budget-transaction-bar .available .bar {
  background-color: #A6A7AA;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.budget.my-account-card {
  padding-bottom: 1em;
}
.budget.my-account-card ul {
  text-align: center;
}
.budget.my-account-card ul li {
  display: block;
}
.budget.my-account-card ul .big-number {
  font-size: 2em;
  font-weight: 800;
}

.point-summary {
  text-align: center;
}
.point-summary h1 {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 0.5em;
}
.point-summary h1, .point-summary label {
  text-align: left;
  width: 100%;
}
.point-summary .points {
  font-size: 0.7em;
}
.point-summary h4 {
  width: 49%;
  display: inline-block;
  text-transform: none;
  font-size: 0.9em;
}
.point-summary .balance-summary {
  display: inline-block;
  text-align: left;
  width: 32%;
  margin-bottom: 1em;
  padding: 0 1em;
  vertical-align: text-top;
}
.point-summary .my-account-card {
  margin-bottom: 1em;
}
.point-summary table {
  width: 100%;
}
.point-summary table th, .point-summary table td {
  width: auto;
  text-align: left;
  padding: 0.5em 1em;
}
.point-summary table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.point-summary table th:hover {
  background-color: rgb(241.08, 241.08, 241.08);
}
.point-summary table tr {
  width: 100%;
  padding: 0.5em 0;
}
.point-summary table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.point-summary table .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.point-summary table .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.point-summary table .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.budget-transactions .my-account-card {
  margin-bottom: 1em;
}
.budget-transactions .table-header {
  margin: 0;
  background-color: #FFFFFF;
  font-weight: 600;
}
.budget-transactions .table-header li {
  display: inline-block;
  min-width: 32%;
  padding: 0.5em 1em;
}
.budget-transactions .my-account-back-link {
  position: relative;
}
.budget-transactions .my-account-back-link h5 {
  position: absolute;
  right: 0;
  bottom: 0.1em;
  font-size: 1.5em;
  font-weight: 800;
}
.budget-transactions a {
  color: #000000;
}
.budget-transactions a:nth-of-type(odd) ul {
  background-color: #f6f6f6;
}
.budget-transactions a:hover {
  color: #000000;
  text-decoration: underline;
}
.budget-transactions a:hover ul {
  background-color: #FAD141;
  color: #FFFFFF;
}
.budget-transactions ul {
  margin: 0;
  list-style: none;
  width: 100%;
}
.budget-transactions ul li {
  min-width: 32%;
  display: inline-block;
  padding: 0.5em 1em;
}
.budget-transactions ul li h2 {
  border-bottom: 2px dashed #A6A7AA;
  padding-bottom: 0.5em;
}
.budget-transactions ul li p {
  font-size: 0.9em;
}
.budget-transactions table {
  width: 100%;
}
.budget-transactions table th, .budget-transactions table td {
  width: 25%;
  text-align: left;
  padding: 0.5em 1em;
}
.budget-transactions table tr {
  width: 100%;
  padding: 0.5em 0;
}
.budget-transactions table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.budget-transactions table th:hover {
  background-color: rgb(241.08, 241.08, 241.08);
}
.budget-transactions table tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.budget-transactions table .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.budget-transactions table .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.budget-transactions table .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}

.budget-order-details .level-status {
  margin-bottom: 3em;
}
.budget-order-details .order-history-total {
  list-style: none;
  float: right;
  margin-bottom: 3em;
}
.budget-order-details .order-history-total li {
  margin: 0.25em 0;
}
.budget-order-details .order-history-total li:last-child {
  font-weight: 800;
}
.budget-order-details .order-history-total li span {
  text-align: right;
}
.budget-order-details .order-history-total:after {
  content: " ";
  clear: both;
  display: block;
}
.budget-order-details .order-history-details ul {
  list-style: none;
}
.budget-order-details .order-history-details ul li ul {
  margin-bottom: 1em;
  width: 100%;
}
.budget-order-details .order-history-details ul li ul li {
  display: inline-block;
  vertical-align: text-top;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(1) {
  width: 8%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(2) {
  width: 15%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(3) {
  width: 30%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(4) {
  width: 18%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(5) {
  width: 11%;
}
.budget-order-details .order-history-details ul li ul li:nth-of-type(6) {
  width: 11%;
}
.budget-order-details hr {
  margin: 3em 0 3em 0;
  border-top: 0;
  border-bottom: 1px dashed #A6A7AA;
}
.budget-order-details .order-details-container {
  padding: 1em 2em;
}
.budget-order-details .order-details-container:after {
  content: " ";
  clear: both;
  display: block;
}

.error-tooltip {
  font-size: 0.9em;
  color: #FFFFFF;
  position: absolute;
  right: 1em;
  top: 0.8em;
  cursor: pointer;
}
.error-tooltip:hover .error-tooltip-text {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.error-tooltip .error-tooltip-text {
  font-size: 0.9em;
  opacity: 0;
  position: absolute;
  top: -3.75em;
  right: -0.75em;
  padding: 0.5em;
  background-color: #f8f8f8;
  color: #000000;
  transition: all 0.2s ease-in-out;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  border-bottom-right-radius: 0;
  width: 400px;
}
.error-tooltip .error-tooltip-text .arrow-down {
  color: #f8f8f8;
  position: absolute;
  right: 10px;
  bottom: -12px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.right_content form .controls {
  margin: 10px 0 10px 180px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .right_content form .controls {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    text-align: left;
    margin-left: 0px;
  }
  .right_content form .controls:last-child {
    margin-right: 0;
  }
}
.right_content .required {
  color: red;
  font-weight: bold;
  font-size: 18px;
}
.right_content .list {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.right_content .list:last-child {
  margin-right: 0;
}
.right_content .list ul {
  display: inline-block;
  padding: 0 10% 10% 10%;
}
.right_content .list ul li {
  list-style-type: none;
  margin-left: 0;
  display: inline;
  float: left;
  position: relative;
  margin: 0 60px 50px 0;
  text-align: left;
}

.create-account {
  max-width: 1200px;
  margin: 2em auto 0 auto;
  font-size: 0.9em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .create-account {
    max-width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .create-account {
    max-width: 700px;
  }
}
.create-account #password-blurb {
  color: #FAD141;
  font-size: 0.9em;
  list-style: none;
  margin: 0;
}
.create-account form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.create-account form h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  text-align: left;
  width: 100%;
  height: 29px;
}
.create-account form p {
  width: 100%;
}
.create-account form .register-left, .create-account form .register-right {
  padding: 2em 0 0 0;
  width: 45%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .create-account form .register-left, .create-account form .register-right {
    width: 100%;
  }
}
.create-account form .register-left label, .create-account form .register-right label {
  font-size: 0.9em;
  color: #3B3D3F;
  width: 100%;
}
.create-account form .register-left input, .create-account form .register-left select, .create-account form .register-right input, .create-account form .register-right select {
  margin: 0 0 1em 0;
  width: 100%;
}
.create-account form .register-right {
  display: flex;
  flex-wrap: wrap;
}
.create-account form .create-account-buttons {
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 5em;
}
.create-account form .create-account-buttons button {
  margin-bottom: 1em;
  width: 100%;
}
.create-account form .create-account-buttons label {
  padding: 0;
  margin-bottom: 2em;
}
.create-account form .create-account-buttons input[type=checkbox] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 1px solid #F1F3F4;
  margin-right: 1em;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: none;
}
.create-account form .create-account-buttons input[type=checkbox]:checked {
  background-color: #FFFFFF;
  border: 1px solid #F1F3F4;
  color: #3B3D3F;
}
.create-account form .create-account-buttons input[type=checkbox]:checked:after {
  font-family: FontAwesome;
  content: "✔";
  font-size: 0.9em;
  position: absolute;
  top: -2px;
  left: 4px;
  color: #99a1a7;
}

.account-created {
  padding-top: 3em !important;
  text-align: center;
}
.account-created > div {
  margin: 0 auto;
  max-width: 50em;
  padding: 5em 2em;
  background-color: #eee;
  border-radius: 0.5em;
}
.account-created > div h1 {
  font-weight: 700;
  margin-bottom: 1em;
}
.account-created > div h3 {
  font-weight: 300;
  margin-bottom: 1em;
}
.account-created > div i {
  color: #FAD141;
  font-size: 10em;
  margin-bottom: 0.2em;
}

.privacy-policy h3 {
  margin-bottom: 1em;
}
.privacy-policy p {
  line-height: 1.8;
}

.address-book-page .icon-address-book, .new-address-container .icon-address-book {
  background-color: #3B3D3F;
}
.address-book-page .icon-address-book:hover a, .new-address-container .icon-address-book:hover a {
  color: #FFFFFF !important;
}
.address-book-page .icon-address-book a, .new-address-container .icon-address-book a {
  color: #FFFFFF;
}

.order-history .icon-order-history {
  background-color: #3B3D3F;
}
.order-history .icon-order-history:hover a {
  color: #FFFFFF !important;
}
.order-history .icon-order-history a {
  color: #FFFFFF;
}

.order-details .icon-order-history {
  background-color: #3B3D3F;
}
.order-details .icon-order-history:hover a {
  color: #FFFFFF !important;
}
.order-details .icon-order-history a {
  color: #FFFFFF;
}

.update-account .icon-update-account {
  background-color: #3B3D3F;
}
.update-account .icon-update-account:hover a {
  color: #FFFFFF !important;
}
.update-account .icon-update-account a {
  color: #FFFFFF;
}

.orders-pending-approval .icon-approvals, .orders-pending-approval-details .icon-approvals {
  background-color: #3B3D3F;
}
.orders-pending-approval .icon-approvals:hover a, .orders-pending-approval-details .icon-approvals:hover a {
  color: #FFFFFF !important;
}
.orders-pending-approval .icon-approvals a, .orders-pending-approval-details .icon-approvals a {
  color: #FFFFFF;
}

.wishlist .icon-wishlist {
  background-color: #3B3D3F;
}
.wishlist .icon-wishlist:hover a {
  color: #FFFFFF !important;
}
.wishlist .icon-wishlist a {
  color: #FFFFFF;
}

.communication .icon-communication {
  background-color: #3B3D3F;
}
.communication .icon-communication:hover a {
  color: #FFFFFF !important;
}
.communication .icon-communication a {
  color: #FFFFFF;
}

.giftcards .icon-giftcards {
  background-color: #3B3D3F;
}
.giftcards .icon-giftcards:hover a {
  color: #FFFFFF !important;
}
.giftcards .icon-giftcards a {
  color: #FFFFFF;
}

.login-header {
  width: 100%;
  background-color: #FAD141;
  text-align: center;
  padding: 1em;
}
.login-header img {
  max-width: 150px;
  margin: 0 auto;
}

.login-footer {
  background-color: #3B3D3F;
  padding: 1em 1em 4em 1em;
}
.login-footer p {
  text-align: center;
  font-size: 12px;
  color: #F1F3F4;
}
.login-footer p a {
  color: #F1F3F4;
  text-decoration: underline;
}
.login-footer p a:hover {
  text-decoration: none;
}

.login {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #FFFFFF;
  padding: 5em 2em;
  min-height: 100vh;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .login {
    padding-top: 1em;
  }
}
.login .login-left, .login .login-right {
  width: 45%;
  padding: 2em;
  font-size: 0.9em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .login .login-left, .login .login-right {
    width: 100%;
  }
}
.login .login-left h5, .login .login-right h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  text-align: left;
  width: 100%;
  height: 29px;
}
.login .login-left label, .login .login-right label {
  font-size: 0.9em;
  color: #3B3D3F;
}
.login .login-left input, .login .login-right input {
  margin: 0 0 1em 0;
  display: block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .login .login-left input, .login .login-right input {
    width: 100%;
    max-width: initial;
  }
}
.login .login-left button, .login .login-right button {
  margin-top: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .login .login-left button, .login .login-right button {
    margin-top: 2em;
    width: 100%;
    max-width: initial;
  }
}
.login .login-left hr, .login .login-right hr {
  border: 1px solid #F1F3F4;
  border-top: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .login .login-left {
    order: 2;
  }
}
.login .login-left .forgot-password {
  margin: 1.5em 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .login .login-left .forgot-password {
    margin: 1em 0;
    width: 100%;
    text-align: center;
  }
}
.login .login-left p {
  margin: 1em 0 1em 0;
  text-align: left;
}
.login .login-left p a {
  margin: 0 1em;
}
.login .login-left .register-links {
  text-align: center;
}
.login #reset-password-form {
  display: none;
  transition: all 0.2s ease-in-out;
}
.login #retail-login {
  opacity: 1;
  display: block;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .login .login-right {
    order: 1;
  }
}
.login .login-right .dealer-notice {
  font-size: 0.9em;
  margin-top: 1em;
  color: #FAD141;
}
.login .login-right button:first-of-type {
  margin-bottom: 3em;
}

.login-wrapper {
  width: 100%;
  height: 100vh;
  background-color: #4d4d4f;
}
.login-wrapper .login-container {
  max-width: 350px;
  text-align: center;
  padding-top: 1em;
  margin: 0 auto;
}
.login-wrapper .login-container .login-card {
  padding: 0.75em 2em;
  border: 1px solid #F1F3F4;
  outline: 0;
  background-color: #FFF;
  text-align: center;
  animation: fade-in;
  animation: fade-in;
  animation-duration: 1s;
  animation-timing-function: ease-out;
}
.login-wrapper .login-container .login-card hr {
  border-top: none;
  border-bottom: 1px solid #F1F3F4;
  margin: 1em auto 2em auto;
  text-align: center;
  width: 50%;
}
.login-wrapper .login-container .login-card img {
  margin: 1em auto 1em auto;
  width: 150px;
  height: auto;
}
.login-wrapper .login-container .login-card h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  text-align: left;
  width: 100%;
  height: 29px;
}
.login-wrapper .login-container .login-card form input {
  width: 100%;
}
.login-wrapper .login-container .login-card form input:focus {
  outline: 0;
}
.login-wrapper .login-container .login-card form #login-id {
  width: 100%;
  margin: 0.5em 0 0.5em 0;
  vertical-align: middle;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .login-wrapper .login-container .login-card form #login-id {
    width: 200px;
  }
}

.no-login hr {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
}
.no-login .no-login-header {
  padding: 1em;
  margin-bottom: 4em;
}
.no-login .no-login-body {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.no-login ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.no-login ul li {
  margin: 1em 0;
}
.no-login .whoops {
  text-align: center;
  margin-bottom: 4em;
  display: inline-block;
  width: 30%;
  vertical-align: text-top;
}
.no-login .whoops i {
  font-size: 3em;
  color: red;
}
.no-login .whoops li:nth-of-type(2) {
  font-weight: bold;
  font-size: 3em;
}
.no-login .messages {
  display: inline-block;
  width: 60%;
  vertical-align: text-top;
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .whoops {
    width: 100% !important;
    display: block !important;
  }
  .messages {
    width: 100% !important;
    display: block !important;
  }
  .no-login-body {
    max-width: 800px !important;
  }
}
.no-login-debug {
  max-width: 1200px;
  margin: 0 auto;
}

.no_nav_page_wrapper {
  width: 100%;
  height: 100%;
  margin-top: 3em;
}
.no_nav_page_wrapper form .controls {
  margin: 10px 0 10px 180px;
}
.no_nav_page_wrapper label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 14px 0 0 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.no_nav_page_wrapper span.required {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
.no_nav_page_wrapper .login {
  max-width: 35em;
  text-align: center;
  border-radius: 0.5em;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.no_nav_page_wrapper .login i {
  text-align: center;
  margin: 0 auto;
}
.no_nav_page_wrapper .login form {
  width: 100%;
}
.no_nav_page_wrapper .login form label {
  text-align: left;
}
.no_nav_page_wrapper .login button {
  width: 100%;
  margin: 0.5em 0;
  display: block;
  margin: 1em 0 1em 0;
}
.no_nav_page_wrapper .login h4 {
  text-align: center;
}
.no_nav_page_wrapper .login hr {
  margin: 20px 0 0 0;
}
.no_nav_page_wrapper .login input {
  width: 100%;
  height: 3em;
}
.no_nav_page_wrapper .login input[type=text], .no_nav_page_wrapper .login textarea, .no_nav_page_wrapper .login input[type=password] {
  background-color: #FFF !important;
  border-radius: 5px;
}
.no_nav_page_wrapper .login input[type=text]:focus, .no_nav_page_wrapper .login textarea:focus, .no_nav_page_wrapper .login input[type=password]:focus {
  background-color: #FFF;
}
.no_nav_page_wrapper .login a {
  text-align: center;
  color: #FAD141;
}
.no_nav_page_wrapper .login a:hover {
  color: #FAD141;
  text-decoration: underline;
}
.no_nav_page_wrapper .login p {
  line-height: 30px;
  text-align: center;
}
.no_nav_page_wrapper .return-login {
  padding: 2em;
  background-color: #FFFFFF;
  border: 1px solid #CCC;
}
.no_nav_page_wrapper .return-login img {
  width: 300px;
  margin-bottom: 2em;
}
.no_nav_page_wrapper .return-login h1 {
  text-align: left;
  color: #4d4d4f;
}
.no_nav_page_wrapper .guest {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
  padding-left: 80px;
  border-left: 1px solid #F1F3F4;
  min-height: 300px;
}
.no_nav_page_wrapper .guest:last-child {
  margin-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .no_nav_page_wrapper .guest {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
    border-left: 0;
    border-top: 1px solid #F1F3F4;
    padding: 30px 0;
    min-height: 200px;
  }
  .no_nav_page_wrapper .guest:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .no_nav_page_wrapper {
    padding: 20px 10px;
    /* Force table to not be like tables anymore */
  }
  .no_nav_page_wrapper .GC {
    background-color: transparent;
    border: none;
  }
  .no_nav_page_wrapper table, .no_nav_page_wrapper thead, .no_nav_page_wrapper tbody, .no_nav_page_wrapper th, .no_nav_page_wrapper td, .no_nav_page_wrapper tr {
    display: block;
    text-align: center;
  }
  .no_nav_page_wrapper thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .no_nav_page_wrapper td {
    position: relative;
  }
  .no_nav_page_wrapper .form-btns {
    padding: 0;
  }
  .no_nav_page_wrapper .form-btns .btn {
    display: block;
    float: none;
    margin: 20px 0;
    font-size: 16px;
    padding: 10px;
    width: 100%;
  }
}
.no_nav_page_wrapper .dealer-login {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-left: 34.1192171993%;
  margin-right: 0;
}
.no_nav_page_wrapper .dealer-login:last-child {
  margin-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .no_nav_page_wrapper .dealer-login {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0%;
  }
  .no_nav_page_wrapper .dealer-login:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .no_nav_page_wrapper .dealer-login {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-left: 0%;
  }
  .no_nav_page_wrapper .dealer-login:last-child {
    margin-right: 0;
  }
}

.login-background {
  background-color: #f5f6f7;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: -1;
}

footer {
  margin: 0 0 0 0;
  background-color: #3B3D3F;
}
footer hr {
  border-top: 0;
  border-bottom: 1px solid #CDCCCB;
  margin: 10px 0;
}
footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: transparent !important;
  max-width: 1300px;
  margin: 0 auto;
  padding: 1em;
}
footer .wrapper div {
  padding-left: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  footer .wrapper div {
    width: 60%;
    margin-bottom: 1.5em;
  }
}
footer .wrapper div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .wrapper div ul li {
  line-height: 3;
}
footer .wrapper div p, footer .wrapper div address, footer .wrapper div a, footer .wrapper div h5 {
  color: #F1F3F4;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  line-height: 3;
}
footer .wrapper div h4 {
  font-weight: 700;
  margin: 0.5em 0 0.75em 0;
  color: #FFFFFF;
}
footer .wrapper div a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
footer .wrapper #footer-categories, footer .wrapper #footer-contact, footer .wrapper #footer-account {
  border-left: 1px solid #CDCCCB;
  width: 33%;
}
footer .wrapper #footer-categories hr, footer .wrapper #footer-contact hr, footer .wrapper #footer-account hr {
  max-width: 95%;
  margin-left: -1em;
}
footer .wrapper #footer-account {
  border-left: 0;
}
footer .wrapper .site-info {
  width: 100%;
  padding: 0.5em 1em;
  margin-bottom: 2rem;
}
footer .wrapper .site-info hr {
  margin-top: 1.5em;
  margin-left: -1em;
}
footer .wrapper .site-info a {
  margin-right: 1em;
}
footer .wrapper .site-disclaimer {
  width: 100%;
  text-align: center;
  margin: 4em 0 1em 0;
}
footer .wrapper .site-disclaimer a {
  padding: 0 0.5em;
}
footer .wrapper .site-disclaimer p {
  font-size: 10px;
}
footer .wrapper .site-disclaimer p a {
  text-decoration: underline;
}
footer .wrapper .site-disclaimer p a:hover {
  text-decoration: none;
}

#tariff-footer-verbiage {
  margin-top: 1em;
  font-size: 12px;
}

.modal-background {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
}

.dashboard-header {
  width: 100%;
  position: relative;
  margin-bottom: 2em;
}
.dashboard-header img {
  width: 100%;
  position: relative;
}
.dashboard-header .header-text {
  color: #FFFFFF;
  position: absolute;
  top: 20%;
  left: 24em;
}
.dashboard-header .header-text i {
  color: #FFFFFF;
  font-size: 9em;
  margin-right: 0.25em;
}
.dashboard-header .header-text i, .dashboard-header .header-text .welcome-text {
  display: inline-block;
  vertical-align: middle;
}
.dashboard-header .header-text .welcome-text h1 {
  font-weight: 800;
}
.dashboard-header .header-text .welcome-text h3 {
  font-weight: 600;
  font-size: 2em;
  text-transform: uppercase;
}
.dashboard-header .tint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.dashboard {
  width: 100%;
  max-width: 75em;
  margin: 0 auto 2em auto;
  text-align: center;
}
.dashboard .total-orders, .dashboard .total-sales, .dashboard .region-sales, .dashboard .team-sales, .dashboard .order-usage, .dashboard .new-products, .dashboard .top-products {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
}
.dashboard .dash-section-header {
  width: 100%;
  background-color: #FAD141;
  color: #FFFFFF;
  padding: 0.5em 1em;
  text-align: left;
  position: relative;
}
.dashboard .dash-section-header i, .dashboard .dash-section-header h6 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 1em;
  color: #FFFFFF;
}
.dashboard .dash-section-header .fa-minus-circle {
  padding: 0.25em;
  position: absolute;
  right: 0.75em;
  top: 1em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.dashboard .dash-section-content {
  padding: 1em 0;
  transition: all 0.2s ease-in-out;
}
.dashboard .dash-section-content table {
  width: 100%;
}
.dashboard .dash-section-content table th {
  border: 5px solid #FFFFFF;
  border-top: 0;
  border-bottom: 0;
  background-color: #f6f6f6;
}
.dashboard .dash-section-content table th:hover {
  background-color: rgb(241.08, 241.08, 241.08);
}
.dashboard .dash-section-content table th, .dashboard .dash-section-content table td {
  text-align: left;
  padding: 0.5em 1em;
  font-size: 0.9em;
}
.dashboard .dash-section-content table th img, .dashboard .dash-section-content table td img {
  width: 50px;
  height: 50px;
  margin-right: 1em;
}
.dashboard .dash-section-content table tr {
  width: 100%;
  padding: 0.5em 0;
}
.dashboard .dash-section-content table tr:nth-of-type(even) {
  background-color: #f6f6f6;
}
.dashboard #new-qtr-products-table a, .dashboard #new-ytd-products-table a, .dashboard #top-qtr-products-table a, .dashboard #top-ytd-products-table a {
  cursor: pointer;
  font-size: 0.9em;
  text-decoration: none;
}
.dashboard #new-qtr-products-table a:hover, .dashboard #new-ytd-products-table a:hover, .dashboard #top-qtr-products-table a:hover, .dashboard #top-ytd-products-table a:hover {
  text-decoration: underline;
}
.dashboard .region-sales .dash-section-content, .dashboard .team-sales .dash-section-content {
  overflow-y: scroll;
  max-height: 500px;
}
.dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
  width: 49.35%;
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .dashboard .total-orders, .dashboard .total-sales, .dashboard .new-products, .dashboard .top-products {
    width: 100%;
    display: block;
  }
}
.dashboard .top-products, .dashboard .total-sales {
  margin-left: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dashboard .top-products, .dashboard .total-sales {
    margin-left: 0;
  }
}
.dashboard .total-orders, .dashboard .new-products {
  margin-right: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dashboard .total-orders, .dashboard .new-products {
    margin-left: 0;
  }
}
.dashboard .total-orders .dash-section-content, .dashboard .total-sales .dash-section-content {
  min-height: 150px;
}
.dashboard .total-sales-progress-bar {
  width: 100%;
  padding: 0.5em 1em;
  height: 10px;
}
.dashboard .total-sales-progress-bar .progress-bar-left, .dashboard .total-sales-progress-bar .progress-bar-right {
  display: inline-block;
  vertical-align: text-top;
  height: 10px;
  float: left;
  transition: all 0.5s ease-in-out;
}
.dashboard .total-sales-progress-bar .progress-bar-left {
  background-color: #008040;
  width: 0%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.dashboard .total-sales-progress-bar .progress-bar-right {
  background-color: #A6A7AA;
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.dashboard .qtr-ytd {
  padding: 0.2em 0.5em;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out;
}
.dashboard .five-ten-twenty-top, .dashboard .five-ten-twenty-new {
  padding: 0.2em 0.5em;
  font-weight: 600;
  cursor: pointer;
  transition: all ease-in-out;
}
.dashboard .selected {
  background-color: #FFFFFF;
  color: #FAD141 !important;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.dashboard .order-usage .graph {
  width: 100%;
  height: 200px;
  position: relative;
}
.dashboard .order-usage .graph .graph-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.dashboard .order-usage .graph .bar-graph {
  display: inline-block;
  position: relative;
  bottom: 1em;
  vertical-align: text-bottom;
  width: 15%;
  margin: 1em;
  transition: all 0.2s ease-in-out;
}
.dashboard .order-usage .graph #json-client-gift {
  background-color: #0000cc;
}
.dashboard .order-usage .graph #json-client-visit {
  background-color: #cd29c0;
}
.dashboard .order-usage .graph #json-event {
  background-color: #008040;
}
.dashboard .order-usage .graph #json-internal-gift {
  background-color: #ffb100;
}
.dashboard .order-usage .graph #json-other {
  background-color: #551a8b;
}
.dashboard .order-usage .legend {
  text-align: center;
}
.dashboard .order-usage .legend .legend-entry {
  width: 18%;
  display: inline-block;
  text-align: left;
  margin-right: 0.5em;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(1) .color-block {
  background-color: #0000cc;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(2) .color-block {
  background-color: #cd29c0;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(3) .color-block {
  background-color: #008040;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(4) .color-block {
  background-color: #ffb100;
}
.dashboard .order-usage .legend .legend-entry:nth-of-type(5) .color-block {
  background-color: #551a8b;
}
.dashboard .order-usage .legend .legend-entry .color-block {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
.dashboard .order-usage .legend .legend-entry ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.dashboard .order-usage .legend .legend-entry ul li {
  font-size: 0.8em;
}
.dashboard .order-usage .legend .legend-entry ul li:nth-of-type(1) {
  font-weight: 600;
}
.dashboard .headerSortUp {
  background-image: url(../../images/graphics/asc.gif) !important;
}
.dashboard .headerSortDown {
  background-image: url(../../images/graphics/desc.gif) !important;
}
.dashboard .header {
  background-image: url(../../images/graphics/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
.dashboard #region-ytd-sales-table {
  display: none;
}
.dashboard #team-ytd-sales-table {
  display: none;
}
.dashboard #new-ytd-products-table {
  display: none;
}
.dashboard #top-ytd-products-table {
  display: none;
}

.plus:before {
  content: "\f055" !important;
}

.collapse {
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

header {
  display: flex !important;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1300px;
  margin: 0 auto;
  margin: 0 auto 0 auto;
  /*    height: $header-height;*/
  z-index: 5;
  background-color: #3B3D3F;
}
header ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
header .flipbook-banner {
  width: 100%;
  order: 5;
}
header #mobile-cart, header #mobile-nav {
  display: none;
}
header .nav-logo {
  display: flex;
  order: 2;
  width: 25%;
  background-color: #FAD141;
  padding: 1.5rem 4rem;
}
header .nav-logo a img {
  width: 192px;
}
header .nav-categories {
  margin-top: auto;
  display: flex;
  order: 3;
  width: 100%;
  background-color: #808080;
}
header .nav-categories ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
header .nav-categories ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
header .nav-categories ul li:hover {
  background-color: #3B3D3F;
  color: #FFFFFF;
}
header .nav-categories ul li:hover a {
  color: #FFFFFF;
}
header .nav-categories ul li:hover .sub-menu {
  display: flex !important;
}
header .nav-categories ul li:hover .sub-menu a {
  width: 100%;
  padding-left: 10px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  header .nav-categories ul li:hover .sub-menu {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .nav-categories ul li:hover .sub-menu {
    display: none !important;
  }
}
header .nav-categories ul li .sub-menu.expand-nav {
  display: flex !important;
}
header .nav-categories ul li a {
  padding: 10px 8px;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
}
header .nav-categories ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
header .nav-categories ul li .top {
  cursor: initial;
}
header .nav-categories ul li .sub-menu {
  display: none !important;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 200px;
  flex-wrap: wrap;
  background-color: #3B3D3F;
}
header .nav-categories ul li .sub-menu li {
  width: 100%;
  border-bottom: 0;
}
header .nav-categories ul li .sub-menu li a {
  color: #FFFFFF;
  cursor: pointer;
}
header .nav-categories ul li .sub-menu li a:hover {
  color: #FFFFFF;
  background-color: #808080;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .nav-categories ul li .sub-menu {
    width: 100%;
    position: static;
    padding-left: 1em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  header .nav-categories ul li .sub-menu {
    width: 100%;
    position: static;
    padding-left: 1em;
  }
}
header .nav-categories ul .mobile-close {
  display: block !important;
  font-size: 1.2em;
  text-align: right;
  border-bottom: 0 !important;
  height: auto;
  color: #FFFFFF;
  padding: 1em;
  padding-right: 0.5em;
}
header .nav-categories ul .mobile-close svg {
  margin: 0.5em;
}
@media screen and (min-width: 1025px) {
  header .nav-categories ul .mobile-close {
    display: none !important;
  }
}
header .nav-account {
  display: flex;
  order: 1;
  width: 75%;
  background-color: transparent;
  padding: 0;
}
header .nav-account ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}
header .nav-account ul li {
  display: flex;
  padding: 0 1em;
  align-items: center;
}
header .nav-account ul li:nth-of-type(2) {
  margin-left: auto;
}
header .nav-account ul li a {
  color: #FFFFFF;
  font-size: 14px;
}
header .nav-account ul li a:hover {
  color: #F1F3F4;
  text-decoration: none;
}
header .nav-account ul li a i {
  font-size: 14px;
  margin-right: 0.5em;
  font-weight: 300;
}
header .nav-account ul li #cart_total {
  position: relative;
  padding: 5px;
  font-size: 1em !important;
}
header .nav-account ul li #cart_total:hover {
  color: #FFFFFF;
}
header .nav-account ul li #number-of-items {
  position: absolute;
  top: -8px;
  left: 17px;
  padding: 0.25em 0.5em;
  background-color: red;
  color: #FFFFFF;
  font-family: "EJ Sans Text", sans-serif;
  font-size: 12px;
  line-height: 1;
  border-radius: 100%;
}
header .nav-account .account-menu {
  position: relative;
  cursor: pointer;
}
header .nav-account .account-menu a {
  display: block;
}
header .nav-account .account-menu .sub-menu {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  background-color: #3B3D3F;
  z-index: 5;
  color: #FFFFFF;
  width: 200px;
}
header .nav-account .account-menu .sub-menu li {
  padding: 0.5em 1em;
  width: 100%;
}
header .nav-account .account-menu .sub-menu li:nth-of-type(2) {
  margin-left: 0;
}
header .nav-account .account-menu .sub-menu li a {
  color: #FFFFFF;
  display: block;
  width: 100%;
}
header .nav-account .account-menu .sub-menu li:hover {
  background-color: #808080;
}
header .nav-account .account-menu:hover {
  background-color: #3B3D3F;
}
header .nav-account .account-menu:hover a {
  color: #FFFFFF;
}
header .nav-account .account-menu:hover a:hover {
  text-decoration: none;
}
header .nav-account .account-menu:hover .sub-menu {
  display: flex;
}
header .nav-account .account-menu:hover .sub-menu #my-account-button {
  margin-left: 0;
}

@media only screen and (min-width: 320px) and (max-width: 1024px) {
  #mobile-nav {
    display: block !important;
    width: 20%;
    order: 1;
    text-align: center;
  }
  #mobile-nav i {
    font-size: 1.2em;
    color: #FFFFFF;
  }
  #mobile-cart {
    display: block !important;
    width: 20%;
    order: 3;
  }
  #mobile-cart a {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFFFFF;
  }
  #mobile-cart a i {
    font-size: 1.2em;
    position: relative;
  }
  #mobile-cart a i span {
    position: absolute;
    top: -12px;
    left: 15px;
    padding: 0.25em 0.5em;
    background-color: red;
    color: #FFFFFF;
    font-family: "EJ Sans Text", sans-serif;
    border-radius: 100%;
    font-size: 0.8em;
  }
  .nav-logo {
    display: block !important;
    padding: 1em !important;
    order: 2;
    text-align: center;
  }
  .nav-categories {
    position: absolute;
    top: 0;
    left: -350px;
    width: 300px !important;
    height: 100vh !important;
    display: block !important;
    background-color: #3B3D3F !important;
    transition: all 0.2s ease-in-out;
    padding: 1em !important;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .nav-categories {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 767px) {
  .nav-categories {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav-categories::-webkit-scrollbar {
    display: none;
  }
  .nav-categories ul {
    display: block !important;
  }
  .nav-categories ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .nav-categories ul li:last-of-type {
    border-bottom: 0;
  }
  .nav-categories ul li:hover, .nav-categories ul li :focus, .nav-categories ul li :active {
    background-color: transparent !important;
  }
  .nav-categories ul li:hover i:before, .nav-categories ul li :focus i:before, .nav-categories ul li :active i:before {
    /*content: "\f068";
    font-family: FontAwesome;*/
  }
  .nav-categories ul li a {
    width: initial;
    color: #FFFFFF !important;
    flex-grow: 1;
    padding: 20px 8px !important;
  }
  .nav-categories ul li a:hover, .nav-categories ul li a :focus, .nav-categories ul li a :active {
    color: #FFFFFF !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .nav-categories ul li a i {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 767px) {
  .nav-categories ul li a i {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav-categories ul .account-menu {
    margin-left: 0;
  }
  .nav-categories ul .account-menu ul {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 320px) and (max-width: 767px) {
  .nav-categories ul .account-menu:hover .sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .nav-categories ul .account-menu:hover .sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .nav-account {
    display: none !important;
  }
}
.nav-search {
  width: 450px;
  padding: 0 0.75em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .nav-search {
    width: 100%;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nav-search {
    width: 100%;
    padding: 20px;
  }
}
.nav-search:hover {
  background-color: transparent !important;
}
.nav-search form {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  border: 0;
  background-color: #f8f8f8;
  height: 34px;
}
.nav-search form input {
  margin: 0;
  width: 80%;
  border: 0;
  background-color: transparent;
  box-shadow: none;
  padding: 0 0 3px 10px;
}
.nav-search form input:focus {
  box-shadow: none;
}
.nav-search form input::placeholder {
  color: #CDCCCB;
}
.nav-search form input:-ms-input-placeholder {
  color: #CDCCCB;
}
.nav-search form input::-ms-input-placeholder {
  color: #CDCCCB;
}
.nav-search form button {
  line-height: 34px;
  width: 10%;
  background-color: #FAD141;
  border: 0;
  padding-right: 10px;
  padding-left: 10px;
  transition: all 0.2s ease-in-out;
}
.nav-search form button i {
  color: #3B3D3F;
}
.nav-search form button:hover {
  transition: all 0.2s ease-in-out;
}
.nav-search .sub-menu li {
  padding: 0.75em 0 0 0;
  width: 100%;
  max-width: 500px;
}
.nav-search .sub-menu form {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}
.nav-search .sub-menu form input {
  margin: 0;
  width: 90%;
}
.nav-search .sub-menu form button {
  height: 30px;
  width: 10%;
  background: #FFFFFF;
  border: 0;
}

.nav-search.show-mobile {
  padding: 20px 0;
}
.nav-search.show-mobile form {
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.nav-search.show-mobile form button {
  width: initial;
}

.menu-open {
  left: 0 !important;
  width: 300px !important;
  z-index: 10 !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .menu-open ul {
    height: 150vh;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-open ul {
    height: 100vh;
  }
}
.menu-open ul li ul {
  height: initial;
}

.no-cursor {
  cursor: default;
}

.show-mobile input[type=search] {
  border-radius: 5px;
  background-color: transparent !important;
  color: #FFFFFF !important;
}
@media screen and (min-width: 1025px) {
  .show-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .show-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .show-mobile {
    display: flex !important;
  }
}

.expand-arrow {
  display: none !important;
  text-align: right;
  padding: 20px;
  z-index: 5;
  color: #FFFFFF;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .expand-arrow {
    display: block !important;
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .expand-arrow {
    display: block !important;
    flex-grow: 1;
  }
}

.nav-selected:before {
  content: "\f068" !important;
}

.expand-nav {
  display: block !important;
}

.rotate:before {
  content: "\f102" !important;
}

@media only screen and (min-width: 1024px) {
  .nav-logo {
    order: 1 !important;
  }
  .nav-account {
    order: 2 !important;
  }
  .nav-categories {
    order: 3 !important;
  }
}
.nav-cover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.fixed {
  overflow: hidden !important;
  position: fixed;
}
.fixed body {
  position: fixed !important;
  overflow: hidden !important;
}

.hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.hero .wrapper {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.hero .wrapper .tns-outer {
  position: relative;
}
.hero .wrapper .tns-outer .tns-controls {
  width: 100%;
}
.hero .wrapper .tns-outer .tns-controls button {
  background: none;
  outline: 0;
  border: 0;
  font-size: 2rem;
  position: absolute;
  top: 50%;
}
.hero .wrapper .tns-outer .tns-controls button i {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.hero .wrapper .tns-outer .tns-controls button:hover i {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.hero .wrapper .tns-outer .tns-controls button[data-controls=prev] {
  left: 0;
}
.hero .wrapper .tns-outer .tns-controls button[data-controls=next] {
  right: 0;
}
.hero .wrapper .hero-carousel .item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .hero .wrapper .hero-carousel .item {
    background-position-x: 60%;
  }
}
.hero .wrapper .hero-carousel .item .hero-text {
  width: 40%;
  align-self: center;
  padding: 4rem;
  margin: 5rem;
  margin-left: 8rem;
  text-align: left;
  background-color: red;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    padding: 4rem;
    margin-left: 7rem;
  }
}
@media screen and (max-width: 1200px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    width: 50%;
    margin-left: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    width: 50%;
    margin-left: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    width: 100%;
    margin: 0;
    background-color: red !important;
  }
}
.hero .wrapper .hero-carousel .item .hero-text h1 {
  color: #FFFFFF;
  text-align: left;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 2rem;
  letter-spacing: -1px;
}
@media screen and (max-width: 1500px) {
  .hero .wrapper .hero-carousel .item .hero-text h1 {
    font-size: 3.5rem;
  }
}
.hero .wrapper .hero-carousel .item .hero-text h1 span {
  color: #FAD141;
}
.hero .wrapper .hero-carousel .item .hero-text p {
  color: #FFFFFF;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero .wrapper .hero-carousel .item .hero-text h1 {
    font-size: 3.125rem;
  }
  .hero .wrapper .hero-carousel .item .hero-text p {
    font-size: 1.375rem;
    line-height: 140%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .hero .wrapper .hero-carousel .item .hero-text {
    padding: 2.5rem;
    width: 100%;
    margin: 0;
  }
  .hero .wrapper .hero-carousel .item .hero-text h1 {
    font-size: 2.25rem;
  }
  .hero .wrapper .hero-carousel .item .hero-text p {
    font-size: 1rem;
    line-height: 140%;
  }
}
.hero .wrapper .hero-carousel .item .hero-desktop {
  display: block;
  width: 100%;
}
.hero .wrapper .hero-carousel .item .hero-mobile {
  display: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .hero .wrapper .hero-carousel .item .hero-mobile + .hero-desktop {
    display: none;
  }
}
.category-icons {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 450px;
  position: relative;
  z-index: 1;
  background-color: #FFF;
}
@media screen and (min-width: mobile) {
  .category-icons {
    display: block;
  }
}
@media screen and (min-width: tablet) {
  .category-icons {
    margin-top: 0;
  }
}
.category-icons .category-icons-header {
  text-align: center;
  padding: 5em;
  width: 100%;
}
.category-icons .category-icons-header h1 {
  margin-bottom: 1em;
}
.category-icons .category-icons-header p {
  margin-bottom: 2em;
}
.category-icons .category-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.category-icons .category-container .container-left {
  width: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: tablet) {
  .category-icons .category-container .container-left {
    width: 100%;
  }
}
.category-icons .category-container .container-left:hover img {
  filter: brightness(90%);
  transition: all 0.2s ease-in-out;
}
.category-icons .category-container .container-left h3 {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #FFFFFF;
  font-size: 5em;
}
.category-icons .category-container .container-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: tablet) {
  .category-icons .category-container .container-right {
    width: 100%;
  }
}
.category-icons .category-container .container-right .container-item {
  width: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.category-icons .category-container .container-right .container-item:hover img {
  filter: brightness(90%);
  transition: all 0.2s ease-in-out;
}
.category-icons .category-container .container-right .container-item:first-of-type h6, .category-icons .category-container .container-right .container-item:first-of-type h3 {
  color: #FAD141;
}
.category-icons .category-container .container-right .container-item h6 {
  position: absolute;
  top: 1em;
  left: 2em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.category-icons .category-container .container-right .container-item h3 {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: #FFFFFF;
  width: 70%;
}
.category-icons .featured-left, .category-icons .featured-right {
  width: 50%;
  margin-top: 1em;
  text-align: left !important;
  position: relative;
}
@media screen and (min-width: mobile) {
  .category-icons .featured-left, .category-icons .featured-right {
    width: 100%;
    margin: 1em 0 0 0 !important;
  }
}
.category-icons .featured-left .featured-text, .category-icons .featured-right .featured-text {
  position: absolute;
  left: 4em;
  bottom: 4em;
}
@media screen and (min-width: mobile) {
  .category-icons .featured-left .featured-text, .category-icons .featured-right .featured-text {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
}
.category-icons .featured-left .featured-text h1, .category-icons .featured-right .featured-text h1 {
  color: #FFFFFF;
  text-align: left !important;
}
.category-icons .featured-left .featured-text h1:nth-of-type(1), .category-icons .featured-right .featured-text h1:nth-of-type(1) {
  font-weight: 400;
}
.category-icons .featured-left .featured-text h1:nth-of-type(2), .category-icons .featured-right .featured-text h1:nth-of-type(2) {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.category-icons .featured-left .featured-text a, .category-icons .featured-right .featured-text a {
  color: #FFFFFF;
}
.category-icons .featured-left {
  margin-right: 0.5em;
}
.category-icons .featured-right {
  margin-left: 0.5em;
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.7, 0.7);
  }
  to {
    opacity: 1;
  }
}
.fade-in-element {
  animation: fade-in 1.4s;
}

.hidden {
  opacity: 0;
}

.callout .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: left;
  background-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .callout .wrapper {
    justify-content: space-evenly;
  }
}
.callout .wrapper .left, .callout .wrapper .right {
  width: 50%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .callout .wrapper .left, .callout .wrapper .right {
    width: 100%;
  }
}
.callout .wrapper .left img, .callout .wrapper .right img {
  max-width: 600px;
  width: 100%;
  align-self: center;
}
@media screen and (min-width: mobile) {
  .callout .wrapper .left, .callout .wrapper .right {
    width: 100%;
  }
  .callout .wrapper .left img, .callout .wrapper .right img {
    max-width: 100%;
  }
}
.callout .wrapper .left div, .callout .wrapper .right div {
  align-self: center;
  padding: 2rem 4rem;
}
.callout .wrapper .left div h1, .callout .wrapper .right div h1 {
  text-align: left;
  line-height: 120%;
  margin-bottom: 2rem;
}
.callout .wrapper .left div p, .callout .wrapper .right div p {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .callout .wrapper .left div, .callout .wrapper .right div {
    padding: 0 2rem;
  }
  .callout .wrapper .left div h2, .callout .wrapper .right div h2 {
    text-align: left;
    line-height: 100%;
    margin-bottom: 2rem;
  }
  .callout .wrapper .left div p, .callout .wrapper .right div p {
    font-size: 1rem;
    line-height: 140%;
    font-weight: 400;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .callout .wrapper .left div, .callout .wrapper .right div {
    padding: 1rem 2rem;
    /*                    h2 {
        text-align: left;
        line-height: 100%;
        margin-bottom: 2rem;
    }

    p {
        font-size: 1.375rem;
        line-height: 135%;
        font-weight: 400;
        margin-bottom: 2.5rem;
    }*/
  }
}

@media screeen and (max-width: 768px) {
  .callout1 .wrapper .right {
    padding-top: 2rem;
  }
}

.callout2 .wrapper .left {
  order: 1;
}
@media screeen and (max-width: 768px) {
  .callout2 .wrapper .left {
    padding-top: 2rem;
  }
}
.callout2 .wrapper .right {
  justify-content: flex-start;
  order: 2;
  text-align: left;
}

.virtual-catalog h3 {
  width: 100%;
}
.virtual-catalog .catalog-line {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  background-color: transparent;
}
.virtual-catalog .catalog-line .left {
  justify-content: flex-start;
}

.virtual-catalog .wrapper {
  background-color: #FFFFFF;
}
.virtual-catalog h3 {
  width: 100%;
}
.virtual-catalog .catalog-line {
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  background-color: transparent;
}
.virtual-catalog .catalog-line .left {
  justify-content: flex-start;
}

.featured-products, .cross-sells {
  z-index: 0;
  width: 100%;
}
.featured-products .wrapper, .cross-sells .wrapper {
  background-color: transparent;
  position: relative;
  width: 100%;
  display: block;
}
.featured-products .wrapper .tns-outer, .cross-sells .wrapper .tns-outer {
  position: relative;
  padding: 2rem !important;
}
.featured-products .wrapper .tns-outer #featured-products-carousel-iw, .cross-sells .wrapper .tns-outer #featured-products-carousel-iw {
  margin-right: 0 !important;
}
.featured-products .wrapper .tns-outer .tns-controls, .cross-sells .wrapper .tns-outer .tns-controls {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  margin: auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 0;
}
.featured-products .wrapper .tns-outer .tns-controls button, .cross-sells .wrapper .tns-outer .tns-controls button {
  background: none;
  outline: 0;
  border: 0;
  font-size: 2rem;
}
.featured-products .wrapper .tns-horizontal .tns-item, .cross-sells .wrapper .tns-horizontal .tns-item {
  display: inline-flex !important;
}
.featured-products .wrapper .featured-products-carousel, .cross-sells .wrapper .featured-products-carousel {
  padding: 1rem;
}
.featured-products .section-title, .cross-sells .section-title {
  margin-bottom: 1rem !important;
  text-align: center;
  font-size: 1.5rem;
}
.featured-products .section-title a, .cross-sells .section-title a {
  color: #2d2d2d;
}
.featured-products .featured-products-carousel, .cross-sells .featured-products-carousel {
  display: flex;
}
.featured-products .product_item, .cross-sells .product_item {
  width: 100%;
  padding: 1rem;
  margin: 0;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.featured-products .product_item a, .cross-sells .product_item a {
  display: block;
  flex-wrap: wrap;
  text-align: right;
}
.featured-products .product_item a .product-values, .cross-sells .product_item a .product-values {
  line-height: initial !important;
  white-space: initial !important;
}
.featured-products .product_item a .product-values .product-title, .cross-sells .product_item a .product-values .product-title {
  padding: 0.5rem 0;
}
.featured-products .product_item a .product-values .product_price, .cross-sells .product_item a .product-values .product_price {
  padding: 0.5rem 0;
}
.featured-products .product_item:hover, .cross-sells .product_item:hover {
  transition: all 0.2s ease-in-out;
}

.product_details {
  background-color: #FFFFFF;
  position: relative;
  padding: 2em 2em 20em 2em;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
  /*@include media($mobile){
      max-width: 350px;
  }

  @include media($tablet){
      max-width: 700px;
  }*/
}
.product_details .product_image {
  width: 50%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product_details .product_image {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product_details .product_image {
    width: 60%;
  }
}
.product_details .product_image #multiple_product_images {
  margin-top: 20px;
  overflow: hidden;
}
.product_details .product_image #multiple_product_images ul {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.product_details .product_image #multiple_product_images #gallery-controls {
  margin: 0 auto;
  width: 206px;
  position: relative;
  top: -50px;
}
.product_details .product_image #multiple_product_images #prev, .product_details .product_image #multiple_product_images #next {
  display: block;
  line-height: 70px;
  padding: 5px;
}
.product_details .product_image #multiple_product_images #prev:hover, .product_details .product_image #multiple_product_images #prev:focus, .product_details .product_image #multiple_product_images #next:hover, .product_details .product_image #multiple_product_images #next:focus {
  text-decoration: none;
  background-color: white;
}
.product_details .product_image #multiple_product_images #prev:active, .product_details .product_image #multiple_product_images #next:active {
  background-color: white;
}
.product_details .product_image #multiple_product_images #prev {
  float: left;
}
.product_details .product_image #multiple_product_images #next {
  float: right;
}
.product_details .product_image #multiple_product_images #multiple_inner {
  overflow: hidden;
  width: 166px;
  position: relative;
  margin: 0 auto;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery {
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery li {
  float: left;
  margin-right: 5px;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery li img {
  height: 80px;
  width: 80px;
  max-width: none;
}
.product_details .product_image #multiple_product_images #multiple_inner #gallery li .ie8 img {
  height: auto;
  width: auto;
}
.product_details .product_info {
  width: 40%;
}
.product_details .product_info form {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product_details .product_info {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product_details .product_info {
    width: 35%;
  }
}
.product_details .product_info .product-details {
  list-style: none;
  margin: 0 0 2em 0;
  order: 1;
}
.product_details .product_info .product-details .tags {
  display: flex;
}
.product_details .product_info .product-details .tags span {
  margin-right: 0.5rem;
}
.product_details .product_info .product-details .tags .product-tag-limited-supply {
  color: red;
  font-weight: 500;
}
.product_details .product_info .product-details .tags .product-tag-new {
  color: green;
  font-weight: 500;
}
.product_details .product_info .product-details .tags .product-tag-comingsoon {
  color: #0064cd;
  font-weight: 500;
}
.product_details .product_info .product-details .tags img {
  max-width: 30px;
  width: 100%;
  margin-right: 0.5rem;
}
.product_details .product_info .product-details #product-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.product_details .product_info .product-details #product-rating {
  margin-top: 1em;
}
.product_details .product_info .product-details #product-number {
  font-size: 13px;
  color: #A6A7AA;
  margin-bottom: 1em;
}
.product_details .product_info .product-details #product-price {
  color: #000000;
  font-size: 1.2em;
  display: inline;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product_details .product_info .product-details #product-price {
    font-size: 1.2em;
  }
}
.product_details .product_info .product-details #product-points {
  font-size: 1.4em;
  color: #3B3D3F;
  padding: 0 0.25em;
  display: inline;
}
.product_details .product_info .product-details #inventory {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.product_details .product_info .product-details .highlight-stock {
  font-style: italic;
  color: red;
}
.product_details .product_info .product-details-header {
  font-size: 0.9em;
  font-weight: 600;
  border-bottom: 1px solid #F1F3F4;
  margin-bottom: 1em;
}
.product_details .product_info .description-list {
  margin: 0;
  list-style: none;
  order: 2;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product_details .product_info .description-list {
    order: 4;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product_details .product_info .description-list {
    order: 4;
    width: 100%;
  }
}
.product_details .product_info .description-list li ul {
  margin: 2em 0 0 1em;
  list-style: disc;
}
.product_details .product_info .description-list li ul li {
  font-weight: 300 !important;
  color: #000000 !important;
  margin-bottom: 0.5em !important;
}
.product_details .product_info .description-list li ul #important-notice {
  color: red !important;
  font-weight: bold !important;
}
.product_details .product_info .description-list #product-description {
  font-weight: 300 !important;
}
.product_details .product_info .description-list #licensed-image {
  width: 150px;
  margin: 1em 0 3em 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product_details .product_info .description-list #licensed-image {
    margin: 1em auto 3em auto;
  }
}
.product_details .product_info .custom-drop-ship-verbiage {
  margin-top: 2rem;
  order: 3;
}
.product_details .product_info .product-options {
  list-style: none;
  position: relative;
  margin: 0;
  order: 3;
  width: 100%;
  margin: 0;
  display: inline-block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product_details .product_info .product-options {
    margin-bottom: 2em;
    order: 2;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product_details .product_info .product-options {
    order: 2;
    width: 100%;
  }
}
.product_details .product_info .product-options #qty {
  width: 50px;
  display: none;
}
.product_details .product_info .product-options li {
  margin: 1em 0;
}
.product_details .product_info .product-options li label, .product_details .product_info .product-options li span, .product_details .product_info .product-options li select {
  display: inline-block;
}
.product_details .product_info .product-options li label {
  width: 25%;
}
.product_details .product_info .product-options li select, .product_details .product_info .product-options li input {
  /*width: auto;*/
}
.product_details .product_info .product-options ul {
  width: 100%;
  list-style: none;
  margin: 0;
  display: inline-block;
}
.product_details .product_info .product-options ul li {
  margin: 1em 0;
}
.product_details .product_info .product-options ul li label, .product_details .product_info .product-options ul li span, .product_details .product_info .product-options ul li select {
  display: inline-block;
}
.product_details .product_info .product-options ul li label {
  width: 25%;
}
.product_details .product_info .product-options ul li select {
  width: auto;
}
.product_details .product_info .product-options ul .Size-style-dropdown select {
  width: auto;
}
.product_details .product_info .product-options ul .Color-style-dropdown select {
  width: auto;
}
.product_details .product_info .product-options .size-chart-guide i {
  margin-right: 0.5em;
}
.product_details .product_info #size-quantity-grid {
  font-size: 0.9rem;
  width: 100%;
  text-align: left;
  table-layout: fixed;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-header {
  font-weight: bold;
  border-top: 0 !important;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-header tr {
  width: 100%;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-header tr th {
  text-transform: capitalize;
  padding: 0.5rem;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content {
  width: 100%;
  word-wrap: break-word;
  margin: 0;
  border-top: 1px solid #ccc;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content td {
  padding: 0.5rem;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content td input, .product_details .product_info #size-quantity-grid .size-quantity-grid-content td select {
  width: 100%;
  max-width: 100px;
  margin: 0;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content td .notify-me-bis {
  text-decoration: underline;
  cursor: pointer;
  color: #FAD141;
  padding: 0.25rem 0;
  display: block;
  width: 100%;
  width: fit-content;
  font-size: 0.8rem;
}
.product_details .product_info #size-quantity-grid .size-quantity-grid-content td .notify-me-bis:hover {
  text-decoration: none;
}
.product_details .product_info .vgc-options label {
  width: 100% !important;
}
.product_details .product_info #size-chart-details {
  color: #A6A7AA;
  font-size: 0.9em;
  float: right;
  font-weight: 300;
}
.product_details .product_info #size-chart-details:hover {
  color: #000000;
  font-weight: 300;
}
.product_details .product_info #fit-type {
  font-style: italic;
  color: red;
}
.product_details .product_info .add-to-action {
  padding: 2em 0 2em 0;
  order: 4;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product_details .product_info .add-to-action {
    order: 3;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product_details .product_info .add-to-action {
    order: 3;
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product_details .product_info .add-to-action {
    padding: 0;
    width: 100%;
  }
  .product_details .product_info .add-to-action button, .product_details .product_info .add-to-action input {
    width: 100%;
    margin: 0 0 1em 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product_details .product_info .add-to-action {
    padding: 1em;
  }
  .product_details .product_info .add-to-action button, .product_details .product_info .add-to-action input {
    float: none;
    width: 100%;
    text-align: center !important;
    margin: 0 0 1em 0;
  }
}
.product_details .product_info .add-to-action .notify-stock {
  padding: 2rem;
  background-color: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.product_details .product_info .add-to-action .notify-stock p {
  width: 100%;
  margin-bottom: 1.5rem;
}
.product_details .product_info .add-to-action .notify-stock label {
  width: 100%;
  margin-top: 1rem;
  display: flex;
}
.product_details .product_info .add-to-action .notify-stock label span {
  align-self: center;
  line-height: 1.2;
}
.product_details .product_info .add-to-action .notify-stock input[type=checkbox] {
  width: 22px;
  height: 22px;
}
.product_details .product_info .add-to-action .notify-stock #notify-stock-email {
  width: initial;
  height: initial;
  flex-grow: 2;
  margin-bottom: 0;
  margin-right: 1rem;
}
@media screen and (min-width: mobile) {
  .product_details .product_info .add-to-action .notify-stock #notify-stock-email {
    margin: 0 1rem 0 0 !important;
  }
}
.product_details .product_info .add-to-action .notify-stock #notify-stock-qty {
  margin: 0 0 0.5rem 0;
  max-width: 4rem;
  width: 100%;
}
.product_details .product_info .add-to-action .notify-stock button {
  flex-grow: 1;
}
.product_details .product_info .add-to-action .notify-stock .input-hidden {
  display: none;
}
.product_details .product_info .add-to-action .notify-stock .input-hidden, .product_details .product_info .add-to-action .notify-stock select {
  width: 100%;
  max-width: 100px;
  height: 56px;
}
.product_details .product_info .add-to-action .notify-stock #user-email {
  font-weight: bold;
}
.product_details .product_info .add-to-action #notify-stock-success, .product_details .product_info .add-to-action #notify-stock-fail {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product_details .product_info #order {
    overflow-x: scroll;
  }
}
.product_details .product_info .price, .product_details .product_info #price, .product_details .product_info #modal-price {
  margin: 10px 0;
  font-size: 24px;
  padding-bottom: 10px;
}
.product_details .product_info .price a, .product_details .product_info #price a, .product_details .product_info #modal-price a {
  color: #000;
}
.product_details .product_info .price .saleprice, .product_details .product_info #price .saleprice, .product_details .product_info #modal-price .saleprice {
  display: block;
  text-decoration: line-through;
  color: #000000;
}
.product_details .product_info label, .product_details .product_info .custom-prompt {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.product_details .product_info .custom-wrapper {
  margin-top: 20px;
}
.product_details .product_info .custom-line {
  display: block;
  width: 100%;
}
.product_details .product_info .qty {
  padding-left: 50px;
}
.product_details .product_info #priceTip {
  border-bottom: 1px dotted green;
}
.product_details .product_info a:link {
  text-decoration: none;
}
.product_details .product_info .add_field .btn {
  font-size: 14px;
  line-height: 18px;
}
.product_details .product_info .add_field .btn-add {
  margin: 0 1px 10px 0;
  font-size: 14px;
}
.product_details .product_info .add_field label {
  display: inline-block;
  font-weight: 700;
}
.product_details .product_info .add_field .size {
  margin: 0 1px 10px 0;
}
.product_details .product_info .add_field input[type=text] {
  height: 28px;
}
.product_details .product_info .custom {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.product_details .product_info .table-head {
  font-weight: bold;
  padding: 10px;
  background: #f2f2f2;
}
.product_details .product_info table.multiple {
  width: 100%;
  margin-bottom: 15px;
}
.product_details .product_info table.multiple td {
  padding: 5px 10px;
}

.virtualholder {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
}
.virtualholder:last-child {
  margin-right: 0;
}
.virtualholder label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 0 0 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.virtualholder span.required {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
}
.virtualholder .items .itemholder {
  margin: 30px 0;
  border: 1px solid #eee;
  padding: 40px 0;
}
.virtualholder .items .itemholder img:hover, .virtualholder .items .itemholder img:active {
  text-decoration: none;
}
.virtualholder .items .itemholder .showBtn {
  margin: 10px 20px 20px 0;
  background-color: #eee;
  display: block;
  width: 140px;
}
.virtualholder .customHolder {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-top: 10px;
}
.virtualholder .customHolder:last-child {
  margin-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .virtualholder .customHolder {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .virtualholder .customHolder:last-child {
    margin-right: 0;
  }
}
.virtualholder .designContainer {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
}
.virtualholder .designContainer:last-child {
  margin-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .virtualholder .designContainer {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .virtualholder .designContainer:last-child {
    margin-right: 0;
  }
}
.virtualholder .designContainer table {
  text-align: left;
  margin: 0 auto;
}
.virtualholder .product_shop {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  margin-right: 0;
  text-align: center;
}
.virtualholder .product_shop input {
  margin: 10px;
}
.virtualholder .product_shop:last-child {
  margin-right: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .virtualholder .product_shop {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right: 0;
  }
  .virtualholder .product_shop:last-child {
    margin-right: 0;
  }
}

.detail-reg label {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.detail-reg #ApproveImprint {
  display: inline-block;
}

#modal-quantity-info ul li {
  margin: 1em;
}

.detail-style, #modal-quantity-info {
  padding: 0px;
}
.detail-style input, #modal-quantity-info input {
  width: 50px;
}
.detail-style label, #modal-quantity-info label {
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 0.5px;
  cursor: default;
}
.detail-style .Size-style-dropdown,
.detail-style .Color-style-dropdown, #modal-quantity-info .Size-style-dropdown,
#modal-quantity-info .Color-style-dropdown {
  display: inline-block;
  margin-bottom: 10px;
}
.detail-style .Size-style-dropdown, #modal-quantity-info .Size-style-dropdown {
  display: block;
}
.detail-style .Size-style-dropdown .standout, #modal-quantity-info .Size-style-dropdown .standout {
  margin-left: 10px;
}
.detail-style .qty-contain, #modal-quantity-info .qty-contain {
  display: inline-block;
}
.detail-style .Size-style-dropdown,
.detail-style .Color-style-dropdown, #modal-quantity-info .Size-style-dropdown,
#modal-quantity-info .Color-style-dropdown {
  width: auto;
  margin-right: 2px;
}
.detail-style .Size-style-dropdown select, .detail-style .Size-style-dropdown .selectricWrapper,
.detail-style .Color-style-dropdown select,
.detail-style .Color-style-dropdown .selectricWrapper, #modal-quantity-info .Size-style-dropdown select, #modal-quantity-info .Size-style-dropdown .selectricWrapper,
#modal-quantity-info .Color-style-dropdown select,
#modal-quantity-info .Color-style-dropdown .selectricWrapper {
  width: auto;
}
.detail-style .inventory, #modal-quantity-info .inventory {
  color: green;
  font-weight: bold;
}
.detail-style .stock-container, #modal-quantity-info .stock-container {
  margin-bottom: 10px;
}
.detail-style .size-guide-type, #modal-quantity-info .size-guide-type {
  display: inline-block;
  margin-left: 10px;
  color: red;
  font-style: italic;
}
.detail-style .add-to-action, #modal-quantity-info .add-to-action {
  display: block;
}
.detail-style td, #modal-quantity-info td {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .detail-style td, #modal-quantity-info td {
    text-align: center;
  }
}
.detail-style th, #modal-quantity-info th {
  border: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .detail-style th, #modal-quantity-info th {
    text-align: center;
  }
}

.modal-qty-box {
  display: inline-block;
}

#modal-price #product-price {
  display: inline-block;
}
#modal-price .saleprice, #modal-price .oldprice {
  text-decoration: line-through;
  color: red;
  display: inline-block;
  margin-left: 0.5em;
}

#order-history-table {
  margin: 0 auto;
}

#customization-approval-form {
  width: 75%;
  margin: 0 auto;
}
#customization-approval-form .detail-reg .btn-cart {
  margin: 10px;
  vertical-align: bottom;
}

.custom-imprint-message .message-wrapper {
  padding: 1rem;
  background-color: #f8f8f8;
  margin-bottom: 1rem;
}
.custom-imprint-message button {
  margin: 0 auto;
}

#custom-drop {
  width: 100%;
}

.product_rating, #product-rating {
  margin-bottom: 0.5em;
}
.product_rating .rating_stars, #product-rating .rating_stars {
  margin-right: 5px;
}
.product_rating .rating_stars i, #product-rating .rating_stars i {
  color: #FAD141;
}

.customer-reviews {
  max-width: 1200px;
  margin: 3em auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 5em 0;
}
.customer-reviews h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  margin: 0;
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .customer-reviews h5 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
}
.customer-reviews .product_rating {
  width: 50%;
  margin: 0 0 3em 0;
}
.customer-reviews .review-name-location {
  font-style: italic;
}
.customer-reviews .review-date {
  font-size: 0.9em;
  color: #aaa;
}
.customer-reviews .write-review-button {
  width: 50%;
  text-align: right;
  margin-bottom: 3em;
  align-self: center;
}
.customer-reviews .write-review-button button {
  margin-left: auto !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .customer-reviews .write-review-button {
    width: 100%;
    text-align: center;
  }
}
.customer-reviews hr {
  width: 100%;
  margin-bottom: 4em;
  color: #ddd;
}
.customer-reviews .customer-review-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.customer-reviews .customer-info {
  width: 50%;
  margin-bottom: 2em;
  padding: 0 2em 0 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .customer-reviews .customer-info {
    width: 100%;
  }
}
.customer-reviews .customer-info ul {
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
}
.customer-reviews .customer-info ul li {
  margin: 0 !important;
  line-height: 1.75;
}

#write-review-modal h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  text-align: left;
  width: 100%;
  height: 29px;
}
#write-review-modal .modal-body {
  padding: 0 2em 2em 2em;
  flex-wrap: wrap;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #write-review-modal .modal-body {
    padding: 0.5em;
  }
}
#write-review-modal .modal-body p {
  text-align: center;
}
#write-review-modal .modal-body p, #write-review-modal .modal-body div, #write-review-modal .modal-body form {
  width: 100%;
}
#write-review-modal .modal-body form {
  margin-bottom: 0;
}
#write-review-modal .modal-body div {
  margin-bottom: 0.5em;
}
#write-review-modal .modal-body input, #write-review-modal .modal-body select {
  max-width: 300px;
  margin-bottom: 0 !important;
}
#write-review-modal .modal-body input {
  max-width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #write-review-modal .modal-body #city {
    width: 100px;
  }
}
#write-review-modal .modal-body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
#write-review-modal .modal-body ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#write-review-modal .modal-body :-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#write-review-modal .modal-body :-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
#write-review-modal .modal-body #review-location #state {
  max-width: 75px;
}
#write-review-modal .modal-body textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 2em;
}
#write-review-modal .modal-body #write-review-buttons {
  text-align: center;
}
#write-review-modal .modal-body #submit-review {
  display: none;
  text-align: center;
}

.product_grid {
  background-color: #FFFFFF;
}
.product_grid .clock-wrapper {
  display: none;
  margin: 2em 0;
}
.product_grid .clock-wrapper h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  width: 100%;
}
.product_grid .product_list {
  list-style: none;
  margin: 0;
}

.product_item {
  margin: 0.25em;
  padding: 1em;
  width: 32%;
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: text-top;
}
.product_item form a {
  display: inline-block;
  padding-left: 0.5em;
  color: red;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}
.product_item .far.fa-heart {
  color: #CDCCCB;
}
.product_item .far.fa-heart a {
  display: none;
  color: #CDCCCB;
}
.product_item .fas.fa-heart {
  color: #CDCCCB !important;
}
.product_item .fas.fa-heart i {
  display: inline-block;
}
.product_item:last-of-type {
  margin-right: auto;
}
.product_item form {
  margin: 0;
}
.product_item .add-to-wishlist-from-list {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.product_item .add-to-wishlist-from-list:hover {
  transition: all 0.1s ease-in-out;
}
.product_item .add-to-wishlist-from-list:hover:before {
  content: "\f004";
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product_item {
    width: 31%;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product_item {
    width: 45%;
  }
}
.product_item a {
  color: #3B3D3F;
}
.product_item a:hover {
  text-decoration: none;
}
.product_item .product_values {
  text-align: left;
}
.product_item .product_values .tags {
  font-size: 0.8em;
  padding: 0.5em 0;
  width: 100%;
  text-align: left;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
}
.product_item .product_values .tags span {
  margin-right: 0.5rem;
}
.product_item .product_values .tags .product-tag-limitedsupply {
  color: red;
  font-weight: 500;
}
.product_item .product_values .tags .product-tag-new {
  color: green;
  font-weight: 500;
}
.product_item .product_values .tags .product-tag-comingsoon {
  color: #0064cd;
  font-weight: 500;
}
.product_item .product_values .tags img {
  max-width: 20px;
  width: 20px;
}
.product_item .product_values .product_title {
  margin-bottom: 0.25em;
}
.product_item .product_values .product_title:hover {
  transition: all 0.1s ease-in-out;
  color: #FAD141;
}
.product_item .product_values .product_description {
  display: none;
}
.product_item .product_values .product_description div, .product_item .product_values .product_description p, .product_item .product_values .product_description span, .product_item .product_values .product_description ul, .product_item .product_values .product_description li {
  font-size: 1em !important;
}
.product_item .product_values .product_price {
  color: #3B3D3F;
  font-weight: bold;
}
.product_item .stock-rating-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.product_item .stock-rating-wrapper .product_stock {
  font-weight: 300;
  width: 100%;
  font-size: 0.8125rem;
  color: #000000;
  margin-top: 0.1875rem;
}
.product_item .stock-rating-wrapper .product_rating {
  margin-top: 0.55rem;
  width: 100%;
}

.in-wishlist:before {
  content: "\f004" !important;
  transition: all 0.1s ease-in-out !important;
}

#product-price {
  display: inline;
}

.price_old {
  text-decoration: line-through;
}

.list-view .product_item {
  width: 100% !important;
  display: flex !important;
  min-height: 0 !important;
  border-bottom: 1px solid #F1F3F4 !important;
  text-align: left !important;
  padding: 2em 0 !important;
}
.list-view form a {
  margin: 0 !important;
}
.list-view .product_list a:nth-of-type(1) {
  width: 30%;
  margin-right: 5em;
}
.list-view .product_list a:nth-of-type(2) {
  width: 70% !important;
  display: flex;
}
.list-view .product_list a:nth-of-type(2) .product_values {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.list-view .product_list a:nth-of-type(2) .product_values .tags {
  order: 3;
  width: 100%;
  border-bottom: 0 !important;
}
.list-view .product_list a:nth-of-type(2) .product_values .product_title {
  order: 1;
  width: 100%;
}
.list-view .product_list a:nth-of-type(2) .product_values .product_price {
  order: 2;
  width: 100%;
}
.list-view .product_list a:nth-of-type(2) .product_values .product_description {
  width: 100%;
  order: 4;
  display: block !important;
}

.category_products {
  background-color: #FFFFFF;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2em;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.category_products .right_content {
  width: 75%;
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .category_products .right_content {
    width: 100%;
  }
}
.category_products .right_content h1 {
  text-align: left;
  font-size: 1.5em;
  margin-left: 0.25em;
  margin-bottom: 1em;
  color: #3B3D3F;
  font-weight: 600;
  display: inline;
}
.category_products .right_content h3 {
  text-align: center;
}
.category_products .right_content .search_title h4 {
  display: inline;
}
.category_products .right_content .displayby {
  float: left;
}
.category_products .right_content .displayby a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.category_products .right_content .displayby a:hover {
  color: #FFF;
}
.category_products .right_content .category-product-list ul {
  list-style: none;
  margin: 0;
}
.category_products .right_content .category-product-list ul li {
  display: inline-block;
}
.category_products .right_content .category-product-list .contain-products {
  display: inline-flex;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .category_products .right_content .category-product-list .contain-products {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .category_products .right_content .category-product-list .contain-products {
    flex-wrap: wrap;
  }
}
.category_products .right_content .category-product-list .contain-products .product_item {
  margin: 0.25em;
  padding: 0.5em 1em;
  /*border: 1px solid $grayLight;*/
  width: 25%;
  display: inline-block;
  position: relative;
  text-align: right;
  vertical-align: text-top;
  min-height: 375px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .category_products .right_content .category-product-list .contain-products .product_item {
    width: 47%;
    min-height: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .category_products .right_content .category-product-list .contain-products .product_item {
    width: 48%;
    min-height: 460px;
  }
}
.category_products .right_content .category-product-list .contain-products .product_item:after {
  content: "";
  flex: auto;
}
.category_products .right_content .category-product-list .contain-products .product_item:last-of-type {
  margin-right: auto;
}
.category_products .right_content .category-product-list .contain-products .product_item form {
  margin: 0;
}
.category_products .right_content .category-product-list .contain-products .product_item form i {
  color: #FAD141;
}
.category_products .right_content .category-product-list .contain-products .product_item .add-to-wishlist-from-list {
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.category_products .right_content .category-product-list .contain-products .product_item .add-to-wishlist-from-list:hover {
  transition: all 0.1s ease-in-out;
  color: purple;
}
.category_products .right_content .category-product-list .contain-products .product_item .add-to-wishlist-from-list:hover:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f004";
  transition: all 0.1s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .category_products .right_content .category-product-list .contain-products .product_item .add-to-wishlist-from-list {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .category_products .right_content .category-product-list .contain-products .product_item {
    height: 100%;
  }
}
.category_products .right_content .category-product-list .contain-products .product_item a {
  color: #3B3D3F;
}
.category_products .right_content .category-product-list .contain-products .product_item a i {
  color: #FAD141;
}
.category_products .right_content .category-product-list .contain-products .product_item a:hover {
  text-decoration: none;
}
.category_products .right_content .category-product-list .contain-products .product_item .product_values {
  text-align: left;
}
.category_products .right_content .category-product-list .contain-products .product_item .product_values .tags {
  height: 2em;
  line-height: 2em;
  font-size: 0.8em;
  padding: 0.25em 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #F1F3F4;
  margin: 0.75em 0 0.5em 0;
}
.category_products .right_content .category-product-list .contain-products .product_item .product_values .product_title {
  margin-bottom: 0.25em;
}
.category_products .right_content .category-product-list .contain-products .product_item .product_values .product_title:hover {
  transition: all 0.1s ease-in-out;
  color: #FAD141;
}
.category_products .right_content .category-product-list .category-header {
  position: relative;
  padding: 1em;
}
.category_products .right_content .category-product-list .category-header hr {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0;
  margin: 2em 0;
}
.category_products .right_content .category-product-list .category-header .category-page-title {
  font-weight: 700;
  font-size: 1.2em;
  color: #FAD141;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  padding: 0.9em 1em 0.25em 0.25em;
}
.category_products .right_content .category-product-list .category-header .category-page-title a {
  color: #FAD141;
}
.category_products .right_content .category-product-list .category-header .category-page-title a:hover {
  text-decoration: none !important;
}
.category_products .right_content .category-product-list .category-header .view-all-products {
  position: absolute;
  right: 0;
  bottom: 1.3em;
  background-color: #FFFFFF;
  padding: 1em;
}
.category_products .right_content .category-product-list .featured-products {
  margin-top: 3em;
}
.category_products .right_content .category-product-list .featured-products h2 {
  margin-bottom: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .category_products .right_content {
    padding-left: 0;
    width: 100%;
  }
}
.category_products .search-results {
  width: 100%;
  min-height: 100vh;
}
.category_products .search-results h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  margin-bottom: 2em;
  width: 100%;
}
.category_products .search-results .product_grid .product_list .product_item {
  width: 24%;
}
.category_products .search-results .product_grid .product_list .product_item img {
  width: 100%;
}
.category_products #product-list-view, .category_products #product-grid-view {
  font-size: 1em;
  width: auto;
  cursor: pointer;
  height: 30px;
  float: right;
  line-height: 30px;
  margin-right: 1em;
  color: #3B3D3F;
  display: inline;
}
.category_products #product-list-view i, .category_products #product-grid-view i {
  margin-right: 0.5em;
}
.category_products #product-list-view:hover, .category_products #product-grid-view:hover {
  color: #000000;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .category_products #product-list-view, .category_products #product-grid-view {
    display: none !important;
  }
}
.category_products #product-list-view {
  display: none;
}
.category_products .sortby {
  float: right;
  text-align: left;
  margin-right: 0.5em;
}
.category_products .sortby form {
  margin: 0;
}
.category_products .sortby form .input-medium {
  text-transform: uppercase;
  text-align: left;
  height: auto;
  border-radius: 0;
  font-size: 0.9em;
}

.left_nav {
  width: 20%;
  min-height: 100vh;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .left_nav {
    min-height: 0;
    width: 100%;
    margin-bottom: 2em;
  }
  .left_nav select {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .left_nav {
    width: 100%;
    min-height: 0;
    margin-bottom: 2em;
  }
  .left_nav select {
    width: 100%;
  }
  .left_nav ul {
    text-align: center;
  }
  .left_nav ul li {
    display: inline-block;
    width: auto !important;
  }
  .left_nav ul li a {
    padding: 0 0.5em;
  }
}
.left_nav h5 {
  margin: 10px 0 10px 0.5em;
  white-space: nowrap;
  font-size: 1em;
  font-weight: 600;
}
.left_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left_nav ul li {
  width: 100%;
  height: 2em;
  line-height: 2em;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  margin-bottom: 0.25em;
}
.left_nav ul li:hover {
  transition: all 0.1s ease-in-out;
}
.left_nav ul li:hover a {
  color: #FAD141;
}
.left_nav ul li a {
  color: #3B3D3F;
  width: 100%;
  padding-left: 0.5em;
}
.left_nav ul li a:hover {
  text-decoration: none;
}
.left_nav ul .selected {
  background-color: #3B3D3F;
}
.left_nav ul .selected:hover a {
  color: #FFFFFF !important;
}
.left_nav ul .selected a {
  color: #FFFFFF;
}
.left_nav .product-filter {
  margin-bottom: 1em;
  min-width: 147px;
  max-width: 230px;
  position: relative;
}
.left_nav .product-filter .clear {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  text-transform: uppercase;
}
.left_nav .product-filter .clear:hover {
  text-decoration: underline;
  cursor: pointer;
}
.left_nav .product-filter .submenu {
  display: none;
}
.left_nav .product-filter .is-expanded {
  display: block;
}
.left_nav .product-filter .filter-header {
  margin-bottom: 0.25em;
  padding: 0;
  border-bottom: 3px solid #FAD141;
  cursor: pointer;
}
.left_nav .product-filter .filter-header .rotate-caret {
  transform: rotate(-90deg);
}
.left_nav .product-filter .filter-header li {
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.left_nav .product-filter .filter-header li:nth-of-type(1) {
  font-size: 0.9em;
  font-weight: 500;
}
.left_nav .product-filter .filter-list {
  padding: 0.5em;
  overflow-y: scroll;
  overflow-x: hidden;
}
.left_nav .product-filter .filter-list input[type=checkbox] {
  margin-right: 0.5em;
  vertical-align: text-top;
}

@media screen and (min-width: 1025px) {
  .mobile-sub-categories {
    display: none;
  }
}

.if-mobile {
  display: none;
}
@media screen and (min-width: 1025px) {
  .if-mobile {
    display: block;
  }
}

.side-bar {
  width: 95%;
  margin: 4em auto 0 auto;
  max-width: 250px;
}
.side-bar a {
  display: block;
  border: 1px solid #F1F3F4;
  margin-bottom: 2rem;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .side-bar {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .side-bar {
    display: none;
  }
}

.slim-jim-header {
  width: 100%;
  background-color: #0076A0;
  /*    display: none;*/
}
.slim-jim-header .wrapper {
  color: #FFFFFF;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0.5em 0.5em;
  font-size: 13px;
  text-transform: uppercase;
}
.slim-jim-header .wrapper a {
  background-color: #FAD141;
  color: #3B3D3F;
  padding: 0.1rem 0.5rem;
  display: inline-block;
  margin-left: 0.5rem;
  border-radius: 4px;
}
.slim-jim-header .wrapper a:hover, .slim-jim-header .wrapper a:focus, .slim-jim-header .wrapper a:visited, .slim-jim-header .wrapper a:active {
  text-decoration: none;
  color: #3B3D3F;
}

.countdown-clock {
  background-color: #D22B2B;
}
.countdown-clock .wrapper {
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  text-transform: none;
}
.countdown-clock .wrapper .left, .countdown-clock .wrapper .right {
  width: 50%;
  padding: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .countdown-clock .wrapper .left, .countdown-clock .wrapper .right {
    width: 100%;
  }
}
.countdown-clock .wrapper .left {
  align-content: center;
}
.countdown-clock .wrapper .clock-header {
  font-weight: bold;
}
.countdown-clock .wrapper #clock {
  font-size: 2rem;
  font-weight: bold;
}
.countdown-clock .wrapper p {
  margin-bottom: 0.5rem;
  text-align: left;
}

.top-trending-products {
  width: 100%;
  padding: 1em 0;
}
.top-trending-products .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 95%;
  display: flex;
  justify-content: space-between;
}
.top-trending-products .wrapper .top-trending {
  margin: 1em;
  width: 50%;
}
.top-trending-products .wrapper .top-trending .product_item {
  width: 100%;
}
.top-trending-products .wrapper .top-trending .section-title {
  text-align: left;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}

.email-opt-in-footer {
  max-width: 50%;
  width: 100%;
}
.email-opt-in-footer h5 {
  width: 100%;
}
.email-opt-in-footer h5, .email-opt-in-footer label {
  color: #FFFFFF !important;
}
.email-opt-in-footer form {
  display: flex;
  flex-wrap: wrap;
}
.email-opt-in-footer form .gf__control {
  margin-right: 0.5rem;
  max-width: 48%;
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 900px) {
  .email-opt-in-footer form .gf__control {
    max-width: 100%;
  }
}
.email-opt-in-footer form .gf__control--submit {
  width: 100%;
  max-width: 100%;
  width: 100%;
}
.email-opt-in-footer .gf__control__input-container {
  padding: 0;
}
.email-opt-in-footer .gf__control__input-container input {
  width: 100%;
}
.email-opt-in-footer .gf__control__failure-message {
  font-size: 0.9rem;
}
.email-opt-in-footer .gf__status-message {
  padding: 0.5rem 0;
}

.communication-wrapper {
  width: 100% !important;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.communication-wrapper .site-info, .communication-wrapper .email-opt-in-footer {
  max-width: 50%;
  width: 50%;
}
@media screen and (max-width: 550px) {
  .communication-wrapper .site-info, .communication-wrapper .email-opt-in-footer {
    max-width: 100%;
  }
}

.cart-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 2em 2em 10em 2em;
  position: relative;
  min-height: 800px;
  text-align: center;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-container {
    padding-bottom: 5em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.cart-container #start-shopping {
  margin: 2em auto 0 auto;
}
.cart-container .cart-header {
  width: 100%;
  position: relative;
  margin-bottom: 2em;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-header {
    text-align: center !important;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 1em;
    padding-bottom: 2em;
    background-color: #FFFFFF;
  }
  .cart-container .cart-header p {
    margin-bottom: 2em;
  }
}
.cart-container .cart-header h1 {
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  color: #3B3D3F;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-header h1 {
    text-align: center !important;
  }
}
.cart-container .cart-header button {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-header button {
    position: static;
    width: 100%;
    padding: 0.75em 5em;
    margin: 0;
  }
}
.cart-container .item-header {
  width: 100%;
  margin: 0 0 2em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #e8e8e8;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .item-header {
    display: none;
  }
}
.cart-container .item-header ul {
  width: 100%;
  margin: 0;
  list-style: none;
  display: flex;
  font-size: 0.9em;
}
.cart-container .item-header ul li:nth-of-type(1) {
  width: 59%;
}
.cart-container .item-header ul li:nth-of-type(2) {
  width: 10%;
  text-align: right;
}
.cart-container .item-header ul li:nth-of-type(3) {
  width: 29%;
  text-align: right;
}
.cart-container .cart-item {
  width: 100%;
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-item {
    background-color: #FFFFFF;
    padding: 1em 0.25em;
    margin-bottom: 0.5em;
  }
}
.cart-container .cart-item .cart-item-image, .cart-container .cart-item .cart-item-info, .cart-container .cart-item .cart-item-qty, .cart-container .cart-item .cart-item-price {
  display: inline-block;
  vertical-align: text-top;
}
.cart-container .cart-item .cart-item-image {
  width: 10%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-item .cart-item-image {
    width: 25%;
    order: 1;
  }
  .cart-container .cart-item .cart-item-image img {
    width: 100%;
  }
}
.cart-container .cart-item .cart-item-image img {
  max-width: 100px;
}
.cart-container .cart-item .cart-item-info {
  width: 49%;
  padding-left: 2em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-item .cart-item-info {
    width: 74%;
    order: 2;
    margin-bottom: 1em;
  }
}
.cart-container .cart-item .cart-item-info ul {
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
}
.cart-container .cart-item .cart-item-info ul li {
  line-height: 1.5;
  font-size: 14px;
}
.cart-container .cart-item .cart-item-info ul #customization-cart-header {
  font-weight: 500;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.cart-container .cart-item .cart-item-info ul #product-title {
  font-weight: 600;
}
.cart-container .cart-item .cart-item-info ul #item-number {
  color: #A6A7AA;
  font-size: 14px;
}
.cart-container .cart-item .cart-item-info ul #stock {
  color: #A6A7AA;
  font-size: 14px;
}
.cart-container .cart-item .cart-item-info ul .cart-item-controls {
  color: #3B3D3F;
}
.cart-container .cart-item .cart-item-info ul .cart-item-controls a {
  cursor: pointer;
}
.cart-container .cart-item .cart-item-qty {
  width: 29%;
  text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-item .cart-item-qty {
    width: 50%;
    order: 4;
  }
}
.cart-container .cart-item .cart-item-qty input {
  width: 55px;
  padding: 0.25em;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 0 0.5em 0;
}
.cart-container .cart-item .cart-item-qty select {
  width: 80px;
}
.cart-container .cart-item .cart-item-price {
  width: 10%;
  text-align: right;
}
.cart-container .cart-item .cart-item-price .cart-line-price {
  font-weight: bold;
  color: red;
}
.cart-container .cart-item .cart-item-price .cart-line-points {
  color: #3B3D3F;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-item .cart-item-price {
    order: 3;
    width: 50%;
    font-weight: 600;
    font-size: 1.2em;
  }
}
.cart-container .cart-footer {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-footer {
    background-color: #FFFFFF;
    padding: 1em 0.5em;
  }
}
.cart-container .cart-footer .apply-promo {
  flex-grow: 2;
  vertical-align: text-top;
  text-align: left;
  margin-right: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-footer .apply-promo {
    order: 3;
    margin-top: 5em;
    text-align: center;
  }
}
.cart-container .cart-footer .apply-promo p {
  font-size: 0.9em;
  font-weight: 400;
  margin-bottom: 1em;
  color: #696969;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-footer .apply-promo p {
    font-size: 1em;
  }
}
.cart-container .cart-footer .apply-promo p span {
  font-weight: 600;
  font-size: 0.9em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-footer .apply-promo p span {
    font-size: 1em;
  }
}
.cart-container .cart-footer .apply-promo p i {
  margin-right: 1em;
}
.cart-container .cart-footer .cart-total {
  flex-grow: 1;
  vertical-align: text-top;
  text-align: left;
  margin-left: auto;
}
.cart-container .cart-footer .cart-total h3 {
  text-align: center;
  margin-bottom: 2em;
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-footer .cart-total h3 {
    display: block;
  }
}
.cart-container .cart-footer .cart-total ul {
  margin: 0;
  list-style: none;
  margin-bottom: 1em;
}
.cart-container .cart-footer .cart-total ul li {
  width: 48.5%;
  display: inline-block;
}
.cart-container .cart-footer .cart-total ul li:nth-of-type(2) {
  text-align: right;
}
.cart-container .cart-footer .cart-total ul li #cart-total-points {
  font-weight: normal;
  color: #3B3D3F;
}
.cart-container .cart-footer .cart-total .cart-order-details {
  border-bottom: 1px dashed #e8e8e8;
  padding-bottom: 1em;
}
.cart-container .cart-footer .cart-total .cart-order-total li {
  font-weight: 700;
}
.cart-container .cart-footer .cart-checkout-buttons {
  width: 100%;
  text-align: right;
  margin-top: 2em;
  display: block;
}
.cart-container .cart-footer .cart-checkout-buttons button, .cart-container .cart-footer .cart-checkout-buttons a, .cart-container .cart-footer .cart-checkout-buttons form {
  display: inline-block;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .cart-container .cart-footer .cart-checkout-buttons {
    text-align: center;
  }
  .cart-container .cart-footer .cart-checkout-buttons button {
    order: 2;
    margin-bottom: 1em;
    width: 100%;
  }
  .cart-container .cart-footer .cart-checkout-buttons a {
    order: 1;
    position: static;
    width: 100%;
    padding: 0.75em 3em;
    height: 50px;
    margin: 0;
  }
}
.cart-container .cart-samples-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem;
  background-color: #FAD141;
}
.cart-container .cart-samples-wrapper .cart-samples-header {
  width: 100%;
}
.cart-container .cart-samples-wrapper .cart-samples-header p {
  margin: 1em 0;
  cursor: pointer;
  text-decoration: underline;
}
.cart-container .cart-samples-wrapper .cart-samples-header p:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.cart-container .cart-samples-wrapper .cart-samples-header p:hover {
  text-decoration: none;
}
.cart-container .cart-samples-wrapper .cart-samples-header p #number-samples {
  font-weight: bold;
}
.cart-container .cart-samples-wrapper .cart-samples-body {
  width: 100%;
  opacity: 0;
  height: 0;
}
.cart-container .cart-samples-wrapper .cart-samples-body p {
  margin: 0.5rem 0;
}
.cart-container .cart-samples-wrapper .cart-samples-body .item {
  max-width: 100px;
  width: 100%;
}
.cart-container .cart-samples-wrapper .cart-samples-body .item .remove-sample {
  display: none;
}
.cart-container .cart-samples-wrapper #cart-sample-carousel button {
  position: static;
  min-width: unset;
  height: 30px;
  line-height: 30px;
  padding: 0 0.5rem;
}
.cart-container .cart-samples-wrapper #cart-sample-carousel button i {
  margin-right: 0 !important;
}
.cart-container .expand-body .cart-samples-header p:after {
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}
.cart-container .expand-body .cart-samples-body {
  opacity: 1;
  height: auto;
  transition: all 0.2s ease-in-out;
}

.Punchout-Recap-Control {
  max-width: 1200px;
  width: 95%;
  /*    padding: 3em 0 10em 0;*/
  margin: 0 auto;
  flex-wrap: wrap;
}
.Punchout-Recap-Control h3 {
  text-align: left;
  font-size: 2em;
  font-weight: 600;
  color: #3B3D3F;
  margin-bottom: 2em;
}
@media screen and (min-width: mobile) {
  .Punchout-Recap-Control h3 {
    text-align: center !important;
  }
}
.Punchout-Recap-Control .punch-out-order-recap {
  flex-wrap: wrap;
  padding-top: 3rem;
}
.Punchout-Recap-Control .punch-out-order-recap .Order-Recap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0.9rem;
}
.Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F1F3F4;
  margin-bottom: 1rem;
}
.Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .billing, .Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .payment {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .billing .left, .Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .billing .right, .Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .payment .left, .Punchout-Recap-Control .punch-out-order-recap .billing-and-payment-recap .payment .right {
  width: 50%;
  padding: 0.5rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-items-recap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-items-recap .shipment-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #F1F3F4;
  margin-bottom: 1rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-items-recap .shipment-item:last-of-type {
  border-bottom: 0;
}
.Punchout-Recap-Control .punch-out-order-recap .order-items-recap .shipment-item .shipment-count {
  font-size: 0.9rem;
  padding: 0.5rem;
  width: 100%;
  font-weight: bold;
}
.Punchout-Recap-Control .punch-out-order-recap .order-ship {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 1rem;
  border-bottom: 1px dashed #A6A7AA;
}
.Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-address, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-method, .Punchout-Recap-Control .punch-out-order-recap .order-ship .gift-message, .Punchout-Recap-Control .punch-out-order-recap .order-ship .delivery-instructions {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-address .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-address .right, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-method .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-method .right, .Punchout-Recap-Control .punch-out-order-recap .order-ship .gift-message .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .gift-message .right, .Punchout-Recap-Control .punch-out-order-recap .order-ship .delivery-instructions .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .delivery-instructions .right {
  width: 50%;
  padding: 0.5rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-address .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .shipping-method .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .gift-message .left, .Punchout-Recap-Control .punch-out-order-recap .order-ship .delivery-instructions .left {
  font-weight: bold;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header, .Punchout-Recap-Control .punch-out-order-recap .order-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header div, .Punchout-Recap-Control .punch-out-order-recap .order-item div {
  padding: 0.5rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-product, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-product {
  width: 50%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-thumbnail, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-thumbnail {
  width: 15%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-description, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-description {
  width: 35%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-description a, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-description a {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-description span, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-description span {
  display: block;
  margin-bottom: 0.25rem;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-qty, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-qty {
  width: 16.6666%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-price, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-price {
  width: 16.6666%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header .order-item-total, .Punchout-Recap-Control .punch-out-order-recap .order-item .order-item-total {
  width: 16.6666%;
}
.Punchout-Recap-Control .punch-out-order-recap .order-item-header {
  font-size: 0.8rem;
  margin-bottom: 1rem;
}
.Punchout-Recap-Control .punch-out-order-recap button {
  margin-left: auto;
}
.Punchout-Recap-Control #punch-out-order-recap-form {
  width: 100%;
}
.Punchout-Recap-Control .punchout-button-wrapper {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.Punchout-Recap-Control .punchout-button-wrapper button {
  margin-left: auto;
}

.punchout-redirect img {
  max-width: 150px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 1rem;
}
.punchout-redirect p {
  margin: 2rem 0;
}
.punchout-redirect .punchout-redirect-delayed {
  display: none;
}
.punchout-redirect .spinner {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  align-items: center;
}
.punchout-redirect .spinner span {
  display: block;
  margin: 0 auto;
}
.punchout-redirect .spinner i {
  display: block;
  color: #3B3D3F !important;
  animation: spin 1s linear infinite;
  align-items: center;
  font-size: 2em;
}
.punchout-redirect .punchout-redirect-loading .spinner {
  display: flex;
}

.spc {
  background-color: #FFFFFF;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2em;
  font-size: 0.9em;
}

.checkout-progress {
  text-align: center;
  width: 100%;
}
.checkout-progress h1 {
  margin-bottom: 1em;
  text-align: left;
  font-size: 2em;
  margin-left: 0.25em;
  margin-bottom: 1em;
  color: #3B3D3F;
  font-weight: 600;
  width: 100%;
}
.checkout-progress i {
  text-align: center;
  margin: 0 auto;
  color: #3B3D3F;
}
.checkout-progress h3 {
  text-align: center;
  margin: 0 auto 1em auto;
}
.checkout-progress hr {
  margin: 2em auto 2em auto;
  border: 1px solid #ddd;
  border-top: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-progress hr {
    display: none;
  }
}
.checkout-progress ul {
  list-style: none;
  margin: 2rem auto 2rem auto;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-progress ul {
    display: none;
  }
}
.checkout-progress ul li {
  display: inline-flex;
  font-size: 2em;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.checkout-progress ul #check1 {
  display: none;
  color: #3B3D3F;
  background-color: #FAD141;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.5em;
  width: 2.5em;
}
.checkout-progress ul #check2 {
  display: none;
  color: #3B3D3F;
  background-color: #FAD141;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.5em;
  width: 2.5em;
}
.checkout-progress ul #check3 {
  display: none;
  color: #3B3D3F;
  background-color: #FAD141;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.5em;
  width: 2.5em;
}
.checkout-progress ul #step1 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.5em;
  width: 2.5em;
}
.checkout-progress ul #step2 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.5em;
  width: 2.5em;
}
.checkout-progress ul #step3 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.5em;
  width: 2.5em;
}
.checkout-progress ul #step4 {
  background-color: #eee;
  color: #FFFFFF;
  border: 5px solid #FFFFFF;
  border-radius: 50%;
  padding: 0.6em;
  height: 2.5em;
  width: 2.5em;
}
.checkout-progress ul #line1 {
  background-color: #eee;
  width: 5em;
  height: 0.25em;
}
.checkout-progress ul #line2 {
  background-color: #eee;
  width: 5em;
  height: 0.25em;
}
.checkout-progress ul #line3 {
  background-color: #eee;
  width: 5em;
  height: 0.25em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout-progress ul #line1, .checkout-progress ul #line2, .checkout-progress ul #line3 {
    width: 3em;
  }
}

.checkout {
  margin-bottom: 5em;
  width: 70%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .checkout {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .checkout {
    width: 100%;
    padding-bottom: 0;
  }
}

.line-color-success {
  background-color: #FAD141 !important;
}

.step-selected {
  background-color: #FAD141 !important;
  color: #3B3D3F !important;
  font-weight: 600;
}

.selected-step-wrapper {
  background-color: #FFFFFF !important;
}
.selected-step-wrapper h3 {
  color: #3B3D3F;
  background-color: #FAD141;
  font-weight: 700;
}

.shipping-address-info, #shipping-options-form, #payment-method-form, #order-recap-form, .gift-message-input, .multiple-address {
  display: none;
}

.address-info-wrapper,
.shipping-method-wrapper,
.payment-method-wrapper,
.order-recap-wrapper {
  position: relative;
  padding: 2em;
  background-color: #eee;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .address-info-wrapper,
  .shipping-method-wrapper,
  .payment-method-wrapper,
  .order-recap-wrapper {
    padding: 2em 1em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper,
  .shipping-method-wrapper,
  .payment-method-wrapper,
  .order-recap-wrapper {
    padding: 2em 1em;
  }
}
.address-info-wrapper a,
.shipping-method-wrapper a,
.payment-method-wrapper a,
.order-recap-wrapper a {
  font-size: 0.75em;
  color: #000000;
}
.address-info-wrapper a:hover,
.shipping-method-wrapper a:hover,
.payment-method-wrapper a:hover,
.order-recap-wrapper a:hover {
  color: #000;
  cursor: pointer;
}
.address-info-wrapper form,
.shipping-method-wrapper form,
.payment-method-wrapper form,
.order-recap-wrapper form {
  padding-top: 4em;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .address-info-wrapper form,
  .shipping-method-wrapper form,
  .payment-method-wrapper form,
  .order-recap-wrapper form {
    padding-top: 3em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper form,
  .shipping-method-wrapper form,
  .payment-method-wrapper form,
  .order-recap-wrapper form {
    padding-top: 3em;
  }
}
.address-info-wrapper h3,
.shipping-method-wrapper h3,
.payment-method-wrapper h3,
.order-recap-wrapper h3 {
  margin: 0;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em 1em;
  width: 100%;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .address-info-wrapper h3,
  .shipping-method-wrapper h3,
  .payment-method-wrapper h3,
  .order-recap-wrapper h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper h3,
  .shipping-method-wrapper h3,
  .payment-method-wrapper h3,
  .order-recap-wrapper h3 {
    font-size: 1em;
  }
}
.address-info-wrapper h3 .edit-step,
.shipping-method-wrapper h3 .edit-step,
.payment-method-wrapper h3 .edit-step,
.order-recap-wrapper h3 .edit-step {
  margin-left: auto;
  cursor: pointer;
}
.address-info-wrapper h3 .step-1, .address-info-wrapper h3 .step-2, .address-info-wrapper h3 .step-3,
.shipping-method-wrapper h3 .step-1,
.shipping-method-wrapper h3 .step-2,
.shipping-method-wrapper h3 .step-3,
.payment-method-wrapper h3 .step-1,
.payment-method-wrapper h3 .step-2,
.payment-method-wrapper h3 .step-3,
.order-recap-wrapper h3 .step-1,
.order-recap-wrapper h3 .step-2,
.order-recap-wrapper h3 .step-3 {
  display: none;
}
.address-info-wrapper h4,
.shipping-method-wrapper h4,
.payment-method-wrapper h4,
.order-recap-wrapper h4 {
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
.address-info-wrapper h5,
.shipping-method-wrapper h5,
.payment-method-wrapper h5,
.order-recap-wrapper h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  text-align: left;
  width: 100%;
  height: 29px;
}
.address-info-wrapper #checkout-step-1, .address-info-wrapper #checkout-step-2, .address-info-wrapper #checkout-step-3, .address-info-wrapper #checkout-step-4,
.shipping-method-wrapper #checkout-step-1,
.shipping-method-wrapper #checkout-step-2,
.shipping-method-wrapper #checkout-step-3,
.shipping-method-wrapper #checkout-step-4,
.payment-method-wrapper #checkout-step-1,
.payment-method-wrapper #checkout-step-2,
.payment-method-wrapper #checkout-step-3,
.payment-method-wrapper #checkout-step-4,
.order-recap-wrapper #checkout-step-1,
.order-recap-wrapper #checkout-step-2,
.order-recap-wrapper #checkout-step-3,
.order-recap-wrapper #checkout-step-4 {
  margin: 2em 0 1em auto;
}

.Address-Information-Control, .Shipping-Options-Control, .Payment-Method-Control, .Order-Recap {
  width: 100% !important;
  position: static;
}

.address-info-wrapper .Address-Information-Control .manage-address-container {
  width: 100%;
  text-align: right;
  margin-bottom: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control .manage-address-container {
    text-align: left;
  }
}
.address-info-wrapper .Address-Information-Control .address-search {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  align-items: baseline;
}
.address-info-wrapper .Address-Information-Control .address-search label {
  width: 100%;
}
.address-info-wrapper .Address-Information-Control .address-search input {
  width: 40%;
  height: 24px;
  margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control .address-search input {
    width: 85%;
  }
}
.address-info-wrapper .Address-Information-Control .address-search i {
  color: #3B3D3F;
  padding: 0 0.5em;
}
.address-info-wrapper .Address-Information-Control .multiple-address {
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control .multiple-address p {
  font-size: 12px;
}
.address-info-wrapper .Address-Information-Control .multiple-address .select-multiple-address {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.address-info-wrapper .Address-Information-Control .multiple-address #add-address-list {
  width: 50%;
  display: block !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control .multiple-address #add-address-list {
    width: 100%;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address #add-address-list, .address-info-wrapper .Address-Information-Control .multiple-address #add-address {
  display: block;
  margin: 1em auto;
  vertical-align: text-top;
  float: none;
  height: 42px;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #FFFFFF;
  background-color: rgb(78.6, 80.4, 82.2);
  font-size: 0.8em;
  padding: 0.25em;
  margin: 0.25em;
  display: inline-block;
  cursor: pointer;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag:hover {
  background-color: #3B3D3F;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .address-tag {
    max-width: 300px;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag i, .address-info-wrapper .Address-Information-Control .multiple-address .address-tag p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag p {
  max-width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: initial !important;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag i {
  font-size: 0.9em;
  padding: 0.25em;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin-right: 0.25em;
}
.address-info-wrapper .Address-Information-Control .multiple-address .address-tag i:hover {
  font-weight: bold;
  color: rgb(150, 125.4, 39);
  transition: all 0.2s ease-in-out;
}
.address-info-wrapper .Address-Information-Control .multiple-address .multiple-address-list {
  width: 100%;
  margin-bottom: 2em;
  padding: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .multiple-address-list {
    padding: 2em 0 0 0;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .multiple-address-list ul {
  display: flex;
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item {
  width: 100%;
  padding: 1em 1.5em;
  text-align: left;
  font-size: 0.9em;
  border-bottom: 1px dashed #A6A7AA;
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li {
  display: inline-block;
  align-self: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li {
    align-self: flex-start;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(1) {
  width: 10%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(1) {
    width: 20%;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(2) {
  width: 45%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(2) {
    width: 60%;
    margin-left: auto;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(3) {
  width: 40%;
  margin-left: auto;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li:nth-of-type(3) {
    margin-top: 1em;
    width: 100%;
  }
}
.address-info-wrapper .Address-Information-Control .multiple-address .ship-to-item li .customizations li {
  width: 100%;
  margin: 0;
}
.address-info-wrapper .Address-Information-Control input, .address-info-wrapper .Address-Information-Control select {
  width: 100%;
}
.address-info-wrapper .Address-Information-Control ul {
  list-style: none;
  margin: 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.address-info-wrapper .Address-Information-Control ul li input, .address-info-wrapper .Address-Information-Control ul li select {
  margin: 0;
}
.address-info-wrapper .Address-Information-Control ul label {
  text-align: left;
  cursor: default;
  width: 100%;
  margin: 0;
}
.address-info-wrapper .Address-Information-Control ul select {
  margin-bottom: 10px;
}
.address-info-wrapper .Address-Information-Control ul #name1 {
  width: 45%;
}
.address-info-wrapper .Address-Information-Control ul #name2 {
  width: 10%;
}
.address-info-wrapper .Address-Information-Control ul #name3 {
  width: 45%;
}
.address-info-wrapper .Address-Information-Control ul #phone2, .address-info-wrapper .Address-Information-Control ul #phone6 {
  width: 27%;
}
.address-info-wrapper .Address-Information-Control ul #phone3, .address-info-wrapper .Address-Information-Control ul #phone7 {
  width: 27%;
}
.address-info-wrapper .Address-Information-Control ul #phone4, .address-info-wrapper .Address-Information-Control ul #phone8 {
  width: 10%;
}
.address-info-wrapper .Address-Information-Control ul #ship-to-this-address {
  margin: 1em 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control ul #ship-to-this-address {
    display: block !important;
  }
}
.address-info-wrapper .Address-Information-Control ul .controls {
  margin: 0.75em;
}
.address-info-wrapper .Address-Information-Control ul li:nth-of-type(9) {
  float: left;
  clear: left;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .address-info-wrapper .Address-Information-Control ul label {
    width: 100%;
  }
  .address-info-wrapper .Address-Information-Control ul input, .address-info-wrapper .Address-Information-Control ul select {
    width: 100%;
  }
  .address-info-wrapper .Address-Information-Control ul input[type=checkbox] {
    width: auto !important;
  }
  .address-info-wrapper .Address-Information-Control ul .required {
    text-align: center;
  }
}
.address-info-wrapper .Address-Information-Control #edit-addresses, .address-info-wrapper .Address-Information-Control #shipping-addresses {
  margin: 1em 0 1em 0;
}

.shipping-method-wrapper {
  /* Customize the label (the container) */
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.shipping-method-wrapper .select-shipping-method {
  width: 100%;
  margin-bottom: 3em;
  text-align: left;
}
.shipping-method-wrapper .select-shipping-method ul {
  margin: 0;
  list-style: none;
}
.shipping-method-wrapper .select-shipping-method .custom-item-shipping {
  font-size: 0.9em;
  color: red;
  font-weight: bold;
}
.shipping-method-wrapper .select-shipping-method .method-entry {
  border-bottom: 1px dashed #F1F3F4;
  padding: 1em 0.25em;
  display: flex;
  flex-wrap: wrap;
}
.shipping-method-wrapper .select-shipping-method .method-entry:last-child {
  border-bottom: none;
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-address {
  width: 50%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .shipping-method-wrapper .select-shipping-method .method-entry .method-address {
    width: 100%;
    margin-bottom: 1em;
  }
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-selection {
  width: 50%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .shipping-method-wrapper .select-shipping-method .method-entry .method-selection {
    width: initial;
    margin-left: auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .shipping-method-wrapper .select-shipping-method .method-entry .method-selection {
    width: 100%;
  }
}
.shipping-method-wrapper .select-shipping-method .method-entry .method-selection select {
  margin-bottom: 0.5em;
}
.shipping-method-wrapper .home-office-options {
  width: 100%;
  margin-top: 2em;
}
.shipping-method-wrapper .home-office-options h6 {
  width: 100%;
  border-bottom: 1px solid #F1F3F4;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}
.shipping-method-wrapper .home-office-options .ho-labels {
  display: inline-block;
}
.shipping-method-wrapper .home-office-options .ho-labels:first-of-type {
  margin-right: 1em;
}
.shipping-method-wrapper .home-office-options .MO-location, .shipping-method-wrapper .home-office-options .AZ-location {
  margin-top: 1em;
}
.shipping-method-wrapper .home-office-options .MO-location li, .shipping-method-wrapper .home-office-options .AZ-location li {
  margin-bottom: 0.5em;
}
.shipping-method-wrapper .home-office-options .MO-location input, .shipping-method-wrapper .home-office-options .AZ-location input {
  vertical-align: top;
}
.shipping-method-wrapper .instructions-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.shipping-method-wrapper .instructions-wrapper hr {
  width: 100%;
  border-top: 1px dashed #F1F3F4;
  border-bottom: 0;
}
.shipping-method-wrapper .instructions-wrapper .instruction-labels {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shipping-method-wrapper .instructions-wrapper .instruction-labels .label, .shipping-method-wrapper .instructions-wrapper .instruction-labels .character-max {
  width: 50%;
}
.shipping-method-wrapper .instructions-wrapper .instruction-labels .character-max {
  text-align: right;
}
.shipping-method-wrapper .instructions-wrapper .instruction-labels .instructions-text-box {
  width: 100%;
  height: 100px;
}
.shipping-method-wrapper .gift-message-input {
  width: 100%;
  margin: 1em 0 1em 0;
}
.shipping-method-wrapper .gift-message-input p {
  font-size: 12px;
}
.shipping-method-wrapper .gift-message-input ul {
  list-style: none;
  margin: 0;
}
.shipping-method-wrapper .container {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.shipping-method-wrapper .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shipping-method-wrapper .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}
.shipping-method-wrapper .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.shipping-method-wrapper .container input:checked ~ .checkmark {
  background-color: #FAD141;
}
.shipping-method-wrapper .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.shipping-method-wrapper .container input:checked ~ .checkmark:after {
  display: block;
}
.shipping-method-wrapper .container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.shipping-method-wrapper .select-order-type {
  margin-bottom: 2em;
}
.shipping-method-wrapper .shipping-order-type {
  margin-bottom: 1em;
}
.shipping-method-wrapper .shipping-order-type #user-group {
  margin-left: 35px;
}
.shipping-method-wrapper .shipping-order-type p {
  display: inline;
}

.payment-method-wrapper .payment-header {
  width: 100%;
  padding: 1em 0;
  position: relative;
  text-align: left;
  font-size: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}
.payment-method-wrapper .payment-header i {
  color: #A6A7AA;
  margin-right: 0.25em;
}
.payment-method-wrapper .payment-header h3 {
  width: 100%;
  position: static;
  display: block;
  background-color: transparent;
  color: #A6A7AA;
  text-align: center;
  border: 0;
  padding: 0.25em;
  font-size: 1em;
  line-height: 1.2;
}
.payment-method-wrapper .payment-header hr {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  display: inline-block;
  width: 75%;
}
.payment-method-wrapper .payment-header .pay-by-card, .payment-method-wrapper .payment-header .pay-by-group, .payment-method-wrapper .payment-header .pay-by-points {
  cursor: pointer;
  padding: 0.5em 0;
  width: 50%;
  border-bottom: 1px solid #F1F3F4;
  text-align: center;
}
.payment-method-wrapper .payment-body {
  width: 100%;
}
.payment-method-wrapper .payment-body hr {
  border: 1px solid #F1F3F4;
  border-top: 0;
  margin: 2em 0;
}
.payment-method-wrapper .no-store-credit-card {
  text-align: left;
}
.payment-method-wrapper .no-store-credit-card h3 {
  font-size: 1em;
  position: static;
  text-align: left;
  border-bottom: 1px solid #F1F3F4;
  width: 100%;
  background-color: #FFFFFF;
  color: #3B3D3F;
  padding: 0.5em 0;
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info {
  width: 100%;
  text-align: left;
  vertical-align: text-top;
}
.payment-method-wrapper .pay-by-group-info select {
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info select, .payment-method-wrapper .pay-by-group-info input {
  width: initial;
}
.payment-method-wrapper .pay-by-group-info .event-name {
  display: none;
}
.payment-method-wrapper .pay-by-group-info .gc-input {
  width: 100%;
  margin-bottom: 0.25em;
}
.payment-method-wrapper .pay-by-group-info .gc-input label {
  width: 100%;
  font-size: 0.9em;
}
.payment-method-wrapper .pay-by-group-info .gc-input input {
  width: initial;
  margin-bottom: 0;
}
.payment-method-wrapper .pay-by-group-info .gc-input button {
  height: 30px;
  line-height: 30px;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul, .payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove {
  width: 50%;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul li {
  color: #3B3D3F;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display ul li:nth-of-type(1) {
  font-weight: bold;
  color: #000000;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove {
  text-align: right;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove a {
  color: #FAD141;
  text-decoration: underline;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-group-info .gc-added-display .giftcard-remove a:hover {
  color: #FAD141;
  text-decoration: none;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-group-info-instructions {
  display: inline-block;
  width: 100%;
  text-align: left;
  vertical-align: text-top;
  margin-bottom: 1em;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels {
  width: 100%;
  position: relative;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels label {
  display: inline;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip {
  font-size: 0.8em;
  color: #A6A7AA;
  cursor: pointer;
  display: inline;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip:hover .instructions-tooltip-text {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .instructions-tooltip-text {
  opacity: 0;
  position: absolute;
  top: -1.75em;
  left: 0;
  transition: all 0.2s ease-in-out;
  color: #000;
  background-color: #A6A7AA;
  padding: 0.5em;
  border-radius: 3px;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-labels .character-max {
  float: right;
  color: #A6A7AA;
  font-style: italic;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-text {
  width: 100%;
}
.payment-method-wrapper .pay-by-group-info-instructions .instruction-text .instructions-text-box {
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box;
  min-height: 100px;
}
.payment-method-wrapper .pay-by-card-info {
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  list-style: none;
  text-align: left;
}
.payment-method-wrapper .pay-by-card-info label {
  text-align: left;
}
.payment-method-wrapper .pay-by-card-info ul {
  width: 100%;
  margin: 0;
  display: flex;
}
.payment-method-wrapper .pay-by-card-info ul li {
  display: inline-block;
  vertical-align: text-top;
  margin: 0.25em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .payment-method-wrapper .pay-by-card-info ul li {
    display: block;
    width: 100%;
  }
}
.payment-method-wrapper .pay-by-card-info ul li input, .payment-method-wrapper .pay-by-card-info ul li select {
  width: initial;
  margin-bottom: 0;
}
.payment-method-wrapper .pay-by-points {
  text-align: center;
}
.payment-method-wrapper .pay-by-points input {
  width: 5em;
  height: auto;
}
.payment-method-wrapper .pay-by-points input[type=text] {
  font-size: 2em;
  text-align: center;
}
.payment-method-wrapper .pay-by-points h5 {
  font-size: 1.5em;
  font-weight: bold;
}
.payment-method-wrapper .payment-option {
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  width: 45%;
  padding: 0.5em;
}
.payment-method-wrapper .payment-option:hover h3, .payment-method-wrapper .payment-option:hover i {
  color: #3B3D3F;
}
.payment-method-wrapper .payment-info {
  display: none;
}
.payment-method-wrapper .payment-info-entry {
  margin: 0.25em;
}
.payment-method-wrapper .pay-by-giftcards-info {
  text-align: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px dashed #cccccc;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input {
  width: 100%;
  margin-bottom: 0.25em;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input p {
  font-size: 12px;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input .gc-use-card select {
  max-width: 300px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .payment-method-wrapper .pay-by-giftcards-info .gc-input .gc-use-card select {
    margin-bottom: 1rem;
  }
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input .gc-add-card {
  display: none;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input label {
  width: 100%;
  font-size: 0.9em;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input input {
  width: initial;
  margin-bottom: 0;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-input button {
  height: 30px;
  line-height: 30px;
  min-width: initial !important;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul, .payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove {
  width: 50%;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul li {
  color: #3B3D3F;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display ul li:nth-of-type(1) {
  font-weight: bold;
  color: #000000;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove {
  text-align: right;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove a {
  color: #FAD141;
  text-decoration: underline;
  cursor: pointer;
}
.payment-method-wrapper .pay-by-giftcards-info .gc-added-display .giftcard-remove a:hover {
  color: #FAD141;
  text-decoration: none;
  cursor: pointer;
}
.payment-method-wrapper #oa-shipping-agreement {
  text-align: right;
}
.payment-method-wrapper #oa-shipping-agreement p {
  text-align: left;
}

.active-payment-header {
  display: block !important;
  border-color: #FAD141 !important;
}
.active-payment-header h3, .active-payment-header i {
  font-weight: 800 !important;
  color: #FAD141 !important;
}
.active-payment-header:hover {
  display: block !important;
  border-color: #FAD141 !important;
}
.active-payment-header:hover h3, .active-payment-header:hover i {
  font-weight: 800 !important;
  color: #FAD141 !important;
}

.active-payment-info {
  display: flex !important;
}

.gc-success p {
  color: green;
}

.gc-failure, .gc-error {
  margin-bottom: 1em;
}
.gc-failure p, .gc-error p {
  color: red;
  font-weight: bold;
  font-size: 0.8em !important;
}
.gc-failure a, .gc-error a {
  color: red !important;
  font-weight: bold !important;
  font-size: 0.9em !important;
}
.gc-remaining-balance, .gc-current-balance, .gc-cart-total {
  font-weight: 800;
}

.payment-spinner {
  display: none;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
  align-items: center;
}
.payment-spinner span {
  display: block;
  margin: 0 auto;
}
.payment-spinner i {
  display: block;
  color: #3B3D3F !important;
  animation: spin 1s linear infinite;
  align-items: center;
  font-size: 2em;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.show-spinner {
  display: flex !important;
}

.order-recap-wrapper table tbody .shipto table tbody td img {
  width: 80px;
}
.order-recap-wrapper ul {
  list-style: none;
  margin: 0;
}
.order-recap-wrapper .Order-Recap {
  padding: 0 1em;
}
.order-recap-wrapper .billing-and-payment-recap {
  width: 100%;
  margin-bottom: 2em;
  text-align: left;
}
.order-recap-wrapper .billing-and-payment-recap li {
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .billing-and-payment-recap li {
    display: block !important;
    width: 100% !important;
  }
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(1) {
  width: 15%;
  font-weight: bold;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .billing-and-payment-recap li:nth-of-type(1) {
    margin-top: 1em;
  }
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(2) {
  width: 20%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .billing-and-payment-recap li:nth-of-type(2) {
    margin-bottom: 1em;
  }
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(3) {
  font-weight: bold;
  width: 15%;
}
.order-recap-wrapper .billing-and-payment-recap li:nth-of-type(4) {
  width: 20%;
}
.order-recap-wrapper .item-recap-header {
  width: 100%;
  padding: 0.5em;
  text-align: left;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .item-recap-header {
    display: none;
  }
}
.order-recap-wrapper .item-recap-header li {
  display: inline-block;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(1) {
  min-width: 100px;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(2) {
  width: 30%;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(3) {
  width: 15%;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(4) {
  width: 15%;
}
.order-recap-wrapper .item-recap-header li:nth-of-type(5) {
  width: 15%;
}
.order-recap-wrapper .order-items-recap {
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #F1F3F4;
  text-align: left;
  margin-bottom: 2em;
}
.order-recap-wrapper .order-items-recap .order-item {
  width: 100%;
  padding: 1em 0.5em;
}
.order-recap-wrapper .order-items-recap .order-item #place-order {
  width: 100%;
}
.order-recap-wrapper .order-items-recap .order-item li {
  display: inline-block;
  padding: 0.25em;
  vertical-align: text-top;
}
.order-recap-wrapper .order-items-recap .order-item li .points-gray {
  color: #3B3D3F;
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(1) {
  min-width: 100px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(1) {
    display: block;
    width: 100%;
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(2) {
  width: 30%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(2) {
    width: 100%;
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(3) {
  width: 15%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(3) {
    display: block;
    width: 100%;
  }
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(3):before {
    content: "QTY:";
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(4) {
  width: 15%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(4) {
    display: block;
    width: 100%;
  }
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(4):before {
    content: "Price:";
  }
}
.order-recap-wrapper .order-items-recap .order-item li:nth-of-type(5) {
  width: 15%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(5) {
    display: block;
    width: 100%;
  }
  .order-recap-wrapper .order-items-recap .order-item li:nth-of-type(5):before {
    content: "Total:";
  }
}
.order-recap-wrapper .order-items-recap .order-ship {
  border-bottom: 1px dashed #A6A7AA;
  padding: 1em;
}
.order-recap-wrapper .order-items-recap .order-ship:last-child {
  border: none;
}
.order-recap-wrapper .order-items-recap .order-ship li {
  display: inline-block;
  vertical-align: text-top;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .order-items-recap .order-ship li {
    display: block !important;
    width: 100% !important;
  }
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(1) {
  width: 15%;
  font-weight: bold;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(2) {
  width: 40%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(2) {
    margin-bottom: 1em;
  }
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(3) {
  width: 15%;
  font-weight: bold;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(4) {
  width: 20%;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(5) {
  font-weight: bold;
  width: 15%;
}
.order-recap-wrapper .order-items-recap .order-ship li:nth-of-type(6) {
  width: 80%;
}

#order-recap-form {
  font-size: 0.9em;
}
#order-recap-form a {
  font-size: 0.9em;
}
#order-recap-form .place-order-button {
  margin-left: auto;
}

.Single-Page-Checkout-Summary {
  width: 30%;
  background-color: #FFF;
  padding-left: 1em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .Single-Page-Checkout-Summary {
    width: 100%;
  }
}
.Single-Page-Checkout-Summary .order-summary {
  padding: 1em 2em;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Single-Page-Checkout-Summary .order-summary {
    padding: 1em;
    font-size: 14px;
  }
}
.Single-Page-Checkout-Summary .order-summary h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.2em;
}
.Single-Page-Checkout-Summary .order-summary hr {
  width: 10%;
  margin: 0 auto 1em auto;
}
.Single-Page-Checkout-Summary .order-summary table {
  width: 100%;
  margin-bottom: 2em;
}
.Single-Page-Checkout-Summary .order-summary table td {
  text-align: right;
  padding: 0.5em 0;
}
.Single-Page-Checkout-Summary .order-summary table td:first-of-type {
  width: 60%;
  text-align: left;
}
.Single-Page-Checkout-Summary .order-summary table #order-summary-total {
  font-weight: bold;
}
.Single-Page-Checkout-Summary .order-summary #promo-code-entry-form {
  margin-bottom: 0;
}
.Single-Page-Checkout-Summary .order-summary #promo-code-entry-form input {
  width: 100%;
  height: 40px;
  vertical-align: bottom;
}
.Single-Page-Checkout-Summary .order-summary #promo-code-entry-form #promo-code-button {
  width: 100%;
  margin-bottom: 2em;
  min-width: initial !important;
}
.Single-Page-Checkout-Summary .order-summary .promo-code-dislaimer {
  color: red;
  text-align: center;
  margin-bottom: 2em;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap > div {
  color: #3B3D3F;
  text-align: center;
  cursor: pointer;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap > div:hover {
  color: #000000;
}
.Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap .icons-ul {
  margin: 2em 0 0 2em;
  font-size: 0.9em;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .Single-Page-Checkout-Summary .order-summary .ShippingOptionsMap .icons-ul {
    margin-left: 1em;
  }
}

.confirm-order {
  text-align: center;
  margin: 10px 0;
  border: 2px dashed #e31929;
  padding: 20px;
}
.confirm-order h3 {
  font-weight: bold;
}

.order-num {
  font-size: 18px;
  color: #000000;
}

.shipto table:nth-of-type(1) {
  margin-bottom: 2em;
}

.order-confirmation {
  background-color: #F1F3F4;
  width: 100%;
}
.order-confirmation .order-confirmation-wrapper {
  max-width: 800px;
  width: 100%;
  padding: 2rem 2rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #FFFFFF;
}
.order-confirmation .order-confirmation-header {
  width: 100%;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
}
.order-confirmation .order-confirmation-header h3 {
  font-weight: bold;
}
.order-confirmation .order-confirmation-header .order-num {
  font-size: 18px;
  color: #000000;
}
.order-confirmation .order-confirm-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.order-confirmation .order-confirm-entry .left {
  width: 50%;
  font-weight: bold;
  margin-bottom: 2rem;
}
.order-confirmation .order-confirm-entry .right {
  width: 50%;
  margin-bottom: 2rem;
}
@media (max-width: 500px) {
  .order-confirmation .order-confirm-entry .left, .order-confirmation .order-confirm-entry .right {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.order-confirmation .order-confirm-entry hr {
  border-top: 0;
  border: 1px dashed #A6A7AA;
  width: 100%;
  margin: 1rem 0;
}
.order-confirmation .shipping-address .order-comments {
  width: 100%;
  margin-bottom: 2rem;
}
.order-confirmation .shipping-address .order-comments div {
  width: 100%;
}
.order-confirmation .shipping-address .order-comments div:first-of-type {
  margin-bottom: 1rem;
}
.order-confirmation .shipping-address .item-summary, .order-confirmation .shipping-address .item-summary-header, .order-confirmation .shipping-address .item-summary-products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.order-confirmation .shipping-address .item-summary-header, .order-confirmation .shipping-address .item-summary-products {
  width: 100%;
  padding: 0.5rem 0;
  font-size: 0.9rem;
}
.order-confirmation .shipping-address .item-summary-header div, .order-confirmation .shipping-address .item-summary-products div {
  width: 25%;
}
.order-confirmation .shipping-address .item-summary-header {
  width: 100%;
  font-weight: bold;
  margin-top: 2rem;
}
.order-confirmation .shipping-address .item-summary-header div {
  padding-right: 0.5rem;
}
.order-confirmation .shipping-address .item-summary-header div:last-of-type {
  text-align: right;
  padding-right: 0;
}
@media (max-width: 500px) {
  .order-confirmation .shipping-address .item-summary-header {
    display: none;
  }
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry {
  width: 100%;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #A6A7AA;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry:last-of-type {
    border-bottom: 0;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry span {
    padding: 0.25rem;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry span:first-of-type {
    padding-left: 0;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry span:last-of-type {
    margin-left: auto;
    padding-right: 0;
  }
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div {
  padding-right: 0.5rem;
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div:last-of-type {
  text-align: right;
  padding-right: 0;
}
.order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div .mobile-header {
  display: none;
}
@media (max-width: 500px) {
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 0;
  }
  .order-confirmation .shipping-address .item-summary-products .item-summary-products-entry div .mobile-header {
    display: flex;
    font-weight: bold;
  }
}
.order-confirmation .order-summary {
  max-width: 400px;
  margin-left: auto;
}
.order-confirmation .order-summary .right {
  text-align: right;
}
@media (max-width: 500px) {
  .order-confirmation .order-summary .right, .order-confirmation .order-summary .left {
    width: 50% !important;
  }
}

.monolith-partial {
  width: 100%;
}

.feedback-survey {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.feedback-survey .dismiss-feedback {
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 1.25rem;
  transition: all 0.2s ease-in-out;
}
.feedback-survey .dismiss-feedback:hover {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}
.feedback-survey form h1 {
  text-align: center;
}
.feedback-survey form .icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.feedback-survey form .icon-wrapper div {
  padding: 2rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div:hover img {
  transform: scale(1.2);
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div:hover h5 {
  font-weight: 800;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .icon-wrapper div span {
  display: block;
  max-width: 125px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.feedback-survey form .icon-wrapper div img {
  max-width: 125px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.feedback-survey form .icon-wrapper div h5 {
  margin-top: 2rem;
  font-weight: 600;
  color: #000000;
  font-size: 1.25rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .additional-feedback {
  text-align: center;
  display: none;
  transition: all 0.2s ease-in-out;
}
.feedback-survey form .additional-feedback h1 {
  font-size: 2rem;
}
.feedback-survey form .additional-feedback textarea {
  width: 100%;
  height: 150px;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] input {
  margin-right: 0.5rem;
  cursor: pointer;
}
.feedback-survey form .additional-feedback label[for=contact-feedback] span {
  align-self: center;
}
.feedback-survey form .additional-feedback button {
  margin: 0 auto;
}
.feedback-survey .success, .feedback-survey .failure {
  display: none;
  text-align: center;
}
.feedback-survey .success button, .feedback-survey .failure button {
  margin: 0 auto;
}

.option-selected span {
  display: block;
  animation: surveyspin 0.5s;
}
.option-selected img {
  animation: grow 0.5s;
  animation-fill-mode: forwards;
  transition: all 0.2s ease-in-out;
}
.option-selected h5 {
  font-weight: 800 !important;
  transition: all 0.2s ease-in-out;
}

.show-additional-feedback {
  display: block !important;
  animation: showfeedback 0.5s;
  animation-fill-mode: forwards;
  transition: all 0.2s ease-in-out;
}

.option-remove {
  animation: fadeaway 0.5s;
  animation-fill-mode: forwards;
}
.option-remove span {
  animation: spinaway 0.5s;
  animation-fill-mode: forwards;
}

@keyframes surveyspin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes grow {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes showfeedback {
  0% {
    transform: scale(0);
    opacity: 0 !important;
  }
  100% {
    transform: scale(1);
    opacity: 1 !important;
  }
}
@keyframes spinaway {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeaway {
  0% {
    transform: scale(1);
    opacity: 1 !important;
    margin-left: 0;
  }
  100% {
    transform: scale(0);
    opacity: 0 !important;
    margin-left: -100%;
  }
}
.hide-keywords {
  display: none;
}

#maintenanceMessage {
  position: fixed;
  width: 500px;
  right: 0;
  top: 120px;
  padding: 2em;
  background-color: #8BBDD9;
  color: #FFFFFF;
  z-index: 1049;
  text-align: left;
  animation-name: maint;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #FFF;
  font-weight: 800;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  letter-spacing: 1px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #maintenanceMessage {
    width: 300px;
  }
}
#maintenanceMessage i {
  font-style: normal !important;
}

#close-maint-message {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #FFF;
  cursor: pointer;
}

#modal-important-notice {
  color: red;
  font-weight: bold;
}

.maint-dismiss {
  right: -1000px !important;
  transition: all 0.2s ease-in-out !important;
}

.promo-banner-header {
  width: 100%;
  background-color: #3B3D3F;
}
.promo-banner-header .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  font-weight: bold;
  text-align: center;
  padding: 0.25em;
  font-size: 14px;
  text-transform: uppercase;
}

.cross-sells {
  width: 100%;
  margin: 3em 0;
}
.cross-sells .wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
.cross-sells .wrapper h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  margin-bottom: 2em;
  width: 100%;
}
.cross-sells .wrapper .cross-sells-carousel .product_item {
  width: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html, body {
  height: 100% !important;
  max-height: 100% !important;
  overflow: visible;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html, body {
    overflow: auto !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  html, body {
    overflow: auto !important;
  }
}

body {
  margin: 0px;
  padding: 0px;
}

#theme-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background-color: #f8f8f8;
  overflow-x: hidden;
}
#theme-wrapper #contain {
  padding: 0 0 0 0;
  position: relative;
  transition: all 0.2s ease-in-out;
  background-color: #f8f8f8;
  width: 100%;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "EJ Sans Text", sans-serif !important;
  line-height: 1.6em;
  color: #222;
  margin: 0;
}

html, body, #theme-wrapper, #contain, footer {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.section-stage {
  background: #202020;
  width: 100%;
  height: 500px;
}

.main {
  transition: left 0.25s ease-in-out;
  position: relative;
}
.main.open {
  left: 280px;
}
@media screen and (min-width: 1025px) {
  .main.open {
    left: 0;
  }
}

.container {
  clear: both;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}
.container ul {
  margin: 0;
}

.twelve-columns {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
}
.twelve-columns:last-child {
  margin-right: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*
 *  Core Owl Carousel CSS File
 *  v1.3.2
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  z-index: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/*.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}*/
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper:last-of-type,
.owl-carousel .owl-item:last-of-type {
  border-right: none;
}

#owl-home,
#owl-products,
.owl-product-list,
#owl-scrolling-list {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-right: 0;
  position: relative;
  overflow: hidden;
}
#owl-home:last-child,
#owl-products:last-child,
.owl-product-list:last-child,
#owl-scrolling-list:last-child {
  margin-right: 0;
}
#owl-home .item,
#owl-products .item,
.owl-product-list .item,
#owl-scrolling-list .item {
  margin: 3px;
  text-align: center;
}
#owl-home .item .item-container,
#owl-products .item .item-container,
.owl-product-list .item .item-container,
#owl-scrolling-list .item .item-container {
  position: relative;
}
#owl-home .item .item-container .favorite-heart,
#owl-products .item .item-container .favorite-heart,
.owl-product-list .item .item-container .favorite-heart,
#owl-scrolling-list .item .item-container .favorite-heart {
  display: none;
  position: absolute;
  top: 0;
  right: 20%;
  color: #CDCCCB;
  transition: all 0.2s ease-out;
  cursor: pointer;
  font-size: 1.2em;
}
#owl-home .item .item-container .favorite-heart:hover,
#owl-products .item .item-container .favorite-heart:hover,
.owl-product-list .item .item-container .favorite-heart:hover,
#owl-scrolling-list .item .item-container .favorite-heart:hover {
  color: rgb(252, 79, 65);
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .quick-view,
#owl-products .item .item-container .quick-view,
.owl-product-list .item .item-container .quick-view,
#owl-scrolling-list .item .item-container .quick-view {
  position: absolute;
  top: 50%;
  left: 30%;
  width: 40%;
  opacity: 0;
  padding: 1em 0 0.5em 0;
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .quick-view:hover,
#owl-products .item .item-container .quick-view:hover,
.owl-product-list .item .item-container .quick-view:hover,
#owl-scrolling-list .item .item-container .quick-view:hover {
  opacity: 1;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #owl-home .item .item-container .quick-view:hover,
  #owl-products .item .item-container .quick-view:hover,
  .owl-product-list .item .item-container .quick-view:hover,
  #owl-scrolling-list .item .item-container .quick-view:hover {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #owl-home .item .item-container .quick-view:hover,
  #owl-products .item .item-container .quick-view:hover,
  .owl-product-list .item .item-container .quick-view:hover,
  #owl-scrolling-list .item .item-container .quick-view:hover {
    opacity: 0;
  }
}
#owl-home .item .item-container .quick-view h4,
#owl-products .item .item-container .quick-view h4,
.owl-product-list .item .item-container .quick-view h4,
#owl-scrolling-list .item .item-container .quick-view h4 {
  background-color: #000000;
  opacity: 0.6;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.5em;
  transition: all 0.2s ease-out;
  font-style: normal;
}
#owl-home .item .item-container .quick-view h4:hover,
#owl-products .item .item-container .quick-view h4:hover,
.owl-product-list .item .item-container .quick-view h4:hover,
#owl-scrolling-list .item .item-container .quick-view h4:hover {
  opacity: 1;
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .product-view,
#owl-products .item .item-container .product-view,
.owl-product-list .item .item-container .product-view,
#owl-scrolling-list .item .item-container .product-view {
  width: 50%;
  margin: 0 auto;
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .product-view:hover,
#owl-products .item .item-container .product-view:hover,
.owl-product-list .item .item-container .product-view:hover,
#owl-scrolling-list .item .item-container .product-view:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
#owl-home .item .item-container .product-view .swiper-product-informations,
#owl-products .item .item-container .product-view .swiper-product-informations,
.owl-product-list .item .item-container .product-view .swiper-product-informations,
#owl-scrolling-list .item .item-container .product-view .swiper-product-informations {
  margin: 0 auto;
}
#owl-home .red-heart,
#owl-products .red-heart,
.owl-product-list .red-heart,
#owl-scrolling-list .red-heart {
  color: rgb(252, 79, 65) !important;
}
#owl-home .owl-prev,
#owl-home .owl-next,
#owl-products .owl-prev,
#owl-products .owl-next,
.owl-product-list .owl-prev,
.owl-product-list .owl-next,
#owl-scrolling-list .owl-prev,
#owl-scrolling-list .owl-next {
  position: absolute;
  top: 40%;
}
#owl-home .owl-prev,
#owl-products .owl-prev,
.owl-product-list .owl-prev,
#owl-scrolling-list .owl-prev {
  left: -0.5em;
}
#owl-home .owl-prev:before,
#owl-products .owl-prev:before,
.owl-product-list .owl-prev:before,
#owl-scrolling-list .owl-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 3em;
}
#owl-home .owl-next,
#owl-products .owl-next,
.owl-product-list .owl-next,
#owl-scrolling-list .owl-next {
  right: -0.5em;
}
#owl-home .owl-next:before,
#owl-products .owl-next:before,
.owl-product-list .owl-next:before,
#owl-scrolling-list .owl-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 3em;
}

#owl-home {
  float: none !important;
}

#owl-products .item img {
  display: block;
  margin: 0 auto;
}

.owl-product-list .item img {
  display: block;
  margin: 0 auto;
}

.home-featured-products .entry {
  margin-top: 75px;
  margin-bottom: 100px;
  font-family: "EJ Sans Text", sans-serif;
  font-style: oblique;
  text-transform: uppercase;
  color: #000000;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .home-featured-products .entry {
    margin-top: 1em;
  }
}
.home-featured-products .entry h2 {
  text-align: left;
  margin-left: 10%;
  padding-left: 1em;
  border-left: 5px solid rgb(252, 79, 65);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .home-featured-products .entry h2 {
    font-size: 1.5em;
  }
}

/*
*   Owl Carousel Owl Demo Theme
* v1.3.2
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #4d4d4f;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 20px 10px;
  font-size: 1em;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50); /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #3B3D3F;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 14px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../sass/AjaxLoader.gif) no-repeat center center;
}

/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%, 25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.line_style_container {
  width: 33%;
  margin: 0 auto;
}
.line_style_container .line_style {
  margin-top: 1em;
}
.line_style_container .line_style :first-child {
  font-weight: bold;
  font-size: larger;
}

.line_style_white {
  position: absolute;
  color: white;
  margin-top: 15px;
  margin-left: 15px;
  line-height: 15px;
  font-size: 14px;
}
.line_style_white :first-child {
  font-weight: bold;
  font-size: larger;
}

.CalendarBox {
  line-height: 12px;
  position: relative;
}
.CalendarBox .style_1_gold,
.CalendarBox .style_2_gold,
.CalendarBox .style_3_gold {
  position: absolute;
  z-index: 101;
  color: #a39a4f;
  font-size: 11px;
  left: 15px;
  top: 200px;
}
.CalendarBox .style_1_gold .address,
.CalendarBox .style_2_gold .address,
.CalendarBox .style_3_gold .address {
  position: absolute;
  left: 0px;
  top: 45px;
}
.CalendarBox .style_1_gold .address span,
.CalendarBox .style_2_gold .address span,
.CalendarBox .style_3_gold .address span {
  display: block;
  width: 250px;
}
.CalendarBox .style_1_gold p,
.CalendarBox .style_2_gold p,
.CalendarBox .style_3_gold p {
  margin: 0;
}
.CalendarBox .style_1_gold .name,
.CalendarBox .style_2_gold .name,
.CalendarBox .style_3_gold .name {
  font-weight: bold;
}
.CalendarBox .style_2_gold {
  bottom: 25px;
}
.CalendarBox .style_3_gold .address {
  top: auto;
}
.CalendarBox .style_3_gold .address span {
  display: block;
}
.CalendarBox .style_3_gold .left {
  position: absolute;
  top: -55px;
  width: 250px;
}
.CalendarBox .style_3_gold .right {
  position: absolute;
  top: 35px;
  width: 250px;
}
.CalendarBox .style_1_specialblack,
.CalendarBox .style_2_specialblack {
  position: absolute;
  z-index: 101;
  color: #000;
  font-size: 11px;
  top: 25px;
  left: 30px;
}
.CalendarBox .style_1_specialblack p,
.CalendarBox .style_2_specialblack p {
  margin: 0;
}
.CalendarBox .style_1_specialblack .name,
.CalendarBox .style_2_specialblack .name {
  font-weight: bold;
}
.CalendarBox .style_1_specialblack .address,
.CalendarBox .style_2_specialblack .address {
  position: absolute;
  top: 0;
}
.CalendarBox .style_1_specialblack .address p,
.CalendarBox .style_2_specialblack .address p {
  width: 250px;
}
.CalendarBox .style_1_specialblack .address {
  position: absolute;
  top: 35px;
}
.CalendarBox .style_1_specialblack .address span {
  display: block;
  width: 200px;
}
.CalendarBox .style_2_specialblack .address {
  position: absolute;
  top: 45px;
}
.CalendarBox .style_2_specialblack .address span {
  display: block;
  width: 200px;
}
.CalendarBox .style_1_walletblack,
.CalendarBox .style_2_walletblack {
  height: 330px;
  width: 630px;
  position: absolute;
  z-index: 101;
  color: #000;
  left: 10px;
  bottom: 80px;
}
.CalendarBox .style_1_walletblack p,
.CalendarBox .style_2_walletblack p {
  font-family: News Gothic MT, sans-serif;
  margin: 0;
}
.CalendarBox .style_1_walletblack .name,
.CalendarBox .style_2_walletblack .name {
  font-family: News Gothic MT Bold, sans-serif;
}
.CalendarBox .style_1_walletblack .name {
  padding-top: 30px;
  font-size: 50px;
  line-height: 50px;
}
.CalendarBox .style_1_walletblack p {
  padding-top: 5px;
  font-size: 29px;
  line-height: 29px;
}
.CalendarBox .style_1_walletblack .address {
  padding-top: 40px;
}
.CalendarBox .style_2_walletblack .name {
  font-size: 45px;
  line-height: 45px;
}
.CalendarBox .style_2_walletblack p {
  padding-top: 5px;
  font-size: 27px;
  line-height: 27px;
}
.CalendarBox .style_2_walletblack .address {
  padding-top: 40px;
}
.CalendarBox .style_1_,
.CalendarBox .style_2_,
.CalendarBox .style_3_ {
  position: absolute;
  z-index: 101;
  font-size: 11px;
  line-height: 10px;
  left: 5px;
  text-align: left;
}
.CalendarBox .style_1_ {
  bottom: 80px;
}
.CalendarBox .style_1_ p {
  margin: 0;
}
.CalendarBox .style_1_ .name {
  font-weight: bold;
}
.CalendarBox .style_1_ .address {
  position: absolute;
  left: 310px;
  top: 0;
}
.CalendarBox .style_1_ .address p {
  width: 250px;
}
.CalendarBox .style_2_ {
  bottom: 70px;
}
.CalendarBox .style_2_ p {
  margin: 0;
}
.CalendarBox .style_2_ .name {
  font-weight: bold;
}
.CalendarBox .style_2_ .address {
  position: absolute;
  left: 310px;
  top: 0;
}
.CalendarBox .style_2_ .address p {
  width: 250px;
}
.CalendarBox .style_3_ {
  bottom: 80px;
  font-size: 12px;
}
.CalendarBox .style_3_ section p {
  margin: 0;
}
.CalendarBox .style_3_ section .name {
  font-weight: bold;
}
.CalendarBox .style_3_ section .address {
  position: absolute;
}
.CalendarBox .style_3_ section .address p {
  width: 250px;
}
.CalendarBox .style_3_ .address span {
  display: block;
}
.CalendarBox .style_3_ .left {
  position: absolute;
  top: -25px;
  width: 200px;
}
.CalendarBox .style_3_ .right {
  position: absolute;
  top: -25px;
  left: 300px;
  width: 200px;
}

.approval {
  width: 40%;
  margin: 0 auto;
  margin-top: 5em;
  text-align: center;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .approval {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
  }
  .approval:last-child {
    margin-right: 0;
  }
}

.custom-entry {
  margin-bottom: 5em;
}
.custom-entry h1 {
  font-weight: 700;
}

.customization-container {
  text-align: left;
  padding: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .customization-container {
    padding: 0 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .customization-container {
    padding: 0 20px;
  }
}

#calendar-schedule {
  text-align: left;
  border: 1px solid black;
  border-collapse: collapse;
  clear: both;
}
#calendar-schedule th, #calendar-schedule td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 0.5em;
}

.faqs .my-account-right {
  margin: 0 auto;
}
.faqs h5 {
  border-bottom: 1px solid #F1F3F4;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: #3B3D3F;
  margin-bottom: 2em;
}
.faqs .faq-nav {
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: text-top;
}
.faqs .faq-nav li {
  cursor: pointer;
  font-weight: 600;
  border-bottom: 2px solid #FFF;
  color: #A6A7AA;
  text-align: left;
  width: 100% !important;
  display: block;
  padding: 2em 1em 1em 1em;
}
.faqs .faq-nav li:hover {
  color: #3B3D3F;
  border-bottom: 2px solid red;
}
.faqs .faq-nav li:hover ul {
  color: #3B3D3F;
}
.faqs .faq-nav li:hover ul li {
  color: #3B3D3F;
}
.faqs .faq-nav li:hover ul li:hover {
  border-bottom: 0;
}
.faqs .shopping-online, .faqs .orders, .faqs .shipping-returns {
  display: inline-block;
  margin: 0 auto;
  vertical-align: text-top;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  min-height: 489px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .faqs .shopping-online, .faqs .orders, .faqs .shipping-returns {
    width: 100%;
    padding: 2em 1em;
  }
}
.faqs .shopping-online ul, .faqs .orders ul, .faqs .shipping-returns ul {
  width: 100%;
}
.faqs .shopping-online ul p, .faqs .orders ul p, .faqs .shipping-returns ul p {
  text-align: left;
}
.faqs .orders, .faqs .shipping-returns {
  display: none;
}

.faq-nav-active {
  color: #000000 !important;
  border-bottom: 2px solid red !important;
}

.calendar-ship-dates {
  width: 100%;
  border: 1px solid #3B3D3F;
  padding: 0.25em;
  margin: 0.75em 0 !important;
}
.calendar-ship-dates li {
  display: inline-block;
  width: 49.8%;
}
.calendar-ship-dates li ul {
  display: block;
}
.calendar-ship-dates li ul li {
  display: block;
  padding: 0.5em;
  border-bottom: 1px solid #3B3D3F;
  width: 100%;
}
.calendar-ship-dates li ul li:nth-of-type(1) {
  font-weight: 700;
  border-bottom: 2px solid #3B3D3F;
}
.calendar-ship-dates li ul li:last-child {
  border-bottom: none;
}

.expander {
  margin-left: 0 !important;
  width: 60%;
  list-style: none;
  text-align: left;
  transition: all 0.2s ease-in-out;
}
.expander a {
  color: #000000;
  font-weight: 600;
}
.expander .expander-trigger {
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 1em;
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  text-decoration: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
}
.expander .expander-trigger::before {
  content: "▼";
  font-size: 0.7em;
  margin-right: 0.5em;
}
.expander .expander-content {
  list-style: none;
  transition: all 0.2s ease-in-out;
  margin: 0 0 1em 1em;
}
.expander .expander-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2em;
}
.expander .expander-content ul li {
  margin: 1em 0;
}
.expander .expander-content ul li span {
  font-weight: bold;
}
.expander .expander-content p {
  color: #333;
  line-height: 1.5em;
}
.expander .expander-hidden {
  transition: all 0.2s ease-in-out;
}
.expander .expander-hidden::before {
  content: "►";
  font-size: 0.7em;
}
.expander .expander-hidden + li.expander-content {
  display: none;
}

.world-map-intro {
  background-image: url(../images/hero/WorldMap.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  padding-top: 3em;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .world-map-intro {
    margin-top: -80px;
  }
}
.world-map-intro .wrapper {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}
.world-map-intro .wrapper img {
  max-width: 200px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.world-map-intro .wrapper h3 {
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  color: #FAD141;
  margin: 0;
  text-align: center;
  line-height: 1;
  padding: 0.5em;
}
.world-map-intro .wrapper select {
  width: 100%;
  margin: 1em 0 0.5em 0;
}
.world-map-intro .wrapper button {
  width: 100%;
  margin: 1em 0;
}

.verify-email {
  max-width: 1372px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
  padding: 3rem;
}
@media screen and (max-width: 425px) {
  .verify-email {
    padding: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .verify-email {
    padding: 1rem;
  }
}
.verify-email .verify-email-wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.verify-email .verify-email-message {
  width: 100%;
  padding: 2rem;
}
@media screen and (max-width: 320px) {
  .verify-email .verify-email-message {
    padding: 1rem;
  }
}
.verify-email .verify-email-message form {
  width: 100%;
}
.verify-email .verify-email-message h5 {
  margin: 1rem 0 1rem 0;
  width: 100%;
}
.verify-email .verify-email-message p {
  margin-bottom: 2rem;
}
.verify-email .verify-email-message label {
  font-size: 0.9em;
  color: #3B3D3F;
  text-align: left;
}
.verify-email .verify-email-message input {
  margin: 0 0 1em 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: mobile) {
  .verify-email .verify-email-message input {
    width: 100%;
    max-width: initial;
  }
}
.verify-email .verify-email-message hr {
  border: 1px solid #F1F3F4;
  border-top: 0;
  margin: 1rem 0;
}

.verify-email-confirmation .email-verified {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.verify-email-confirmation .email-verified header {
  padding: 1rem;
  text-align: center;
}
.verify-email-confirmation .email-verified header img {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.verify-email-confirmation .email-verified .wrapper {
  padding: 3rem 1rem;
  text-align: center;
}
.verify-email-confirmation .email-verified .wrapper .message {
  max-width: 500px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.verify-email-confirmation .email-verified .wrapper .message img {
  margin-bottom: 2rem;
}
.verify-email-confirmation .email-verified .wrapper .message .btn-alpha {
  margin: 0 auto;
}
.verify-email-confirmation .email-verified footer {
  text-align: center;
  margin-top: auto;
  font-size: 0.9rem;
  font-weight: normal;
}
.verify-email-confirmation .email-verified footer p {
  padding: 1rem;
  font-size: 0.9rem;
  font-weight: normal;
}

.grecaptcha-badge {
  display: none !important;
}

.points-summary {
  width: 100%;
  background-color: red;
  display: inline-flex;
  color: #FFFFFF;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
}
.points-summary .budget-remaining, .points-summary .points-recieved, .points-summary .points-give {
  text-align: center;
  flex-grow: 1;
  padding: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.points-summary .budget-remaining h5, .points-summary .points-recieved h5, .points-summary .points-give h5 {
  font-size: 1em;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.points-summary .budget-remaining hr, .points-summary .points-recieved hr, .points-summary .points-give hr {
  width: 0.75em;
  border-top: 0;
  border-bottom: 1px solid #FFFFFF;
  margin: 0.75em auto;
}
.points-summary .budget-remaining ul, .points-summary .points-recieved ul, .points-summary .points-give ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: block;
  max-width: 15em;
}
.points-summary .budget-remaining ul li, .points-summary .points-recieved ul li, .points-summary .points-give ul li {
  line-height: 1.5;
}
.points-summary .budget-remaining ul li:nth-of-type(1), .points-summary .points-recieved ul li:nth-of-type(1), .points-summary .points-give ul li:nth-of-type(1) {
  font-size: 0.9em;
}
.points-summary .budget-remaining ul li:nth-of-type(2), .points-summary .points-recieved ul li:nth-of-type(2), .points-summary .points-give ul li:nth-of-type(2) {
  font-size: 3em;
  font-weight: 700;
}
.points-summary .budget-remaining ul li:nth-of-type(3), .points-summary .points-recieved ul li:nth-of-type(3), .points-summary .points-give ul li:nth-of-type(3) {
  font-size: 0.9em;
}
.points-summary .points-give {
  border-right: 0;
}

.prop65-link {
  display: block;
  font-weight: bold;
  color: red;
  cursor: pointer;
}
.prop65-link:hover {
  color: darkred;
}
.prop65-link img {
  max-width: 20px;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.prop65-modal {
  width: 90% !important;
  max-width: 700px !important;
}
.prop65-modal .modal-body {
  flex-wrap: wrap;
  padding: 1em 4em 1em 4em;
  height: auto !important;
  flex-direction: row;
  font-size: 14px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .prop65-modal .modal-body {
    padding: 1em 2em;
  }
}
.prop65-modal .modal-body .warning-header {
  width: 100%;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}
.prop65-modal .modal-body .warning-header img {
  max-width: 40px;
}
.prop65-modal .modal-body p {
  width: 100%;
}
.prop65-modal .modal-body .warning-optin {
  width: 100%;
  text-align: center;
}
.prop65-modal .modal-body .warning-buttons {
  width: 100%;
  padding: 1em;
  text-align: center;
}
.prop65-modal .modal-body .warning-buttons button {
  font-size: 1em;
  color: #FFF;
  background-color: #FAD141;
  padding: 1em;
  margin: 0;
  transition: all 0.2s ease-out;
  border: 0;
  text-transform: uppercase;
  font-weight: 600;
}

#prop65-confirm-modal {
  width: 99% !important;
  position: absolute !important;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #prop65-confirm-modal {
    top: 2px !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #prop65-confirm-modal .modal-header {
    padding: 0 !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #prop65-confirm-modal .modal-body {
    padding: 1em !important;
  }
}
#prop65-confirm-modal .affected-items {
  text-align: center;
  font-weight: bold;
}
#prop65-confirm-modal .warning-text {
  padding: 1em;
  margin: 1em 0;
  background-color: #f8f8f8;
}
#prop65-confirm-modal .warning-items {
  width: 100%;
  padding: 1em 0;
  margin: 0 0 2em 0;
  max-height: 150px;
  overflow-y: auto;
}
#prop65-confirm-modal .warning-items p {
  text-align: center;
}
#prop65-confirm-modal .warning-items .warning-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#prop65-confirm-modal .warning-items .warning-item:nth-of-type(even) {
  background-color: #f8f8f8;
}
#prop65-confirm-modal .warning-buttons {
  display: flex;
  justify-content: space-between;
  padding: 2em 0 6em 0;
}
#prop65-confirm-modal .warning-buttons #prop65-return-to-cart {
  background-color: #ffffff;
  color: #FAD141;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

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

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

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%; /* Part 1: Set a maxium relative to the parent */
  /*width: 100%;*/ /* IE7-8 need help adjusting responsive images */
  height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  /*font-size: 100%;*/
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

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

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

select,
button,
input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

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

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

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

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/application.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/neat/_neat.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/neat/grid/_box-sizing.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/bourbon/addons/_prefixer.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/_mixins.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_fonts.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_magiczoomplus.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/neat/grid/_media.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_special-order.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_approvals.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_reset.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_mixins.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_scaffolding.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_variables.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_type.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_forms.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_tables.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_bootstrap.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_dropdowns.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_wells.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_component-animations.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_close.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_buttons.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/neat/grid/_fill-parent.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_button-groups.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_alerts.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_breadcrumbs.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_pagination.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_pager.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_modals.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_tooltip.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_popovers.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_media.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_labels-badges.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_carousel.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_hero-unit.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_utilities.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_config.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/neat/grid/_outer-container.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/neat/settings/_grid.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/neat/grid/_span-columns.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_homepage.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_my-account.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_login.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_no-nav-page-wrapper.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/neat/grid/_omega.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/neat/grid/_shift.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_footer.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_dashboard.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_header.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_hero.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_callouts.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_virtual-catalog.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_featured.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_product-details.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_reviews.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_product-list.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_category-products.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_left-nav.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_slim-jim.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_top-products.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_email-opt-in.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_cart.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_punchout.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_checkout.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_order-confirmation.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_feedback-survey.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_search.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_new-maint-msg.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_cross-sales.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_layout.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_owl-slider.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_customs-calendars.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_faq.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_store-selection.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/modules/_verify-email.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_points-summary.scss%22,%22file:///C:/Users/nick.eggleston/Desktop/Repos/edward-jones/sass/support/_prop65.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22;AA+BA;EACI;;;AChCJ;AAAA;AAAA;AAAA;ACCE;ECQM,oBDPgB;ECYhB,iBDZgB;EC2BhB,YD3BgB;;;AAIpB;ECGI,oBDFkB;ECOlB,iBDPkB;ECsBlB,YDtBkB;;;AEc1B;AAAA;AAAA;AAAA;AAAA;AClBA;EACI,aAHa;EAIb;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aAba;EAcb;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aAvBa;EAwBb;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI,aAjCa;EAkCb;EACA;EACA;EACA;EACA;EACA;;ACxCJ;;;AAAA;AAAA;AAAA;AAAA;;;AAAA;AAYA;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;ACkEA;ED9DA;IACI;;;AAGR;AACA;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAEJ;EACI;;;AAEJ;EACI;;;AAIJ;AACA;EACI;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;;;AAIJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACA;EACA;;;AAEA;EACA;EACA;EACA;;;AAEA;EACA;;;AAGA;AACA;EACI;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;AACA;EACA;EACA;EACA;EACA;AACA;EACA;AACA;EACA;;;AAGA;AACA;EACA;EACA;EACA;EACA;AACA;EACA;AACA;EACA;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;;;AEpPJ;EACI;;AAGI;EADJ;IAEQ;;;AAKJ;EADJ;IAEQ;;;;AAKZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,kBR7BQ;EQ8BR;;AAEA;EACI,ORfR;;AQiBQ;EACI;EACA;EACA;EACA;EACA;EACA,OR3BT;;AQ8BK;EACI,OR/BT;EQgCS;;AAEA;EACI,ORnCb;EQoCa;EACA;;AAEA;EACI,ORxCjB;;AQ0CiB;EACI,OR3CrB;;AQ+Ca;EACI,ORhDjB;;AQqDK;EACI;EACA;EACA;;AAGJ;EACI;EACA,OR7DT;;AQgEK;EACI;EACA;;AAKZ;EACI;EACA,kBRrEJ;EQsEI;;AAGI;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AD5CpB;ECkDI;IAEQ;IACA;;EAEA;IACI;;;ADxDhB;ECkDI;IAWQ;IACA;;;AAMZ;EACI;;AAEA;EACI,ORxIJ;EQyII;;AAGJ;EACI;EACA;;;ACnKT;EACC;AA+FA;AAAA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;AA7FA;EACI;EACA;;AFgFJ;EElFA;IAKQ;;;AAKJ;EACI;;AFuER;EEzEA;IAMQ;;;AFmER;EE/DA;IAEQ;IACA;;;AF4DR;EEtDI;IACI;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAIA;IACI;;EAKJ;IACI;;EAKJ;IACI;;EAKJ;IACI;;;AAShB;EACI;EACA;EACA;;AAGJ;EACI,OTjEG;ESkEH;;AAEJ;EAEI;;AAEC;EACI,kBTvFO;ESwFP,OTtEL;;;ASiGJ;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAQR;EACI;EACA;EACA;EACA,OT1HD;ES2HC;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AFpER;EEiEI;IAMQ;;;AAIR;EACI;;AF5ER;EE2EI;IAIQ;;;AAGJ;EACI;;AACA;EACI;;AAKZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;;AF3GR;EEgHQ;IACI;;EAGJ;IACI;;EAIJ;IACI;IACA;IACA;;EAEA;IACA;IACA;IACA;IACA;;EAMI;IACI;;EAIJ;IACI;;EAIJ;IACI;;EAIJ;IACI;;EAIJ;IACI;;EAKZ;IACI;;EAEA;IACI;;;AAMZ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AFxLZ;EEsLQ;IAKM;;;AAIF;EACI;EACA;;AAIR;EACI;;AFtMZ;EEqMQ;IAIM;;;AAIN;EACI;EACA;EACA;;AFhNZ;EE6MQ;IAMQ;;;AFnNhB;EEoNoB;IAEQ;IACA;IAEA;;;AAQpB;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;;AAUxB;EACI;EACA;;AAEA;EACI;;;AAMR;EACI;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAIV;EACE;;AAEA;EACI;EACA;EACA;;AFjSJ;EE8RA;IAMQ;;;AFpSR;EEwSA;IAEQ;;;AF1SR;EE8SA;IAEQ;IACA;;;AFjTR;EEuTI;IACI;IACA;;EAGJ;IACI;IACA;;EAEA;IACI;IACA;IACA;IACA;;EAIA;IACI;;EAKJ;IACI;;EAKJ;IACI;;EAKJ;IACI;;;AAShB;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGR;EAEI;;AAGC;EACG;;AAGH;EACI,kBT9cO;ES+cP,OT7bL;;ASicJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;AAKJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;;;AAMR;EAEK;;AAED;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AAIR;EACI;EACA;EACA;;AFpcJ;EEicA;IAMY;;;AAGR;EACI;EACA;EACA;EACA;;AF9cR;EE0cI;IAOQ;IACA;IACA;IACA;;;AAIJ;EACI;EACA;;AAEA;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AFtfR;EEgfI;IASQ;IACA;IACA;IACA;;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAKZ;EACI;;AF5hBR;EE2hBI;IAIQ;;EAEA;IACI;IACA;IACA;;;;ACjnBpB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUE;;;AAMF;AAAA;AAAA;EAGE;EACA;EACA;;;AAMF;EACI;;;AAMJ;EACE;EACA;EACI;;;AAGN;ECnBE;EAEA;EACA;;;ADoBF;AAAA;EAEE;;;AAMF;AAAA;EAEE;EACA;EACA;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAMF;AACE;EACA;AACA;EACA;EAEA;EACA;EACA;;;AAIF;AAAA;EAEE;;;AAOF;AAAA;AAAA;AAAA;EAIE;AACA;EACA;;;AAEF;AAAA;EAEE;EACA;;;AAEF;AAAA;EAEE;EACA;;;AAEF;AAAA;AAAA;AAAA;EAII;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOI;;;AAEJ;ECsNE,oBDrNoB;ECsNjB,iBDtNiB;ECuNZ,YDvNY;EACpB;;;AAEF;AAAA;EAEE;;;AAEF;EACE;EACA;;;AAQF;EAEE;IACE;IACA;IACA;IACA;;EAGF;AAAA;IAEE;;EAGF;IACE;;EAGF;IACE;;EAIF;AAAA;AAAA;IAGE;;EAGF;AAAA;IAEE;IACA;;EAGF;IACE;;EAGF;AAAA;IAEE;;EAGF;IACE;;EAGF;IACE;;EAGF;AAAA;AAAA;IAGE;IACA;;EAGF;AAAA;IAEE;;;AE7MJ;EACE;EACA,aC2DsB;ED1DtB,WC+DsB;ED9DtB,aCgEsB;ED/DtB,OZMS;EYLT,kBC2CsB;;;ADpCxB;EACE,OCPK;EDQL;;;AAEF;AAAA;EAEE,OCqCsB;EDpCtB;;;AAQF;ED8KE,uBC7KuB;ED8KpB,oBC9KoB;ED+Kf,eC/Ke;;;AAIzB;EACE;EACA;EACA;EACA;EDoNA,oBCnNA;EDoNG,iBCpNH;EDqNQ,YCrNR;;;AAIF;EDgKE,uBC/JuB;EDgKpB,oBChKoB;EDiKf,eCjKe;;;AE3CzB;EACE;;;AAEF;EACE,eDgEsB;EC/DtB;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAMF;EAAU;;;AAEV;EAAU;;;AACV;EAAU;;;AACV;EAAU;;;AAGV;EAAuB,OdjBX;;;AckBZ;AAAA;EACuB;;;AAEvB;EAAuB,OD2NG;;;AC1N1B;AAAA;EACuB;;;AAEvB;EAAuB,OD2NG;;;AC1N1B;AAAA;EACuB;;;AAEvB;EAAuB,OD+NG;;;AC9N1B;AAAA;EACuB;;;AAEvB;EAAuB,ODuNG;;;ACtN1B;AAAA;EACuB;;;AAEvB;EAAuB;;;AACvB;EAAuB;;;AACvB;EAAuB;;;AAMvB;EACE;EACA,aDKsB;ECJtB,aDiBsB;EChBtB,aDUsB;ECTtB,ODgBsB;ECdtB;;AACA;EACE;EACA;EACA,OdxDQ;;;Ac4DZ;AAAA;AAAA;EAEK;;;AAEL;EAAK;EAAiC;;;AACtC;EAAK;;;AACL;EAAK;;;AACL;EAAK;;;AACL;EAAK,WDXmB;;;ACYxB;EAAK;;;AAEL;EAAW;;;AACX;EAAW;;;AACX;EAAW,WDhBa;;;ACiBxB;EAAW,WDjBa;;;ACuBxB;EACE;EACA;EACA;;;AASF;EACE;EACA;;;AAEF;AAAA;AAAA;AAAA;EAIE;;;AAEF;EACE,aD5CsB;;;ACgDxB;AAAA;EAEE;EACA;;;AAIF;AAAA;EAEE;EACA;;AACA;AAAA;EACE;EHzFF;EACA;EG0FE;EACA;;;AAKJ;EACE,eDrEsB;;;ACuExB;AAAA;EAEE,aDzEsB;;;AC2ExB;EACE;;;AAEF;EACE;;;AAGF;EHlJE;;AACA;EAEE;EACA;EAGA;;AAEF;EACE;;AG0IF;EACE;EACA;EACA;EACA;EHnEF;EACA;EACA;;AGoEA;EACE,aD0B8B;;;AClBlC;EACE;EACA;EACA;EACA;;;AAIF;AAAA;EAGE;EACA;;;AAEF;EACE;EACA;;;AAIF;EACE;EACA,eD1HsB;EC2HtB;EACA,aD5HsB;;;AC+HxB;EACE;EACA;EACA;EACA;;;ACtMF;AAAA;AAAA;EAGE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;EACE;;;AAGF;EACE;EACA;EACA;;;AAIF;EACE;EACA;EACA;EACA,eFqCsB;EEpCtB;EACA;EACA,OfvBS;EewBT;EACA;;AAEA;EACE;EACA,Of/BQ;;;AemCZ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;;AAIR;EACI;;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;;;AAKR;AAAA;AAAA;AAAA;AAAA;EJwCE,WErDsB;EFsDtB,aIpCuC;EJqCvC,aErDsB;;;AEmBxB;AAAA;AAAA;AAAA;EAIE,aF9BsB;;;AEkCxB;EACE;EACA;EACA;EACA;;;AAOF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAiBE;EACA;EACA;EACA,WF5DsB;EE6DtB,aF3DsB;EE4DtB,OflHM;EemHN;;;AAGF;AAAA;EAEE;;;AAKF;AAAA;AAAA;EAGE;;;AAGF;EACE;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAgBE,kBftJM;EeuJN;EACA;EACA;EJiFA,oBIhFA;EJiFG,iBIjFH;EJkFQ,YIlFR;EJuFA,oBItFA;EJuFG,iBIvFH;EJwFK,eIxFL;EJyFQ,YIzFR;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE,cfrKG;EesKH;EACA;EJ0EF,oBIzEE;EJ0EC,iBI1ED;EJ2EM,YI3EN;;;AAKJ;AAAA;EAEE;EACA;EACA;EACA;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;;;AAIF;AAAA;EAGE;EACA,aFvE8B;;;AE6EhC;AAAA;EAEE;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA;AAAA;EAEE,Of9NU;Ee+NV;EACA,cFvG8B;EFuH9B,oBIfA;EJgBG,iBIhBH;EJiBQ,YIjBR;EACA;;;AAIF;EACE;EACA;;;AAIF;EACE;EACA;;;AJ7KA;AAAA;EACE,OXlEQ;;AWoEV;AAAA;EACE,OXrEQ;;AWuEV;AAAA;EACE,OXxEQ;;Ae0PZ;AAAA;EACI;;AAEJ;AAAA;EACI;;AAEJ;AAAA;EACI;;AAEJ;AAAA;EACI;;;AAWJ;AAAA;EAEE,YFtNsB;EEuNtB;;;AAGF;AAAA;EAEE;EACA;;;AAIF;AAAA;EAEE;;;AAKF;AAAA;EAEE;EACA;EACA;EACA;;;AAGF;AAAA;EAEE;;;AASF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAIF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EASE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAUE;;;AASF;AAAA;AAAA;AAAA;AAAA;AAAA;EAME;EACA,kBFpXY;;;AEuXd;AAAA;AAAA;AAAA;EAIE;;;AJ/OA;AAAA;AAAA;EAGE,OEmFsB;;AFhFxB;AAAA;AAAA;AAAA;AAAA;EAKE,OE2EsB;;AFzExB;AAAA;AAAA;EAGE,cEsEsB;EFAxB,oBArEE;EAsEC,iBAtED;EAuEM,YAvEN;;AACA;AAAA;AAAA;EACE;EAmEJ,oBAlEI;EAmED,iBAnEC;EAoEI,YApEJ;;AAIJ;AAAA;EAEE,OE4DsB;EF3DtB,kBE4DsB;EF3DtB,cE0DsB;;;AFtFxB;AAAA;AAAA;EAGE,OEuFsB;;AFpFxB;AAAA;AAAA;AAAA;AAAA;EAKE,OE+EsB;;AF7ExB;AAAA;AAAA;EAGE,cE0EsB;EFJxB,oBArEE;EAsEC,iBAtED;EAuEM,YAvEN;;AACA;AAAA;AAAA;EACE;EAmEJ,oBAlEI;EAmED,iBAnEC;EAoEI,YApEJ;;AAIJ;AAAA;EAEE,OEgEsB;EF/DtB,kBEgEsB;EF/DtB,cE8DsB;;;AF1FxB;AAAA;AAAA;EAGE,OE2FsB;;AFxFxB;AAAA;AAAA;AAAA;AAAA;EAKE,OEmFsB;;AFjFxB;AAAA;AAAA;EAGE,cE8EsB;EFRxB,oBArEE;EAsEC,iBAtED;EAuEM,YAvEN;;AACA;AAAA;AAAA;EACE;EAmEJ,oBAlEI;EAmED,iBAnEC;EAoEI,YApEJ;;AAIJ;AAAA;EAEE,OEoEsB;EFnEtB,kBEoEsB;EFnEtB,cEkEsB;;;AF9FxB;AAAA;AAAA;EAGE,OE+FsB;;AF5FxB;AAAA;AAAA;AAAA;AAAA;EAKE,OEuFsB;;AFrFxB;AAAA;AAAA;EAGE,cEkFsB;EFZxB,oBArEE;EAsEC,iBAtED;EAuEM,YAvEN;;AACA;AAAA;AAAA;EACE;EAmEJ,oBAlEI;EAmED,iBAnEC;EAoEI,YApEJ;;AAIJ;AAAA;EAEE,OEwEsB;EFvEtB,kBEwEsB;EFvEtB,cEsEsB;;;AEyK1B;AAAA;AAAA;EAGE;EACA;;AAEA;AAAA;AAAA;EACE;EJ5LF,oBI6LE;EJ5LC,iBI4LD;EJ3LM,YI2LN;;;AASJ;EACE;EACA,YF7XsB;EE8XtB,eF9XsB;EE+XtB,kBF9T8B;EE+T9B;EJhcA;;AACA;EAEE;EACA;EAGA;;AAEF;EACE;;;AI+bJ;AAAA;EAEE;;;AAGF;EACE;EACA;;;AAGF;EACE;EJjbA;EACA;EIkbA;EACA;;;AASF;AAAA;EAEE;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAKE,WF/aoB;;AEkbtB;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;EACA;EACA;EACA;EJhTF,uBIiTyB;EJhTtB,oBIgTsB;EJ/SjB,eI+SiB;;AAEvB;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;;AAIJ;AAAA;EACE;EACA;EACA,QFjcoB;EEkcpB;EACA;EACA,WFtcoB;EEucpB;EACA,aFtcoB;EEucpB;EACA;EACA,kBFtfU;EEufV;;AAGF;AAAA;AAAA;AAAA;AAAA;AAAA;EAGE;EJ1UF,uBI2UyB;EJ1UtB,oBI0UsB;EJzUjB,eIyUiB;;AAGzB;AAAA;EACE;EACA,cFnfoB;;;AEwftB;AAAA;EAEE;;AAGF;AAAA;EJ1VA,uBI6VyB;EJ5VtB,oBI4VsB;EJ3VjB,eI2ViB;;;AAKzB;AAAA;AAAA;EJlWA,uBIqWyB;EJpWtB,oBIoWsB;EJnWjB,eImWiB;;AAEvB;AAAA;AAAA;EJvWF,uBIwW2B;EJvWxB,oBIuWwB;EJtWnB,eIsWmB;;AAI3B;AAAA;AAAA;EAGE;;AAGF;AAAA;AAAA;EJlXA,uBIqXyB;EJpXtB,oBIoXsB;EJnXjB,eImXiB;;;AAMzB;AAAA;AAAA;EJ3XA,uBI8XyB;EJ7XtB,oBI6XsB;EJ5XjB,eI4XiB;;AAEvB;AAAA;AAAA;EJhYF,uBIiY2B;EJhYxB,oBIgYwB;EJ/XnB,eI+XmB;;AAI3B;AAAA;EAEE;EJvYF,uBIwYyB;EJvYtB,oBIuYsB;EJtYjB,eIsYiB;;AAGzB;AAAA;EAEE;EJ7YF,uBI8YyB;EJ7YtB,oBI6YsB;EJ5YjB,eI4YiB;;AAGzB;EACE;;;AAUJ;EACE;EACA;EACA;EACA;EACA;EJjaA,uBIkauB;EJjapB,oBIiaoB;EJhaf,eIgae;;;AAGzB;AACA;AAAA;EJtaE,uBIwauB;EJvapB,oBIuaoB;EJtaf,eIsae;;;AAGzB;EJ3aE,uBI4auB;EJ3apB,oBI2aoB;EJ1af,eI0ae;;;AAGzB;EJ/aE,uBIgbuB;EJ/apB,oBI+aoB;EJ9af,eI8ae;;;AAGzB;EJnbE,uBIobuB;EJnbpB,oBImboB;EJlbf,eIkbe;;;AAGzB;EJvbE,uBIwbuB;EJvbpB,oBIuboB;EJtbf,eIsbe;;;AAevB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAOE;EJjnBF;EACA;EIknBE;EACA;;AAGF;AAAA;AAAA;EACE;;;AAMA;EACI;;;AAIR;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;AAAA;AAAA;EAIE;;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;EACA;;;AAGF;AAAA;AAAA;AAAA;EAIE;EACA;EACA;;;AAKF;EACE;;;AAIF;EACE,YF9oBsB;EE+oBtB;;;AAQA;EACE,eFxpBoB;EFhEtB;;AACA;EAEE;EACA;EAGA;;AAEF;EACE;;AIktBF;EAEE;EACA;EACA;;AAGF;EAGE;EACA;EACA,aFljB8B;EEmjB9B;;AAEA;EACE,eFtjB4B;;AE0jBhC;EACE;;AASA;AAAA;AAAA;AAAA;AAAA;AAAA;EACE;;AAIJ;EACE,cF1kB8B;;;AEilBlC;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;;AAGF;EACE;;;AAIJ;EACE;;;AAGF;EACE;;;AAIA;EACE;;AAGF;EACE;;AAEA;EACE;EACA;EACA;;AAMA;EACE;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;;AAIJ;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;;AAIJ;EACE;;AAIA;EAKE;;AAJA;EACE;;AAMJ;EACE;;AAIJ;EACE;EACA;EACA;EACA;;AAGF;EACE;;AAGF;EACE;;AAIA;EACE;;AAIA;EACE;EACA;;AAIJ;EACE;;AAIJ;EACE;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMR;EACE;;;AAGF;AAAA;EAEE;EACA;;AAEE;AAAA;EACE;;;AAIN;EACE;;;AAEF;EACE;EACA;;;AAEF;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;;AAEF;EACE;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACE;;AACA;EACE;EACA;EACA;EACA;;;AAMN;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;;ACjgCZ;EACE;EACA,kBH+FkC;EG9FlC;EACA;;;AAMF;EACE;EACA,eHwDsB;;AGtDtB;AAAA;EAEE;EACA,aHmDoB;EGlDpB;EACA;EACA;;AAEF;EACE;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T;;A0C2VK;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;;AAUd;EACI;EACA;;AAIN;EACI;EACA;EACA;EACA,O1CzXG;E0C0XH;EACA;EACA;;AAIF;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;;AAKJ;EACI;EACA;EACA;;AAKJ;EACM;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;;AAQd;EACU;EACA;;AAOR;EACI;EACA;EACA;EACA;;AnCxYR;EmC6YQ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAIJ;IACI;;EAEJ;IACI;;EAGJ;IACI;;;;AAQhB;EACM;;AAEA;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AnCxbV;EmCqbM;IAMQ;IACA;;;AAIR;EACI;EAEA;;AnCncV;EmCgcM;IAMQ;;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA,O1CphBP;;A0CwhBH;EACI;EACA;EACA;EACA,O1C5hBD;E0C6hBC;EACA;EACA;;AAIN;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;;AnC9fZ;EmCwfU;IASM;;;AAGJ;EACI;EACA;;AAKN;EACM;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACI;;AAGA;EACG;EACA;EACA;;AAGH;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA,O7BnmBjB;;A6BsmBiB;EACI;EACA,O1CvnBvB;;A0C6nBW;EACI;EACA;EACA;EACA;;AAEE;EACA;EACA;;AASd;EACI;EACA;EACA,O1CjpBP;;A0CmpBO;EACI,O1ChqBF;;A0CmqBF;EACI;;AnCrlBlB;EmColBc;IAIQ;;;AAGJ;EACI;;AAMR;EACI;;AAGJ;EACI;;;AASlB;EACI;EACA;EACA;;AACA;EACI;EACA;EACA;EACA,O1C3rBD;E0C4rBC;;AAGN;EACI;EACA;EACA;EACA;;AnChoBN;EmCgnBA;IAoBQ;;;;AAMR;EACI;EACA;EACA;EACA,O1CjtBG;E0CktBH;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAMJ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;;AnCnrBR;EmCirBI;IAKQ;;;AAKJ;EACI;EACA;;AnC7rBZ;EmC2rBQ;IAKQ;;;AAGJ;EACI;;AAKZ;EACI;;AnC1sBR;EmCysBI;IAIQ;;;AAIR;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;;;AAOhB;EACI;EACE;EACA;EACA;EACA;;AAEA;EACI;;AnCzuBN;EmCiuBJ;IAYU;;;AAGF;EACI;EACA;EACA;EACA,O1CvzBD;;A0C0zBL;EACI;EACA;EACA;EACA,O1C9zBC;;A0Ci0BL;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAQJ;EACE;;AAGF;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAIJ;EACM;EACA,kB1Ct2BJ;E0Cu2BI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,kB1C/2BR;E0Cg3BQ;EACA,O1Cr3BL;;A0Cu3BK;EACI;EACA;EACA;EACA;EACA;EACA;;AAQd;EACU;EACA;;AAOR;EACI;EACA;EACA;EACA;;AnC/0BR;EmCo1BQ;IACI;IACA;IACA;IACA;;EAGJ;IACI;;EAGJ;IACI;;EAIJ;IACI;;EAEJ;IACI;;;;AAYhB;EACI;EACA;EACA;;AnCv3BA;EmCo3BJ;IAMQ;IACA;;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA,O1C18BG;;A0C68BP;EACI,O1C59BY;;A0C89BZ;EACI;EACA;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA,O1C/9BG;;A0Cm+BP;EACI;;;AAMA;EACA;EACA;EACA;EACA,O1C9+BG;;A0Ci/BH;EACI;EACA,kB1C/+BJ;E0Cg/BI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AnCz7BZ;EmC86BI;IAeQ;;;AAMA;EACI,kB1CzgCR;;A0C8gCJ;EACI,O1C1gCJ;E0C2gCI;;AAEA;EACI;EACA;;AAEA;EACI;EACA,O1ClhCZ;E0CmhCY;;AAOR;EACI;EACA;EACA,kB1C7hCR;E0C8hCQ;EACA;EACA;EACA;EACA;;AnCn+BZ;EmC29BQ;IAWQ;;;AAKJ;EAEI;EACA;;AnC9+BhB;EmC2+BY;IAMQ;;;AAIJ;EACI,O1CtjChB;E0CujCgB;;AAEA;EACA;EACA;;AAIJ;EACI;EACA;;AnCjgCpB;EmC+/BgB;IAKQ;;;AAOnB;EACG;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI,kB1CrlCZ;E0CslCY,O1CvlCZ;;A0C0lCQ;EACI,kB1C1lCZ;E0C2lCY,O1C5lCZ;;A0CgmCI;EACI,kB1ChmCR;E0CimCQ,O1ClmCR;E0CmmCQ;;AAGJ;EACI;;;AASZ;EACI;;AAGJ;EACI;EACA;EACA;EACA,O1C3nCG;E0C4nCH;;AAKA;EACI;EACA,O7BpnCC;;A6BwnCT;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;;AAGJ;EACI;;AAIR;EACI;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;;AnCpmCR;EmCsmCQ;IAEQ;IACA;IACA;;;AAIR;EACI;;AnC/mCZ;EmC8mCQ;IAIQ;;;AnClnChB;EmCunCI;IAEQ;;;AAKR;EACI;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;;AnCxoCZ;EmCuoCQ;IAIQ;;;AAIJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AnC5qChB;EmCuoCQ;IAyCQ;;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI,O1ClwCb;;A0CqwCS;EACI,O1CtwCb;;A0CywCS;EACI;;AAGJ;EACI;;AnCxsChB;EmC6sCI;IAEQ;IACA;IACA;;EAEA;IACI;;;AAMhB;EAEQ;IACI;;EAII;IACI;IACA;;EAEA;IACI;IACA;;EAEA;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAS5B;EACI;EACA;EACA;;AASJ;EACI;EACA;EACA;EACA,O1C11CG;E0C21CH;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA,O1Cn3CD;;A0Cs3CH;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAKA;EACI;EACA;;AAIR;EACI,O7B54CP;;A6Bi5CO;EACI;EACA;;AAEA;EACI;;AAMhB;EACI;EACA;EACA;EACA;;;AAQZ;EACI;EACA;EACA;EACA,O1C37CG;E0C47CH;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AnCx4CR;EmCu4CI;IAIQ;IAEA;;;AAIR;EACI;EACA;;AnCn5CR;EmCi5CI;IAKQ;IACA;;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;;AAEA;EACI,O1Cr/CG;E0Cs/CH;;AAIR;EACI;;AAEA;EACI;;;AAQZ;EACI;EACA;EACA;EACA,O1C7/CG;;;A0CkgDP;EACI;EACA;EACA;EACA,O1CtgDG;E0CugDH;EACA;;;AAIR;EACI;;AAEA;EACI;EACA;;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACA;EACA;;;AAKR;EACI;;AAEA;EACI;EACA;EACA;EACA,O1C9iDG;;AOmEP;EmCg/CI;IACI;;EAKI;IACI;IACA;;;AAOhB;EACI;EACA;EACA;EACA,O1CtkDG;E0CukDH;EACA;EACA;EACA;;AAGI;EACI;;AnC3gDZ;EmC0gDQ;IAIQ;;;AAKZ;EACI;EACA;;AAEA;EACI,O7B5kDH;E6B6kDG;EACA;;AAEA;EACI,O1ChmDT;E0CimDS;EACA;;AAMhB;EACI;;AAEA;EACI;EACA;;AAIR;EACI;;AAIA;EACI;;AAEA;EACI,O1C1nDL;E0C2nDK;EACA;;AAEA;EACI;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EACI;;AAMR;EACI;;AAEA;EACI;;AAGJ;EACI;;AAMZ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAKZ;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;;AAKZ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AAIF;EACE;;AAIF;EACE,kBhEhyBkB;;AgEoyBpB;EACE;EACA;EACA;;AAIF;EACE;;AAIF;EACE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACI;;AAGJ;EACI;;AAEA;EACI;;AAEJ;EACI;;;AAWJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI,OnD9zBC;EmD+zBD;;AAGJ;EACI;EACA;EACA;EACA;EACA,OnDv0BC;EmDw0BD;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA,kBhE73BJ;EgE83BI,OhEl4BD;EgEm4BC;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;;AAKJ;EACI;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI,OhE/7BT;;AgEi8BS;EACI;EACA,OhEh8BhB;;AgEq8BI;EACI;;AAEA;EACI,OhE19BA;EgE29BA;EACA;;AAEA;EACI,OhE/9BJ;EgEg+BI;EACA;;AAOpB;EACI;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;;AAEA;EACI;;AAGJ;EACI;EACA,OnD79BH;EmD89BG;EACA;;AAGI;EACI;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,kBnDh/BH;EmDi/BG;EACA;;AAGJ;EACI;EACA,OnDv/BH;EmDw/BG;;AAIR;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AzDz+BZ;EyDs+BQ;IAOQ;IACA;;;AAGJ;EACI;EACA;;AAMhB;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAOR;EACI;EACA;EACA;EACA;EACA;EACA;;AAKI;EACI,OhE9lCL;;AgEmmCP;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIA;EACI;;AzD3jChB;EyD0jCY;IAIQ;;;AAKZ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI,OhE3qCT;;AgE6qCS;EACI;EACA,OhE5qChB;;AgEirCI;EACI;;AAEA;EACI,OhEtsCA;EgEusCA;EACA;;AAEA;EACI,OhE3sCJ;EgE4sCI;EACA;;AAOpB;EACI;;AAEA;EACI;;;AAKZ;EACI;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AAKZ;EACI;;;AAKA;EACA;;;AAIJ;EACI;;AAEA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;;AAUR;EACI;;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAIR;EACI;IAAK;;EACL;IAAO;;;AAGX;EACI;;;AAawB;EACI;;AAShC;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AzDhxCR;EyD8wCI;IAKQ;IACA;;;AAGJ;EACI;EACA;;AzDzxCZ;EyDuxCQ;IAIQ;;;AAIR;EACI;;AzDhyCZ;EyD+xCQ;IAGQ;;;AAIR;EACI;EACA;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;;AzDpzCJ;EyDizCA;IAMQ;;;AAGJ;EACI;;AAEA;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;;AAKZ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEA;EACI;;AAIJ;EACI;EACA;EACA;;AAEA;EACI,OhE96CT;;AgEi7CK;EACI;;AzD/2ChB;EyD82CY;IAIQ;IACA;;;AAGR;EACI;;AzDv3ChB;EyDs3CY;IAIQ;;;AAGR;EACI;;AzD93ChB;EyD63CY;IAIQ;IACA;;EACA;IACI;;;AAIZ;EACI;;AzDz4ChB;EyDw4CY;IAIQ;IACA;;EACA;IACI;;;AAIZ;EACI;;AzDp5ChB;EyDm5CY;IAIQ;IACA;;EAEA;IACI;;;AAOpB;EACI;EACA;;AACA;EACI;;AAKJ;EACI;EACA;;AzD76CZ;EyD26CQ;IAKQ;IACA;;;AAGJ;EACI;EACA;;AAGJ;EACI;;AzD17ChB;EyDy7CY;IAIQ;;;AAIR;EACI;EACA;;AAGJ;EACI;;AAEJ;EACI;EACA;;AAEJ;EACI;;;AASpB;EACI;;AAEA;EACI;;AAGJ;EACI;;;AAQR;EACI;EACA;EACA;;AzD1+CA;EyDu+CJ;IAMQ;;;AAKJ;EACI;EACA;;AzDp/CJ;EyDk/CA;IAKQ;IACA;;;AAGJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;AAEA;EACI;EACA;;AAIR;EACI;;AAIR;EACI;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAIR;EACI,OhE3nDO;EgE4nDP;EACA;;AAKA;EACI,OhEtnDL;EgEunDK;EACA;;AAEA;EACI,OhExnDZ;;AgE4nDI;EACI;EACA;;AzD9jDZ;EyD4jDQ;IAKQ;;;;AAWlB;EACE;EACA;EACA;EACA;;AAEA;EACI;;;AAIN;EACE;EACA,OhEzpDI;;;AgE8pDE;EACI;;;ACnrDd;EACI,kBjEcQ;EiEbR;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBjESA;;AiENJ;EACI;EACA;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA,OjEPJ;;AiEWJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;;AAIA;EADJ;IAEQ;IACA;;;AAIR;EACI;EACA;EACA;EACA;;AAMJ;EACI;EACA;;AAEA;EACI;;AAEA;EACI;;AAKZ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EACA;EACA;;AAEA;EACI;;AAEA;EACI;EACA;;AAIR;EAdJ;IAeQ;;;AAMJ;EACI;EACA;EACA;EACA;;AAEA;EANJ;IAOQ;IACA;IACA;;EAEA;IACI;;EAGJ;IACI;;EAEA;IACI;;EAGJ;IACI;IACA;;;AAKZ;EACI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAGJ;EAZJ;IAaQ;IACA;IACA;IACA;;EAEA;IACI;IACA;;;AAQxB;EACI;EACA;;AAEA;EACI;;AAIA;EADJ;IAEQ;;;;ACxLhB;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAMJ;EACI;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAII;EACI;EACA;;AAGJ;EACI;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA,OlEzDZ;EkE0DY;EACA;EACA;;AAKZ;EACI;EACA;EACA;;AAEA;EACI;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEA;EACI;EACA;;AAGJ;EACI;;AAKR;EACI;;AAKZ;EACI;EACA;;AAEA;EACI;;;AAMR;EACI;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;;;AAIR;EACI;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;AAEA;EACI;EACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;;EAGJ;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;;EAIJ;IACI;IACA;;;AAIR;EACI;IACI;;EAGJ;IACI;;;AAIR;EACI;IACI;IACA;IACA;;EAGJ;IACI;IACA;IACA;;;AChOR;EACI;;;ACLJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OpEgBI;EoEfJ;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;A7DqEA;E6DtFJ;IAoBQ;;;AAGJ;EACI;;;AAIR;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAIJ;EACI;EACA;;;AAGJ;EACI;EACA,kBpE1CgB;;AoE4ChB;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;;;AC5DR;EACI;EACA;;AAEA;EACI;EACA;;AAGA;EACI;EACA;EACA;EACA,OrEMD;EqELC;EACA;;AAKA;EACI;;;ACrBhB;AAAA;AAAA;EAGE;;;AlEmLE;EACI;EACA;EACA;;AGnGJ;EHgGA;IAMQ;;;AGtGR;EHgGA;IAUQ;;;;AAIR;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AkE7MZ;EACE;EACA;EACA;EACA;EACA,OzDMkB;EyDLlB;;;AAGF;EACE;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EACE;EACA;;AACA;EACE;;A/DsDA;E+DvDF;IAGI;;;;AAKN;EACE;EACA;EACA;EACA;EACA;;A/D0CE;E+D/CJ;IAQI;;;AAEF;EACE;;;AAIJ;E9BSI;EAGE;EAeA;EACA;EK7BA;;AL+BA;EACE;;;A8B1BR;EACE;;;AC5DF;AAAA;AAAA;AAAA;AAKA;AACA;EACE;EACA;EACA;EACA;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAGF;EAEE;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAQF;AAAA;EAEE;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACA;AAAA;AAAA;AAIA;AACA;AAAA;EAOE;EACA;EACA;EACA;EACA;EACA;;AARE;AAAA;EACI;;;AAUR;AAAA;AAAA;AAAA;E/BxBI;EAGE;EAeA;EACA;EK7BA;E0BwCJ;EACA;;A/BVI;AAAA;AAAA;AAAA;EACE;;A+BUN;AAAA;AAAA;AAAA;EACE;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;;AAEI;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA,OvE3FT;EuE4FS;EACA;EACA;;AACA;AAAA;AAAA;AAAA;EACI,O1DxEd;E0DyEc;;AAIR;AAAA;AAAA;AAAA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;;AhE1ChB;EgEwCY;AAAA;AAAA;AAAA;IAKQ;;;AhE7CpB;EgEwCY;AAAA;AAAA;AAAA;IASQ;;;AAIR;AAAA;AAAA;AAAA;EACI,kBvEtHZ;EuEuHY;EACA,OvEvHZ;EuEwHY;EACA;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;;AAKZ;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAEA;AAAA;AAAA;AAAA;EACI;EACA;EACA;;AAGJ;AAAA;AAAA;AAAA;EAEI;;AAQlB;AAAA;AAAA;AAAA;EACI;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAEE;EACA;;AAKF;AAAA;AAAA;AAAA;EACE;;AAGA;AAAA;AAAA;AAAA;EACE;EACA;EACA;;AAIJ;AAAA;AAAA;AAAA;EACE;;AAIA;AAAA;AAAA;AAAA;EACE;EACA;EACA;;;AAKN;EACI;;;AAIF;EACE;EACA;;;AAKF;EACE;EACA;;;AAOA;EACI;EACA;EACA,a1DvKgB;E0DwKhB;EACA;EACA,OvEzNA;;AOgEJ;EgEmJA;IASQ;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;AhErKR;EgE+JI;IASQ;;;;AAOhB;AAAA;AAAA;AAAA;AAKA;EACE;EACA;;;AAGF;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;AACA;AACA;EACE;EACA;EACA;;;AAIF;AAEA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,YvEpSS;;;AuEuSX;AAAA;EAEE;EACA;;;AAGF;AAEA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;AACA;EACE;EACA;;;AAGF;AAAA;AAAA;AAAA;AAKA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;AACA;EACE;EACA;EACA;;;AAGF;EACE;EACA;EACA;;;AAEF;AACA;AACA;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;;EAGF;IACE;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;EAGF;IACE;IACA;;EAGF;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;AAIJ;EACE;IACE;IACA;;;ACrpBH;EACG;EACA;;AAEJ;EACI;;AAEA;EACI;EACA;;;AAOR;EACE;EACA;EACA;EACA;EACA;EACA;;AAEA;EACE;EACA;;;AAMJ;EACE;EACA;;AACA;AAAA;AAAA;EAGE;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;AAAA;EACE;EACA;EACA;;AAEA;AAAA;AAAA;EACE;EACA;;AAIJ;AAAA;AAAA;EACE;;AAGF;AAAA;AAAA;EACE;;AAIJ;EACE;;AAIA;EACE;;AAEA;EACE;;AAIJ;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAIJ;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACE;;AAGF;AAAA;EACE;;AAGF;AAAA;EACE;EACA;;AAEA;AAAA;EACE;;AAMJ;EACE;EACA;;AAEA;EACE;EACA;;AAMJ;EACE;EACA;;AAEA;EACE;EACA;;AAKN;AAAA;EAEE;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;AAAA;EACE;EACA;;AAGF;AAAA;EACE;;AAYF;EACE;EACA;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAMF;EACE;EACA;;AAGF;EACE;EACA;EACA;;AAGF;EACE;;AAIJ;AAAA;AAAA;EAGE;EACA;EACA;EACA;EACA;EACA;;AAGF;EACE;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAKN;EACE;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EACA;EACA;;AAEA;EACE;;AAKN;EACE;EACA;;AAEE;EACE;;AAGF;EACE;;AAGF;EACE;;AAEA;EACE;;AAKN;EACE;;AAGF;EACE;EACA;EACA;;AAIF;EACE;EACA;EACA;EACA;;;AAMN;EACI;EACA;EACA;EACA;;AjE5NA;EiEwNJ;IhC/OI;IAGE;IAeA;IACA;;EAEA;IACE;;;;AgCqOR;EACI;;AAEA;E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%22%7D */