.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.global-messages:before,
.global-messages:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.global-messages:after {
  clear: both;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #4d4e53;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #d65252;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #007dc3;
}
a.text-primary:hover {
  color: #005c90;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff !important;
}
a.text-info:hover {
  color: #e6e6e6 !important;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #ffffff;
  background-color: #007dc3;
}
a.bg-primary:hover {
  background-color: #005c90;
}
.bg-success {
  background-color: #20a135;
}
a.bg-success:hover {
  background-color: #187627;
}
.bg-info {
  background-color: #56aaea !important;
}
a.bg-info:hover {
  background-color: #2993e4 !important;
}
.bg-warning {
  background-color: #d65252;
}
a.bg-warning:hover {
  background-color: #c62f2f;
}
.bg-danger {
  background-color: #d65252;
}
a.bg-danger:hover {
  background-color: #c62f2f;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.float-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.float-right footer:before,
.blockquote-reverse small:before,
blockquote.float-right small:before,
.blockquote-reverse .small:before,
blockquote.float-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.float-right footer:after,
.blockquote-reverse small:after,
blockquote.float-right small:after,
.blockquote-reverse .small:after,
blockquote.float-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #6a6a6a;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #007dc3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004c76;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.skip,
.skiptocontent,
.skiptonavigation {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter-Regular';
  src: url('../fonts//Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa.fa-light-gray {
  color: #6a6a6a;
}
.fa.fa-gray-dark {
  color: #6a6a6a;
}
.fa.fa-gray {
  color: #d0d0ce;
}
.fa.fa-blue {
  color: #007dc3;
}
.fa.fa-white {
  color: #ffffff;
}
.fa.fa-red {
  color: #d65252;
}
.control-label > .fa {
  line-height: inherit;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-1-5x {
  font-size: 1.5em;
}
.fa-2x {
  font-size: 2em;
}
.fa-2-5x {
  font-size: 2.5em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.fa.float-left {
  margin-right: 0.3em;
}
.fa.float-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  font-display: block;
  src: url("../fonts/material-symbols-outlined.woff2") format("woff2");
}
@font-face {
  font-family: 'Inter-Regular';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}
.loading-hide {
  display: none!important;
}
.sm-box-shadow {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.shopping-box-large-icon-before:before {
  content: '';
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -720px transparent no-repeat;
  width: 63px;
  height: 50px;
  display: inline-block;
}
.shopping-box-large-icon-after:after {
  content: '';
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -720px transparent no-repeat;
  width: 63px;
  height: 50px;
  display: inline-block;
}
.shopping-box-small-icon-before:before {
  content: '';
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -644px transparent no-repeat;
  width: 34px;
  height: 28px;
  display: inline-block;
}
.shopping-box-small-icon-after:after {
  content: '';
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -644px transparent no-repeat;
  width: 34px;
  height: 28px;
  display: inline-block;
}
.shopping-box-backorder-small-icon-before:before {
  content: '';
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -682px transparent no-repeat;
  width: 34px;
  height: 28px;
  display: inline-block;
}
.shopping-box-backorder-small-icon-after:after {
  content: '';
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -682px transparent no-repeat;
  width: 34px;
  height: 28px;
  display: inline-block;
}
.saved-box .icon {
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -603px transparent no-repeat;
  width: 35px;
  height: 34px;
  display: block;
  margin: 0 auto;
}
.contact-phone-mail-icon {
  background: url('../../../../../../_ui/responsive/theme-blue/images/phone_mail.png') no-repeat;
  width: 43px;
  height: 35px;
  display: block;
  margin: 0 auto;
}
.return-items-icon-active:before {
  content: '';
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -286px transparent no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
}
.return-items-icon-active:hover:before {
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -234px transparent no-repeat;
}
.return-items-icon-inactive:before {
  content: '';
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -208px transparent no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
}
.return-items-icon-default:before {
  content: '';
  background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -260px transparent no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0;
}
@media print {
  .return-items-icon-default:before {
    -webkit-print-color-adjust: exact;
    -webkit-transition: none !important;
    transition: none !important;
    background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -26px no-repeat !important;
  }
}
.not-a-link {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.not-a-link:hover,
.not-a-link:active,
.not-a-link:focus {
  color: inherit;
  text-decoration: none;
}
.list-centered-aligned {
  width: 100%;
  text-align: center;
}
.list-centered-aligned li {
  display: inline-block;
}
.m-header-popovers {
  z-index: 9;
  position: absolute;
  background: #ffffff;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.site-header-padding {
  padding: 15px 15px 0px 15px;
}
@media (min-width: 992px) {
  .m-only {
    display: none !important;
  }
}
.full-width {
  width: 100%;
}
@media (max-width: 991px) {
  .xs-full-width {
    width: 100%;
  }
}
.italic {
  font-style: italic;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.hidden {
  display: none;
  visibility: hidden;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cms-img-responsive img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .cms-img-responsive .dynamic_disp-img video {
    width: 100% !important;
    height: auto !important;
  }
}
.cms-img-full-width img {
  width: 100%;
}
.max-height-400 {
  max-height: 400px;
  overflow-y: scroll;
}
.img-center {
  margin-right: auto;
  margin-left: auto;
}
.break-word {
  word-wrap: break-word;
}
.break-all-word {
  word-break: break-all;
}
.sm-blue {
  background-color: #007dc3;
}
.sm-blue-light {
  background-color: #1197e1;
}
.sm-gray {
  background-color: #6a6a6a;
}
.sm-apricot {
  background-color: #d65252;
}
.sm-orange {
  background-color: #ff9500;
}
.sm-orange-light {
  background-color: #fdb045;
}
.sm-green {
  background-color: #20a135;
}
.sm-green-light {
  background-color: #29b540;
}
.sm-skyblue {
  background-color: #56aaea;
}
.white {
  background-color: #ffffff;
}
.text-blue {
  color: #007dc3;
}
.text-gray-darkest {
  color: #4d4e53;
}
.gray-darker {
  color: #6a6a6a;
}
.bg-gray-darkest {
  background-color: #4d4e53;
}
.bg-gray-darker {
  background-color: #6a6a6a;
}
.bg-gray-dark {
  background-color: #6a6a6a;
}
.bg-gray {
  background-color: #d0d0ce;
}
.bg-light-gray {
  background-color: #e6e6e6;
}
.bg-lighter-gray {
  background-color: #f6f6f6;
}
@media (max-width: 991px) {
  .xs-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.pad-0 {
  padding: 0 !important;
}
.mar-0 {
  margin: 0 !important;
}
.pd-r-0 {
  padding-right: 0 !important;
}
.pd-l-0 {
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  .lg-pad-r-0 {
    padding-right: 0 !important;
  }
}
.t-5 {
  position: relative;
  top: 5px;
}
.bg1 {
  background: red;
}
.bg2 {
  background: blue;
}
.bg3 {
  background: green;
}
.bg4 {
  background: purple;
}
.b1 {
  border: 1px solid red;
}
.b2 {
  border: 1px solid blue;
}
.b3 {
  border: 1px solid green;
}
.b4 {
  border: 1px solid purple;
}
.border-b {
  border-bottom: 1px solid #e6e6e6;
}
.no-border-b {
  border-bottom: none !important;
}
.border-t {
  border-top: 1px solid #e6e6e6;
}
.sm-blue {
  background-color: #007dc3;
}
.sm-blue-light {
  background-color: #1197e1;
}
.sm-gray {
  background-color: #6a6a6a;
}
.sm-apricot {
  background-color: #d65252;
}
.sm-orange {
  background-color: #ff9500;
}
.sm-orange-light {
  background-color: #fdb045;
}
.sm-green {
  background-color: #20a135;
}
.sm-green-light {
  background-color: #29b540;
}
.sm-skyblue {
  background-color: #56aaea;
}
.vertical-align {
  display: flex;
  align-items: center;
}
.make-centered {
  justify-content: center;
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .xs-sm-2-col-btn {
    width: 48%;
  }
  .xs-sm-2-col-btn.right {
    margin-left: 2%;
  }
  .xs-sm-2-col-btn.left {
    margin-right: 2%;
  }
}
@media (max-width: 991px) {
  .xs-md-2-col-btn {
    width: 48%;
  }
  .xs-md-2-col-btn.right {
    margin-left: 2%;
  }
  .xs-md-2-col-btn.left {
    margin-right: 2%;
  }
}
@media (max-width: 991px) {
  .xs-md-list-buttons-spacing .btn {
    margin-bottom: 15px;
  }
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.mar-t-30 {
  margin-top: 30px !important;
}
.mar-b-30 {
  margin-bottom: 30px !important;
}
.mar-l-30 {
  margin-left: 30px !important;
}
.mar-r-30 {
  margin-right: 30px !important;
}
.pad-t-30 {
  padding-top: 30px !important;
}
.pad-b-30 {
  padding-bottom: 30px !important;
}
.pad-l-30 {
  padding-left: 30px !important;
}
.pad-r-30 {
  padding-right: 30px !important;
}
.mar-t-25 {
  margin-top: 25px !important;
}
.mar-b-25 {
  margin-bottom: 25px !important;
}
.mar-l-25 {
  margin-left: 25px !important;
}
.mar-r-25 {
  margin-right: 25px !important;
}
.pad-t-25 {
  padding-top: 25px !important;
}
.pad-b-25 {
  padding-bottom: 25px !important;
}
.pad-l-25 {
  padding-left: 25px !important;
}
.pad-r-25 {
  padding-right: 25px !important;
}
.mar-t-20 {
  margin-top: 20px !important;
}
.mar-b-20 {
  margin-bottom: 20px !important;
}
.mar-l-20 {
  margin-left: 20px !important;
}
.mar-r-20 {
  margin-right: 20px !important;
}
.pad-t-20 {
  padding-top: 20px !important;
}
.pad-b-20 {
  padding-bottom: 20px !important;
}
.pad-l-20 {
  padding-left: 20px !important;
}
.pad-r-20 {
  padding-right: 20px !important;
}
.mar-t-15 {
  margin-top: 15px !important;
}
.mar-b-15 {
  margin-bottom: 15px !important;
}
.mar-l-15 {
  margin-left: 15px !important;
}
.mar-r-15 {
  margin-right: 15px !important;
}
.pad-t-15 {
  padding-top: 15px !important;
}
.pad-b-15 {
  padding-bottom: 15px !important;
}
.pad-l-15 {
  padding-left: 15px !important;
}
.pad-r-15 {
  padding-right: 15px !important;
}
.mar-t-10 {
  margin-top: 10px !important;
}
.mar-b-10 {
  margin-bottom: 10px !important;
}
.mar-l-10 {
  margin-left: 10px !important;
}
.mar-r-10 {
  margin-right: 10px !important;
}
.pad-t-10 {
  padding-top: 10px !important;
}
.pad-b-10 {
  padding-bottom: 10px !important;
}
.pad-l-10 {
  padding-left: 10px !important;
}
.pad-r-10 {
  padding-right: 10px !important;
}
.mar-t-5 {
  margin-top: 5px !important;
}
.mar-b-5 {
  margin-bottom: 5px !important;
}
.mar-l-5 {
  margin-left: 5px !important;
}
.mar-r-5 {
  margin-right: 5px !important;
}
.pad-t-5 {
  padding-top: 5px !important;
}
.pad-b-5 {
  padding-bottom: 5px !important;
}
.pad-l-5 {
  padding-left: 5px !important;
}
.pad-r-5 {
  padding-right: 5px !important;
}
.mar-t-0 {
  margin-top: 0px !important;
}
.mar-b-0 {
  margin-bottom: 0px !important;
}
.mar-l-0 {
  margin-left: 0px !important;
}
.mar-r-0 {
  margin-right: 0px !important;
}
.pad-t-0 {
  padding-top: 0px !important;
}
.pad-b-0 {
  padding-bottom: 0px !important;
}
.pad-l-0 {
  padding-left: 0px !important;
}
.pad-r-0 {
  padding-right: 0px !important;
}
.mar-b-2 {
  margin-bottom: 2px !important;
}
.mar-t-50 {
  margin-top: 50px !important;
}
@media (min-width: 992px) {
  .lg-pad-t-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-r-0 {
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-r-5 {
    padding-right: 5px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-r-10 {
    padding-right: 10px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-r-15 {
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-r-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-r-25 {
    padding-right: 25px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-r-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-l-0 {
    padding-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-l-5 {
    padding-left: 5px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-l-15 {
    padding-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-b-10 {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-b-15 {
    padding-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .lg-pad-b-30 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .mobile-pad-0 {
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .mobile-pad-l-0 {
    padding-left: 0 !important;
  }
}
@media (max-width: 991px) {
  .mobile-pad-r-0 {
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .mobile-pad-r-15 {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .mobile-pad-l-15 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .mobile-pad-t-15 {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .mobile-pad-b-10 {
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .mobile-pad-b-15 {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mobile-pad-b-20 {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mobile-pad-l-30 {
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .lg-mar-b-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .lg-mar-r-0 {
    margin-right: 0px;
  }
}
@media (min-width: 992px) {
  .lg-mar-r-25 {
    margin-right: 25px;
  }
}
@media (min-width: 992px) {
  .lg-mar-b-15 {
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .lg-mar-r-15 {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .lg-mar-l-15 {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .mobile-mar-b-25 {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-b-20 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-b-15 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-b-10 {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-b-5 {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-t-15 {
    margin-top: 15px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-t-25 {
    margin-top: 25px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-t-0 {
    margin-top: 0px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-l-0 {
    margin-left: 0px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-l-5 {
    margin-left: 5px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-l-10 {
    margin-left: 10px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-l-15 {
    margin-left: 15px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-l-20 {
    margin-left: 20px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-l-25 {
    margin-left: 25px !important;
  }
}
@media (max-width: 991px) {
  .mobile-mar-l-30 {
    margin-left: 30px !important;
  }
}
@media (max-width: 991px) {
  .sm-full-width-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .sm-full-width-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.letter-spacing-1 {
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .text-center-mobile {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .text-right-mobile {
    text-align: right !important;
  }
}
@media (max-width: 991px) {
  .text-left-mobile {
    text-align: left !important;
  }
}
.clear {
  clear: both;
  float: left;
  width: 100%;
}
.clear-left {
  clear: left;
}
@media (min-width: 992px) {
  .d-list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
  }
  .d-list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .m-list-block {
    padding-left: 0;
    list-style: none;
  }
}
.responsive-container {
  position: relative;
  width: 50%;
}
.responsive-container .empty-placeholder {
  padding-top: 100%;
  /* forces 1:1 aspect ratio */
}
.responsive-container .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a;
}
.responsive-container .img-container .centerer {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.responsive-container .img-container img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  /* <-- Set maximum height to 100% of its parent */
  max-width: 100%;
  /* <-- Set maximum width to 100% of its parent */
}
.alert-fixed {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}
.l-h-fa-1-5x {
  line-height: 1.5em;
}
.two-cols-form-group .col-lg-6 .select-style {
  background-position-x: 97%;
}
@media (min-width: 992px) {
  .two-cols-form-group .col-lg-6 .select-style {
    background-position-x: 93%;
  }
}
.two-cols-form-group .column-two .select-style {
  width: 100%;
  margin-right: 15px;
}
.txt-red {
  color: #d65252;
}
.has-success .control-label.custom-error {
  color: #d65252;
}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
}
.second-level-nav-style {
  background: #f6f6f6;
  color: #d0d0ce;
}
.third-level-nav-style {
  background: #ffffff;
  color: #000000;
}
.direct-link-style:before {
  content: ' ';
  font: normal normal normal 14px/1 FontAwesome;
  color: #6a6a6a;
  padding-right: 9px;
  font-size: 17px;
}
.first-level-m-nav {
  color: #ffffff;
  background: #007dc3;
  padding: 11px 15px 10px 15px;
  border-bottom: 1px solid #1197e1;
}
.second-level-m-nav {
  color: #000000;
  background: #f6f6f6;
  font-weight: bold;
  padding: 11px 15px 10px 15px;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
}
.third-level-m-nav {
  color: #000000;
  background: #ffffff;
  font-weight: normal;
  padding: 11px 15px 10px 15px;
  border-bottom: 1px solid #e6e6e6;
  text-decoration: none;
}
.global-navigation {
  border-top: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #007dc3;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  width: 100%;
}
.global-navigation.in {
  overflow: initial;
}
@media (min-width: 992px) {
  .global-navigation .main-navigation {
    margin-top: -5px;
  }
}
.global-navigation .main-navigation .nav {
  list-style: none;
}
@media (min-width: 992px) {
  .global-navigation .main-navigation .nav li {
    border-top: 5px solid #ffffff;
  }
  .global-navigation .main-navigation .nav li.products,
  .global-navigation .main-navigation .nav li.marketing,
  .global-navigation .main-navigation .nav li.resources {
    width: 180px;
  }
  .global-navigation .main-navigation .nav li.products ul.mega-menu {
    width: 180px;
  }
  .global-navigation .main-navigation .nav li.mega-menu-alternate-background {
    background: #ccc;
  }
  .global-navigation .main-navigation .nav li.sale {
    width: 137px;
  }
  .global-navigation .main-navigation .nav li.sale ul.special-offers li:hover {
    box-shadow: none;
  }
  .global-navigation .main-navigation .nav li.sale ul.special-offers li a {
    color: #007dc3;
  }
  .global-navigation .main-navigation .nav li.sale ul.special-offers li a:hover,
  .global-navigation .main-navigation .nav li.sale ul.special-offers li a:active,
  .global-navigation .main-navigation .nav li.sale ul.special-offers li a:focus {
    color: #007dc3;
    text-decoration: underline;
  }
  .global-navigation .main-navigation .nav li.sale ul.special-offers li.item-sale a {
    color: #007dc3;
  }
  .global-navigation .main-navigation .nav li.sale ul.special-offers li.item-sale a:hover,
  .global-navigation .main-navigation .nav li.sale ul.special-offers li.item-sale a:active,
  .global-navigation .main-navigation .nav li.sale ul.special-offers li.item-sale a:focus {
    color: #007dc3;
    text-decoration: underline;
  }
  .global-navigation .main-navigation .nav li.sale ul.list-products li:hover {
    background: none;
    box-shadow: none;
  }
  .global-navigation .main-navigation .nav li.sale ul.sale-list-items {
    width: 100%;
  }
  .global-navigation .main-navigation .nav li.sale ul.sale-list-items li {
    width: 24% !important;
    margin-bottom: 0;
    vertical-align: top;
  }
  .global-navigation .main-navigation .nav li.sale ul.sale-list-items li div {
    width: 100%;
  }
  .global-navigation .main-navigation .nav li.sale ul.sale-list-items li div:nth-child(2) {
    padding: 0;
    height: 86px;
  }
  .global-navigation .main-navigation .nav li.sale ul.sale-list-items li div:nth-child(3) {
    padding: 0;
  }
  .global-navigation .main-navigation .nav li.sale ul.sale-list-items li a {
    padding: 0;
  }
  .global-navigation .main-navigation .nav li .submenu-heading a {
    text-align: left;
  }
  .global-navigation .main-navigation .nav li.search {
    width: 263px;
  }
  .global-navigation .main-navigation .nav li.search:hover {
    border-top: 5px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .global-navigation .main-navigation .nav li.search.float-right {
    float: right;
  }
  .global-navigation .main-navigation .nav li.search .search-form .form-group {
    margin-bottom: 0px;
    padding: 6px 0;
  }
  .global-navigation .main-navigation .nav li.search .search-form .form-group input {
    width: 243px;
  }
  .global-navigation .main-navigation .nav li.active,
  .global-navigation .main-navigation .nav li.products-active {
    color: #6a6a6a;
    border-top: 5px solid #007dc3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
  .global-navigation .main-navigation .nav li.active:hover,
  .global-navigation .main-navigation .nav li.products-active:hover {
    border-top: 5px solid #007dc3;
    background: #007dc3;
    border-right: none;
  }
  .global-navigation .main-navigation .nav li.active a,
  .global-navigation .main-navigation .nav li.products-active a {
    border-right: none;
  }
  .global-navigation .main-navigation .nav li.hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #007dc3;
    background: #007dc3;
    border-right: none;
  }
  .global-navigation .main-navigation .nav li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #1197e1;
    text-align: center;
  }
  .global-navigation .main-navigation .nav li a:hover {
    background: #007dc3;
  }
  .global-navigation .main-navigation .nav li.hover {
    left: 0px;
  }
  .global-navigation .main-navigation .nav li ul.special-offers a {
    font-weight: bold;
  }
  .global-navigation .main-navigation .nav li ul.special-offers li {
    border-top: none;
  }
  .global-navigation .main-navigation .nav li ul.special-offers li:hover {
    background: none;
    border-top: none;
  }
  .global-navigation .main-navigation .nav li.marketing,
  .global-navigation .main-navigation .nav li.resources,
  .global-navigation .main-navigation .nav li.sale {
    position: relative;
  }
  .global-navigation .main-navigation .nav li.marketing .second-lvl-nav.flyover a,
  .global-navigation .main-navigation .nav li.resources .second-lvl-nav.flyover a,
  .global-navigation .main-navigation .nav li.sale .second-lvl-nav.flyover a {
    border-right: none;
  }
  .global-navigation .main-navigation .nav li.marketing .second-lvl-nav.flyover a:hover,
  .global-navigation .main-navigation .nav li.resources .second-lvl-nav.flyover a:hover,
  .global-navigation .main-navigation .nav li.sale .second-lvl-nav.flyover a:hover {
    background: none;
  }
  .global-navigation .main-navigation .nav li.marketing .second-lvl-nav.flyover .submenu-heading,
  .global-navigation .main-navigation .nav li.resources .second-lvl-nav.flyover .submenu-heading,
  .global-navigation .main-navigation .nav li.sale .second-lvl-nav.flyover .submenu-heading {
    text-align: left;
    padding: 4px 0;
    margin-bottom: 10px;
    display: inline-block;
  }
  .global-navigation .main-navigation .nav li.marketing .second-lvl-nav.flyover ul.list-vertical,
  .global-navigation .main-navigation .nav li.resources .second-lvl-nav.flyover ul.list-vertical,
  .global-navigation .main-navigation .nav li.sale .second-lvl-nav.flyover ul.list-vertical {
    display: block;
  }
  .global-navigation .main-navigation .nav li.marketing .second-lvl-nav.flyover ul.list-vertical li,
  .global-navigation .main-navigation .nav li.resources .second-lvl-nav.flyover ul.list-vertical li,
  .global-navigation .main-navigation .nav li.sale .second-lvl-nav.flyover ul.list-vertical li {
    display: inline-block;
    width: 100%;
  }
  .global-navigation .main-navigation .nav li.marketing .second-lvl-nav.flyover ul.list-vertical li:hover,
  .global-navigation .main-navigation .nav li.resources .second-lvl-nav.flyover ul.list-vertical li:hover,
  .global-navigation .main-navigation .nav li.sale .second-lvl-nav.flyover ul.list-vertical li:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .global-navigation .main-navigation .nav li.marketing .second-lvl-nav.flyover li.list-items,
  .global-navigation .main-navigation .nav li.resources .second-lvl-nav.flyover li.list-items,
  .global-navigation .main-navigation .nav li.sale .second-lvl-nav.flyover li.list-items {
    float: none;
    display: inline-block;
    margin-bottom: 15px;
    width: 83px;
  }
  .global-navigation .main-navigation .nav li.marketing .second-lvl-nav.flyover li.list-items img,
  .global-navigation .main-navigation .nav li.resources .second-lvl-nav.flyover li.list-items img,
  .global-navigation .main-navigation .nav li.sale .second-lvl-nav.flyover li.list-items img {
    margin-bottom: 5px;
  }
  .global-navigation .main-navigation .nav li.marketing .second-lvl-nav.flyover li.list-items a:hover,
  .global-navigation .main-navigation .nav li.resources .second-lvl-nav.flyover li.list-items a:hover,
  .global-navigation .main-navigation .nav li.sale .second-lvl-nav.flyover li.list-items a:hover {
    color: #007dc3;
  }
  .global-navigation .main-navigation .nav li.sale hr {
    width: 100%;
  }
  .global-navigation .main-navigation .nav li.sale a {
    border-right: none;
  }
  .global-navigation .main-navigation .nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 100;
  }
  .global-navigation .main-navigation .nav li ul li {
    border-top: none;
  }
  .global-navigation .main-navigation .nav li ul li:hover {
    border-top: none;
  }
  .global-navigation .main-navigation .nav li ul li.list-items {
    width: 100% !important;
  }
  .global-navigation .main-navigation .nav li ul li a {
    float: left;
    width: 100%;
    text-decoration: none;
    color: #4d4e53;
    font-size: 13px;
    padding: 7px 15px;
    border-right: none;
    text-align: left;
  }
  .global-navigation .main-navigation .nav li ul li a.item-active {
    color: #ffffff;
  }
  .global-navigation .main-navigation .nav li ul li a:hover {
    background: #ff9500;
    color: #ffffff;
  }
  .global-navigation .main-navigation .nav li ul li .nav-banner a {
    text-align: unset;
  }
  .global-navigation .main-navigation .nav li ul li .nav-banner a:hover {
    background: none;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul.d-list-inline {
    display: inline-block;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul.d-list-inline li {
    width: auto;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul.d-list-inline li a {
    padding: 0px;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul li {
    padding-right: 25px;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul li:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul li a {
    padding-left: 0;
    padding-right: 0;
    color: #007dc3;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul li a:hover,
  .global-navigation .main-navigation .nav li ul li .submenu ul li a:active,
  .global-navigation .main-navigation .nav li ul li .submenu ul li a:focus {
    color: #007dc3;
    text-decoration: underline;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul li a:hover {
    background: none;
    color: #005c90;
    text-decoration: underline;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav {
    visibility: visible;
  }
  .global-navigation .main-navigation .nav li.hover ul {
    left: 0px;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav {
    position: absolute;
    top: 42px;
    left: 0;
    visibility: hidden;
    z-index: 100;
    background: #ffffff;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav ul {
    position: relative;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.sale {
    left: -180px;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover.sale hr {
    clear: both;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover {
    padding: 18px 15px;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border-top: none;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .submenu-heading a,
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-vertical a {
    display: block;
    color: #6a6a6a;
    padding: 4px 0;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .submenu-heading a:hover,
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-vertical a:hover {
    color: #007dc3;
    text-decoration: none;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-vertical a {
    padding: 7px 0;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .submenu-heading {
    padding-bottom: 8px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #4d4e53;
    margin-top: 9px;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 700;
    cursor: default;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .submenu-heading small,
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .submenu-heading .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .submenu-heading small,
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .submenu-heading .small {
    font-size: 75%;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .submenu-heading:hover {
    text-decoration: none;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-vertical {
    margin-bottom: 20px;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-vertical:last-of-type {
    margin-bottom: 0;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-vertical li {
    border-bottom: 1px solid #e6e6e6;
    font-size: 13px;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-vertical li:last-of-type {
    border-bottom: none;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-products {
    font-size: 12px;
    line-height: 1.2;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-products span {
    display: block;
    margin-bottom: 5px;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-products a {
    color: #6a6a6a;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-products a:hover,
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-products a:active,
  .global-navigation .main-navigation .nav li .second-lvl-nav.flyover .list-products a:focus {
    color: #6a6a6a;
    text-decoration: underline;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.resources {
    width: 580px;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.sale {
    width: 580px;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav.marketing {
    width: 760px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .global-navigation .main-navigation .nav li.active ul.list-brands > li,
  .global-navigation .main-navigation .nav li.products-active ul.list-brands > li {
    height: 35.4px;
  }
  .global-navigation .main-navigation .nav li.active ul > li,
  .global-navigation .main-navigation .nav li.products-active ul > li {
    height: 40.4px;
  }
}
@media (max-width: 991px) {
  .global-navigation .main-navigation .nav li.sale .list-products {
    display: none;
  }
  .global-navigation .main-navigation .nav li.sale .list-products.hover {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 1%;
  }
  .global-navigation .main-navigation .nav li a {
    color: #ffffff;
  }
  .global-navigation .main-navigation .nav li a.parent:before {
    content: '+ ';
    color: #ffffff;
    padding-right: 9px;
    font-size: 17px;
  }
  .global-navigation .main-navigation .nav li li a.parent:before {
    content: '+ ';
    color: #6a6a6a;
    padding-right: 9px;
    font-size: 17px;
  }
  .global-navigation .main-navigation .nav li a:before {
    content: ' ';
    font: normal normal normal 14px/1 FontAwesome;
    color: #6a6a6a;
    padding-right: 9px;
    font-size: 17px;
  }
  .global-navigation .main-navigation .nav li.hover {
    display: inline-block;
    width: 100%;
  }
  .global-navigation .main-navigation .nav li.hover > a.parent:before {
    content: '– ';
    color: #ffffff;
    padding-right: 9px;
    font-size: 17px;
  }
  .global-navigation .main-navigation .nav li a {
    color: #ffffff;
    background: #007dc3;
    padding: 11px 15px 10px 15px;
    border-bottom: 1px solid #1197e1;
  }
  .global-navigation .main-navigation .nav li ul li.hover .submenu {
    display: inline-block;
  }
  .global-navigation .main-navigation .nav li ul li.hover > a.parent:before {
    content: '– ';
    color: #6a6a6a;
    padding-right: 9px;
    font-size: 17px;
  }
  .global-navigation .main-navigation .nav li ul li a,
  .global-navigation .main-navigation .nav li ul li.mobile-no-link-nav-banner {
    color: #000000;
    background: #f6f6f6;
    font-weight: bold;
    padding: 11px 15px 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
  }
  .global-navigation .main-navigation .nav li ul li a.second-level,
  .global-navigation .main-navigation .nav li ul li.mobile-no-link-nav-banner.second-level {
    font-weight: normal;
  }
  .global-navigation .main-navigation .nav li ul li.mobile-nav-banner a:before {
    content: none;
  }
  .global-navigation .main-navigation .nav li ul li .submenu .submenu-heading,
  .global-navigation .main-navigation .nav li ul li .submenu hr {
    display: none;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul {
    clear: both;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul a[title="New"] {
    color: #339f35;
    font-weight: bold;
    text-decoration: none;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul a[title="Discontinued"] {
    color: #fb9400;
    font-weight: bold;
    text-decoration: none;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul a[title="Value Basics"] {
    color: #1d7cc2;
    font-weight: bold;
    text-decoration: none;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul a:focus,
  .global-navigation .main-navigation .nav li ul li .submenu ul a:active {
    text-decoration: none !important;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul li.item-sale a {
    color: #d65252;
    font-weight: bold;
    text-decoration: none;
  }
  .global-navigation .main-navigation .nav li ul li .submenu ul li a {
    color: #000000;
    background: #ffffff;
    font-weight: normal;
    padding: 11px 15px 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
  }
  .global-navigation .main-navigation .nav li .second-lvl-nav {
    display: none;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav {
    display: block;
    width: 100%;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav hr {
    display: none;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav div.col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav a.parent {
    color: #000000;
    background: #f6f6f6;
    font-weight: bold;
    padding: 11px 15px 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav a.parent:before {
    content: '+ ';
    color: #6a6a6a;
    padding-right: 9px;
    font-size: 17px;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav a {
    width: 100%;
    display: block;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav a.active:before {
    content: '– ';
    color: #6a6a6a;
    padding-right: 9px;
    font-size: 17px;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav .content-submenu {
    display: none;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav .content-submenu.hover {
    display: block;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav ul {
    position: relative;
  }
  .global-navigation .main-navigation .nav li.hover .second-lvl-nav ul li a {
    color: #000000;
    background: #ffffff;
    font-weight: normal;
    padding: 11px 15px 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
  }
}
.global-navigation .main-navigation .nav:before,
.global-navigation .main-navigation .nav:after {
  display: table;
}
.global-navigation .main-navigation .nav:after {
  clear: both;
}
.global-navigation .main-navigation .nav li {
  float: left;
}
.global-navigation .main-navigation .nav li a {
  display: block;
}
.global-navigation .main-navigation .nav li li li a {
  z-index: 200;
}
@media (min-width: 992px) {
  .global-navigation .main-navigation > .holder {
    position: relative;
  }
}
@media (max-width: 991px) {
  .global-navigation .main-navigation .active {
    display: block;
  }
  .global-navigation .main-navigation .nav li {
    float: none;
  }
  .global-navigation #sale-menu {
    float: none;
    display: inline-block;
    text-decoration: none !important;
  }
  .global-navigation #sale-menu:before {
    color: #ffffff;
  }
  .global-navigation .list-inline.sale-list-items {
    margin: 0;
  }
  .global-navigation .list-inline.sale-list-items .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .global-navigation .list-inline.sale-list-items .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .global-navigation .sale-list-items .list-items {
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    min-height: 88px;
    width: 32%;
    margin: 0.5%;
  }
  .global-navigation .sale-list-items .list-items a {
    display: inline-block !important;
  }
  .global-navigation .sale-list-items .list-items a::before {
    float: left;
    content: '+' !important;
    margin-top: 5.5%;
  }
  a.submenu-heading.full-width.clear.active .global-navigation .sale-list-items:focus .global-navigation .sale-list-items:hover {
    text-decoration: none !important;
  }
  .global-navigation .sale-list-items .sale-info {
    border-bottom: none !important;
  }
  .global-navigation .sale-list-items .sale-info .product-size-container {
    padding-left: 5px;
  }
  .global-navigation .sale-list-items .sale-info .product-size-container .product-size {
    font-weight: bold;
    margin-top: 6%;
  }
  .global-navigation .sale-list-items .sale-info .sale-start {
    font-weight: bold;
    color: #d65252;
  }
}
@media (min-width: 992px) {
  body.company-casuals .global-navigation .main-navigation .nav li.products > a:focus {
    background: #007dc3;
  }
}
@media (min-width: 992px) {
  body.branded-site .global-navigation .main-navigation .nav li ul li a {
    border-right: none;
  }
  body.branded-site .global-navigation .main-navigation .nav li.products {
    border-top: 5px solid #ffffff;
  }
  body.branded-site .global-navigation .main-navigation .nav li.products > a:focus,
  body.branded-site .global-navigation .main-navigation .nav li.products > a:hover,
  body.branded-site .global-navigation .main-navigation .nav li.products > a:active {
    border-right: none;
  }
  body.branded-site .global-navigation .main-navigation .nav li.products.active,
  body.branded-site .global-navigation .main-navigation .nav li.products.products-active > a {
    border-right: none;
  }
  body.branded-site .global-navigation .main-navigation .nav li.search {
    border-top: 5px solid #ffffff;
  }
}
body.cornerstone .global-navigation {
  background: #f8981c;
}
@media (min-width: 992px) {
  body.cornerstone .global-navigation .main-navigation .nav li > a {
    border-right: 1px solid #aba7a7;
  }
  body.cornerstone .global-navigation .main-navigation .nav li.products > a:focus,
  body.cornerstone .global-navigation .main-navigation .nav li.products > a:hover,
  body.cornerstone .global-navigation .main-navigation .nav li.products > a:active {
    background: #f8981c;
  }
  body.cornerstone .global-navigation .main-navigation .nav li.products.active,
  body.cornerstone .global-navigation .main-navigation .nav li.products.products-active {
    border-top: 5px solid #f8981c;
  }
  body.cornerstone .global-navigation .main-navigation .nav li.products.hover {
    background: #f8981c;
  }
  body.cornerstone .global-navigation .main-navigation .nav li.hover {
    background: #f8981c;
  }
  body.cornerstone .global-navigation .main-navigation .nav li.products:hover {
    background: #f8981c;
    border-top: 5px solid #f8981c;
  }
  body.cornerstone .global-navigation .main-navigation .nav li ul li a:hover {
    background: #000000;
  }
  body.cornerstone .global-navigation .main-navigation .nav li ul li a.item-active {
    background: #000000;
  }
  body.cornerstone .global-navigation .main-navigation .nav li ul li a.item-active:after {
    border-left-color: #000000;
  }
}
@media (max-width: 991px) {
  body.cornerstone .global-navigation .main-navigation .nav li a {
    background: #f8981c;
    border-bottom: 1px solid #6a6a6a;
  }
  body.cornerstone .global-navigation .main-navigation .nav li ul li a {
    background: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
  }
}
body.district .global-navigation {
  background: #707372;
}
@media (min-width: 992px) {
  body.district .global-navigation .main-navigation .nav li > a {
    border-right: 1px solid #aba7a7;
  }
  body.district .global-navigation .main-navigation .nav li.products > a:focus,
  body.district .global-navigation .main-navigation .nav li.products > a:hover,
  body.district .global-navigation .main-navigation .nav li.products > a:active {
    background: #707372;
  }
  body.district .global-navigation .main-navigation .nav li.products.active,
  body.district .global-navigation .main-navigation .nav li.products.products-active {
    border-top: 5px solid #707372;
  }
  body.district .global-navigation .main-navigation .nav li.products.hover {
    background: #707372;
  }
  body.district .global-navigation .main-navigation .nav li.hover {
    background: #707372;
  }
  body.district .global-navigation .main-navigation .nav li.products:hover {
    background: #707372;
    border-top: 5px solid #707372;
  }
}
@media (max-width: 991px) {
  body.district .global-navigation .main-navigation .nav li a {
    background: #e40046;
    border-bottom: 1px solid #6a6a6a;
  }
  body.district .global-navigation .main-navigation .nav li ul li a {
    background: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
  }
}
body.port-and-company .global-navigation {
  background: #0071ba;
}
@media (min-width: 992px) {
  body.port-and-company .global-navigation .main-navigation .nav li > a {
    border-right: 1px solid #aba7a7;
  }
  body.port-and-company .global-navigation .main-navigation .nav li.products > a:focus,
  body.port-and-company .global-navigation .main-navigation .nav li.products > a:hover,
  body.port-and-company .global-navigation .main-navigation .nav li.products > a:active {
    background: #0071ba;
  }
  body.port-and-company .global-navigation .main-navigation .nav li.products.active,
  body.port-and-company .global-navigation .main-navigation .nav li.products.products-active {
    border-top: 5px solid #0071ba;
  }
  body.port-and-company .global-navigation .main-navigation .nav li.products.hover {
    background: #0071ba;
  }
  body.port-and-company .global-navigation .main-navigation .nav li.hover {
    background: #0071ba;
  }
  body.port-and-company .global-navigation .main-navigation .nav li.products:hover {
    background: #0071ba;
    border-top: 5px solid #0071ba;
  }
}
@media (max-width: 991px) {
  body.port-and-company .global-navigation .main-navigation .nav li a {
    background: #0071ba;
    border-bottom: 1px solid #6a6a6a;
  }
  body.port-and-company .global-navigation .main-navigation .nav li ul li a {
    background: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
  }
}
body.port-authority .global-navigation {
  background: #005991;
}
@media (min-width: 992px) {
  body.port-authority .global-navigation .main-navigation .nav li > a {
    border-right: 1px solid #aba7a7;
  }
  body.port-authority .global-navigation .main-navigation .nav li.products > a:focus,
  body.port-authority .global-navigation .main-navigation .nav li.products > a:hover,
  body.port-authority .global-navigation .main-navigation .nav li.products > a:active {
    background: #005991;
  }
  body.port-authority .global-navigation .main-navigation .nav li.products.active,
  body.port-authority .global-navigation .main-navigation .nav li.products.products-active {
    border-top: 5px solid #005991;
  }
  body.port-authority .global-navigation .main-navigation .nav li.products.hover {
    background: #005991;
  }
  body.port-authority .global-navigation .main-navigation .nav li.hover {
    background: #005991;
  }
  body.port-authority .global-navigation .main-navigation .nav li.products:hover {
    background: #005991;
    border-top: 5px solid #005991;
  }
}
@media (max-width: 991px) {
  body.port-authority .global-navigation .main-navigation .nav li a {
    background: #005991;
    border-bottom: 1px solid #6a6a6a;
  }
  body.port-authority .global-navigation .main-navigation .nav li ul li a {
    background: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
  }
}
body.red-house .global-navigation {
  background: #661129;
}
@media (min-width: 992px) {
  body.red-house .global-navigation .main-navigation .nav li > a {
    border-right: 1px solid #aba7a7;
  }
  body.red-house .global-navigation .main-navigation .nav li.products > a:focus,
  body.red-house .global-navigation .main-navigation .nav li.products > a:hover,
  body.red-house .global-navigation .main-navigation .nav li.products > a:active {
    background: #661129;
  }
  body.red-house .global-navigation .main-navigation .nav li.products.active,
  body.red-house .global-navigation .main-navigation .nav li.products.products-active {
    border-top: 5px solid #661129;
  }
  body.red-house .global-navigation .main-navigation .nav li.products.hover {
    background: #661129;
  }
  body.red-house .global-navigation .main-navigation .nav li.hover {
    background: #661129;
  }
  body.red-house .global-navigation .main-navigation .nav li.products:hover {
    background: #661129;
    border-top: 5px solid #661129;
  }
  body.red-house .global-navigation .main-navigation .nav li ul li a:hover {
    background: #000000;
  }
  body.red-house .global-navigation .main-navigation .nav li ul li a.item-active {
    background: #000000;
  }
  body.red-house .global-navigation .main-navigation .nav li ul li a.item-active:after {
    border-left-color: #000000;
  }
}
@media (max-width: 991px) {
  body.red-house .global-navigation .main-navigation .nav li a {
    background: #661129;
    border-bottom: 1px solid #6a6a6a;
  }
  body.red-house .global-navigation .main-navigation .nav li ul li a {
    background: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
  }
}
body.sport-tek .global-navigation {
  background: #0033a0;
}
@media (min-width: 992px) {
  body.sport-tek .global-navigation .main-navigation .nav li > a {
    border-right: 1px solid #aba7a7;
  }
  body.sport-tek .global-navigation .main-navigation .nav li.products > a:focus,
  body.sport-tek .global-navigation .main-navigation .nav li.products > a:hover,
  body.sport-tek .global-navigation .main-navigation .nav li.products > a:active {
    background: #0033a0;
  }
  body.sport-tek .global-navigation .main-navigation .nav li.products.active,
  body.sport-tek .global-navigation .main-navigation .nav li.products.products-active {
    border-top: 5px solid #0033a0;
  }
  body.sport-tek .global-navigation .main-navigation .nav li.products.hover {
    background: #0033a0;
  }
  body.sport-tek .global-navigation .main-navigation .nav li.hover {
    background: #0033a0;
  }
  body.sport-tek .global-navigation .main-navigation .nav li.products:hover {
    background: #0033a0;
    border-top: 5px solid #0033a0;
  }
}
@media (max-width: 991px) {
  body.sport-tek .global-navigation .main-navigation .nav li a {
    background: #0033a0;
    border-bottom: 1px solid #6a6a6a;
  }
  body.sport-tek .global-navigation .main-navigation .nav li ul li a {
    background: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 991px) {
  .main-nav li.hover ul {
    display: block;
  }
  .main-nav li ul {
    display: none;
  }
}
.mega-menu {
  float: left;
  border: 1px solid #e6e6e6;
  border-top: none;
  width: 100%;
  position: relative;
  background-color: #e6e6e6;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.mega-menu a {
  padding: 7px 15px;
  display: block;
}
.mega-menu li {
  float: left;
  width: 100%;
}
.mega-menu li a.item-active {
  position: relative;
  background: #ff9500;
  z-index: 100;
  color: #ffffff;
}
.mega-menu li a.item-active:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #ff9500;
  border-width: 17px 17px 17px 10px;
  margin-top: -17px;
  -moz-transform: scale(0.9999);
}
@media (min-width: 992px) {
  .mega-menu > li .submenu {
    visibility: hidden;
    position: absolute;
    z-index: 99;
    background: #ffffff;
    top: 0;
    left: 178px;
    width: 522px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .mega-menu > li .submenu.submenu-three-cols {
    width: 692px;
  }
  .mega-menu > li .submenu.submenu-three-cols .list-vertical {
    width: 33%;
  }
  .mega-menu > li .submenu.open {
    visibility: visible;
  }
  .mega-menu > li .submenu .submenu-content {
    padding: 25px 30px;
  }
  .mega-menu > li .submenu .submenu-content ul {
    position: relative;
    left: 0px;
  }
  .mega-menu > li .submenu .list-unstyled a {
    padding-left: 0;
    padding-right: 0;
  }
  .mega-menu > li .submenu .list-inline li {
    padding-right: 25px;
  }
  .mega-menu > li .submenu .list-inline a {
    padding: 0;
  }
  .mega-menu > li .submenu .list-vertical {
    width: 50%;
    float: left;
    display: block;
  }
  .mega-menu > li .submenu .submenu-heading {
    margin: 0;
    font-size: 24px;
    font-weight: normal;
  }
  .mega-menu > li .submenu .brands-showcase {
    width: 100%;
    float: left;
  }
  .mega-menu > li .submenu .brands-showcase li {
    width: 173px;
  }
}
@media (max-width: 991px) {
  .mega-menu li .submenu {
    display: none;
    position: relative;
    width: 100%;
  }
}
.ui-autocomplete {
  list-style: none;
  background: #ffffff;
  width: 242px;
  padding: 15px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .ui-autocomplete li {
    padding-top: 10px;
  }
  .ui-autocomplete li:first-child {
    padding-top: 0;
  }
}
.ui-state-highlight {
  font-weight: bold;
}
@media (max-width: 991px) {
  .marketing .marketing div:first-child,
  .marketing .marketing div:nth-child(2) {
    display: none;
  }
  .marketing .marketing div:nth-child(3) h4:nth-child(n+2) {
    display: none;
  }
  .marketing .marketing div:nth-child(3) h4 {
    margin: 0;
  }
  .marketing .marketing div:nth-child(3) h4 a {
    color: #000000;
    background: #ffffff;
    font-weight: normal;
    padding: 11px 15px 10px 15px;
    border-bottom: 1px solid #e6e6e6;
    text-decoration: none;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .branded-site .global-navigation .main-navigation .nav li.products ul.mega-menu {
    height: 380px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .branded-site .global-navigation .main-navigation .nav li.products ul.mega-menu {
    height: 496px;
  }
}
/*! jQuery UI - v1.10.4 - 2015-06-19
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=5px&bgColorHeader=5c9ccc&bgTextureHeader=gloss_wave&bgImgOpacityHeader=55&borderColorHeader=4297d7&fcHeader=ffffff&iconColorHeader=d8e7f3&bgColorContent=fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=a6c9e2&fcContent=222222&iconColorContent=469bdd&bgColorDefault=dfeffc&bgTextureDefault=glass&bgImgOpacityDefault=85&borderColorDefault=c5dbec&fcDefault=2e6e9e&iconColorDefault=6da8d5&bgColorHover=d0e5f5&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=79b7e7&fcHover=1d5987&iconColorHover=217bc0&bgColorActive=f5f8f9&bgTextureActive=inset_hard&bgImgOpacityActive=100&borderColorActive=79b7e7&fcActive=e17009&iconColorActive=f9bd01&bgColorHighlight=fbec88&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=fad42e&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: #fcfdfd url("../images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url("../images/ui-bg_gloss-wave_55_5c9ccc_500x100.png") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc url("../images/ui-bg_glass_85_dfeffc_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url("../images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #1d5987;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url("../images/ui-bg_inset-hard_100_f5f8f9_1x100.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: #fbec88 url("../images/ui-bg_flat_55_fbec88_40x100.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_469bdd_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("../images/ui-icons_6da8d5_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("../images/ui-icons_217bc0_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("../images/ui-icons_f9bd01_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("../images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 5px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: alpha(opacity=30);
  border-radius: 8px;
}
.alert {
  border-radius: 0px;
  position: relative;
}
.alert > span.fa {
  float: left;
  min-width: 30px;
  position: absolute;
  top: 12px;
  left: 15px;
}
.alert p {
  float: left;
  margin-left: 30px;
  position: relative;
}
.alert p:last-child {
  margin-bottom: 0px;
}
.alert:before,
.alert:after {
  content: " ";
  display: table;
}
.alert:after {
  clear: both;
}
.alert:before,
.alert:after {
  content: " ";
  display: table;
}
.alert:after {
  clear: both;
}
.site-global-messages .alert p {
  margin-left: 0;
}
@media (min-width: 992px) {
  .alert {
    padding: 10px 15px;
    margin-top: 18px;
    margin-bottom: 18px;
    border: 1px solid transparent;
  }
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  .alert > p + p {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .alert {
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
  }
  .alert h4 {
    margin-top: 0;
    color: inherit;
  }
  .alert .alert-link {
    font-weight: bold;
  }
  .alert > p,
  .alert > ul {
    margin-bottom: 0;
  }
  .alert > p + p {
    margin-top: 5px;
  }
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.global-messages {
  float: left;
  width: 100%;
}
.global-messages .alert {
  margin: 0 0 20px 0;
  display: table;
  width: 100%;
}
@media (min-width: 992px) {
  .global-messages {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .global-messages {
    padding: 0;
  }
}
.alert-success {
  background-color: #20a135;
  border-color: #1c8c1c;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #187618;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-success a,
.alert-success a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.alert-info {
  background-color: #56aaea;
  border-color: #36b7e6;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #20afe3;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-info a,
.alert-info a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.weather-warning-alert.alert-info {
  background-color: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.weather-warning-alert.alert-info hr {
  border-top-color: #e68600;
}
.weather-warning-alert.alert-info .alert-link {
  color: #e6e6e6;
}
.weather-warning-alert.alert-info a,
.weather-warning-alert.alert-info a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.alert-warning {
  background-color: #d65252;
  border-color: #d13d56;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #c62f48;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-warning a,
.alert-warning a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.alert-danger {
  background-color: #d65252;
  border-color: #d13d56;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #c62f48;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
.alert-danger a,
.alert-danger a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.alert-orange {
  background-color: #ff9500;
  border-color: #ff9500;
  color: #ffffff;
}
.alert-orange hr {
  border-top-color: #e68600;
}
.alert-orange .alert-link {
  color: #e6e6e6;
}
.alert-orange a,
.alert-orange a:visited {
  color: #ffffff;
  text-decoration: underline;
}
.main-message-container .alert {
  display: table;
  margin: 0 0 20px 0;
  width: 100%;
}
.main-message-container .alert p {
  float: none;
  margin: 0;
}
.main-message-container .alert .primary-message {
  font-size: 14px;
  margin: 0 0 3px 0;
}
.main-message-container .alert .secondary-message {
  color: #e6e6e5;
  font-size: 12px;
}
.main-message-container .icon-container {
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 15px;
}
.main-message-container .messaging-container {
  display: table-cell;
  vertical-align: middle;
  float: none;
  padding: 0 0 0 10px;
}
.custom-alert {
  margin: 8px 0;
}
.custom-alert .message {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  min-height: 68px;
  font-family: 'Inter';
  color: #333333;
}
.custom-alert .message.warning-message {
  background: #fff4c8;
  border-color: #fbe122;
}
.custom-alert .message.warning-message.hemmed-pants {
  padding: 12px 50px 12px 16px;
}
.custom-alert .message.warning-message .material-symbols-outlined {
  color: #a88824;
  margin-right: 15px;
}
.custom-alert .message.info-message {
  background: #edf8fc;
  border-color: #0077cf;
}
.custom-alert .message.info-message.brand-info {
  padding: 12px 50px 12px 16px;
}
.custom-alert .message.restriction-message {
  display: block;
  background: #edf8fc;
  border-color: #0077cf;
}
.custom-alert .message.restriction-message.brand-guidelines-link {
  color: #333333;
}
@media (max-width: 991px) {
  .custom-alert .message {
    padding: 12px 14px;
  }
}
.custom-alert p {
  margin: 0;
}
.custom-alert a {
  color: #333333;
  text-decoration: underline;
}
.cartPage .custom-alert .message.warning-message.hemmed-pants {
  padding-right: 336px;
}
.reviewAndSubmitPage .custom-alert .message.warning-message.hemmed-pants {
  padding-right: 148px;
}
@media (max-width: 991px) {
  .custom-alert .message {
    font-size: 14px;
    line-height: 20px;
  }
  .custom-alert .message.message.info-message.brand-info {
    padding-right: 16px;
  }
  .cartPage .custom-alert .message.warning-message.hemmed-pants,
  .reviewAndSubmitPage .custom-alert .message.warning-message.hemmed-pants {
    padding-right: 16px;
  }
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #007dc3;
  background-color: #ffffff;
}
.breadcrumb {
  border-bottom: 1px solid #e6e6e6;
  background: none;
  border-radius: 0px;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 8px 3px;
  }
}
.breadcrumb > li + li:before {
  color: #e6e6e6;
  content: "›";
}
.breadcrumb > .active {
  color: #6a6a6a;
}
header + .breadcrumb-section {
  margin-top: -10px;
  margin-bottom: 10px;
}
.breadcrumb-section {
  background: none;
}
.breadcrumb-section .breadcrumb {
  margin: 0;
  font-weight: 300;
}
.breadcrumb-section .breadcrumb a {
  color: #007dc3;
}
.breadcrumb-section .breadcrumb > li + li:before {
  color: #e6e6e6;
}
header + .breadcrumb-section {
  margin-top: -10px;
  margin-bottom: 10px;
}
.breadcrumb-section {
  background: none;
}
.breadcrumb-section .breadcrumb {
  margin: 0;
  font-weight: 300;
}
.breadcrumb-section .breadcrumb a {
  color: #007dc3;
}
.breadcrumb-section .breadcrumb > li + li:before {
  color: #e6e6e6;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: inherit;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.close {
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover,
.close:focus {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
kbd kbd {
  font-weight: normal;
}
.collapsing {
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  border-top: 4px solid;
}
.input-group .form-control {
  z-index: 2;
}
.input-group input.input-highlighted {
  border: 1px solid #d65252;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.label {
  font-size: 100%;
}
.label.label-small {
  width: auto;
  display: inline-block;
  margin-right: 7px;
  font-size: 60%;
  float: left;
  padding: 0.4em 0.5em 0.2em;
  margin-top: 2px;
}
.alt-label {
  font-weight: normal;
  color: #6a6a6a;
}
@media (max-width: 991px) {
  .alt-label-sm {
    font-weight: normal;
    color: #6a6a6a;
  }
}
input.alt-input {
  color: #6a6a6a;
}
.select-style select.alt-select {
  color: #6a6a6a;
}
.control-label.text-right {
  text-align: right !important;
}
.label-sale {
  background-color: #d65252;
}
.label-sale[href]:hover,
.label-sale[href]:focus {
  background-color: #c62f2f;
}
.label-new {
  background-color: #20a135;
}
.label-new[href]:hover,
.label-new[href]:focus {
  background-color: #187627;
}
.label-soon {
  background-color: #56aaea;
}
.label-soon[href]:hover,
.label-soon[href]:focus {
  background-color: #2993e4;
}
.label-discontinued {
  background-color: #ff9500;
}
.label-discontinued[href]:hover,
.label-discontinued[href]:focus {
  background-color: #cc7700;
}
.label-closeout {
  background-color: #6a6a6a;
}
.label-closeout[href]:hover,
.label-closeout[href]:focus {
  background-color: #515151;
}
.navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.list-link-label {
  position: relative;
  display: inline-block;
  margin-top: 7px;
}
.list-link-label--back {
  margin-left: 5px;
}
.list-link-label--front {
  margin-right: 5px;
  float: left;
}
.list-link-label-container {
  border-bottom: 1px solid #e6e6e6;
  height: 33px;
  position: relative;
}
.list-link-label-container:last-of-type {
  border: none;
}
.navbar-less-width {
  width: auto !important;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
    height: 100%;
  }
}
.popover {
  min-width: 190px;
  max-width: 276px;
  text-align: left;
  border-radius: 4px;
  margin-right: 3px;
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover.dismissable-popover a.close {
  position: absolute;
  top: 3px;
  right: 1px;
  margin: 0 0 0 0;
}
.popover .close {
  color: #929294;
  float: right;
  margin: 3px 3px 0 0;
}
.popover-header {
  color: #6a6a6a;
  margin: 0 18px;
  padding: 8px 0;
  font-weight: bold;
  line-height: 18px;
  background-color: inherit;
}
.popover-header .fa {
  padding-right: 10px;
}
.bo-price .popover-body {
  text-align: left;
}
.popover-body {
  font-size: 13px;
  margin: 0 18px;
  padding: 9px 0;
  text-align: center;
}
.popover-body.navigation {
  padding: 0px;
  margin: 0px;
}
.popover-body.navigation .list-group {
  padding: 5px 0;
  margin: 0;
}
.popover-body.navigation .list-group a.list-group-item {
  border-radius: 0px;
  border-left: 0px;
  border-right: 0px;
  margin-bottom: 0px;
}
.popover-body.navigation .list-group a.list-group-item:first-child {
  border-top: none;
}
.popover-body.navigation .list-group a.list-group-item:last-child {
  border-bottom: none;
}
.popover-body.navigation .list-group a.list-group-item:hover {
  background: #1197e1;
  color: #ffffff;
}
.popover-body a {
  float: none !important;
}
li.list-group-item {
  border: none;
}
.popover-dynamic-content {
  display: none;
}
.popover-body.navigation {
  min-width: 190px;
}
#shopping-box-table .popover-body a.close {
  top: 1px;
  right: 1px;
}
@-ms-viewport {
  width: device-width;
}
body {
  background-color: #ffffff;
}
a {
  color: #007dc3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #004c76;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* --- Shared Checkout --- */
.hidden-no-backorder,
.hidden-multiple-warehouses {
  display: none !important;
  display: none;
  visibility: hidden;
}
.remove-all-cart-items:focus {
  outline: none;
  box-shadow: none !important;
}
#shippingAddressForm .shipping-warehouse-section .multiwarehouse-pickup-label,
#shipping-address-form .shipping-warehouse-section .multiwarehouse-pickup-label,
#shippingAddressForm .shipping-warehouse-section .attention-label,
#shipping-address-form .shipping-warehouse-section .attention-label {
  max-width: 198px;
  padding-top: 0;
}
#shippingAddressForm .addresses-options .list-saved-addresses,
#shipping-address-form .addresses-options .list-saved-addresses {
  max-height: 415px;
}
@media (max-width: 991px) {
  #shippingAddressForm .addresses-options .list-saved-addresses,
  #shipping-address-form .addresses-options .list-saved-addresses {
    max-height: 516px;
  }
}
.backorder-price-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-steps {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .checkout-steps {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .checkout-steps .step {
    text-align: center;
  }
  .checkout-steps .step.completed {
    width: 25%;
  }
  .checkout-steps .step.incomplete {
    width: 25%;
  }
  .checkout-steps .step.active {
    width: 50%;
  }
}
.checkout-steps .step {
  background: #f6f6f6;
  cursor: default;
  color: #6a6a6a;
  height: 40px;
  counter-increment: checkout;
  position: relative;
  padding: 10px 5px 5px 30px;
  border: 1px solid #e6e6e6;
  text-align: center;
}
.checkout-steps .step.first {
  padding-left: 15px;
}
.checkout-steps .step.arrow {
  position: relative;
}
.checkout-steps .step.arrow:after,
.checkout-steps .step.arrow:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 5;
  pointer-events: none;
}
.checkout-steps .step.arrow:after {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #f6f6f6;
  border-width: 19px;
  margin-top: -19px;
}
.checkout-steps .step.arrow:before {
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #e6e6e6;
  border-width: 20px;
  margin-top: -20px;
}
.checkout-steps .step.active,
.checkout-steps .step.completed {
  font-weight: bold;
  border-color: #052638;
}
.checkout-steps .step.active.arrow:after,
.checkout-steps .step.completed.arrow:after {
  border-left-color: #052638;
}
.checkout-steps .step .title {
  text-align: center;
  vertical-align: middle;
}
.checkout-steps .step .title .separator:before {
  content: ". ";
  display: inline;
}
@media (max-width: 991px) {
  .checkout-steps .step {
    float: left;
    min-height: 40px;
  }
  .checkout-steps .step .title .separator:before {
    display: none;
  }
  .checkout-steps .step .title .step-name {
    display: none;
  }
  .checkout-steps .step.active .title .separator:before {
    display: inline;
  }
  .checkout-steps .step.active .title .step-name {
    display: inline;
  }
}
.checkout-steps .step.active,
.checkout-steps .step.completed {
  background: #052638;
  color: #ffffff;
}
.checkout-steps .step.done {
  cursor: pointer;
  background: #ff9500;
  font-weight: 400;
  -webkit-box-shadow: 0 2px 2px 0 #ff9500;
  box-shadow: 0 2px 2px 0 #ff9500;
}
.checkout-steps .step-body > div {
  margin: 15px 0;
}
.checkout-steps .step-body .checkout-indent {
  margin: 0 30px;
}
.checkout-steps .step-body hr {
  margin: 15px 0;
  border-color: #d0d0ce;
}
.checkout-steps .step-body .btn.checkout-next {
  margin: 30px 0;
}
/* --- Shopping Box --- */
@media (min-width: 768px) {
  .cartPage .modal {
    top: 22%;
  }
}
@media (max-width: 767px) {
  .cartPage .modal {
    top: 20px;
  }
}
@media (max-width: 991px) {
  .cartPage .column-price .tablesaw-cell-label a.backorder-price {
    margin-right: 2px;
  }
  .cartPage .popover > .arrow {
    margin-left: 0;
  }
}
.promo-code .promo-code-notifications .alert {
  text-align: left;
}
.promo-code h4 span {
  color: #6a6a6a;
  font-weight: normal;
}
.promo-code .promo-error {
  text-align: left;
  width: 100%;
  margin: 5px 0;
  display: inline-block;
}
.promo-code .active-promo .btn-remove-promo {
  margin-left: -30px;
}
.promo-code .active-promo .btn-remove-promo:hover {
  cursor: pointer;
}
.promo-code .active-promo strong {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  display: inline-block;
  text-align: left;
}
.promo-code .active-promo .promo {
  color: #d65252;
  font-weight: bold;
  padding-left: 30px;
  text-align: left;
}
.promo-code .active-promo .promo span.fa {
  padding-top: 2px;
}
.review-and-submit-form .box-options {
  margin-bottom: 30px;
}
.review-and-submit-form .box-options .btn-primary,
.review-and-submit-form .box-options .btn-default {
  margin-top: 6px;
}
@media (max-width: 991px) {
  .review-and-submit-form .box-options .btn-primary {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .box-options .text-right .btn {
    margin-left: 20px;
    vertical-align: bottom;
  }
  .box-options .text-right .btn:last-child {
    margin-left: 0;
  }
}
table.checkout-table [data-toggle="collapse"]:after {
  display: inline-block;
  font-family: "bootstrap-icons";
  font-size: 1.6em;
  font-weight: bold;
  color: #0583ca;
  content: "\f286";
  transform: rotate(0deg);
  transition: all linear 0.25s;
}
table.checkout-table [data-toggle="collapse"] .toggle-text {
  vertical-align: text-bottom;
}
table.checkout-table [data-toggle="collapse"] .toggle-text:after {
  color: #0583ca;
  content: "Hide Details";
  font-weight: bold;
  padding-right: 6px;
}
table.checkout-table [data-toggle="collapse"].collapsed:after {
  transform: rotate(180deg);
}
table.checkout-table [data-toggle="collapse"].collapsed .toggle-text:after {
  content: "View Details";
  padding-right: 6px;
}
table.checkout-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #b9b7bd;
}
table.checkout-table.no-actions th.column-actions,
table.checkout-table.no-actions td.column-actions {
  display: none !important;
}
table.checkout-table.actions-required th.column-actions,
table.checkout-table.actions-required td.column-actions {
  display: block;
}
table.checkout-table tr.show {
  display: table-row !important;
}
table.checkout-table tr.collapsing {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
table.checkout-table tr.top-level-entry td {
  background: rgba(185, 183, 189, 0.2);
  font-weight: 700;
}
table.checkout-table tr.top-level-entry td .form-control.merch-qty {
  font-weight: 700;
}
table.checkout-table tr.backorder-row td {
  padding-bottom: 10px;
}
table.checkout-table tr.hide-template-row {
  display: none !important;
  visibility: hidden;
}
table.checkout-table tr.promo-code-row td,
table.checkout-table tr.promo-code-row td span {
  color: #d65252;
}
table.checkout-table tr.promo-code-row.active td {
  padding-top: 10px;
}
table.checkout-table tr.multiple-warehouses.parent .column-style,
table.checkout-table tr.multiple-warehouses.parent .column-size,
table.checkout-table tr.multiple-warehouses.parent .column-color {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  table.checkout-table tr.multiple-warehouses.parent .column-color {
    height: 65px;
  }
}
table.checkout-table tr.multiple-warehouses.child .column-style,
table.checkout-table tr.multiple-warehouses.child .column-size,
table.checkout-table tr.multiple-warehouses.child .column-color {
  border-bottom: none;
}
table.checkout-table tr.multiple-warehouses.child .column-style span,
table.checkout-table tr.multiple-warehouses.child .column-size span,
table.checkout-table tr.multiple-warehouses.child .column-color span {
  display: none;
}
table.checkout-table tr.multiple-warehouses.child.last {
  border-bottom: 1px solid #e6e6e6;
}
table.checkout-table td.column-color img {
  width: 20px;
  height: 20px;
  float: left;
}
table.checkout-table td.column-color .name {
  display: inline-block;
  margin-top: 4px;
  padding-left: 8px;
}
table.checkout-table td.column-actions a.action {
  color: #d65252;
  position: relative;
  display: block;
}
table.checkout-table td.column-actions a.action:hover,
table.checkout-table td.column-actions a.action:active,
table.checkout-table td.column-actions a.action:focus {
  color: #d65252;
  text-decoration: underline;
}
table.checkout-table td.column-actions a.action > span {
  color: #d65252;
}
table.checkout-table td.column-actions a.action span.fa {
  position: absolute;
  top: 10px;
  margin-left: 0;
}
table.checkout-table td.column-actions a.action span {
  display: inline-block;
  margin-left: 30px;
  text-align: left;
  font-weight: 700;
}
table.checkout-table td.column-merch-qty.text-center {
  text-align: center;
}
table.checkout-table td.column-merch-qty.text-left {
  text-align: left;
}
table.checkout-table td.column-merch-qty .merch-qty {
  width: 40px;
  padding: 0 5px;
  margin: 0 auto;
  text-align: center;
}
table.checkout-table td.column-merch-qty .error-message {
  color: #d65252;
  margin-top: 4px;
  line-height: 1.2;
}
table.checkout-table td.column-price a {
  display: inline-block;
  margin-right: -31px;
}
table.checkout-table td.column-price .popover p {
  display: inline-block;
}
table.checkout-table td.column-warehouse select.warehouses {
  min-width: 110px;
}
table.checkout-table td.column-warehouse select.warehouses:disabled {
  width: 100%;
  height: 31px;
}
table.checkout-table tfoot tr.totals-row {
  border-top: 1px solid #e6e6e6;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  table.checkout-table thead tr th,
  table.checkout-table tfoot tr th,
  table.checkout-table tfoot tr td,
  table.checkout-table tbody tr td {
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
  }
  table.checkout-table td.column-warehouse,
  table.checkout-table th.column-warehouse {
    padding-left: 40px;
    min-width: 160px;
  }
}
@media screen and (min-width: 992px) {
  table.checkout-table thead tr th,
  table.checkout-table tfoot tr th,
  table.checkout-table tfoot tr td,
  table.checkout-table tbody tr td {
    padding-left: 15px;
    padding-right: 15px;
  }
  table.checkout-table td.column-warehouse,
  table.checkout-table th.column-warehouse {
    padding-left: 55px;
    min-width: 185px;
  }
}
@media screen and (min-width: 768px) {
  table.checkout-table tr {
    height: 60px;
    min-height: 60px;
  }
  table.checkout-table tfoot tr {
    height: 40px;
    min-height: 40px;
  }
  table.checkout-table thead tr th,
  table.checkout-table tfoot tr th,
  table.checkout-table tfoot tr td,
  table.checkout-table tbody tr td {
    vertical-align: middle;
  }
  table.checkout-table th.column-style,
  table.checkout-table td.column-style,
  table.checkout-table th.column-color,
  table.checkout-table td.column-color,
  table.checkout-table th.column-size,
  table.checkout-table td.column-size {
    text-align: left;
  }
  table.checkout-table th.column-merch-qty,
  table.checkout-table td.column-merch-qty,
  table.checkout-table th.column-price,
  table.checkout-table td.column-price,
  table.checkout-table th.column-merch-amount,
  table.checkout-table td.column-merch-amount,
  table.checkout-table th.column-weight,
  table.checkout-table td.column-weight {
    text-align: right;
  }
  table.checkout-table th.column-collapse,
  table.checkout-table td.column-collapse {
    padding-left: 0;
    padding-right: 12px;
  }
  table.checkout-table th.column-merch-amount span.total-price,
  table.checkout-table td.column-merch-amount span.total-price {
    font-weight: bold;
  }
  table.checkout-table th.column-actions {
    text-indent: -9999px;
  }
  table.checkout-table td.column-merch-qty .form-group {
    display: inline-block;
  }
  table.checkout-table td.column-merch-qty .form-group.has-error input {
    display: inline;
  }
  table.checkout-table td.column-warehouse .select-style {
    background-position: 92% 50%;
  }
  table.checkout-table td.column-actions {
    padding-left: 0;
    padding-right: 0;
    width: 85px;
  }
  table.checkout-table td.column-actions a.action span.fa {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  table.checkout-table {
    margin: 0 -15px;
  }
  table.checkout-table tr.top-level-entry {
    border-top: 1px solid #b9b7bd;
    border-bottom: none;
  }
  table.checkout-table tr.top-level-entry td.column-color {
    padding-bottom: 12px;
  }
  table.checkout-table tr.top-level-entry td.column-remove {
    padding-top: 10px !important;
  }
  table.checkout-table tr.top-level-entry td:not(.column-style):not(.column-color):not(.column-remove) {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  table.checkout-table tr td {
    border: none;
  }
  table.checkout-table tr td:not(:first-child):not( :nth-last-child(2)) {
    display: inline-block;
    padding-left: 15px;
    text-align: left;
    width: calc(100vw - 116px);
  }
  table.checkout-table tr td[data-th]:before {
    content: attr(data-th);
    float: left;
  }
  table.checkout-table tr td.backorder-price-label[data-th]:before {
    margin-top: 11px;
  }
  table.checkout-table tr td.column-style {
    padding: 15px 0 15px 15px;
    min-width: 70px;
    width: 70px;
  }
  table.checkout-table tr td.column-color {
    padding-top: 13px;
  }
  table.checkout-table tr td.column-color .name {
    margin-top: 1px;
  }
  table.checkout-table tr td.column-merch-qty .merch-qty {
    float: left;
    margin-top: -5px;
  }
  table.checkout-table tr td.column-weight,
  table.checkout-table tr td.column-actions {
    padding-bottom: 15px !important;
  }
  table.checkout-table tr td.column-actions a.action span {
    margin-left: 22px;
  }
  table.checkout-table tr td.column-actions a.action span.fa {
    top: 3px;
  }
  table.checkout-table tr td.column-remove {
    padding-right: 15px;
    min-width: 45px;
    width: 45px;
  }
  table.checkout-table[data-toggle="collapse"]:after {
    font-size: 1.4em !important;
  }
  table.checkout-table.table-review-order .column-warehouse {
    width: 100%;
  }
  table.checkout-table.table-review-order tr td.column-merch-amount {
    display: inline-block;
    padding-left: 15px;
    text-align: left;
    width: calc(100vw - 116px);
  }
}
.saved-credit-cards label {
  display: inline;
  font-weight: normal;
}
.product-cards .card {
  min-height: 315px;
  font-size: 12px;
  margin: 15px 0;
}
.product-cards .card .card-body {
  height: 100%;
}
.product-cards .card .card-body .row {
  height: 100%;
}
.product-cards .card .card-body .row .product-name {
  font-size: 17px;
  font-weight: 700;
}
.product-cards .card .card-body .row .image-container img.thumbnail {
  margin-bottom: 10px;
}
.product-cards .card .card-body .row .image-container .color-swatch {
  width: 20px;
  height: 20px;
}
.product-cards .card .card-body .row .image-container .name {
  display: inline-block;
  margin-top: 4px;
  padding-left: 8px;
}
.product-cards .card .card-body .row .right-column {
  border-left: 1px solid #eeeeee;
}
.product-cards .card .card-body .row .right-column label,
.product-cards .card .card-body .row .right-column value {
  display: block;
  margin-bottom: 2px;
}
.product-cards .card .card-body .row .right-column label {
  color: #979797;
  text-transform: uppercase;
}
.notification-prefs .form-check-label {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .shopping-box-summary {
    border-bottom: 1px solid #b9b7bd;
    padding-bottom: 10px;
    margin: 0 -15px;
  }
  .shopping-box-summary .row {
    margin-bottom: 5px;
  }
  .shopping-box-summary .total,
  .shipping-payment-summary .total {
    font-weight: bold;
  }
  .shopping-box-summary .header,
  .shipping-payment-summary .header {
    background: #f6f6f6;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .shopping-box-summary .header.total,
  .shipping-payment-summary .header.total {
    background: #6a6a6a;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .reviewAndSubmitPage .shipping-payment-summary .total {
    font-weight: bold;
  }
  .reviewAndSubmitPage .shipping-payment-summary .header {
    background: #f6f6f6;
    font-weight: bold;
    padding: 10px 15px;
    margin-bottom: 10px;
  }
  .reviewAndSubmitPage .shipping-payment-summary .header.total {
    background: #6a6a6a;
    color: #ffffff;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .shipping-payment-summary-wrapper {
    padding-left: 0;
  }
}
.order-total-header-with-background .total {
  font-weight: bold;
}
.order-total-header-with-background .header {
  background: #f6f6f6;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.order-total-header-with-background .header.total {
  background: #6a6a6a;
  color: #ffffff;
}
/* --- Shipping Address--- */
/* -- BR Project Additions -- */
.ship-address-restriction-message-container {
  margin: 20px 0 10px;
}
.ship-address-restriction-message-container .restriction-message-container .alert {
  margin: 0;
}
/* -- End BR Project Additions -- */
.shipping-information {
  margin-bottom: 0;
}
.shipping-information .has-bo {
  margin-top: 19px;
}
.add-new-address-container .drop-ship-label a.fa {
  top: -3px;
  margin-left: 3px;
  position: relative;
}
.saved-addresses-container .sort-by-label .fa {
  padding-right: 5px;
}
.residence-row .help-block {
  float: left;
  clear: both;
}
.incentive-price {
  background-color: #c4eecb;
}
.inventory-action-buttons {
  width: 100%;
  display: none;
  float: left;
}
.inventory-action-buttons:last-child {
  display: block;
}
@media (max-width: 991px) {
  .inventory-action-buttons {
    padding: 0 15px;
    display: block;
  }
  .inventory-action-buttons .btn {
    width: 50%;
    padding: 12px 10px;
    font-size: 13px;
    text-align: center;
    float: left;
    white-space: pre-wrap;
    /* css-3 */
    white-space: -moz-pre-wrap;
    /* Mozilla, since 1999 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
  }
}
@media (max-width: 991px) {
  .inventory-action-buttons .backorder-available {
    display: flex;
  }
  .inventory-action-buttons .backorder-available .btn-backorder,
  .inventory-action-buttons .backorder-available .btn-add-to-basket,
  .inventory-action-buttons .backorder-available .btn-checkout {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inventory-action-buttons .backorder-available .btn-backorder {
    width: 30%;
  }
  .inventory-action-buttons .backorder-available .btn-add-to-basket {
    width: 37%;
  }
  .inventory-action-buttons .backorder-available .btn-checkout {
    width: 33%;
    line-height: inherit;
  }
}
@media (min-width: 992px) {
  .inventory-action-buttons {
    width: 697px;
    clear: both;
  }
  .inventory-action-buttons .btn-add-to-basket,
  .inventory-action-buttons .btn-backorder {
    margin-top: 5px;
    margin-right: 20px;
  }
  .inventory-action-buttons .btn-checkout {
    float: right;
    padding: 10px 30px;
  }
}
.custom-hemmed-buttons.inventory-action-buttons {
  display: none;
}
.page-productInventoryPricingPage .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .page-productInventoryPricingPage.modal-open .modal {
    overflow-y: hidden;
  }
}
@media (min-width: 760px) {
  .page-productInventoryPricingPage.modal-open .modal {
    top: 145px !important;
  }
  .page-productInventoryPricingPage.modal-open .product-zoom.modal {
    top: 0 !important;
  }
}
.page-savedCarts .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
}
.page-savedCarts .modal-body {
  /*border: 1px solid green;*/
  padding-top: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}
.page-savedCarts .saved-box-restriction-message-container {
  margin: 15px;
}
.page-savedCarts .saved-box-restriction-message-container .restriction-message-container .alert {
  margin: 0;
}
.page-savedCarts .modal {
  padding-top: 10%;
}
/* --- Order submission page--- */
@media (max-width: 575px) {
  .page-submission .modal .table-review-order td.column-price .popover.top > .arrow {
    left: 42%;
    top: initial !important;
  }
}
@media screen and (max-width: 991px) {
  #invoice-payment-summary-review-modal.invoice-payment-summary-review-modal .modal-content {
    width: 96%;
  }
}
#invoice-payment-summary-review-modal.invoice-payment-summary-review-modal .modal-body {
  max-height: 650px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .modal.review-order-modal table.table-review-order .color-swatches .tablesaw-cell-content .name {
    width: inherit;
    float: right;
  }
}
.modal-shipping-estimate {
  z-index: 2000;
}
@media (max-width: 991px) {
  table.shopping-box tr {
    border-bottom: 1px solid #e6e6e6;
  }
  table.shopping-box tr:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .order-submission-content .btn-primary {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cartPage .shopping-box-buttons a:first-child,
  .cartPage .shopping-box-buttons a:nth-child(2) {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cartPage .shopping-box-buttons .text-right .btn {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .review-and-submit-form .box-options {
    margin-bottom: 0;
  }
}
.shopping-box-content .hemmed-pants {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .shopping-box-content .hemmed-pants {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .shipping-payment-content .custom-alert {
    margin: 10px 0 0 0;
  }
}
.inventory-modals .text-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal {
  overflow-y: auto;
}
.modal-open {
  overflow: hidden !important;
}
@media (max-width: 991px) {
  .main-content {
    min-height: 300px;
    cursor: pointer;
  }
  #submitSelectCartForm {
    width: 100%;
  }
  #updatePasswordForm .cancelBut {
    margin-bottom: 5px;
  }
  #login-name {
    display: inline-block;
    width: 50%;
    line-height: normal;
  }
  .checkout-table .column-color .tablesaw-cell-content > span:first-child {
    float: right;
  }
  .checkout-table .column-color .tablesaw-cell-content .image-container {
    padding-right: 10px;
    padding-top: 2px;
    vertical-align: top !important;
  }
  .checkout-table .column-color .tablesaw-cell-content .name {
    width: inherit;
  }
  .checkout-table.table-review-order .column-color {
    margin-top: 2px;
  }
}
.sections-borders {
  padding-left: 0;
  list-style: none;
}
.sections-borders li {
  padding: 15px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.sections-borders li:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.sections-borders li:last-child {
  border-bottom: 1px solid #e6e6e6;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 992px) {
  .list-unstyled.shipped-to-address li {
    word-wrap: break-word;
  }
  .checkout-table .column-color .tablesaw-cell-content .image-container {
    width: 15%;
  }
  .checkout-table .column-color .tablesaw-cell-content .name {
    width: 85%;
  }
}
.checkout-table .column-color .tablesaw-cell-content > span:first-child {
  display: table;
}
.checkout-table .column-color .tablesaw-cell-content > span:first-child span {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .collapse-xs {
    display: block;
  }
}
.rounded-container {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.disabled-emulation {
  background-color: #e6e6e6;
  opacity: 1;
  cursor: not-allowed;
}
.modal-with-scroll {
  overflow-x: visible;
}
.email-link {
  margin-bottom: 10px;
}
.site-global-messages .content .alert .container {
  text-align: left;
}
.site-global-messages .alert.alert-success:first-child {
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-style select option:checked {
    background-color: #ededed;
    color: #4d4e53;
  }
  select::-ms-value {
    background: none;
    color: #4d4e53;
  }
}
.video-container video {
  max-width: 100%;
  width: 100%;
}
.bi-lg {
  font-size: 1.8em;
}
[v-cloak] {
  display: none !important;
}
.accordion-rotate-arrow [data-toggle="collapse"]:after {
  display: inline-block;
  font-family: "bootstrap-icons";
  font-size: 1.2em;
  font-weight: bold;
  color: #0583ca;
  content: "\f286";
  transform: rotate(0deg);
  transition: all linear 0.25s;
}
.accordion-rotate-arrow.collapsed [data-toggle="collapse"]:after {
  transform: rotate(180deg);
}
.global-message-container {
  box-shadow: 0 1px 0 0 #999999;
}
.global-message-container .global-message-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  min-height: 40px;
}
.global-message-container p {
  padding: 0;
}
.global-message-container .global-message-icon {
  padding-right: 10px;
}
.global-message-container .global-message-icon.warning {
  padding-bottom: 3px;
}
.btn {
  touch-action: auto;
  min-width: 70px;
  padding: 7px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 0px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
}
.btn-default {
  color: #6a6a6a;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #6a6a6a;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  color: #f6f6f6;
  background-color: #ffffff;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 2px 2px 0 #bfbfbf;
  box-shadow: 0 2px 2px 0 #bfbfbf;
}
.btn-default .badge {
  color: #f6f6f6;
  background-color: #6a6a6a;
}
.btn-primary {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #1197e1 0%, #007dc3 100%);
  background-image: -o-linear-gradient(top, #1197e1 0%, #007dc3 100%);
  background-image: linear-gradient(to bottom, #1197e1 0%, #007dc3 100%);
  background-repeat: repeat-x;
  border-color: #007dc3;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:hover {
  background-image: -webkit-linear-gradient(top, #007dc3 0%, #007dc3 100%);
  background-image: -o-linear-gradient(top, #007dc3 0%, #007dc3 100%);
  background-image: linear-gradient(to bottom, #007dc3 0%, #007dc3 100%);
  background-repeat: repeat-x;
  border-color: #007dc3;
  color: #ffffff;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #007dc3;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1197e1;
  border-color: #007dc3;
  color: #ffffff;
}
.btn-checkout {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #29b540 0%, #20a135 100%);
  background-image: -o-linear-gradient(top, #29b540 0%, #20a135 100%);
  background-image: linear-gradient(to bottom, #29b540 0%, #20a135 100%);
  background-repeat: repeat-x;
  border-color: #20a135;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-checkout:hover {
  background-image: -webkit-linear-gradient(top, #20a135 0%, #20a135 100%);
  background-image: -o-linear-gradient(top, #20a135 0%, #20a135 100%);
  background-image: linear-gradient(to bottom, #20a135 0%, #20a135 100%);
  background-repeat: repeat-x;
  border-color: #20a135;
  color: #ffffff;
}
.btn-checkout:focus,
.btn-checkout:active,
.btn-checkout.active {
  background-color: #20a135;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.btn-checkout.disabled,
.btn-checkout[disabled],
fieldset[disabled] .btn-checkout,
.btn-checkout.disabled:hover,
.btn-checkout[disabled]:hover,
fieldset[disabled] .btn-checkout:hover,
.btn-checkout.disabled:focus,
.btn-checkout[disabled]:focus,
fieldset[disabled] .btn-checkout:focus,
.btn-checkout.disabled:active,
.btn-checkout[disabled]:active,
fieldset[disabled] .btn-checkout:active,
.btn-checkout.disabled.active,
.btn-checkout[disabled].active,
fieldset[disabled] .btn-checkout.active {
  background-color: #29b540;
  border-color: #20a135;
  color: #ffffff;
}
.btn-warning,
.btn-orange {
  color: #ffffff;
  background-image: -webkit-linear-gradient(top, #fdb045 0%, #ff9500 100%);
  background-image: -o-linear-gradient(top, #fdb045 0%, #ff9500 100%);
  background-image: linear-gradient(to bottom, #fdb045 0%, #ff9500 100%);
  background-repeat: repeat-x;
  border-color: #ff9500;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning:hover,
.btn-orange:hover {
  background-image: -webkit-linear-gradient(top, #ff9500 0%, #ff9500 100%);
  background-image: -o-linear-gradient(top, #ff9500 0%, #ff9500 100%);
  background-image: linear-gradient(to bottom, #ff9500 0%, #ff9500 100%);
  background-repeat: repeat-x;
  border-color: #ff9500;
  color: #ffffff;
}
.btn-warning:focus,
.btn-orange:focus,
.btn-warning:active,
.btn-orange:active,
.btn-warning.active,
.btn-orange.active {
  background-color: #ff9500;
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.btn-warning.disabled,
.btn-orange.disabled,
.btn-warning[disabled],
.btn-orange[disabled],
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-orange,
.btn-warning.disabled:hover,
.btn-orange.disabled:hover,
.btn-warning[disabled]:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-orange:hover,
.btn-warning.disabled:focus,
.btn-orange.disabled:focus,
.btn-warning[disabled]:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-orange:focus,
.btn-warning.disabled:active,
.btn-orange.disabled:active,
.btn-warning[disabled]:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-orange:active,
.btn-warning.disabled.active,
.btn-orange.disabled.active,
.btn-warning[disabled].active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-orange.active {
  background-color: #fdb045;
  border-color: #ff9500;
  color: #ffffff;
}
.btn-link {
  cursor: pointer;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs {
  padding: 3px 6px;
  font-size: 10px;
  line-height: 1;
  border-radius: 0px;
}
.button-to-link {
  background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: Arial, sans-serif;
  /*input has OS specific font-family*/
  cursor: pointer;
  color: #6a6a6a;
}
.btn-block-xs {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .btn-block-xs {
    display: inline-block;
    width: auto;
  }
}
.btn-group .btn.float-right {
  float: right;
}
.btn-group.custom-btn-group {
  width: 100%;
}
.btn-group.custom-btn-group.float-right {
  float: right;
}
@media (max-width: 991px) {
  .btn-group.custom-btn-group .btn {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .btn-group.custom-btn-group .btn {
    margin-left: 15px;
  }
}
.card.card-dark-theme .card-header {
  background: #6a6a6a;
}
.card.card-dark-theme .card-header a {
  color: #ffffff;
}
.card.card-dark-theme .card-body {
  background: #f6f6f6;
}
@media (max-width: 991px) {
  .card-deck .card {
    flex: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
a.accordion-rotate-arrow {
  position: relative;
  width: 200px;
  text-align: right;
  margin-right: 18px;
}
a.accordion-rotate-arrow > span.rotate-arrow-align-right {
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 0px;
  right: -20px;
}
.my-user {
  text-align: center;
  padding: 10px;
  background: #6a6a6a;
  color: #ffffff;
  font-weight: bold;
}
.mysanmar-user-info-container {
  display: inline-block;
}
@media (max-width: 991px) {
  .manage-users-content .refine-results-options .items-page div.option ul {
    display: none !important;
    display: none;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .manage-users-content .my-user {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .manage-users-content .my-user {
    text-align: center;
    margin-bottom: 15px;
  }
}
.manage-users-content .user-details table td {
  word-break: break-word;
}
.manage-users-content div .sort-users {
  width: 100px;
}
#account-credit-cards {
  word-break: break-all;
}
.card.credit-card-container {
  overflow: visible;
}
.card-number:before {
  content: '**** **** **** ';
}
.card-number-amex:before {
  content: '**** **** *** ';
}
#account-addresses li p {
  word-wrap: break-word;
}
.link-in-panel {
  padding-right: 18px;
  font-size: 17px;
}
@media (min-width: 992px) {
  .my-user {
    margin-bottom: 15px !important;
  }
}
.remove {
  color: #d65252;
}
.remove:hover,
.remove:active,
.remove:focus {
  color: #d65252;
  text-decoration: underline;
}
.icon-text a {
  padding-right: 10px;
}
.icon-text a .fa {
  padding-right: 5px;
}
.card-expired {
  color: #d65252;
}
.card-expired .card-exp {
  background: #d65252;
  color: #ffffff;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.content-side {
  padding: 0 !important;
}
.displaying-options .items-page ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  width: auto;
  display: inline;
}
.displaying-options .items-page ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .displaying-options {
    margin-bottom: 10px;
  }
  .displaying-options .items-page label {
    display: inline-block;
  }
  .displaying-options .items-page .collapse-xs {
    display: inline;
  }
  .displaying-options .items-page a {
    color: #007dc3;
  }
  .displaying-options .items-page a:hover,
  .displaying-options .items-page a:active,
  .displaying-options .items-page a:focus {
    color: #007dc3;
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .collapse-xs {
    display: none;
  }
  .higher {
    z-index: 6;
  }
  .make-absolute {
    position: absolute;
    z-index: 5;
  }
  .users-listing-table thead tr td {
    display: block;
  }
  .users-listing-table tbody tr {
    position: relative;
  }
  .users-listing-table tbody tr td {
    text-align: left;
  }
  .users-listing-table tbody tr td.column-status {
    text-align: right;
  }
  .users-listing-table .column-name .tablesaw-cell-content,
  .users-listing-table .column-status .tablesaw-cell-content {
    padding-top: 10px;
  }
  .users-listing-table .column-parent-unit .tablesaw-cell-label {
    display: inline;
    float: left !important;
  }
  .users-listing-table .column-parent-unit .tablesaw-cell-label:after {
    content: ': ';
    display: inline;
    margin-right: 3px;
  }
  .users-listing-table .column-parent-unit .tablesaw-cell-content {
    padding-bottom: 10px;
    float: left !important;
  }
  .users-listing-table .column-name,
  .users-listing-table .column-roles,
  .users-listing-table .column-parent-unit {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66666667%;
    float: left !important;
    clear: left;
    display: inline;
  }
  .users-listing-table .column-name .tablesaw-cell-content,
  .users-listing-table .column-roles .tablesaw-cell-content,
  .users-listing-table .column-parent-unit .tablesaw-cell-content {
    float: left !important;
  }
  .users-listing-table .column-roles {
    text-align: right;
  }
  .users-listing-table .column-status {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 33.33333333%;
    float: right !important;
    clear: right;
    position: absolute;
    right: 0px;
    display: inline;
  }
  .users-listing-table .column-status .tablesaw-cell-content {
    float: right !important;
  }
  .displaying-options {
    height: 44px;
    display: block;
    background-color: #f6f6f6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    position: relative;
  }
  .displaying-options .holder {
    display: block;
    min-height: 44px;
  }
  .displaying-options .fa .md-float-left {
    margin-right: 0.3em;
  }
  .displaying-options .items-page .make-absolute,
  .displaying-options .sort-page .make-absolute {
    border-top: 1px solid #e6e6e6;
    top: 44px;
    width: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .displaying-options .items-page {
    left: 0px;
    float: left !important;
  }
  .displaying-options .items-page ul {
    display: inline-block;
  }
  .displaying-options .items-page li {
    margin-bottom: 7px;
    padding: 3px 0;
  }
  .displaying-options .items-page li a,
  .displaying-options .items-page li span {
    touch-action: auto;
    min-width: 70px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0px;
    color: #6a6a6a;
    background-color: #f6f6f6;
    border-color: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e6e6e6;
    height: 30px;
  }
  .displaying-options .items-page li a.disabled,
  .displaying-options .items-page li span.disabled,
  .displaying-options .items-page li a[disabled],
  .displaying-options .items-page li span[disabled],
  fieldset[disabled] .displaying-options .items-page li a,
  fieldset[disabled] .displaying-options .items-page li span {
    cursor: not-allowed;
  }
  .displaying-options .items-page li a:hover,
  .displaying-options .items-page li span:hover,
  .displaying-options .items-page li a:focus,
  .displaying-options .items-page li span:focus,
  .displaying-options .items-page li a:active,
  .displaying-options .items-page li span:active,
  .displaying-options .items-page li a.active,
  .displaying-options .items-page li span.active,
  .open .dropdown-toggle.displaying-options .items-page li a,
  .open .dropdown-toggle.displaying-options .items-page li span {
    color: #6a6a6a;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .displaying-options .items-page li a:active,
  .displaying-options .items-page li span:active,
  .displaying-options .items-page li a.active,
  .displaying-options .items-page li span.active,
  .open .dropdown-toggle.displaying-options .items-page li a,
  .open .dropdown-toggle.displaying-options .items-page li span {
    background-image: none;
  }
  .displaying-options .items-page li a.disabled,
  .displaying-options .items-page li span.disabled,
  .displaying-options .items-page li a[disabled],
  .displaying-options .items-page li span[disabled],
  fieldset[disabled] .displaying-options .items-page li a,
  fieldset[disabled] .displaying-options .items-page li span,
  .displaying-options .items-page li a.disabled:hover,
  .displaying-options .items-page li span.disabled:hover,
  .displaying-options .items-page li a[disabled]:hover,
  .displaying-options .items-page li span[disabled]:hover,
  fieldset[disabled] .displaying-options .items-page li a:hover,
  fieldset[disabled] .displaying-options .items-page li span:hover,
  .displaying-options .items-page li a.disabled:focus,
  .displaying-options .items-page li span.disabled:focus,
  .displaying-options .items-page li a[disabled]:focus,
  .displaying-options .items-page li span[disabled]:focus,
  fieldset[disabled] .displaying-options .items-page li a:focus,
  fieldset[disabled] .displaying-options .items-page li span:focus,
  .displaying-options .items-page li a.disabled:active,
  .displaying-options .items-page li span.disabled:active,
  .displaying-options .items-page li a[disabled]:active,
  .displaying-options .items-page li span[disabled]:active,
  fieldset[disabled] .displaying-options .items-page li a:active,
  fieldset[disabled] .displaying-options .items-page li span:active,
  .displaying-options .items-page li a.disabled.active,
  .displaying-options .items-page li span.disabled.active,
  .displaying-options .items-page li a[disabled].active,
  .displaying-options .items-page li span[disabled].active,
  fieldset[disabled] .displaying-options .items-page li a.active,
  fieldset[disabled] .displaying-options .items-page li span.active {
    color: #f6f6f6;
    background-color: #ffffff;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 2px 2px 0 #bfbfbf;
    box-shadow: 0 2px 2px 0 #bfbfbf;
  }
  .displaying-options .items-page li a .badge,
  .displaying-options .items-page li span .badge {
    color: #f6f6f6;
    background-color: #6a6a6a;
  }
  .displaying-options .items-page li a:hover,
  .displaying-options .items-page li span:hover,
  .displaying-options .items-page li a:active,
  .displaying-options .items-page li span:active,
  .displaying-options .items-page li a:focus,
  .displaying-options .items-page li span:focus {
    text-decoration: none;
  }
  .displaying-options .items-page label {
    padding-left: 15px;
  }
  .displaying-options.bottom {
    background: none;
    height: auto;
  }
  .displaying-options.opened {
    height: 108px;
  }
  .displaying-options .sort-page {
    right: 0px;
    float: right !important;
  }
  .displaying-options .sort-page .collapse-xs.in,
  .displaying-options .sort-page .collapse-xs.collapsing {
    clear: both;
    float: left;
    width: 100%;
  }
  .displaying-options .sort-page label {
    padding-right: 15px;
  }
  .displaying-options .sort-page.col-6 .col-12 .select-style {
    background-position: 97% 50%;
  }
  .displaying-options .items-page label,
  .displaying-options .sort-page label {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .displaying-options .items-page label.active,
  .displaying-options .sort-page label.active {
    color: #6a6a6a;
  }
}
.manage-users .user-roles ul li {
  display: block;
  clear: both;
  line-height: 2em;
}
.checkboxes-options .form-group,
.radio-options .form-group {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .filter-bg-md {
    background-color: #f6f6f6;
  }
}
.order-history-content .items-page .select-style select {
  width: 140%;
}
.order-history-content .table-history .popover {
  min-width: 50px;
}
.order-history-content .table-history .col-filter-po .popover {
  white-space: nowrap;
}
.order-history-content .hidden-lg {
  display: none;
}
.order-history-content .tablesaw-sortable-btn-order-history:after {
  cursor: pointer;
}
.order-history-content .tablesaw-sortable-btn-order-history:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  color: #d0d0ce;
  content: "\f0dc";
  width: 10px;
  height: 14px;
  display: inline;
  margin-left: 5px;
}
.order-history-content .tablesaw-sortable-btn-order-history.tablesaw-sortable-ascending:after {
  content: "\f0de";
}
.order-history-content .tablesaw-sortable-btn-order-history.tablesaw-sortable-descending:after {
  content: "\f0dd";
}
@media (max-width: 991px) {
  .order-history-content .hidden-lg {
    display: inline-block;
    float: left;
  }
  .order-history-content .itemsPerPageTop {
    display: none !important;
  }
  .order-history-content .select-style select {
    width: 100% !important;
  }
  .order-history-content .title_holder {
    padding-left: 15px;
  }
  .order-history-content .pagination {
    margin-left: 10px !important;
  }
}
#order-history-panel .form-group .fa-search {
  cursor: default !important;
}
#order-history-panel .form-group .fa-search:hover {
  color: #999999;
}
#order-history-panel .form-group .ng-invalid {
  border: 1px solid #d65252;
}
#order-history-panel .form-group .help-block.has-error {
  color: #d65252;
}
.page-contactUsPage .contact-list,
.page-contactUsPage .contact-list-payments {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.page-contactUsPage .contact-list li,
.page-contactUsPage .contact-list-payments li {
  margin-bottom: 7px;
}
.page-contactUsPage .contact-list-payments {
  clear: both;
}
.page-contactUsPage .contact-list-payments li p strong {
  color: #969696;
}
#view-and-pay-invoices .form-group .help-block.has-error {
  color: #d65252;
}
@media (min-width: 992px) {
  #view-and-pay-invoices .form-group .help-block.has-error {
    margin-left: 24%;
    text-align: left;
    width: 87px;
  }
}
@media (max-width: 991px) {
  #view-and-pay-invoices .form-group .help-block.has-error {
    display: table-cell;
    float: right;
  }
}
.tablesaw-sortable-btn-hand-cursor {
  cursor: pointer;
}
.case-number {
  font-weight: bold;
}
.tracking-total {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tracking-summary hr {
  margin-top: 0px;
  margin-bottom: 10px;
}
.tracking-summary .case-detail {
  width: 100%;
  margin-bottom: 10px;
}
.tracking-summary .case-detail dt {
  width: 30%;
  display: inline;
}
.tracking-summary .case-detail dd {
  width: 70%;
  display: inline;
}
.tracking-summary .case-detail .case-number {
  float: left;
  text-align: left;
}
.tracking-summary .case-detail .case-tracking {
  float: right;
  text-align: right;
}
@media (min-width: 992px) {
  .tracking-summary .col-shipped {
    width: 40%;
  }
  .tracking-summary .col-from {
    width: 40%;
  }
  .tracking-summary .col-items {
    width: 10%;
  }
  .tracking-summary .col-pieces {
    width: 10%;
  }
  .tracking-summary.text-right dt,
  .tracking-summary.text-right dd {
    text-align: right;
  }
  .tracking-summary dt,
  .tracking-summary dd {
    display: inline;
  }
  .tracking-summary dl {
    display: block;
    float: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .tracking-summary {
    background-color: #f6f6f6;
    padding: 15px;
  }
}
.popover-statements .popover-body.navigation a {
  width: 100%;
  text-align: left;
}
.account-information .smarty-tag {
  display: none !important;
}
#account-information .modal .modal-footer button {
  white-space: normal;
}
.InvoiceSignUpFormPage {
  line-height: 20px;
  padding-top: 25px;
}
.InvoiceSignUpFormPage .container:first-child {
  display: none;
}
.InvoiceSignUpFormPage #main-navigation {
  display: none;
}
.InvoiceSignUpFormPage .hidden-for-box {
  display: none !important;
}
.InvoiceSignUpFormPage .InvoiceSignUpFormPage {
  padding: 0;
}
.InvoiceSignUpFormPage p {
  margin: 10px 0;
}
.InvoiceSignUpFormPage h2 {
  font-size: 14px;
  margin: 0 0 10px;
  font-weight: bold;
}
.InvoiceSignUpFormPage ul {
  padding-left: 15px;
  list-style-position: outside;
}
.InvoiceSignUpFormPage ol {
  padding-left: 20px;
}
.InvoiceSignUpFormPage ul ul,
.InvoiceSignUpFormPage ol ul {
  padding-left: 15px;
  list-style-type: initial;
}
.InvoiceSignUpFormPage .list-unstyled {
  list-style: none;
}
.InvoiceSignUpFormPage .text-center {
  text-align: center;
}
.InvoiceSignUpFormPage label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  font-size: inherit;
}
.InvoiceSignUpFormPage input {
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding: 7px;
}
.InvoiceSignUpFormPage input[type="text"]:disabled {
  background: #ffffff;
}
.InvoiceSignUpFormPage input#employee {
  margin-left: 0;
}
.InvoiceSignUpFormPage .panel {
  background-color: #f6f6f6;
  padding: 15px;
  min-height: 230px;
}
.InvoiceSignUpFormPage .internal-use {
  background-color: #f6f6f6;
  padding: 15px;
}
.InvoiceSignUpFormPage .instructions {
  width: 570px;
  min-height: 171px;
}
.InvoiceSignUpFormPage .important {
  font-size: 16px;
  text-transform: uppercase;
}
.InvoiceSignUpFormPage p input {
  margin: 5px;
  width: 205px;
}
.InvoiceSignUpFormPage .full-width {
  width: 100%;
  clear: left;
  display: block;
}
.InvoiceSignUpFormPage .footer {
  margin-top: 15px;
}
.MySanMarPage .col-12.col-md-4 a {
  line-height: 2;
}
.MySanMarPage .col-12.col-md-4:first-child .yCmsComponent:nth-child(3),
.MySanMarPage .col-12.col-md-4:first-child .yCmsComponent:nth-child(4),
.MySanMarPage .col-12.col-md-4:first-child .yCmsComponent:nth-child(5) {
  margin-left: 15px;
}
.MySanMarPage #main-navigation .col-12.col-md-4:first-child .yCmsComponent:nth-child(3),
.MySanMarPage #main-navigation .col-12.col-md-4:first-child .yCmsComponent:nth-child(4) {
  margin-left: 0 !important;
}
@media screen and (max-width: 991px) {
  .page-AccountPayInvoiceSignUpPage .main-content h1 {
    padding-left: 14px;
  }
}
@media (max-width: 991px) {
  #viewAndPayTopPagination nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-InvoiceSignUpFormPage .navbar-header {
    display: none !important;
  }
  .page-InvoiceSignUpFormPage .main-header {
    display: none;
  }
}
@media (max-width: 969px) {
  #tandcAgreeDisagree .btn {
    width: 100%;
    margin: 4px 0 5px 0;
  }
  #tandcAgreeDisagree .modal-body {
    padding-bottom: 0px;
  }
  #tandcAgreeDisagree .modal-footer a {
    margin-right: 5px;
  }
  #tandcAgreeDisagree .modal-footer button {
    margin-right: 0;
  }
  #tandcAgreeDisagree .modal-footer .btn + .btn {
    margin-left: 0;
  }
}
#preview-email-quickview-page .product > .price,
#preview-email-product-details-form .product > .price {
  margin-top: 0;
}
@media (min-width: 992px) {
  .login .login-content h4:nth-child(1) {
    margin-top: 13px !important;
  }
}
@media (max-width: 991px) {
  .table-review-order tr {
    border-bottom: 1px solid #e6e6e6;
  }
  .table-review-order tr:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .checkout-table.shopping-box td.column-warehouse {
    width: inherit;
  }
  .checkout-table.shopping-box td.column-actions {
    width: inherit;
    padding-left: 0;
    margin-top: 9px;
    padding-right: 10px;
  }
  .checkout-table.shopping-box td.column-actions .tablesaw-cell-content > span {
    height: inherit;
  }
  .page-shippingAddress .form-validation .btn-checkout {
    width: 100%;
  }
}
.modal.review-order-modal .orderview-total td.column-right span {
  font-size: 18px;
  font-weight: bold;
  line-height: 0.7;
}
.add-new-address-container .control-label a:hover,
.add-new-address-container .control-label a:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .page-account-information #account-credit-cards li:nth-child(even) {
    background-color: #f6f6f6;
  }
}
#restpassword .popover.left {
  left: -260px !important;
  max-width: 260px !important;
}
#restpassword .popover-left {
  font-size: 17px;
  padding: 8px 0 9px 0;
}
.page-customerSignupConfirmationPage ol dt,
.page-customerSignupConfirmationPage ol dd {
  display: inline-block;
}
.page-customerSignupConfirmationPage ol dt {
  width: 50px;
  vertical-align: top;
}
.page-customerSignupConfirmationPage ol dd {
  padding-bottom: 10px;
}
.page-customerSignupConfirmationPage ol dd:last-child {
  padding-bottom: 0;
}
.shopping-box-table-wrap {
  position: relative;
}
.shopping-box-table-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1;
}
.shopping-box-table-wrap .checkout-table tbody {
  opacity: 0.7;
}
.table-centered-spinner {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body {
  overflow-x: hidden;
}
main {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  main.offcanvas {
    -webkit-transform: translate(380px, 0);
    -ms-transform: translate(380px, 0);
    -o-transform: translate(380px, 0);
    transform: translate(380px, 0);
  }
}
@media (max-width: 767px) {
  main.offcanvas {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  main.offcanvas > * {
    margin-left: -70px;
  }
  main.offcanvas .main-navigation {
    background: none ;
  }
  main .main-navigation {
    padding-right: 70px !important;
    width: 100% !important;
    left: -100% !important;
    z-index: -1;
  }
  main .main-navigation:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 70px;
    background: #19212b;
  }
}
.site-global-messages .alert {
  margin: 0;
  text-align: center;
}
.site-global-messages .alert:first-child {
  text-align: left;
}
#header-container {
  background-color: #fff;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .alert {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .main-header {
    background: #ffffff;
    margin: 18px 0 -20px;
    min-height: 128px;
    padding-top: 15px;
    padding-bottom: 6px;
  }
  .global-navigation {
    background: #007dc3;
  }
  .contact-us > div.arrow {
    top: -11px !important;
  }
}
@media (max-width: 991px) {
  body.homepage .main-header .search-form .form-group {
    margin-bottom: 0px;
  }
  .main-header {
    background: #007dc3;
    min-height: 56px;
  }
  a.shopping-box {
    padding-left: 15px;
    margin-right: 0px;
    padding: 0px;
    color: #ffffff;
    width: 56px;
  }
  a.shopping-box.shopping-box-icon {
    position: relative;
    margin: 6px 0;
    text-align: center;
  }
  a.shopping-box.shopping-box-icon:after {
    content: '';
    background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -644px transparent no-repeat;
    width: 34px;
    height: 28px;
    display: inline-block;
  }
  a.shopping-box.shopping-box-icon:after {
    display: block;
    float: left;
  }
  a.shopping-box-backorder {
    padding-left: 15px;
    margin-right: 0px;
    padding: 0px;
    color: #ffffff;
  }
  a.shopping-box-backorder.shopping-box-icon {
    position: relative;
    margin: 6px 0;
    text-align: center;
  }
  a.shopping-box-backorder.shopping-box-icon:after {
    content: '';
    background: url('../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png') 0px -682px transparent no-repeat;
    width: 34px;
    height: 28px;
    display: inline-block;
  }
  a.shopping-box-backorder.shopping-box-icon:after {
    display: block;
  }
  .customer strong {
    width: 10%;
  }
  .customer a:last-child {
    font-size: 0.9em;
  }
  #header-container {
    background-color: transparent;
  }
}
.customer strong,
.customer span {
  word-break: break-word;
}
.customer strong {
  width: 30%;
}
.main-header {
  position: relative;
}
.main-header .navbar-header .navbar-toggle {
  margin: 11px 0px 11px 0px;
  padding-left: 0;
  margin-top: 8px;
  margin-right: 8px;
}
.main-header .site-logo {
  display: inline-block;
  line-height: 56px;
}
.main-header .site-logo img {
  max-width: 250px;
  max-height: 50px;
}
@media (min-width: 992px) {
  .main-header #d-sanmar-logo {
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .main-header img[id*="md-sanmar-"] {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .main-header img[id*="m-sanmar-"] {
    margin-left: -15px;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .main-header img[id*="m-sanmar-"] {
    margin-top: 14px;
  }
}
.main-header #login-name {
  width: 115px;
}
.main-header .customer {
  max-width: 270px;
  width: 100%;
  color: #ffffff;
  margin: 6px 0;
}
.main-header .customer .ae {
  text-align: left;
}
.main-header .customer .ae strong {
  text-align: left;
}
@media (max-width: 991px) {
  .main-header .customer {
    text-align: right;
    line-height: 1.2;
    margin-right: 10px;
  }
  .main-header .customer .ae span.intro {
    display: block;
  }
  .main-header .customer span.fa-phone {
    display: inline;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .main-header .customer {
    margin-right: 35px;
    width: 160px;
  }
  .main-header .customer .ae span.intro {
    display: block;
  }
  .main-header .customer .ae .fa-phone {
    float: right;
    margin-right: -16px;
  }
}
.main-header .customer a {
  color: #ffffff;
}
.main-header .customer a.ae:hover,
.main-header .customer a.ae:link,
.main-header .customer a.ae:visited,
.main-header .customer a.ae:active {
  text-decoration: none;
}
.main-header .login {
  color: #ffffff;
  max-width: 145px;
  padding: 10px 0;
}
.main-header .login .break-txt {
  width: 70%;
  display: block;
  float: left;
}
body.company-casuals .main-header .company-casuals-site-logo a:hover,
body.company-casuals .main-header .company-casuals-site-logo a:link,
body.company-casuals .main-header .company-casuals-site-logo a:visited,
body.company-casuals .main-header .company-casuals-site-logo a:active,
body.company-casuals .main-header .company-casuals-site-logo a:focus {
  color: #007dc3;
  text-decoration: none;
}
body.company-casuals .main-header .company-casuals-site-logo p.site-name {
  font-family: alternategothicef_notwo, Arial Narrow;
  font-size: 100px;
  color: #007dc3;
  text-align: center;
  margin: -30px 0;
}
@media (max-width: 991px) {
  body.company-casuals .main-header .company-casuals-site-logo p.site-name {
    font-size: 52px;
    margin: 0 0 -7px;
  }
  body.company-casuals .main-header .company-casuals-site-logo p.site-name a {
    color: white;
  }
}
body.company-casuals .main-header .company-casuals-site-logo p.tagline {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: black;
}
@media (max-width: 991px) {
  body.company-casuals .main-header .company-casuals-site-logo p.tagline {
    display: none;
  }
}
@media (min-width: 992px) {
  body.company-casuals .main-header {
    margin: 0;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  body.branded-site a.site-logo img {
    max-height: 101px;
    padding: 0 8px 10px 14px;
  }
  body.branded-site .main-header {
    min-height: 83px;
    margin: 0 -15px;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  body.cornerstone #header-container {
    background: #ffffff;
  }
  body.cornerstone .main-header {
    background: #ffffff;
  }
  body.cornerstone .global-navigation {
    background: #f8981c;
  }
}
@media (max-width: 991px) {
  body.cornerstone .main-header {
    background: #f8981c;
  }
}
@media (min-width: 992px) {
  body.district #header-container {
    background: #ffffff;
  }
  body.district .main-header {
    background: #ffffff;
  }
  body.district .global-navigation {
    background: #707372;
  }
}
@media (max-width: 991px) {
  body.district .main-header {
    background: #e40046;
  }
}
@media (min-width: 992px) {
  body.port-and-company #header-container {
    background: #ffffff;
  }
  body.port-and-company .main-header {
    background: #ffffff;
  }
  body.port-and-company .global-navigation {
    background: #0071ba;
  }
}
@media (max-width: 991px) {
  body.port-and-company .main-header {
    background: #0071ba;
  }
}
@media (min-width: 992px) {
  body.port-authority #header-container {
    background: #ffffff;
  }
  body.port-authority .main-header {
    background: #ffffff;
  }
  body.port-authority .global-navigation {
    background: #005991;
  }
}
@media (max-width: 991px) {
  body.port-authority .main-header {
    background: #005991;
  }
}
@media (min-width: 992px) {
  body.red-house #header-container {
    background: #ffffff;
  }
  body.red-house .main-header {
    background: #ffffff;
  }
  body.red-house .global-navigation {
    background: #661129;
  }
}
@media (max-width: 991px) {
  body.red-house .main-header {
    background: #661129;
  }
}
@media (min-width: 992px) {
  body.sport-tek #header-container {
    background: #ffffff;
  }
  body.sport-tek .main-header {
    background: #ffffff;
  }
  body.sport-tek .global-navigation {
    background: #0033a0;
  }
}
@media (max-width: 991px) {
  body.sport-tek .main-header {
    background: #0033a0;
  }
}
.global-navigation {
  position: relative;
}
.global-navigation .customer {
  background: #ffffff;
  max-width: 270px;
  width: 100%;
}
.global-navigation .customer strong {
  display: block;
}
.global-navigation .customer span strong {
  display: inline;
}
@media (min-width: 1200px) {
  .global-navigation .customer {
    max-width: 270px !important;
    left: 395px !important;
  }
  .global-navigation .login-area {
    right: 0;
  }
}
@media (min-width: 992px) {
  .global-navigation .customer {
    position: absolute;
    top: -88px;
    left: 295px;
    color: #4d4e53;
    max-width: 220px;
    width: 100%;
  }
  .global-navigation .customer span.ext {
    display: block;
  }
}
@media (max-width: 991px) {
  .global-navigation .dropdown-bg {
    background-color: #ffffff;
    display: block;
    margin-top: 20px;
  }
  .global-navigation .customer {
    position: relative;
    color: #6a6a6a;
    display: flex;
    align-items: center;
  }
  .global-navigation .customer-name-separator {
    width: 97%;
    margin: 0 auto !important;
  }
  .global-navigation .customer > strong {
    padding: 11px 0px;
    color: #6a6a6a;
  }
  .global-navigation .customer .ae {
    display: none;
  }
}
.global-navigation .customer-options {
  background: #ffffff;
  margin-bottom: 0px;
  padding: 0 !important;
}
.global-navigation .customer-options li {
  padding: 0 30px 0 0;
  display: inline;
}
.global-navigation .customer-options li a {
  color: #007dc3;
  font-size: 12px;
}
.global-navigation .customer-options li a:hover,
.global-navigation .customer-options li a:active,
.global-navigation .customer-options li a:focus {
  color: #007dc3;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .global-navigation.logged-in .shopping-box-area,
  .global-navigation.logged-in .login-area {
    right: 20px;
  }
  .global-navigation.logged-in .customer-options {
    position: absolute;
    top: -115px;
    right: -12px;
    width: 405px;
  }
  .global-navigation .customer-options {
    position: absolute;
    top: -115px;
    right: 15px;
    width: 405px;
  }
}
@media (max-width: 991px) {
  .global-navigation.logged-in {
    right: 0;
  }
  .global-navigation.logged-in .customer-options {
    float: left;
    right: 0;
  }
  .global-navigation .customer-options {
    position: relative;
    padding: 0 15px;
  }
  .global-navigation .customer-options li {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    padding: 15px;
    text-align: center;
  }
  .global-navigation .customer-options li.logout {
    position: absolute;
    top: -40px;
    right: 15px;
    text-align: right;
    padding: 0 !important;
  }
  .global-navigation .customer-options li.logout a {
    display: inline;
  }
  .global-navigation .customer-options li.logout a span.fa {
    display: inline;
  }
  .global-navigation .customer-options li a {
    color: #007dc3;
    display: inline-block;
  }
  .global-navigation .customer-options li a:hover,
  .global-navigation .customer-options li a:active,
  .global-navigation .customer-options li a:focus {
    color: #007dc3;
    text-decoration: underline;
  }
  .global-navigation .customer-options li a span.fa {
    display: block;
    margin-bottom: 5px;
  }
  .global-navigation .customer-options li a span.fa.fa-caret-down {
    display: none;
  }
  .global-navigation .customer-options li.logout a {
    display: block;
    padding: 11px 0px;
  }
  .global-navigation .customer-options li.list-group-item:first-child {
    border-radius: 0px;
  }
}
.global-navigation .shopping-box-area,
.global-navigation .login-area {
  color: #4d4e53;
}
@media (min-width: 992px) {
  .global-navigation .shopping-box-area,
  .global-navigation .login-area {
    width: 405px;
    position: absolute;
    top: -84px;
    right: 0;
  }
}
.global-navigation .shopping-box-area {
  letter-spacing: -0.03em;
}
.global-navigation .shopping-box-area.navbar-default {
  background-color: transparent;
  border: none;
}
.global-navigation .shopping-box-area.no-backorder .backorders {
  visibility: hidden;
}
@media (min-width: 992px) {
  .global-navigation .shopping-box-area.no-backorder {
    text-align: right;
    right: -110px;
  }
  .global-navigation .shopping-box-area.no-backorder .backorders {
    display: none;
    visibility: hidden;
  }
  .global-navigation .shopping-box-area.no-backorder .shopping-box {
    text-align: left;
  }
  .global-navigation .shopping-box-area.no-backorder .checkout {
    vertical-align: top;
  }
  .global-navigation .shopping-box-area.no-backorder .shopping-box,
  .global-navigation .shopping-box-area.no-backorder .checkout {
    float: none;
    display: inline-block;
  }
  .global-navigation .shopping-box-area .shopping-box {
    width: 189px;
    padding-right: 0;
    padding-left: 0;
  }
  .global-navigation .shopping-box-area .backorders {
    width: 114px;
    padding-right: 0;
    padding-left: 20px;
  }
  .global-navigation .shopping-box-area .checkout {
    padding: 0 !important;
    width: 85px;
    text-align: right;
  }
  .global-navigation .shopping-box-area .checkout .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .global-navigation .shopping-box-area {
    top: 0px;
    margin: 0px;
    z-index: 9;
    position: absolute;
    background: #ffffff;
    left: 0;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    padding-top: 16px;
    padding-bottom: 18px;
  }
  .global-navigation .shopping-box-area .checkout {
    padding: 18px 0 0 0;
  }
  .global-navigation .shopping-box-area .checkout .btn {
    width: 100%;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0px;
  }
}
.global-navigation .shopping-box-area .backorders {
  word-wrap: break-word;
}
.global-navigation .shopping-box-area .backorders .fa-exclamation-triangle {
  color: #ff9501;
  margin: 0 4px 0 -18px;
  font-size: 1em;
}
@media (min-width: 992px) {
  .global-navigation .shopping-box-area .backorders .fa-exclamation-triangle {
    display: none;
  }
}
.global-navigation .shopping-box-area .backorders .totalBackorderMiniBasket:after {
  content: " ";
}
.global-navigation .shopping-box-area .shopping-box {
  padding-left: 78px;
}
.global-navigation .shopping-box-area .shopping-box .totalItemsMiniBasket:after {
  content: " ";
}
.global-navigation .shopping-box-area .shopping-box.shopping-box-icon:before {
  content: "";
  background: url("../../../../../../_ui/responsive/theme-blue/images/sanmar-sprite.png") 0px -720px transparent no-repeat;
  width: 63px;
  height: 50px;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.global-navigation .shopping-box-area .shopping-box.shopping-box-icon .shopping-box-icon-link {
  display: block;
  width: 63px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.global-navigation .shopping-box-area .shopping-box.shopping-box-icon .totalItemsMiniBasketMobile {
  display: inline-block;
  margin-top: 6px;
}
@media (max-width: 991px) {
  .global-navigation .shopping-box-area.navbar-default {
    background-color: #ffffff;
  }
}
.form-group.search-form-icon span.fa-search {
  position: absolute;
  padding: 9px;
  right: 0;
  top: 4px;
  cursor: pointer;
}
.form-group.search-form-icon span.fa-search:hover {
  color: #6a6a6a;
}
.form-group.search-form-icon .main-search {
  padding-right: 30px;
  font-size: 12px;
  color: #6a6a6a;
  padding-top: 4px;
  padding-bottom: 4px;
  height: 30px;
}
.form-group.search-form-icon input.search {
  padding-right: 30px;
}
.login-area .helpers {
  padding: 12px 0 0 0px;
  float: left;
}
.login-area .small a,
.login-area .small label,
.login-area .small span {
  color: #6a6a6a;
}
.login-area .small a:focus,
.login-area .small label:focus,
.login-area .small span:focus {
  outline: none;
  text-decoration: none;
}
.login-area .small [type="checkbox"]:not(:checked) + label {
  color: #6a6a6a;
}
.login-area .form-group {
  padding-right: 10px;
  display: inline;
  float: left;
}
.login-area .form-group input {
  width: 160px;
}
.login-area .login {
  max-width: 64px;
}
.login-area .login .btn {
  width: 64px;
}
@media (max-width: 991px) {
  .page-homepage .navbar-collapse.logged-out .customer-options {
    margin-top: 20px;
  }
  .page-homepage .navbar-collapse.logged-in .customer {
    margin-top: 0;
  }
  .page-homepage .navbar-collapse.logged-in .shopping-box-area {
    margin-top: 20px;
  }
  #global-navigation.cart-visible .shopping-box-area {
    position: relative;
  }
  #global-navigation.cart-visible .hidden-for-box {
    display: none;
  }
  #global-navigation.global-navigation-on .shopping-box-area {
    display: none;
  }
}
.container-header-content {
  position: relative;
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container-header-content {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .form-group.search-form-icon span.fa-search {
    top: -1px;
  }
}
.main-footer .footer-links > ul {
  list-style: none;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .main-footer {
    margin-top: 18px;
  }
  .main-footer .footer-bg {
    background: #4d4e53;
  }
  .cc-main-footer {
    margin-top: 18px;
    padding-left: 0;
  }
  .cc-main-footer .footer-bg {
    background: #4d4e53;
  }
  .cc-main-footer .footer-nav-item {
    margin-left: 40px;
  }
  body.branded-site .main-footer {
    margin-top: 18px;
  }
  body.branded-site .main-footer .footer-links {
    padding-left: 15px;
  }
  body.branded-site .main-footer .footer-links .links li {
    padding-right: 55px;
  }
  body.branded-site .main-footer .footer-copyright {
    padding-left: 15px;
  }
  body.cornerstone .main-footer .footer-bg {
    background: #56555a;
  }
  body.cornerstone .main-footer .footer-bg .footer-links .links li a {
    background: #56555a;
  }
  body.district .main-footer .footer-bg {
    background: #56555a;
  }
  body.district .main-footer .footer-bg .footer-links .links li a {
    background: #56555a;
  }
  body.port-and-company .main-footer .footer-bg {
    background: #56555a;
  }
  body.port-and-company .main-footer .footer-bg .footer-links .links li a {
    background: #56555a;
  }
  body.port-authority .main-footer .footer-bg {
    background: #56555a;
  }
  body.port-authority .main-footer .footer-bg .footer-links .links li a {
    background: #56555a;
  }
  body.red-house .main-footer .footer-bg {
    background: #56555a;
  }
  body.red-house .main-footer .footer-bg .footer-links .links li a {
    background: #56555a;
  }
  body.sport-tek .main-footer .footer-bg {
    background: #56555a;
  }
  body.sport-tek .main-footer .footer-bg .footer-links .links li a {
    background: #56555a;
  }
  .footer-links .links li {
    float: left;
    padding-right: 15px;
  }
  .footer-links .links li a {
    line-height: 48px;
    color: #ffffff;
  }
  .footer-links .links li a .fa {
    display: none;
  }
  .footer-links .links li > strong {
    color: #ffffff;
    line-height: 48px;
  }
  .footer-links .links li:last-child {
    padding-right: 0px;
  }
  .footer-links .social {
    text-align: right;
  }
  .footer-links .social li {
    display: inline;
    padding-left: 20px;
  }
  .footer-links .social li:first-child {
    padding-left: 0;
  }
  .footer-links .social li a .fa {
    color: #ffffff;
    line-height: 48px;
  }
}
@media (max-width: 991px) {
  .main-footer {
    margin-top: 25px !important;
  }
  .main-footer > div {
    padding: 0px;
  }
  .cc-main-footer {
    margin: 0 !important;
  }
  .cc-main-footer > div {
    padding: 0px;
  }
  .footer-links .links {
    padding: 0 !important;
    width: 100%;
    float: left;
  }
  .footer-links .links li {
    float: left;
    padding: 0 !important;
    width: 100%;
    border-bottom: 1px solid #6a6a6a;
  }
  .footer-links .links li:first-child {
    border-top: 1px solid #6a6a6a;
  }
  .footer-links .links li a {
    color: #ffffff;
    padding-left: 15px;
    background: #4d4e53;
    display: block;
    line-height: 38px;
  }
  .footer-links .links li a > .fa {
    padding-right: 15px;
  }
  .footer-links .social {
    width: 100%;
    text-align: center;
    clear: both;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
  }
  .footer-links .social li {
    display: inline-block;
  }
  .footer-links .social li {
    padding-left: 15px;
  }
  .footer-links .social li:first-child {
    padding-left: 0;
  }
  .footer-links .social li .fa {
    color: #4d4e53;
  }
  .footer-copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #6a6a6a;
  font-size: 12px;
}
.page-login .footer-links .social {
  text-align: center;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  z-index: 16;
}
.carousel-indicators {
  z-index: 15;
}
.carousel-caption {
  z-index: 10;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -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;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img,
#homepage-carousel > div > a > img.cms-img-responsive {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* 
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span {
  background: #869791;
}
/* 
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #ffffff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots span {
  background: #007dc3;
}
@media (min-width: 992px) {
  .owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}
/*
	Slick Carousels - http://kenwheeler.github.io/slick/
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  z-index: 15;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.slick-dots li button {
  padding: 0;
  margin: 0;
}
.owl-page,
.slick-dots {
  cursor: pointer;
  display: inline-block;
}
.owl-page span,
.slick-dots span,
.owl-page button,
.slick-dots button {
  display: block;
  text-indent: -9999px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  .owl-page span,
  .slick-dots span,
  .owl-page button,
  .slick-dots button {
    margin-right: 0;
    margin-left: 10px;
    border: none;
  }
}
.owl-page.active span,
.slick-dots.active span,
.owl-page .slick-active span,
.slick-dots .slick-active span,
.owl-page.active button,
.slick-dots.active button,
.owl-page .slick-active button,
.slick-dots .slick-active button {
  background: #007dc3;
  border: none;
}
@media (min-width: 992px) {
  .modal-sm {
    width: 300px;
    max-width: 300px;
  }
  .modal-md {
    width: 430px;
    max-width: 430px;
  }
  .modal-lg {
    width: 970px;
    max-width: 970px;
  }
  .modal-lg-terms {
    width: 430px;
    max-width: 430px;
  }
  .modal-lg-compare {
    width: 1200px;
    max-width: 1200px;
  }
  .modal-md-lg {
    width: 600px;
    max-width: 600px;
  }
  .modal-lg-cpsia {
    width: 740px;
    max-width: 740px;
  }
}
.modal iframe {
  width: 100%;
}
.modal.show {
  display: block;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-content {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}
.modal-content.preview-email-product-list .promo-tile {
  width: auto;
}
.modal-content.preview-email-product-list .promo-tile img {
  width: 100%;
}
.modal-content #tandcAgreeDisagreeForm .max-height-400 {
  overflow: auto;
}
@media (max-width: 991px) {
  #address-exists .modal-body {
    text-align: center;
  }
}
#address-exists .modal-content {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  #tandcAgreeDisagree .btn {
    width: 100%;
    margin: 4px 0 5px 0;
  }
  #tandcAgreeDisagree .modal-body {
    padding-bottom: 0px;
  }
  #tandcAgreeDisagree .modal-footer a {
    margin-right: 5px;
  }
  #tandcAgreeDisagree .modal-footer button {
    margin-right: 0;
  }
  #tandcAgreeDisagree .modal-footer .btn + .btn {
    margin-left: 0;
  }
}
#preview-email-quickview-page .product > .price,
#preview-email-product-details-form .product > .price {
  margin-top: 0;
}
#preview-email-product-details-form {
  position: relative;
}
#preview-email-product-details-form .modal-footer .btn-group {
  gap: 15px;
}
#preview-email-product-details-form .modal-footer .btn-group a,
#preview-email-product-details-form .modal-footer .btn-group button {
  margin-right: 0;
}
@media (max-width: 992px) {
  #preview-email-product-details-form .modal-footer .btn-group {
    gap: 5px;
  }
}
@media (max-width: 992px) {
  #preview-email-product-details-form .color-swatches ul {
    display: flex;
    flex-wrap: wrap;
  }
  #preview-email-product-details-form .color-swatches ul li {
    flex: 1 1 50%;
  }
}
@media (max-width: 575px) {
  #preview-email-product-details-form .modal-footer {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #preview-email-product-details-form .modal-footer .btn-group {
    gap: 15px;
  }
  #preview-email-product-details-form .captcha-container {
    padding-bottom: 40px;
  }
}
.modal#edit-card {
  display: none;
  overflow-x: auto;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal#edit-card.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal#edit-card.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal#add-card {
  display: none;
  overflow-x: auto;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal#add-card.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal#add-card.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal#product-zoom .modal-body {
  overflow-x: hidden;
}
.modal#addr-val-modal #addressValidationMessage {
  font-weight: bold;
}
@media (max-width: 991px) {
  .modal-content {
    margin-top: 25px;
    max-width: 96%;
  }
}
.modal-header {
  background: #007dc3;
  color: #ffffff;
  font-weight: bold;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 45px;
}
.modal-header button span {
  color: #ffffff;
}
body.cornerstone .modal-header {
  background: #f8981c;
}
body.district .modal-header {
  background: #56555a;
}
body.port-and-company .modal-header {
  background: #0071ba;
}
body.port-authority .modal-header {
  background: #005991;
}
body.red-house .modal-header {
  background: #661129;
}
body.sport-tek .modal-header {
  background: #0033a0;
}
.modal-footer {
  border-top: none;
  padding-top: 0;
}
.modal-footer a,
.modal-footer button {
  float: left;
  margin-right: 15px;
}
.modal-footer a:last-child,
.modal-footer button:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  .modal-footer.xs-button-groups a,
  .modal-footer.xs-button-groups button {
    width: 47%;
    margin-right: 1%;
  }
  .modal-footer.xs-button-groups a:last-child,
  .modal-footer.xs-button-groups button:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.2);
  }
}
.modal-backdrop {
  background-color: #ffffff;
}
.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.modal-title {
  color: #ffffff;
  margin-top: 0px;
}
.modal .product-details .color-swatches hr.divider {
  display: none;
}
.modal .content-for-email {
  display: block;
}
.modal .btn-compare {
  display: none;
}
.modal .product-name .name-short {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 14px;
}
.modal .product-name .name-short .product-status {
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 4px;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  bottom: 1px;
}
.modal .product-name .name-short .product-info-sale {
  background-color: #d65252;
}
.modal .product-name .name-short .product-info-comingsoon {
  background-color: #56aaea;
}
.modal .product-name .name-short .product-info-new {
  background-color: #20a135;
}
.modal .product-name .name-short .product-info-discontinued {
  background-color: #ff9500;
}
.modal .product-name .name-short .product-info-closeout {
  background-color: #6a6a6a;
}
.modal .product-name .name-short .product-info-updated {
  background-color: #d4af37;
}
.modal .product-name .name-short .product-info-limitededition {
  background-color: #5b449b;
}
.modal .product-name .prod-desc {
  margin: 0 0 20px;
}
.modal.include-pricing-true .product-price {
  visibility: visible;
}
.modal .product-grid {
  margin-top: 0!important;
  padding: 5px;
  border: 1px solid #e6e6e6;
  overflow: scroll;
  overflow-x: hidden;
  max-height: 350px;
  margin: 0;
}
.modal .product-grid .product-image:hover .btn-quick-view {
  display: none;
}
.modal .product-grid.no-border {
  border: none;
  overflow: hidden;
  display: none;
}
.modal .inlcude-container {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
.modal .inlcude-container.fixed-height {
  height: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal .quickview-modal-body .swatch-name {
  display: none;
}
.modal .quickview-modal-body .btn-primary,
.modal .quickview-modal-body .btn-checkout {
  color: #ffffff;
}
.modal .quickview-modal-body .btn-primary:hover,
.modal .quickview-modal-body .btn-checkout:hover {
  color: #ffffff;
}
.modal .quickview-modal-body .warehouse-list td {
  height: 51px;
}
.modal .quickview-modal-body .table-inventory .total-inventory {
  font-size: 12px;
}
.modal .quickview-modal-body .global-messages {
  padding: 0;
}
.modal .quickview-modal-body #modal-tab-inv-pricing .color-selected {
  padding-left: 0;
  padding-bottom: 10px;
  display: inline-block;
}
.modal .quickview-modal-body .nav-tabs .nav-link {
  color: #007dc3;
}
.modal .quickview-modal-body .nav-tabs .nav-link.active {
  color: #56555a;
}
.modal.compare-products .currency-symbol {
  display: none;
}
.modal.compare-products .color-swatches ul {
  margin-top: 5px;
}
.modal.compare-products .color-swatches ul li:nth-child(5n) {
  clear: none;
}
.modal.compare-products .color-swatches ul li .swatch-name {
  display: none;
}
.modal.compare-products table tr:last-child td {
  margin-bottom: 0;
  padding-bottom: 0;
}
.modal.compare-products .prod-price .edit-price {
  margin-left: 5px;
}
.modal.compare-products .prod-price .edit-price .fa {
  margin-right: 5px;
}
.modal.compare-products .prod-price .price-label {
  float: left;
  margin-right: 5px;
}
.modal.compare-products .prod-price .form-edit-price .edit-product-price {
  width: 75px;
  float: left;
  margin-right: 5px;
}
.modal.compare-products .prod-price .form-edit-price .save-price,
.modal.compare-products .prod-price .form-edit-price .revert-price {
  color: #007dc3;
  margin-left: 5px;
  cursor: pointer;
}
.modal.compare-products .prod-price .form-edit-price .save-price:disabled,
.modal.compare-products .prod-price .form-edit-price .revert-price:disabled,
.modal.compare-products .prod-price .form-edit-price .save-price[disabled],
.modal.compare-products .prod-price .form-edit-price .revert-price[disabled] {
  color: #d0d0ce;
}
.modal.compare-products .prod-price .form-edit-price .edit-product-price {
  height: 30px;
  margin-top: -6px;
}
.modal.compare-products .prod-price .form-edit-price small {
  clear: both;
}
.modal.compare-products .prod-price .validation-msg {
  display: none;
}
.modal.compare-products .prod-price .validation-msg.error {
  color: #d65252;
}
.modal.compare-products #compare-attributes label {
  margin-left: 5px;
}
.modal.compare-products #compare-attributes input {
  position: relative;
  top: 1px;
}
.modal.replacing-shopping-box-content .save-shopping-box-option {
  display: none;
  margin: 10px 0 0 10px;
}
.modal.preview-email-this-page .btn-compare,
.modal.preview-email-this-page .nav-tabs,
.modal.preview-email-this-page .inventory .btn,
.modal.preview-email-this-page .description .btn,
.modal.preview-email-this-page .fa-search-plus {
  display: none;
}
.modal.preview-email-this-page .swatches li {
  max-width: 150px;
  min-width: 12%;
  width: 16%;
  word-break: break-word;
}
.modal.preview-email-this-page .swatches li.compare-preview {
  width: 140px;
}
.modal.preview-email-this-page .color-swatches.popover-names .swatch-name {
  display: block;
}
.modal.preview-email-this-page .main-image.easyzoom a {
  cursor: default;
}
.modal.preview-email-this-page .main-image.easyzoom :after {
  display: none;
}
@media (max-width: 991px) {
  .modal.preview-email-this-page #preview-email-product-listing-form .product-name {
    word-break: normal;
  }
}
.modal .preview-email-message-format {
  white-space: pre-wrap;
}
.modal .sharing-options ul {
  margin-bottom: 0;
}
.modal .sharing-options li {
  display: inline-block;
}
.modal.modal-warehouse-details select:focus::-ms-value {
  background-color: transparent;
  color: #4d4e53;
}
.modal.modal-warehouse-details .warehouse-map {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.modal.modal-warehouse-details .warehouse-selection p {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
}
.modal.modal-warehouse-details .table.warehouse-cutofftimes {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .modal.modal-warehouse-details .table.warehouse-cutofftimes .shop-via {
    width: 75%;
  }
}
.modal.modal-warehouse-details .table.warehouse-cutofftimes .cutoff-time {
  text-align: right;
  min-width: 102px;
}
.modal.modal-quick-view {
  left: -30px !important;
  z-index: 1049;
}
.modal.modal-quick-view .modal-content {
  width: 104%;
}
@media (min-width: 992px) {
  .modal.modal-quick-view .quickview-inv-errors,
  .modal.modal-quick-view .quickview-inv-errors-weather {
    padding-left: 0;
    width: 98%;
  }
}
.modal.modal-quick-view .quickview-inv-errors .alert-warning,
.modal.modal-quick-view .quickview-inv-errors-weather .alert-warning {
  margin-top: 0;
}
.modal.modal-quick-view .fa-search-plus,
.modal.modal-quick-view .btn-compare {
  display: none;
}
.modal.modal-quick-view .quickview-modal-body {
  min-height: 520px;
}
.modal.modal-quick-view.prod-details-closed .main-image.easyzoom a,
.modal.modal-quick-view.prod-details-closed .main-image.easyzoom img {
  cursor: default!important;
}
.modal.modal-quick-view.prod-details-closed .main-image.easyzoom :after {
  display: none;
}
.modal.modal-quick-view.prod-details-closed .main-image.easyzoom .easyzoom-flyout {
  display: none;
}
.modal.modal-quick-view.prod-details-open .fa-search-plus,
.modal.modal-quick-view.prod-details-open .btn-compare {
  display: block;
}
.modal.modal-quick-view.prod-details-open .easyzoom-flyout {
  display: block;
}
.modal.modal-quick-view.prod-details-open .easyzoom-flyout :after {
  display: none;
}
.modal.modal-quick-view.prod-details-open .main-image.easyzoom :after {
  display: inline-block;
}
.modal.modal-quick-view .main-image {
  position: relative;
}
.modal.modal-quick-view .main-image .fa-search-plus {
  position: absolute;
  bottom: 0;
  right: 0;
}
.modal.modal-quick-view .main-image a img {
  max-width: 213px;
}
.modal.modal-quick-view .main-image .easyzoom-flyout {
  height: 460px;
  top: 0;
  left: 240px;
  width: 696px;
  height: 506px;
  border: 1px solid #e6e6e6;
  position: absolute;
  overflow: hidden;
  z-index: 15;
  margin-left: 0px;
}
.modal.modal-quick-view .main-image .easyzoom-flyout img {
  -ms-interpolation-mode: bicubic;
  width: auto;
  height: auto;
}
.modal.modal-quick-view .main-image .easyzoom-box-shadow:after {
  content: '';
}
.modal.modal-quick-view .color-swatches ul li:nth-child(5n) {
  clear: none;
}
.modal.modal-quick-view .color-swatches ul li:nth-child(7n) {
  clear: left;
}
.modal.modal-quick-view .color-swatches-inventory .swatches li {
  width: 40px;
}
.modal.modal-quick-view .color-swatches-inventory .swatches li:nth-child(7n) {
  clear: none;
}
.modal.modal-quick-view .color-swatches .swatches li {
  width: 40px;
}
.modal.modal-quick-view .color-swatches .swatches li:nth-child(7n) {
  clear: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal.modal-quick-view .color-swatches .swatches li {
    /* IE10+ CSS styles  */
    width: 41px;
  }
}
.modal.modal-quick-view .companion-item {
  width: 83px;
  float: left;
  margin-right: 35px;
  margin-bottom: 30px;
}
.modal.modal-quick-view .companion-item:nth-child(6n) {
  margin-right: 0;
}
.modal.modal-quick-view .companion-item:nth-child(7) {
  clear: both;
}
.modal.modal-quick-view .companion-item:nth-child(19) {
  clear: both;
}
.modal.modal-quick-view .companion-item .product-image {
  min-height: 127px !important;
}
.modal.modal-quick-view .custom-hemmed-pants {
  width: 100%;
  padding-left: 0 !important;
}
.modal.modal-quick-view .custom-hemmed-pants .all-tables {
  width: 697px;
}
.modal.modal-quick-view .custom-hemmed-pants .table-inventory tr .size-header {
  min-width: 57px;
}
.modal.modal-quick-view .table-inventory tr > th,
.modal.modal-quick-view .table-inventory tr > td {
  padding-right: 11px;
}
.modal.modal-quick-view .table-inventory .warehouse-list .error-message {
  max-width: 510px;
  min-width: 200px;
}
.modal.modal-quick-view .inventory-action-buttons {
  width: 638px;
}
.modal.modal-quick-view .modal-dialog.modal-lg,
.modal.modal-quick-view .fd-modal.modal-lg {
  width: inherit;
}
.modal.modal-quick-view #product-description a {
  color: #007dc3;
}
@-moz-document url-prefix() {
  .modal.modal-quick-view .companion-item {
    width: 81px;
  }
}
.content-for-email {
  display: none;
}
@media screen and (max-width: 991px) {
  .modal .scroll-panel {
    width: 100%;
  }
}
.modal.table-fixed-header-disabled .slimScrollBar {
  display: none !important;
}
.modal.table-fixed-header-disabled .slimScrollDiv,
.modal.table-fixed-header-disabled .scroll-panel {
  height: auto;
}
.modal.table-fixed-header .scroll-panel {
  min-height: 100px;
}
@media (min-width: 992px) {
  .modal.table-fixed-header .checkout-table {
    width: 100%;
  }
  .modal.table-fixed-header .checkout-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .modal.table-fixed-header .checkout-table {
    margin: 0;
  }
  .modal.table-fixed-header .checkout-table thead {
    display: none;
  }
  .modal.table-fixed-header .checkout-table tr td:not(:first-child) {
    display: inline-block;
    padding-left: 15px;
    text-align: left;
    width: calc(100vw - 106px);
  }
}
.modal.table-fixed-header .checkout-table.table-review-order thead {
  position: relative;
  display: table-row-group;
}
@media (min-width: 992px) {
  .modal.table-fixed-header .checkout-table.table-review-order tbody:before {
    height: auto;
  }
}
@media (max-width: 991px) {
  .modal.table-fixed-header table.shopping-box .modal-color-swatch {
    padding-left: 2px;
    padding: 0px;
  }
}
@media screen and (min-width: 992px) {
  .modal .checkout-table tr.thead th {
    background: #6a6a6a;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .modal .checkout-table {
    margin: 0;
  }
  .modal .checkout-table tr td {
    border: none;
  }
  .modal .checkout-table tr td:first-child {
    width: 100%;
    padding: 15px 0 15px;
  }
  .modal .checkout-table tr td:first-child .column-color img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 8px;
  }
  .modal .checkout-table tr td:not(:first-child) {
    display: inline-block;
    padding-left: 15px;
    text-align: left;
    width: auto;
  }
  .modal .checkout-table tr td[data-th]:before {
    content: attr(data-th);
    float: left;
  }
}
.modal#preview-email-product-details-page .color-selected .selection {
  display: inline-block;
}
.modal#preview-email-product-details-page .product-name .brand-logo {
  padding-left: 0;
}
@media (max-width: 991px) {
  .modal#email-product-details-page .characters-limit,
  .modal#email-product-details-page .style-label,
  .modal#email-product-details-page .price-label {
    padding-left: 5px !important;
  }
  .modal#email-product-details-page .price-container {
    margin-top: 5px !important;
  }
}
@media (min-width: 1200px) {
  .modal.review-order-modal .popover.bo-price {
    max-width: 330px !important;
    width: 330px;
  }
}
.modal.review-order-modal .modal-body {
  padding-top: 0;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .modal.review-order-modal .modal-body {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .modal.review-order-modal .modal-content {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .modal.review-order-modal .shipped-to-address {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .modal.review-order-modal .table-saw-container {
    padding-left: 0;
    padding-right: 0;
  }
  .modal.review-order-modal .table-saw-container .column-delivery-method {
    padding-bottom: 15px;
  }
  .modal.review-order-modal .table-saw-container .column-delivery-method span.tablesaw-cell-content {
    max-width: 100px;
  }
}
.modal.review-order-modal .shipping-payment-summary {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .modal.review-order-modal .shipping-payment-summary {
    margin-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.modal.review-order-modal .shipping-payment-summary .payment-method-summary td:nth-child(2) {
  text-transform: uppercase;
}
.modal.review-order-modal .shipping-payment-summary .promo-code-row {
  color: #d65252;
}
@media (max-width: 767px) {
  .modal.review-order-modal .scroll-panel {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .modal.review-order-modal .popover {
    margin-left: 22px;
  }
  .modal.review-order-modal .popover.top > .arrow {
    left: 38%;
    top: initial !important;
  }
}
.modal.review-order-modal table.checkout-table {
  height: auto;
  max-width: 937px;
}
@media (max-width: 991px) {
  .modal.review-order-modal table.checkout-table tr td:first-child {
    padding-left: 15px;
    text-align: left;
  }
  .modal.review-order-modal table tr td:nth-child(3) {
    text-align: left;
  }
  .modal.review-order-modal table tr td.column-price a {
    margin-right: 2px;
  }
  .modal.review-order-modal table .color-swatches.color-selected .name {
    display: table-cell;
    vertical-align: middle;
    line-height: inherit;
    float: right;
    width: 73%;
  }
  .modal.review-order-modal table .color-swatches.color-selected img {
    float: right;
  }
}
@media (min-width: 992px) {
  .modal.review-order-modal table .column-price {
    text-align: center ;
  }
}
.modal.review-order-modal table tr td:nth-child(2),
.modal.review-order-modal table tr td:nth-child(3) {
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .modal table.table-review-order th,
  .modal table.table-review-order td {
    padding-left: 15px;
    padding-right: 15px;
  }
  .modal table.table-review-order .column-style {
    width: 80px;
    max-width: 80px;
  }
  .modal table.table-review-order .column-color {
    width: 130px !important;
    max-width: 130px;
  }
  .modal table.table-review-order .column-size {
    width: 65px;
    max-width: 65px;
  }
  .modal table.table-review-order .column-merch-qty {
    width: 104px;
    text-align: center;
  }
  .modal table.table-review-order .column-price {
    width: 84px;
    max-width: 84px;
  }
  .modal table.table-review-order .column-merch-amount {
    width: 118px;
    max-width: 118px;
  }
  .modal table.table-review-order .column-warehouse {
    width: 150px !important;
    max-width: 150px;
  }
  .modal table.table-review-order .column-weight {
    width: 90px !important;
    max-width: 90px;
  }
  .modal table.table-review-order .column-delivery-method {
    width: 140px;
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  .modal table .color-swatches.color-selected .name {
    margin-top: 2px;
  }
}
@media (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  #review-order-modal .table-saw-container {
    width: 102%;
  }
}
.modal#eta-unavailable .modal-dialog {
  max-width: 700px;
}
@media (max-width: 991px) {
  .modal#saved-box-modal {
    top: -15px !important;
  }
  .modal#saved-box-modal td.color-swatches span:nth-child(2) img {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .modal#saved-box-modal .modal-body {
    max-height: 50vh !important;
  }
}
.modal#saved-box-modal .xs-text {
  margin-right: 4px;
  display: table-cell;
  min-width: 168px;
}
@media (min-width: 992px) {
  .modal#saved-box-modal .xs-text {
    display: none;
  }
}
@media (max-width: 991px) {
  .modal#saved-box-modal .xs-val {
    display: table-cell;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .modal#saved-box-modal .modal-xs {
    min-width: 298px;
    max-width: 100%;
  }
}
@media (min-width: 400px) and (max-width: 991px) {
  .modal#saved-box-modal .modal-xs {
    min-width: 298px;
    max-width: 380px;
    margin: 0 auto;
  }
}
.placeholder-for-zoomed-view {
  background: white;
  width: 100%;
  display: inline-block;
}
.placeholder-for-zoomed-view .zoomed-view {
  text-align: center;
}
.placeholder-for-zoomed-view .img-zoomed {
  width: 347px;
}
.placeholder-for-zoomed-view .img-zoomed a {
  display: block;
}
.placeholder-for-zoomed-view .img-zoomed a img {
  width: 347px;
  height: 520px;
}
.modal#edit-card.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal#add-card {
  display: none;
  overflow-x: auto;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.compare-products-error-message {
  z-index: 2000;
}
h1.serif,
h2.serif,
h3.serif,
h4.serif,
h5.serif,
h6.serif {
  font-family: Times, serif;
  line-height: 1.1;
  color: #4d4e53;
}
h1.serif small,
h2.serif small,
h3.serif small,
h4.serif small,
h5.serif small,
h6.serif small,
h1.serif .small,
h2.serif .small,
h3.serif .small,
h4.serif .small,
h5.serif .small,
h6.serif .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
.serif {
  font-family: Times, serif;
}
h1,
.h1 {
  font-size: 24px;
  font-weight: 500;
}
h4,
.h4 {
  font-size: 14px;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 13px;
  font-weight: 700;
}
.font-xs {
  font-size: 10px;
}
.font-s {
  font-size: 11px;
}
cite {
  font-style: normal;
}
.text-underlined {
  text-decoration: underline;
}
.initialism {
  text-transform: uppercase;
}
blockquote:before,
blockquote:after {
  content: "";
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
dt {
  font-weight: normal;
}
.dl-horizontal {
  padding-left: 20px;
}
.dl-horizontal dt {
  float: left;
  width: 100px;
  text-align: left;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.dl-horizontal dd {
  margin-left: 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.heading-bg {
  padding: 13px 15px;
  border-bottom: 1px solid #e6e6e6;
  background: #f6f6f6;
  line-height: 1;
  margin: 0 -15px 13px;
}
@media (min-width: 992px) {
  .heading-bg {
    margin: 0 0 15px;
  }
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  hr.divider {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.main-content h1 {
  margin-top: 0px;
  margin-bottom: 12px;
}
form .text-desc,
.form .text-desc {
  color: #6a6a6a;
  font-size: 92%;
  margin-bottom: 0;
}
.list-table li {
  display: table;
}
.list-table li .table-cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.list-striped li:nth-child(even) {
  background: #f6f6f6;
}
@media (min-width: 992px) {
  .sidebar-background {
    background: url('../images/sidebar-bg.png') repeat-y left;
    background-position: 3px 0;
  }
}
@media (min-width: 1200px) {
  .sidebar-background {
    background-position: 34px 0;
  }
}
.sidebar a,
.sidebar a:hover,
.sidebar a:visited {
  color: #6a6a6a;
  display: block;
}
.sidebar h4,
.sidebar h4 a {
  color: #6a6a6a;
  font-size: 13px;
  line-height: 1;
}
.sidebar section {
  border-bottom: 1px solid #e6e6e6;
}
.sidebar section:last-of-type {
  border-bottom: none;
}
.sidebar section:first-of-type h4 {
  margin-top: 0;
}
.sidebar section.compare-products {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 10px;
  padding-bottom: 12px;
}
.sidebar section .compare-product {
  position: relative;
}
.sidebar section .compare-product .remove {
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: -5px;
}
.sidebar section .compare-product .remove:hover {
  text-decoration: none;
}
.sidebar.alternative-nav ul > li {
  border-bottom: 1px solid #e6e6e6;
  line-height: 2.8;
}
.sidebar.alternative-nav ul ul {
  border-top: 1px solid tomato;
}
.sidebar.alternative-nav ul ul > li {
  border-bottom: 0;
}
.sidebar .list-product-compare {
  float: left;
  margin-bottom: 13px;
}
.sidebar .list-product-compare li {
  border: 1px solid #f6f6f6;
  float: left;
  margin: 0 0 0 7px;
  padding: 0;
}
.sidebar ul {
  margin-bottom: 4px;
}
.sidebar ul li {
  padding: 3px 0;
  font-size: 12px;
}
.sidebar ul li.active a {
  color: #6a6a6a;
}
.sidebar ul li.single-select label {
  text-decoration: underline;
  padding-left: 20px;
}
.sidebar ul li.single-select label:before {
  width: 0;
  height: 0;
}
.sidebar ul li.single-select label:after {
  content: " ";
}
.sidebar ul li.single-select label:hover {
  text-decoration: none;
}
.sidebar ul li.single-select [type="checkbox"]:checked {
  background: red;
}
.sidebar ul li span {
  color: #6a6a6a;
}
.sidebar ul ul {
  margin-top: 0px;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.sidebar .collapse-title a {
  text-decoration: none;
  display: block;
}
.sidebar .collapse-title a:before {
  content: '–';
  padding-right: 9px;
  font-size: 17px;
}
.sidebar .collapse-title a.collapsed:before {
  content: '+';
  padding-right: 9px;
  font-size: 17px;
}
.sidebar .extra-item-hidden {
  display: none;
}
.sidebar .see-extra-items {
  color: #007dc3;
  margin-bottom: 10px;
  display: inline-block;
  float: left;
  margin-right: 27px;
}
.sidebar .see-extra-items .see-more-text {
  cursor: pointer;
}
.sidebar .category-parent-facet {
  color: #979797;
}
.sidebar .category-parent-facet a {
  color: inherit;
}
.product-listing .sidebar #productColourFamilyFacet input.indeterminate + label:after {
  content: "\f00c" !important;
}
.product-listing .sidebar .filtering {
  cursor: pointer;
}
.product-listing .sidebar .facets-group li label {
  font-weight: normal;
  word-wrap: break-word;
  width: 100%;
}
.product-listing .sidebar .facets-group li span {
  word-wrap: break-word;
}
.product-listing .sidebar .facets-group .hierarchical-facet .see-extra-items {
  float: none;
  margin-bottom: 0px;
  width: 100%;
}
.product-listing .sidebar .facets-group .hierarchical-facet .see-extra-items .see-more-text {
  color: #007dc3;
}
@media (min-width: 992px) {
  .product-listing .sidebar .facets-group .hierarchical-facet h4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .product-listing .sidebar .facets-group .hierarchical-facet ul {
    padding-top: 5px;
    padding-left: 0px;
  }
  .product-listing .sidebar .facets-group .hierarchical-facet li {
    clear: right;
  }
  .product-listing .sidebar .facets-group .hierarchical-facet li h4 {
    cursor: pointer;
  }
  .product-listing .sidebar .facets-group .hierarchical-facet .collapse-title a {
    color: #999999;
  }
  .product-listing .sidebar .facets-group .hierarchical-facet .collapse-title a:before {
    padding-right: 5px;
  }
  .product-listing .sidebar .facets-group .hierarchical-facet .see-extra-items .clear-all {
    float: right;
  }
}
@media (max-width: 991px) {
  .product-listing .sidebar .facets-group .hierarchical-facet {
    padding-left: 20px;
  }
  .product-listing .sidebar .facets-group .hierarchical-facet > li {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .product-listing .sidebar .facets-group .hierarchical-facet .see-extra-items .clear-all {
    margin-left: 27px;
  }
}
.product-listing .sidebar .color-facets-group li label {
  font-weight: normal;
}
.product-listing .sidebar .color-facets-group li .form-check label {
  text-decoration: underline dotted;
}
.product-listing .sidebar .color-facets-group li .form-check label:hover {
  cursor: pointer;
}
.product-listing .sidebar .color-facets-group h5 {
  display: none;
}
@media (max-width: 991px) {
  .product-listing .sidebar .color-facets-group .btn-xs,
  .product-listing .sidebar .color-facets-group .close,
  .product-listing .sidebar .color-facets-group .headers {
    display: none;
  }
  .product-listing .sidebar .color-facets-group label {
    /*position: initial;*/
  }
  .product-listing .sidebar .color-facets-group h5 {
    display: block;
  }
  .product-listing .sidebar .color-facets-group li.colour-family-facet {
    padding: 0 0 0 20px;
  }
  .product-listing .sidebar .color-facets-group a.collapse {
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .product-listing .sidebar {
    padding: 0 0;
  }
  .product-listing .sidebar section {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .product-listing .sidebar input.indeterminate + label:after {
    content: "\f0c8";
    padding: 0px 1px 0px 1px;
  }
}
.product-listing .sidebar .clear-all {
  display: inline-block;
  color: #d65252;
  cursor: pointer;
  float: right;
}
.product-listing .sidebar .options-container section {
  float: left;
  width: 100%;
}
.product-listing .sidebar .search-box input {
  width: 100px;
}
.product-listing .sidebar .search-box label {
  font-weight: normal;
}
.product-listing .sidebar .form-group.search-form-icon span.fa-search {
  padding: 5px;
}
@media (max-width: 991px) {
  .options-container {
    display: none !important;
    float: left;
    width: 100%;
    background-color: #f6f6f6;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .options-container.active {
    display: block !important;
  }
}
.display-colour-li label.form-check-label {
  font-weight: normal;
}
.popover.colors-popover {
  padding: 10px;
  max-width: 640px;
  width: 640px;
}
.popover.colors-popover .popover-body {
  text-align: left;
  width: 590px;
}
.popover.colors-popover label {
  min-width: 88%;
  height: 38px;
}
.popover.colors-popover label p {
  color: #999999;
  display: table;
  margin-right: 2px;
}
.popover.colors-popover label img {
  margin-right: 4px;
  float: left;
  border: 1px solid white;
  outline: 1px solid #e2e0e0;
  margin-bottom: 20px;
}
.popover.colors-popover .toggle-all-facets label {
  min-width: 0;
  height: auto;
  margin-bottom: 12px;
}
.popover.colors-popover .btn-xs {
  border: 0;
  padding: 5px 8px;
  background: #e6e6e6;
  margin-left: 5px;
  margin-top: 8px;
}
.popover.colors-popover .btn-xs:hover {
  background: #dedddd;
}
.popover.colors-popover .close {
  margin-top: -27px;
  margin-left: -10px;
  float: right;
}
.popover.colors-popover ul {
  padding-left: 0;
  max-height: 550px;
  margin-top: 15px;
  overflow-y: auto;
}
.popover.colors-popover ul li {
  float: left;
  width: 190px;
  height: 50px;
}
.popover.colors-popover ul li:first-child {
  float: none;
  display: block;
}
/* For Firefox */
#invoice-number-input[type='number'] {
  -moz-appearance: textfield;
}
/* Webkit browsers like Safari and Chrome */
#invoice-number-input[type=number]::-webkit-inner-spin-button,
#invoice-number-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tooltip-anchor:hover {
  text-decoration: none !important;
}
.tooltip-anchor:focus {
  text-decoration: none !important;
}
label {
  color: #4d4e53;
}
label span.required {
  color: red;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
textarea {
  resize: none;
}
.form-control {
  border-radius: 0px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
.form-control[disabled],
.form-control.options-disabled {
  color: #6a6a6a;
  background-color: #e6e6e6 !important;
}
.form-control::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6a6a6a;
}
.form-control::-webkit-input-placeholder {
  color: #6a6a6a;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  /*`*/
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-control:focus {
  outline: 0;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group {
  margin-bottom: 19px;
}
.form-group.error input {
  background-color: #ffffff;
  border: 1px solid #d65252;
}
.form-group.error .validation {
  display: block;
  width: 100%;
  color: #d65252;
  padding: 0.4em 0.4em 0.4em 0;
  font-size: 93%;
}
form.tooltips .popover-right.fa {
  font-size: 17px;
  padding: 8px 0 9px 0;
}
.form-control.quantity {
  background-color: #ffffff;
}
.form-check-input {
  margin-top: 1px;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #ffffff;
}
.has-success .form-control,
.has-success textarea {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
}
.has-success .form-control:focus,
.has-success textarea:focus {
  border-color: #cdcdcd;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #e6e6e6;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.has-success .select-style {
  border-color: #e6e6e6;
  background-color: #ffffff;
}
.has-success .select-style .form-control {
  background-color: transparent;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #ffffff;
}
.has-warning .form-control,
.has-warning textarea {
  border-color: #ffffff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
}
.has-warning .form-control:focus,
.has-warning textarea:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #d65252;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.has-warning .select-style {
  border-color: #ffffff;
  background-color: #ffffff;
}
.has-warning .select-style .form-control {
  background-color: transparent;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #d65252;
}
.has-error .form-control,
.has-error textarea {
  border-color: #d65252;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #ffffff;
}
.has-error .form-control:focus,
.has-error textarea:focus {
  border-color: #c62f2f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eaa4a4;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eaa4a4;
}
.has-error .input-group-addon {
  color: #d65252;
  border-color: #d65252;
  background-color: #d65252;
}
.has-error .form-control-feedback {
  color: #d65252;
}
.has-error .select-style {
  border-color: #d65252;
  background-color: #ffffff;
}
.has-error .select-style .form-control {
  background-color: transparent;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.has-success .control-label {
  color: #4d4e53;
}
.required::after {
  content: "*";
  color: #d65252;
  font-weight: 100;
  margin-left: 2px;
}
form .hint {
  color: #6a6a6a;
  letter-spacing: -0.03em;
  padding-bottom: 5px;
  display: block;
}
.icon-before .fa {
  position: absolute;
  padding-left: 10px;
  line-height: 2em;
}
.icon-before .fa.form-control-sm {
  font-size: 1.2em;
  line-height: 1.4;
  padding-left: 1px;
}
.icon-before .fa.form-control-sm:before {
  background-color: white;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
}
.icon-before .fa.input-lg {
  line-height: 1em;
}
.icon-before input {
  padding-left: 30px;
}
.form-background {
  padding: 15px;
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  .form-background {
    padding: 28px 30px;
  }
}
.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #e6e6e6;
  width: 100%;
  height: 34px;
  border-radius: 0px;
  overflow: hidden;
  color: #4d4e53;
  background-color: #ffffff;
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  -webkit-box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
.select-style select:focus {
  border: none;
}
.select-style-label {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .select-style {
    background-position: 98% 50%;
  }
  .col-6 .col-12 .select-style {
    background-position: 93% 50%;
  }
}
@media (min-width: 992px) {
  .col-md-12 .select-style,
  .col-md-11 .select-style,
  .col-md-10 .select-style,
  .col-md-9 .select-style,
  .col-md-8 .select-style {
    background-position: 98% 50%;
  }
  .col-md-7 .select-style,
  .col-md-6 .select-style {
    background-position: 97% 50%;
  }
  .col-md-5 .select-style,
  .col-md-4 .select-style,
  .col-md-3 .select-style,
  .col-md-2 .select-style,
  .col-md-1 .select-style {
    background-position: 93% 50%;
  }
}
.select-style {
  z-index: 9999;
}
.select-style.select-sm {
  padding: 1px 0;
}
.select-style.select-sm select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.select-style.select-sm select {
  height: 30px;
  line-height: 30px;
}
textarea.select-style.select-sm select,
select[multiple].select-style.select-sm select {
  height: auto;
}
.select-style select {
  padding: 7px 12px;
  width: 100%;
  border: none;
  color: #4d4e53;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select::-ms-expand {
  display: none;
}
@media (min-width: 992px) {
  .two-col-form .col-one {
    padding-left: 0px;
  }
  .two-col-form .col-two {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .two-col-form .col-5.col-one,
  .two-col-form .col-6.col-one,
  .two-col-form .col-7.col-one {
    padding-left: 0px;
  }
  .two-col-form .col-5.col-two,
  .two-col-form .col-6.col-two,
  .two-col-form .col-7.col-two {
    padding-right: 0px;
  }
  .two-col-form .col-5 .col-one,
  .two-col-form .col-6 .col-one,
  .two-col-form .col-7 .col-one {
    margin-bottom: 19px;
  }
  .two-col-form .col-12.col-one,
  .two-col-form .col-12.col-two {
    padding-left: 0px;
    padding-right: 0px;
  }
  .two-col-form .col-12.col-one {
    margin-bottom: 19px;
  }
}
.control-label small {
  font-weight: normal;
  color: #6a6a6a;
  float: left;
}
@media (max-width: 991px) {
  .control-label small {
    float: none;
  }
  .control-label > span {
    display: block;
  }
}
.captcha-error {
  color: #d65252;
}
@media (min-width: 992px) {
  .sort-by .select-style {
    width: 170px;
    background-position: 95% 50%;
  }
}
@media (min-width: 992px) {
  .shipping-address-book .md-sort-by-vertical {
    top: 23px;
  }
}
.office-details:nth-of-type(even) {
  clear: left;
}
input[type="checkbox"].copyAddressCheckbox {
  left: auto;
  margin-left: 8px;
}
.custom-control-label::before {
  top: 0.15rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15rem + 2px);
}
div.custom-control-right {
  padding-right: 2.35rem;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
div.custom-control-right .custom-control-label::before {
  right: -2.35rem;
  left: auto;
}
div.custom-control-right .custom-control-label::after {
  right: -1.5rem;
  left: auto;
}
/**
 * FormValidation (http://formvalidation.io)
 * The best jQuery plugin to validate form fields. Support Bootstrap, Foundation, Pure, SemanticUI, UIKit and custom frameworks
 *
 * @author      http://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2015 Nguyen Huu Phuoc
 * @license     http://formvalidation.io/license/
 */
.fv-has-feedback {
  position: relative;
}
.fv-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.fv-has-feedback .fv-control-feedback {
  /*right: 15px;*/
}
.fv-help-block {
  display: block;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~ For Bootstrap form ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.fv-form-bootstrap .help-block {
  margin-bottom: 0;
}
.fv-form-bootstrap .tooltip-inner {
  text-align: left;
}
/* Bootstrap stacked form without label */
.fv-form-bootstrap .fv-icon-no-label {
  top: 0;
}
.fv-form-bootstrap .fv-bootstrap-icon-input-group {
  z-index: 100;
}
/* Bootstrap inline form */
.form-inline.fv-form-bootstrap .form-group {
  vertical-align: top;
}
.table > thead > tr > th {
  border-bottom: none;
  background-color: #6a6a6a;
  color: #ffffff;
  font-weight: normal;
  padding: 8px;
  line-height: 1.4;
}
.table > tbody tr th {
  background-color: #f6f6f6;
  font-weight: normal;
  color: #007dc3;
  padding: 8px;
  line-height: 1.4;
}
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.4;
  color: #6a6a6a;
}
@media screen and (min-width: 992px) {
  table .md-alt-bg {
    background-color: #f6f6f6;
  }
}
table.product-layout tr.no-border-b {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  table.product-layout tbody td .tablesaw-cell-label {
    float: left !important;
    text-align: left;
  }
  table.product-layout tbody td .tablesaw-cell-content {
    float: right !important;
    text-align: right;
  }
  table.product-layout tbody td:last-child {
    padding-bottom: 15px;
  }
}
table.custom-thead-spacing thead.small-spacing th,
table.custom-thead-spacing tr.tfoot.small-spacing th {
  padding: 6px 15px;
}
table.custom-thead-spacing thead.small-spacing th:first-child,
table.custom-thead-spacing tr.tfoot.small-spacing th:first-child {
  padding-left: 15px;
}
table.custom-thead-spacing thead.small-spacing th:last-child,
table.custom-thead-spacing tr.tfoot.small-spacing th:last-child {
  padding-right: 15px;
}
table.custom-thead-spacing thead.medium-spacing th,
table.custom-thead-spacing tr.tfoot.medium-spacing th {
  padding: 10px 10px;
}
table.custom-thead-spacing thead.medium-spacing th:first-child,
table.custom-thead-spacing tr.tfoot.medium-spacing th:first-child {
  padding-left: 10px;
}
table.custom-thead-spacing thead.medium-spacing th:last-child,
table.custom-thead-spacing tr.tfoot.medium-spacing th:last-child {
  padding-right: 15px;
}
table.custom-thead-spacing thead.large-spacing th,
table.custom-thead-spacing tr.tfoot.large-spacing th {
  padding: 13px 15px;
}
table.custom-thead-spacing thead.large-spacing th:first-child,
table.custom-thead-spacing tr.tfoot.large-spacing th:first-child {
  padding-left: 15px;
}
table.custom-thead-spacing thead.large-spacing th:last-child,
table.custom-thead-spacing tr.tfoot.large-spacing th:last-child {
  padding-right: 15px;
}
table.table-summary {
  background-color: #f6f6f6;
}
@media (min-width: 992px) {
  table.table-summary tr td {
    border: none;
  }
  table.table-summary.tablesaw tr td {
    border: none;
  }
}
table input.input-highlighted {
  border: 1px solid #ff9500;
}
table.table-hover > tbody > tr:hover > td,
table.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table.table-striped > tbody > tr:nth-child(odd) > td,
table.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
table.table-default tbody tr th {
  padding: 10px 15px 10px 0px;
}
table.table-default tbody tr td {
  padding: 10px 0px 10px 10px;
}
@media (max-width: 991px) {
  table.table-default tbody tr th {
    padding: 15px;
  }
  table.table-default tbody tr td {
    padding: 15px;
  }
}
table.table-no-borders thead tr,
table.table-no-borders tbody tr {
  border: none;
}
table.table-no-borders thead tr td,
table.table-no-borders tbody tr td,
table.table-no-borders thead tr th,
table.table-no-borders tbody tr th {
  border: none;
}
@media (max-width: 991px) {
  table.table-border-bottom tbody tr td {
    border-top: none;
  }
}
table.table-border-bottom tbody tr td,
table.table-border-bottom tbody tr th {
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 992px) {
  table.table-border-bottom tbody tr:last-child td,
  table.table-border-bottom tbody tr:last-child th {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  table.table-xs-align-sides tbody th {
    text-align: left;
  }
  table.table-xs-align-sides tbody td {
    text-align: right;
  }
}
table.table-align-sides tbody th,
table.table-align-sides tbody td:first-child {
  text-align: left;
}
table.table-align-sides tbody td,
table.table-align-sides tbody td:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  table.tablesaw-xs-align-sides tbody td .tablesaw-cell-label {
    float: left !important;
  }
  table.tablesaw-xs-align-sides tbody td .tablesaw-cell-content {
    float: right !important;
  }
}
table.table-history-tracking-totals td {
  padding-top: 5px;
  padding-bottom: 5px;
}
table.sort-icons .tablesaw-sortable-head {
  position: relative;
  padding-right: 20px;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #d0d0ce;
  content: "\f0dc";
  width: 10px;
  height: 14px;
  display: inline;
  margin-left: 5px;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:after.fa-light-gray {
  color: #6a6a6a;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:after.fa-gray-dark {
  color: #6a6a6a;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:after.fa-gray {
  color: #d0d0ce;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:after.fa-blue {
  color: #007dc3;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:after.fa-white {
  color: #ffffff;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:after.fa-red {
  color: #d65252;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:after.float-left {
  margin-right: 0.3em;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:after.float-right {
  margin-left: 0.3em;
}
table.sort-icons .tablesaw-sortable-head span.tablesaw-sortable-btn:hover {
  cursor: pointer;
}
table.sort-icons .tablesaw-sortable-head.tablesaw-sortable-descending span.tablesaw-sortable-btn:after {
  content: "\f0dd";
}
table.sort-icons .tablesaw-sortable-head.tablesaw-sortable-ascending span.tablesaw-sortable-btn:after {
  content: "\f0de";
}
table.table-sortable thead th.table-sortable-col {
  position: relative;
  padding-right: 20px;
}
table.table-sortable thead th.table-sortable-col:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  color: #d0d0ce;
  width: 10px;
  height: 14px;
  display: inline;
  margin-left: 5px;
}
table.table-sortable thead th.table-sortable-col:after.fa-light-gray {
  color: #6a6a6a;
}
table.table-sortable thead th.table-sortable-col:after.fa-gray-dark {
  color: #6a6a6a;
}
table.table-sortable thead th.table-sortable-col:after.fa-gray {
  color: #d0d0ce;
}
table.table-sortable thead th.table-sortable-col:after.fa-blue {
  color: #007dc3;
}
table.table-sortable thead th.table-sortable-col:after.fa-white {
  color: #ffffff;
}
table.table-sortable thead th.table-sortable-col:after.fa-red {
  color: #d65252;
}
table.table-sortable thead th.table-sortable-col:after.float-left {
  margin-right: 0.3em;
}
table.table-sortable thead th.table-sortable-col:after.float-right {
  margin-left: 0.3em;
}
table.table-sortable thead th.table-sortable-col:hover {
  cursor: pointer;
}
table.table-sortable thead th.table-sortable-col.sort-not-set:after {
  content: "\f0dc";
}
table.table-sortable thead th.table-sortable-col.sort-descending:after {
  content: "\f0dd";
}
table.table-sortable thead th.table-sortable-col.sort-ascending:after {
  content: "\f0de";
}
table.table-invoices thead th {
  vertical-align: middle;
}
table.table-invoices tbody td {
  vertical-align: middle;
}
@media (min-width: 992px) {
  table.table-invoices th.col-all,
  table.table-invoices td.col-all {
    width: 2%;
  }
  table.table-invoices th.col-purchase-order,
  table.table-invoices td.col-purchase-order {
    width: 18%;
  }
  table.table-invoices th.col-invoice-number,
  table.table-invoices td.col-invoice-number {
    width: 13%;
  }
  table.table-invoices th.col-order-number,
  table.table-invoices td.col-order-number {
    width: 13%;
  }
  table.table-invoices th.col-due-date span,
  table.table-invoices td.col-due-date span,
  table.table-invoices th.col-date-billed span,
  table.table-invoices td.col-date-billed span,
  table.table-invoices th.col-balance-due span,
  table.table-invoices td.col-balance-due span,
  table.table-invoices th.col-paid-to-date span,
  table.table-invoices td.col-paid-to-date span {
    display: block;
  }
  table.table-invoices th.col-balance-due,
  table.table-invoices td.col-balance-due {
    width: 10%;
  }
  table.table-invoices th.col-payment-amount,
  table.table-invoices td.col-payment-amount {
    width: 13%;
  }
  table.table-invoices th.col-payment-amount .valErr,
  table.table-invoices td.col-payment-amount .valErr {
    padding: 0px 0;
    padding-top: 15px;
  }
  table.table-invoices th.col-payment-amount.valErr,
  table.table-invoices td.col-payment-amount.valErr {
    padding: 0px 0;
    padding-top: 25px;
  }
  table.table-invoices th.col-payment-amount .form-group.valErrForm-Grp,
  table.table-invoices td.col-payment-amount .form-group.valErrForm-Grp {
    margin-bottom: 0;
  }
  table.table-invoices th.col-payment-amount {
    padding-right: 15px;
    padding-left: 15px;
  }
  table.table-invoices th.col-paid-to-date {
    width: 9%;
  }
  table.table-invoices td {
    padding-right: 20px;
  }
  table.table-invoices td.col-payment-amount {
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  table.table-invoices {
    /* important to remove breaks from messange bundle headers */
  }
  table.table-invoices span br {
    display: none;
  }
}
table.table-invoices tfoot {
  background-color: #f6f6f6;
}
table.table-invoices tfoot td {
  padding: 15px;
}
table.table-invoices tfoot .tablesaw-cell-label {
  display: none;
}
table.table-invoices tfoot .total-label,
table.table-invoices tfoot .total-invoices,
table.table-invoices tfoot .total-amount {
  font-weight: bold;
}
table.table-invoices tfoot .total-label {
  float: left;
}
table.table-invoices tfoot .totals-text {
  float: right;
}
table.table-invoices tfoot .tablesaw-cell-content {
  width: 100%;
}
@media (max-width: 991px) {
  table.table-invoices .select-invoice {
    /*display: none;*/
    text-align: left;
  }
}
@media (max-width: 991px) {
  table.table-invoices tr > td {
    border-top: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}
table.table-invoices .tablesaw-cell-label {
  float: left;
}
table.table-invoices-review td {
  padding-right: 8px !important;
  padding-left: 8px !important;
}
table.table-invoices-review th.col-balance-due {
  padding-right: 5px;
}
table.table-invoices-review td.col-payment-amount,
table.table-invoices-review th.col-payment-amount {
  padding-right: 15px;
  text-align: right;
}
table.table-invoices-review td.col-payment-amount {
  padding-right: 10px !important;
}
table.table-invoices-review tbody tr:first-child {
  border-top: 1px solid #e6e6e6;
}
table.table-invoices-review th.col-payment-amount,
table.table-invoices-review td.col-payment-amount {
  text-align: center !important;
  padding-right: 8px !important;
}
@media (max-width: 991px) {
  table.table-invoices-review tfoot .pay-invoices-total {
    height: 50px;
  }
}
@media (max-width: 991px) {
  table.tr-separator tbody tr td:first-child {
    border-top: none;
  }
  table.tr-separator tbody tr td:last-child {
    border-bottom: 2px solid #4d4e53 !important;
  }
  table.tr-separator tbody tr:last-child {
    border-bottom: none;
  }
  table.tr-separator tbody tr:last-child td:last-child {
    border-bottom: none;
  }
}
table.table-history thead th {
  vertical-align: middle;
}
table.table-history tbody td {
  vertical-align: middle;
}
table.table-history tbody td.col-invoice-number a {
  font-weight: bold;
}
@media (max-width: 991px) {
  table.table-history tbody .tablesaw-cell-label {
    float: left !important;
  }
  table.table-history tbody .tablesaw-cell-content {
    float: right !important;
  }
}
@media (min-width: 992px) {
  table.table-history th.col-invoice-number,
  table.table-history td.col-invoice-number,
  table.table-history th.col-order-number,
  table.table-history td.col-order-number,
  table.table-history th.col-web-ref,
  table.table-history td.col-web-ref,
  table.table-history th.col-order-date,
  table.table-history td.col-order-date,
  table.table-history th.col-shipped-date,
  table.table-history td.col-shipped-date {
    width: 13%;
  }
  table.table-history th.col-purchase-order,
  table.table-history td.col-purchase-order {
    width: 17%;
  }
  table.table-history th.col-status,
  table.table-history td.col-status,
  table.table-history th.col-view-details,
  table.table-history td.col-view-details,
  table.table-history th.col-track-order,
  table.table-history td.col-track-order,
  table.table-history th.col-filter-po,
  table.table-history td.col-filter-po,
  table.table-history th.col-return-items,
  table.table-history td.col-return-items {
    width: 7%;
  }
}
@media (max-width: 991px) {
  table.table-history-summary .tablesaw-cell-label {
    float: left;
  }
}
@media (min-width: 992px) {
  table.table-history-summary.details th.column-po,
  table.table-history-summary.details td.column-po {
    width: 15%;
  }
  table.table-history-summary.details th.column-invoice,
  table.table-history-summary.details td.column-invoice {
    width: 15%;
  }
  table.table-history-summary.details th.column-salesorder,
  table.table-history-summary.details td.column-salesorder {
    width: 15%;
  }
  table.table-history-summary.details th.column-ordered,
  table.table-history-summary.details td.column-ordered {
    width: 25%;
  }
  table.table-history-summary.details th.column-ordered-from,
  table.table-history-summary.details td.column-ordered-from {
    width: 45%;
  }
}
@media (min-width: 992px) {
  table.table-history-summary.tracking th.column-po,
  table.table-history-summary.tracking td.column-po {
    width: 20%;
  }
  table.table-history-summary.tracking th.column-invoice,
  table.table-history-summary.tracking td.column-invoice {
    width: 20%;
  }
  table.table-history-summary.tracking th.column-salesorder,
  table.table-history-summary.tracking td.column-salesorder {
    width: 20%;
  }
  table.table-history-summary.tracking th.column-ordered,
  table.table-history-summary.tracking td.column-ordered {
    width: 60%;
  }
}
@media (min-width: 992px) {
  table.table-history-details td:not(.text-right),
  table.table-history-details th:not(.text-right) {
    text-align: left;
  }
  table.table-history-details th.column-color .name,
  table.table-history-details td.column-color .name {
    float: right;
  }
  table.table-history-details th.column-color span img,
  table.table-history-details td.column-color span img {
    float: left;
  }
  table.table-history-details th.column-description,
  table.table-history-details td.column-description {
    width: 30%;
  }
  table.table-history-details th.column-style,
  table.table-history-details td.column-style,
  table.table-history-details th.column-color,
  table.table-history-details td.column-color,
  table.table-history-details th.column-size,
  table.table-history-details td.column-size,
  table.table-history-details th.column-pieces,
  table.table-history-details td.column-pieces,
  table.table-history-details th.column-price,
  table.table-history-details td.column-price {
    width: 11%;
  }
  table.table-history-details th.column-amount,
  table.table-history-details td.column-amount {
    width: 15%;
    text-align: right;
  }
  table.table-history-details th.totals,
  table.table-history-details td.totals {
    text-align: right;
    padding: 4px;
  }
  table.table-history-details .alt-txt-strong {
    font-weight: bold;
    color: #4d4e53;
  }
  table.table-history-details td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  table.table-history-details tbody td {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  table.table-history-details tbody td.column-amount.lastTotal {
    font-size: 16px;
  }
  table.table-history-details tbody .order-history-details-items .column-amount {
    margin-bottom: 10px;
  }
  table.table-history-details tbody .order-history-details-items:not( :nth-child(1)) {
    border-top: 1px solid #e8e4e4;
  }
  table.table-history-details .tfoot.tfoot-headers td.totals {
    background: #f6f6f6;
    text-align: left;
  }
  table.table-history-details .tfoot.tfoot-headers td.totals .tablesaw-cell-content {
    float: left !important;
    text-align: left;
  }
  table.table-history-details .tfoot.tfoot-headers td.column-pieces .tablesaw-cell-label,
  table.table-history-details .tfoot.tfoot-headers td.column-amount .tablesaw-cell-label {
    display: inline-block;
    float: left !important;
  }
  table.table-history-details .alt-txt-strong td.totals,
  table.table-history-details .alt-txt-strong td.column-amount {
    font-weight: bold;
    color: #4d4e53;
  }
  table.table-history-details .swatch-name {
    float: right;
  }
  table.table-history-details .swatch-name-rt {
    width: auto !important;
  }
  table.table-history-details .res-pad-l-10 {
    padding-left: 10px !important;
  }
}
table.table-history-details tr:not( :nth-child(1)):not(.tfoot) {
  border-top: 1px solid #ddd;
}
table.users-listing-table.tablesaw .tablesaw-cell-label {
  display: none;
}
table.users-listing-table.tablesaw th,
table.users-listing-table.tablesaw td {
  padding: 10px 15px 11px 15px;
  word-break: break-word;
}
table.users-listing-table.tablesaw th.column-name,
table.users-listing-table.tablesaw td.column-name {
  width: 30%;
}
table.users-listing-table.tablesaw th.column-roles,
table.users-listing-table.tablesaw td.column-roles {
  width: 30%;
}
@media (max-width: 991px) {
  table.users-listing-table.tablesaw th.column-roles,
  table.users-listing-table.tablesaw td.column-roles {
    width: 100%;
  }
}
table.users-listing-table.tablesaw th.column-roles .tablesaw-cell-content span,
table.users-listing-table.tablesaw td.column-roles .tablesaw-cell-content span {
  display: block;
  clear: both;
}
table.users-listing-table.tablesaw th.column-parent-unit,
table.users-listing-table.tablesaw td.column-parent-unit {
  width: 25%;
}
table.users-listing-table.tablesaw th.column-status,
table.users-listing-table.tablesaw td.column-status {
  width: 21%;
}
table.cpsia-certificates-table {
  border: 1px solid #4a4a4a;
}
table.cpsia-certificates-table thead tr th {
  background: #ffffff;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 11px;
  padding: 3px 0 3px 20px;
}
table.cpsia-certificates-table tbody > tr:nth-child(odd) td {
  background-color: rgba(21, 126, 192, 0.19);
}
table.cpsia-certificates-table tbody > tr td {
  border-top: 1px solid #4a4a4a;
  width: 50%;
}
table.table-shipping-methods .warehouse-name {
  font-weight: bold;
}
/*! Tablesaw - v1.0.4 - 2015-02-19
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2015 Filament Group; Licensed MIT */
@media screen {
  table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%;
  }
  .tablesaw {
    border-collapse: collapse;
    width: 100%;
  }
  /* Structure */
  .tablesaw {
    border: 0;
    padding: 0;
  }
  .tablesaw th,
  .tablesaw td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
  }
  .tablesaw thead tr:first-child th {
    line-height: 14px;
  }
  /* Table rows have a gray bottom stroke by default */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none;
  }
}
/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media screen {
  /* Show the table cells as a block level element */
  .tablesaw-stack td,
  .tablesaw-stack th {
    display: block;
  }
  .tablesaw-stack tr {
    clear: both;
    display: table-row;
  }
  /* Make the label elements a percentage width */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: block;
    padding: 0 0.6em 0 0;
    display: inline-block;
  }
  /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
  .tablesaw-stack th .tablesaw-cell-label-top,
  .tablesaw-stack td .tablesaw-cell-label-top {
    display: block;
    padding: 0.4em 0;
    margin: 0.4em 0;
  }
  .tablesaw-cell-label {
    display: block;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack tbody th.group {
    margin-top: -1px;
  }
  /* Avoid double strokes when stacked */
  .tablesaw-stack th.group b.tablesaw-cell-label {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: none;
  }
  .tablesaw-stack tbody td,
  .tablesaw-stack tbody th {
    clear: left;
    float: left;
    width: 100%;
    text-align: right;
  }
  .tablesaw-cell-label {
    vertical-align: top;
  }
  .tablesaw-cell-content {
    display: inline-block;
  }
  .tablesaw-cell-content-inline .tablesaw-cell-content {
    display: inline;
  }
  .tablesaw-stack td:empty,
  .tablesaw-stack th:empty {
    display: none;
  }
}
/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media screen and (min-width: 992px) {
  .tablesaw-stack tbody tr td {
    border-bottom: 1px solid #e6e6e6;
  }
  .tablesaw-stack tr {
    display: table-row;
  }
  /* Show the table header rows */
  .tablesaw-stack td,
  .tablesaw-stack th,
  .tablesaw-stack thead td,
  .tablesaw-stack thead th {
    display: table-cell;
    margin: 0;
  }
  /* Hide the labels in each cell */
  .tablesaw-stack td .tablesaw-cell-label,
  .tablesaw-stack th .tablesaw-cell-label {
    display: none !important;
  }
}
.checkout-table thead tr th,
.checkout-table tfoot tr th {
  background: #6a6a6a;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-table tbody tr td .column-price .backorder-price {
    margin-right: unset;
  }
}
.checkout-table tbody tr td .style-number {
  font-weight: bold;
}
.checkout-table tfoot.alt-bg td {
  background-color: #f6f6f6;
}
.checkout-table tfoot.alt-txt-strong {
  font-weight: bold;
  color: #4d4e53;
}
.checkout-table tr.alt td,
.checkout-table tr.alt th {
  background: #f6f6f6;
}
@media (max-width: 767px) {
  .checkout-table tr.alt td,
  .checkout-table tr.alt th {
    background: none;
  }
  .checkout-table tr.alt td.special,
  .checkout-table tr.alt th.special {
    background: #f6f6f6;
    text-align: left;
    padding: 6px 15px;
  }
}
.checkout-table tr.bold td,
.checkout-table tr.bold th,
.checkout-table tr.bold td > span {
  font-weight: bold;
}
.checkout-table tr.border-t td,
.checkout-table tr.border-t th {
  border-top: 1px solid #e6e6e6;
}
.checkout-table tr.no-y-border td,
.checkout-table tr.no-y-border th {
  border-bottom: none;
  border-top: none;
}
@media screen and (min-width: 768px) {
  .checkout-table tr.thead th {
    background: #6a6a6a;
    color: #ffffff;
  }
}
@media screen and (max-width: 991px) {
  .checkout-table tr.tfoot.thead {
    display: none;
  }
  .checkout-table tr.tfoot .label {
    color: #6a6a6a;
    font-weight: inherit;
    float: left;
    padding-left: 0px;
  }
  .checkout-table tr.tfoot td.xs-first-visible {
    padding-top: 10px;
  }
  .checkout-table tr.tfoot td.xs-last-visible {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .tablesaw-stack tfoot th {
    display: none;
  }
}
@-moz-document url-prefix() {
  .custom-hemmed-pants .table-headings tbody tr:last-child {
    height: 59px !important;
  }
  .error-message.last-error {
    width: 200px !important;
    z-index: 1;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .custom-hemmed-pants .table-inventory tr .size-header {
    font-size: 12px;
  }
  .custom-hemmed-pants .table-inventory tr .size-header span:nth-child(3) {
    font-weight: bold;
  }
}
.table-inventory {
  margin-bottom: 20px;
  float: left;
}
.table-inventory .warehouse-list span.fa-info-circle {
  cursor: pointer;
}
.table-inventory .on-sale {
  color: #d65252;
}
@media (min-width: 992px) {
  .table-inventory.table-inventory-next .pricing-header,
  .table-inventory.table-inventory-next .row-header {
    display: none;
  }
}
@media (max-width: 991px) {
  .table-inventory {
    width: 100%;
  }
}
.table-inventory.table-headings tbody tr:last-child {
  height: 29px;
}
.table-inventory tr > th,
.table-inventory tr > td {
  padding: 10px 10px 10px 0;
  max-width: 58px;
  text-align: left;
}
@media (min-width: 992px) {
  .table-inventory tr > th,
  .table-inventory tr > td {
    padding: 5px 17px 7px 0;
  }
}
@media (max-width: 350px) {
  .table-inventory tr > th,
  .table-inventory tr > td {
    padding: 10px 0px 10px 0;
  }
}
.table-inventory tr > th .eta-container,
.table-inventory tr > td .eta-container {
  height: 13px;
  margin-top: 1px;
  margin-bottom: 1px;
}
.table-inventory tr > th.backorder-row p.error-message,
.table-inventory tr > td.backorder-row p.error-message {
  padding-top: 12px;
}
.table-inventory tr {
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .table-inventory tr.Warehouse-headings,
  .table-inventory tr .warehouse-headings {
    display: none !important;
  }
}
.table-inventory tr.product-options {
  font-size: 12px;
}
.table-inventory tr .row-header,
.table-inventory tr .pricing-header {
  width: 60px;
  max-width: 135px;
  margin-right: 10px;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .table-inventory tr .row-header,
  .table-inventory tr .pricing-header {
    width: 135px;
  }
}
@media (max-width: 991px) {
  .table-inventory tr .row-header,
  .table-inventory tr .pricing-header {
    min-width: 112px;
    padding-right: 5px;
  }
}
.table-inventory tr .size-header {
  min-width: 40px;
  text-align: left;
  margin-right: 10px;
}
@media (max-width: 440px) {
  .table-inventory tr .size-header span:first-child {
    display: block;
  }
}
.table-inventory tr.highlighted {
  background-color: #f6f6f6;
}
.table-inventory tr.active {
  background-color: #fffddd;
}
.table-inventory tr .form-control {
  width: 40px;
  height: 22px;
  padding: 4px 4px;
  font-size: 12px;
  text-align: center;
}
.table-inventory tr .stock-available {
  font-size: 12px;
}
.table-inventory tr.total-inventory td {
  height: 40px;
}
.table-inventory tr.total-inventory td .row-header {
  padding-top: 8px;
}
.table-inventory tr.total-inventory td .total-stock-available {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 4px;
}
.table-inventory tr.warehouse-list td {
  padding-top: 1px;
  height: 50px;
  text-align: left;
  z-index: 9;
}
@media (min-width: 992px) {
  .table-inventory tr.warehouse-list td {
    position: relative;
  }
}
.table-inventory .warehouse-location {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #007dc3;
  cursor: pointer;
}
@media (min-width: 992px) {
  .table-inventory .warehouse-location {
    font-size: 13px;
  }
}
.table-inventory .info {
  display: block;
  color: #6a6a6a;
  font-size: 8px;
}
@media (min-width: 992px) {
  .table-inventory .info {
    font-size: 11px;
  }
}
.table-inventory .headings {
  color: #ffffff;
  font-weight: bold;
  background-color: #6a6a6a;
  line-height: 18px;
}
.table-inventory .warehouse-list.error {
  background-color: #ffeded;
  position: relative;
  height: 90px;
  vertical-align: top;
}
.table-inventory .warehouse-list.error.increase {
  height: 93px !important;
}
.table-inventory .warehouse-list .error-message {
  color: #d65252;
  width: 100%;
  position: absolute;
  left: 0;
  height: 12px;
  width: 167px;
  display: none;
  padding-top: 6px;
  z-index: 10 !important;
}
@media (min-width: 992px) {
  .table-inventory .warehouse-list .error-message {
    width: 698px;
    /*//left: 128px;*/
  }
}
.table-inventory .warehouse-list .error-message.last-error {
  display: block;
  padding-top: 6px;
  width: 167px !important;
}
.table-inventory .warehouse-list .error-message.last-error.increase {
  margin-top: 8px;
}
.folding-order-grid th.size-header.fold-toggle:last-of-type {
  text-decoration: none;
}
.folding-order-grid th.size-header.fold-toggle:last-of-type:before {
  content: '–';
  color: #ffffff;
  padding-right: 9px;
  font-size: 17px;
  padding-left: 10px;
  float: right;
  cursor: pointer;
}
.folding-order-grid th.size-header.fold-toggle:last-of-type:hover {
  text-decoration: none;
}
.folding-order-grid th.size-header.fold-toggle:last-of-type.collapsed:before {
  content: '+';
  color: #ffffff;
  padding-right: 9px;
  font-size: 17px;
}
.folding-order-grid tr > th,
.folding-order-grid tr > td {
  padding-right: 5px;
}
.product-options.fold {
  display: none;
  transition: all 150ms ease-in-out;
}
.Warehouse-headings.fold,
.warehouse-list.fold,
.headings.fold {
  transform: translateY(6px);
}
tr.headings.fold {
  padding-top: 15px;
}
.table-inventory:last-of-type th.size-header.fold-toggle:last-of-type {
  text-decoration: none;
}
.table-inventory:last-of-type th.size-header.fold-toggle:last-of-type:before {
  content: '–';
  color: #ffffff;
  padding-right: 9px;
  font-size: 17px;
  padding-left: 10px;
  float: right;
  cursor: pointer;
}
.table-inventory:last-of-type th.size-header.fold-toggle:last-of-type:hover {
  text-decoration: none;
}
.table-inventory:last-of-type th.size-header.fold-toggle:last-of-type.collapsed:before {
  content: '+';
  color: #ffffff;
  padding-right: 9px;
  font-size: 17px;
}
.table-inventory:last-of-type tr > th,
.table-inventory:last-of-type tr > td {
  padding-right: 5px;
}
@media (max-width: 991px) {
  .table-inventory th.size-header.fold-toggle:last-of-type {
    text-decoration: none;
  }
  .table-inventory th.size-header.fold-toggle:last-of-type:before {
    content: '–';
    color: #ffffff;
    padding-right: 9px;
    font-size: 17px;
    padding-left: 10px;
    float: right;
    cursor: pointer;
  }
  .table-inventory th.size-header.fold-toggle:last-of-type:hover {
    text-decoration: none;
  }
  .table-inventory th.size-header.fold-toggle:last-of-type.collapsed:before {
    content: '+';
    color: #ffffff;
    padding-right: 9px;
    font-size: 17px;
  }
  .table-inventory tr > th,
  .table-inventory tr > td {
    padding-right: 5px;
  }
  .table-inventory tr > th,
  .table-inventory tr > td {
    padding-right: 8px !important;
  }
}
.table-inner-holder {
  width: 100%;
}
@media (min-width: 992px) {
  .table-inner-holder {
    width: 9999px;
  }
}
@media (max-width: 991px) {
  .tables-holder {
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .tables-holder {
    position: relative;
  }
  .tables-holder .fixed-column {
    top: 0px;
    left: 0;
    position: absolute;
    display: inline-block;
    width: auto;
    width: 110px;
    background-color: #ffffff;
  }
}
@media (min-width: 992px) {
  .tables-holder.multiple-tables {
    width: 9999px;
  }
}
@media (max-width: 991px) {
  dl.table-like-xs {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
  }
  dl.table-like-xs dt {
    float: left !important;
    width: 35%;
    text-align: left;
  }
  dl.table-like-xs dd {
    float: right !important;
    width: 65%;
    text-align: right;
  }
}
.return-main-content table.table-initiate-returns .popover {
  color: #6a6a6a;
}
.return-main-content table.table-initiate-returns tr.expanded td {
  border-bottom: none;
}
.return-main-content table.table-initiate-returns tr.return-info-row {
  border-top: none !important;
}
.return-main-content table.table-initiate-returns tr.inactive {
  color: #6a6a6a;
}
.return-main-content table.table-initiate-returns .column-quantity .form-control-sm {
  border-color: #e6e6e6;
  width: 50px;
  text-align: center;
}
.return-main-content table.table-initiate-returns .column-quantity .has-error .form-control-sm {
  border-color: #d65252;
}
.return-main-content table.table-initiate-returns .column-select-reason .select-style {
  background-position: 92% 50%;
}
.return-main-content table.table-initiate-returns .column-select-reason .popover-body {
  text-align: left;
}
.return-main-content table.table-initiate-returns .column-select-reason .popover-body ul {
  padding-left: 20px;
}
.return-main-content table.table-initiate-returns .select-invalid {
  border-color: #d65252;
}
@media (max-width: 991px) {
  .return-main-content table.table-initiate-returns .tablesaw-cell-label {
    float: left;
  }
  .return-main-content table.table-initiate-returns tr.inactive .column-quantity,
  .return-main-content table.table-initiate-returns tr.inactive .column-select-reason {
    display: none;
  }
  .return-main-content table.table-initiate-returns tr.inactive .column-quantity {
    margin-bottom: 10px !important;
  }
  .return-main-content table.table-initiate-returns .column-select-item {
    margin-top: 10px !important;
    padding-right: 5px;
  }
  .return-main-content table.table-initiate-returns .column-select-item label {
    display: inline;
  }
  .return-main-content table.table-initiate-returns .column-select-reason .tablesaw-cell-content .select-style {
    width: 150px;
    float: right;
  }
  .return-main-content table.table-initiate-returns .column-quantity .help-block {
    display: inline-block;
    max-width: 230px;
  }
  .return-main-content table.table-initiate-returns .column-select-reason .help-block {
    display: inline-block;
    max-width: 200px;
  }
  .return-main-content table.table-initiate-returns .return-info-row .tablesaw-cell-label {
    display: none;
  }
}
@media (max-width: 991px) {
  .return-main-content table.table-initiate-returns tbody tr:last-child {
    border-bottom: 1px solid #e6e6e6 !important;
  }
}
@media (min-width: 992px) {
  .return-main-content table.table-initiate-returns tr.error-short td {
    padding-bottom: 50px;
  }
  .return-main-content table.table-initiate-returns tr.error-long td {
    padding-bottom: 65px;
  }
  .return-main-content table.table-initiate-returns .order-history-details-items .help-block {
    position: absolute;
  }
  .return-main-content table.table-initiate-returns .column-color .name {
    float: left !important;
    padding-left: 10px !important;
  }
  .return-main-content table.table-initiate-returns th,
  .return-main-content table.table-initiate-returns td {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .return-main-content table.table-initiate-returns th.column-select-item,
  .return-main-content table.table-initiate-returns td.column-select-item {
    width: 6% !important;
  }
  .return-main-content table.table-initiate-returns th.column-select-item label,
  .return-main-content table.table-initiate-returns td.column-select-item label {
    display: inline;
  }
  .return-main-content table.table-initiate-returns th.column-pieces,
  .return-main-content table.table-initiate-returns td.column-pieces {
    width: 5% !important;
  }
  .return-main-content table.table-initiate-returns th.column-price,
  .return-main-content table.table-initiate-returns td.column-price,
  .return-main-content table.table-initiate-returns th.column-amount,
  .return-main-content table.table-initiate-returns td.column-amount {
    text-align: right;
    width: 7% !important;
  }
  .return-main-content table.table-initiate-returns th.column-quantity,
  .return-main-content table.table-initiate-returns td.column-quantity {
    width: 7% !important;
  }
  .return-main-content table.table-initiate-returns th.column-quantity .qty-error-message,
  .return-main-content table.table-initiate-returns td.column-quantity .qty-error-message {
    left: 60%;
    text-align: right;
  }
  .return-main-content table.table-initiate-returns th.column-quantity .help-block,
  .return-main-content table.table-initiate-returns td.column-quantity .help-block {
    max-width: 210px;
  }
  .return-main-content table.table-initiate-returns th.column-style,
  .return-main-content table.table-initiate-returns td.column-style {
    width: 7% !important;
  }
  .return-main-content table.table-initiate-returns th.column-size,
  .return-main-content table.table-initiate-returns td.column-size {
    width: 5% !important;
  }
  .return-main-content table.table-initiate-returns th.column-color,
  .return-main-content table.table-initiate-returns td.column-color {
    width: 15%;
  }
  .return-main-content table.table-initiate-returns th.column-description,
  .return-main-content table.table-initiate-returns td.column-description {
    width: 17% !important;
  }
  .return-main-content table.table-initiate-returns th.column-warehouse,
  .return-main-content table.table-initiate-returns td.column-warehouse {
    width: 10% !important;
  }
  .return-main-content table.table-initiate-returns th.column-select-reason,
  .return-main-content table.table-initiate-returns td.column-select-reason {
    width: 16% !important;
  }
  .return-main-content table.table-initiate-returns th.column-select-reason .select-style,
  .return-main-content table.table-initiate-returns td.column-select-reason .select-style {
    height: 30px;
  }
  .return-main-content table.table-initiate-returns th.column-select-reason .help-block,
  .return-main-content table.table-initiate-returns td.column-select-reason .help-block {
    max-width: 130px;
  }
}
@media print {
  .return-main-content table.table-initiate-returns td.column-color {
    padding-left: 5px !important;
  }
  .return-main-content table.table-initiate-returns td.column-color .name {
    padding-top: 3px !important;
  }
  .return-main-content table.table-initiate-returns td.column-price {
    padding-left: 5px !important;
    text-align: right !important;
  }
  .return-main-content table.table-initiate-returns td.column-amount {
    padding-left: 5px !important;
    text-align: right !important;
  }
}
.return-main-content .file-upload input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
@media print {
  .return-main-content [type="radio"]:checked + label:before {
    border-radius: 50% !important;
    border: 10px solid black;
  }
}
.return-main-content .summary-table-title {
  color: #747476;
}
.return-main-content .column-quantity-summary {
  text-align: center !important;
}
@media (min-width: 992px) {
  .return-main-content .return-information-content {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media print {
  .return-main-content .color-image {
    margin-right: 10px !important;
  }
}
@media print {
  .return-main-content .m-no-print {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .return-main-content .mb-text-left {
    text-align: left !important;
  }
}
@media (max-width: 991px) {
  .return-main-content .select-style .input-sm {
    padding-right: 23px !important;
  }
}
@media screen and (max-width: 991px) {
  .return-main-content .btn-upload [type="file"] {
    width: 90%;
  }
}
.confirmation-main-content .address-label {
  border-style: solid;
  border-width: 1px;
  padding-bottom: 300px;
  page-break-inside: avoid;
  margin-top: 20px;
}
.confirmation-main-content .inner-address-label {
  border-style: solid;
  border-width: 1px;
  width: 50%;
}
@media print {
  .confirmation-main-content .confirmation-message {
    display: none !important;
  }
}
@media print {
  .confirmation-main-content .address-label {
    border-style: none;
    padding-bottom: 0px;
  }
}
@media print {
  .confirmation-main-content .inner-address-label {
    left: 0;
    top: 0;
    width: 100%;
    font-size: 3em;
  }
}
@media screen and (max-width: 991px) {
  .confirmation-main-content .address-label {
    padding-bottom: 130px;
    width: 68%;
    margin: 58px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 991px) {
  .confirmation-main-content .inner-address-label {
    width: 75%;
  }
}
.confirmation-main-content .sanmar-email {
  color: #499cc8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
}
.pagination {
  padding-left: 0;
  list-style: none;
  padding-left: 0px;
  padding-right: 0px;
  height: 32px;
  line-height: 32px;
}
@media (min-width: 992px) {
  .pagination {
    float: left;
  }
}
.pagination > li > a,
.pagination > li > span {
  font-size: 13px;
}
.pagination > li {
  display: inline;
  height: 100%;
}
.pagination > li > a {
  cursor: pointer;
  margin-right: 10px;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  padding: 7px 13px 5px;
  color: #6a6a6a;
  background-color: #f6f6f6;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active,
.pagination > li > a.active,
.open .dropdown-toggle.pagination > li > a {
  color: #6a6a6a;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination > li > a:active,
.pagination > li > a.active,
.open .dropdown-toggle.pagination > li > a {
  background-image: none;
}
.pagination > li > a.disabled,
.pagination > li > a[disabled],
fieldset[disabled] .pagination > li > a,
.pagination > li > a.disabled:hover,
.pagination > li > a[disabled]:hover,
fieldset[disabled] .pagination > li > a:hover,
.pagination > li > a.disabled:focus,
.pagination > li > a[disabled]:focus,
fieldset[disabled] .pagination > li > a:focus,
.pagination > li > a.disabled:active,
.pagination > li > a[disabled]:active,
fieldset[disabled] .pagination > li > a:active,
.pagination > li > a.disabled.active,
.pagination > li > a[disabled].active,
fieldset[disabled] .pagination > li > a.active {
  color: #f6f6f6;
  background-color: #ffffff;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 2px 2px 0 #bfbfbf;
  box-shadow: 0 2px 2px 0 #bfbfbf;
}
.pagination > li > a .badge {
  color: #f6f6f6;
  background-color: #6a6a6a;
}
.pagination > li > span {
  border: none;
  margin-right: 10px;
}
.pagination > li > span:hover {
  background: none;
}
.pagination > li:last-child a {
  margin-right: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  box-shadow: none;
}
.pagination > li:first-child > a,
.pagination li:last-child > a {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  filter: none;
  z-index: 2;
  color: #e6e6e6;
  background-color: #6a6a6a;
  border-color: #e6e6e6;
  background-image: none;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  opacity: 0.5;
  background-color: #e6e6e6;
  cursor: not-allowed;
  display: none;
}
@media (max-width: 991px) {
  .pagination {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .pagination li a {
    padding: 7px 5px;
    min-width: 28px;
    margin-right: 4px;
  }
  .pagination li:first-child a,
  .pagination li:last-child a {
    font-size: 0;
  }
  .pagination li:first-child a:before,
  .pagination li:last-child a:before {
    font-family: FontAwesome;
    font-size: 13px;
  }
  .pagination li:first-child a:before {
    content: '\f104';
  }
  .pagination li:last-child a:before {
    content: '\f105';
  }
}
.pagination-lg {
  height: 38px;
  line-height: 38px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 17px;
}
.pagination-sm {
  height: 28px;
  line-height: 28px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 12px;
}
.items-per-page p {
  margin-bottom: 0;
  color: #6a6a6a;
}
@media (min-width: 992px) {
  .items-per-page p {
    margin-top: 7px;
  }
}
.items-per-page .btn,
.items-per-page .btn:hover {
  padding: 5px 10px;
}
.items-per-page li {
  float: left;
}
.items-per-page .btn-active {
  color: #e6e6e6;
  background-color: #6a6a6a;
  border-color: #e6e6e6;
  background-image: none;
}
.items-per-page .btn-active:hover {
  cursor: default;
}
@media (min-width: 992px) {
  .displaying-options {
    color: #6a6a6a;
  }
  .view-pay-invoices-content .displaying-options .items-page label,
  .order-history-content .displaying-options .items-page label {
    padding-right: 5px;
    line-height: 34px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .displaying-options.top .select-style {
    margin-top: -10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .displaying-options.bottom .select-style {
    margin-top: -10px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .view-pay-invoices-content .displaying-options .select-style,
  .order-history-content .displaying-options .select-style {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  .view-pay-invoices-content .displaying-options,
  .order-history-content .displaying-options {
    border-bottom: none;
    margin-bottom: 30px;
  }
  .view-pay-invoices-content nav ul.pagination {
    margin-left: 25%;
  }
  .view-pay-invoices-content .select-all-box {
    margin: 0 5px;
    padding: 0 5px;
  }
  .view-pay-invoices-content .select-all-box .select-all-label {
    padding: 8px 5px 0;
    display: inline-block;
  }
  .view-pay-invoices-content .select-all-box .tablesaw-cell-content {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .pagination-desktop-mobile {
    width: auto !important;
    float: none !important;
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .pagination-desktop-mobile {
    padding-left: 0!important;
    margin-left: 0!important;
  }
}
.ui-datepicker.ui-corner-all,
.ui-datepicker .ui-corner-all {
  border-radius: 0px;
}
.ui-datepicker .ui-widget-header {
  background: #007dc3;
}
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background: #56aaea;
  color: #ffffff;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
  background: #007dc3;
  color: #000000;
}
.ui-datepicker a.ui-datepicker-next.ui-state-hover,
.ui-datepicker a.ui-datepicker-prev.ui-state-hover {
  background: #ffffff;
}
.ui-datepicker .ui-datepicker-range a {
  background: #007dc3;
}
.ui-datepicker .ui-datepicker-month {
  color: #000000;
  font-weight: normal;
}
.ui-date-picker-trigger {
  border: 0;
  background-color: transparent;
  outline: none;
  margin-top: 5px;
}
.date-picker .date-picker-input {
  float: left;
  width: 47.5%;
}
.date-picker .date-picker-input .input-group {
  width: 100%;
}
.date-picker .date-picker-input:first-child {
  margin-right: 5%;
}
.date-picker .date-picker-input .date-picker-icon {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
}
.resources-page-landing .resource-slot {
  margin-bottom: 15px;
}
.resources-page-landing .resource-slot:nth-child(3n+1) {
  clear: left;
}
#resources-container {
  width: 100% !important;
}
form#merchandise .eventDate input {
  width: 90%;
}
@media (max-width: 370px) {
  form#merchandise .eventDate input {
    width: 88%;
  }
}
form#merchandise .eventDate .ui-datepicker-trigger {
  border: none;
  background: none;
  float: right;
  margin-top: -27px;
}
form#merchandise .eventDate .ui-datepicker-trigger .fa {
  font-size: 20px;
}
form#merchandise .eventSummary textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
}
form#merchandise .form-group {
  margin-left: 0;
  margin-right: 0;
}
.not-found h1 {
  font-size: 48px;
}
.not-found .col-hp-main {
  padding: 145px 0 0 70px;
}
.not-found .col-hp-main p {
  margin-top: 0;
}
.not-found .col-hp-main p:last-child {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .not-found .col-hp-main {
    padding: 30px 0 0 0px;
  }
  .not-found h1 {
    font-size: 24px;
    margin-top: 15px;
  }
}
.impersonate-customer {
  background-color: #6a6a6a;
  color: #ffffff;
}
.impersonate-customer a {
  color: #ff9500;
}
.impersonate-customer .has-error .help-block {
  color: #ffeded;
}
.impersonate-customer .close-impersonate {
  position: absolute;
  right: 15px;
  top: 0px;
}
.impersonate-customer .heading {
  font-weight: bold;
  float: left;
  width: auto;
}
@media (max-width: 991px) {
  .impersonate-customer .heading {
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  .impersonate-customer.logged-in .heading {
    margin-bottom: 10px;
  }
}
.impersonate-customer .impersonate-header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.impersonate-customer .impersonate-body {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .impersonate-customer .logo {
    width: 128px;
    margin-top: 0;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .impersonate-customer .logo {
    margin-top: 15px;
  }
}
.impersonate-customer .impersonate-header {
  background-color: #4d4e53;
}
.impersonate-customer .logout-link,
.impersonate-customer .reset-link {
  margin-right: 15px;
  margin-left: 10px;
}
.impersonate-customer label {
  color: #ffffff;
  font-weight: normal;
}
.impersonate-customer .signedin-as,
.impersonate-customer .session-timeout {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .impersonate-customer .signedin-as,
  .impersonate-customer .session-timeout {
    display: inline-block;
    width: auto;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .impersonate-customer .signedin-as {
    float: right;
  }
  .impersonate-customer .signedin-as .logout-link {
    float: right;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .impersonate-customer .session-timeout {
    float: left;
    margin-left: 100px;
  }
}
@media (max-width: 991px) {
  .impersonate-customer .impersonate-form {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .impersonate-customer .impersonate-form {
    float: right;
    min-width: 408px;
  }
  .impersonate-customer .impersonate-form .form-group {
    width: 160px;
    margin-right: 15px;
    margin-bottom: 0;
    float: left;
  }
  .impersonate-customer .impersonate-form button {
    margin-top: 23px;
  }
}
.impersonate-customer .impersonate-form .form-join {
  display: none;
}
.impersonate-customer .impersonate-form .form-join-xs {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .impersonate-customer .impersonate-form .form-join-xs {
    display: none;
  }
  .impersonate-customer .impersonate-form .form-join {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 32px;
  }
}
@media (min-width: 992px) {
  .impersonate-customer .impersonate-form.logged-in {
    min-width: 506px;
  }
}
@media (min-width: 992px) {
  .impersonate-autocomplete {
    width: 504px;
  }
}
@media (max-width: 991px) {
  .homepage .main-content {
    min-height: 0;
  }
  .homepage .main-content .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  .homepage .main-content .owl-carousel {
    margin-bottom: 0;
  }
  .homepage .main-content .owl-carousel .owl-dots {
    text-align: right;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0px;
    right: 5px;
  }
  .homepage .main-footer {
    margin-top: 0 !important;
  }
}
.homepage .col-hp-sidebar {
  width: 180px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage .main-content {
    width: 970px;
  }
}
.homepage .col-hp-main {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage .col-hp-main {
    width: 760px;
  }
}
@media (min-width: 1200px) {
  .homepage .col-hp-main {
    width: 960px;
  }
}
.homepage .owl-carousel {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .homepage-carousel-container {
    height: 515px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .homepage .section-three-spacing {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .homepage .section-three-spacing {
    margin-top: 0;
  }
}
.homepage .section-three-spacing .multi-banner-container {
  margin: 0;
  padding: 0;
  max-width: 1141px;
  width: 100%;
}
.homepage .section-three-spacing .multi-banner-container .column-tiles {
  padding-left: 10px;
  padding-right: 10px;
}
.homepage .section-three-spacing .multi-banner-container .column-tiles:first-of-type {
  padding-left: 0;
}
.homepage .section-three-spacing .multi-banner-container .column-tiles:last-of-type {
  padding-right: 0;
}
.homepage .section-three-spacing .multi-banner-container .column-tiles img {
  width: 100%;
}
@media (min-width: 1200px) {
  .homepage.branded-site .disp-img img {
    width: 100%;
  }
}
.homepage .homepage-carousel-container {
  height: auto;
}
.hotspots .hotspots-heading {
  color: #4d4e53;
}
.hotspots .hotspots-heading a,
.hotspots .hotspots-heading a:hover {
  color: #4d4e53;
}
.hotspots ul li {
  padding: 3px 0;
}
.hotspots .label-new {
  background-color: #ffffff;
}
.hotspots .label-new[href]:hover,
.hotspots .label-new[href]:focus {
  background-color: #e6e6e6;
}
.hotspots .label-new.label {
  color: #20a135;
  text-transform: uppercase;
}
#preview-email-product-details-form .modal-body .inlcude-container {
  max-width: 100%;
}
.product-style-number {
  line-height: 1.5;
  color: #4d4e53;
  font-weight: bold;
}
@media (min-width: 992px) {
  .product-style-number {
    float: left;
    width: 100%;
  }
}
.product-style-number a {
  color: #4d4e53;
}
.product-style-number a:hover,
.product-style-number a:active,
.product-style-number a:focus {
  color: #4d4e53;
  text-decoration: underline;
}
.product-style-number .btn-compare {
  margin-top: -2px;
}
.product-style-number .btn-compare.disabled {
  opacity: 1;
}
@media (max-width: 991px) {
  .product-style-number .name h1 {
    font-size: 20px;
  }
}
.product-image .product-status {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  float: left;
  width: 100%;
}
.product-image {
  position: relative;
  float: left;
  width: 100%;
}
.product-image a {
  float: left;
  width: 100%;
}
.product-image img {
  max-width: 100%;
}
.product-name {
  line-height: 1.2;
  word-wrap: break-word;
  word-break: initial;
}
.product-name a,
.product-name a:visited {
  color: #6a6a6a;
}
.product-name a:hover,
.product-name a:visited:hover,
.product-name a:active,
.product-name a:visited:active,
.product-name a:focus,
.product-name a:visited:focus {
  color: #6a6a6a;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .product-name {
    float: left;
    width: 100%;
    word-wrap: break-word;
    word-break: break-word;
  }
}
.product-price {
  margin: 8px 0 0 0;
}
@media (min-width: 992px) {
  .product-price {
    float: left;
    width: 100%;
    line-height: 1;
  }
}
.product-item.product-coming-soon .product-status,
.product-style-number.product-coming-soon .product-status,
.product-item.coming-soon .product-status,
.product-style-number.coming-soon .product-status,
.product-item.product-coming.soon .product-status,
.product-style-number.product-coming.soon .product-status {
  background-color: #56aaea;
}
.product-item.product-sale .product-status,
.product-style-number.product-sale .product-status,
.product-item.sale .product-status,
.product-style-number.sale .product-status {
  background-color: #d65252;
}
.product-item.product-new .product-status,
.product-style-number.product-new .product-status,
.product-item.new-product .product-status,
.product-style-number.new-product .product-status {
  background-color: #20a135;
}
.product-item.product-discontinued .product-status,
.product-style-number.product-discontinued .product-status {
  background-color: #ff9500;
}
.product-item.product-closeout .product-status,
.product-style-number.product-closeout .product-status {
  background-color: #6a6a6a;
}
.product-item.product-updated .product-status,
.product-style-number.product-updated .product-status {
  background-color: #d4af37;
}
.product-item.product-limited .product-status,
.product-style-number.product-limited .product-status {
  background-color: #5b449b;
}
.product-item {
  margin-bottom: 18px;
}
.product-item .btn-delete-item {
  cursor: pointer;
  float: left;
  width: 100%;
  line-height: 1.5em;
}
.product-item .btn-delete-item .fa {
  line-height: 1.1em;
}
.product-item .btn-delete-item.not-visible {
  display: none;
  min-height: 1px;
  line-height: 0;
}
.product-item .btn-delete-item.not-visible .fa {
  visibility: hidden;
  font-size: 0px;
  line-height: 0;
}
.product-item .btn-delete-item .test {
  color: blue;
}
.product .price,
.product > .sizes {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .product .price > strong,
  .product > .sizes > strong {
    font-size: 16px;
    /*.clear;*/
  }
}
@media (max-width: 991px) {
  .product .price,
  .product > .sizes {
    margin-bottom: 0;
  }
  .product .price > strong,
  .product > .sizes > strong {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .product .price {
    margin-bottom: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .product .price {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .product .price > strong {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  body.company-casuals .product .price {
    margin-bottom: 10px;
    width: 100%;
  }
}
#quick-view-modal .product > .price {
  margin-top: 0;
}
#quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after,
.productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  position: absolute;
  bottom: 4px;
  right: 4px;
  content: "\f00e";
  color: #6a6a6a;
}
#quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-light-gray,
.productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-light-gray {
  color: #6a6a6a;
}
#quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-gray-dark,
.productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-gray-dark {
  color: #6a6a6a;
}
#quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-gray,
.productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-gray {
  color: #d0d0ce;
}
#quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-blue,
.productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-blue {
  color: #007dc3;
}
#quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-white,
.productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-white {
  color: #ffffff;
}
#quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-red,
.productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after.fa-red {
  color: #d65252;
}
#quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after.float-left,
.productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after.float-left {
  margin-right: 0.3em;
}
#quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after.float-right,
.productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after.float-right {
  margin-left: 0.3em;
}
@media (max-width: 767px) {
  #quick-view-modal .main-image.easyzoom:not(.easyzoom-box-shadow):after,
  .productInventoryPricingPage .main-image.easyzoom:not(.easyzoom-box-shadow):after {
    display: none !important;
  }
}
.companions .product-item {
  max-height: 265px;
}
.companions ul {
  padding: 0;
  list-style: none;
}
.companions ul li {
  float: left;
}
.color-selected p {
  margin-bottom: 0;
}
.color-selected .selection img {
  width: 20px;
  margin: -2px 5px 0;
}
.easyzoom-flyout:after {
  display: none!important;
}
.additional-text {
  margin-bottom: 20px;
  padding-left: 15px;
  font-weight: bold;
}
.video-preview-email-popup-img {
  width: 100%;
  display: none;
}
.promo-tile-row {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .modal-body .promo-tile {
    flex-flow: wrap;
    margin: 0 15px;
  }
}
.promo-tile {
  position: relative;
  display: flex;
  align-content: flex-start;
  align-items: center;
  justify-content: center;
  margin: 5px 5px 18px;
  width: 100%;
  flex-flow: wrap;
}
.promo-tile.full-width .btn-delete-item + div {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .promo-tile {
    flex-flow: row;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .promo-tile {
    flex-flow: wrap;
    margin: 5px 15px 18px;
  }
}
@media (max-width: 575px) {
  .promo-tile {
    margin: 5px 15px 18px;
  }
}
@media (max-width: 768px) {
  .promo-tile {
    flex-flow: column;
  }
}
.promo-tile .image-map {
  width: 100%;
}
.promo-tile .btn-delete-item {
  cursor: pointer;
  float: left;
  width: 100%;
  line-height: 1.5em;
}
.promo-tile .btn-delete-item .fa {
  line-height: 1.1em;
}
.promo-tile .btn-delete-item.not-visible {
  display: none;
  min-height: 1px;
  line-height: 0;
}
.promo-tile .btn-delete-item.not-visible .fa {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.promo-tile img {
  margin-bottom: 8px;
}
.promo-tile .content {
  display: block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .promo-tile .content {
    padding: 0 15px;
  }
}
.promo-tile .selling-occasion-two-auxiliary-banners {
  justify-content: space-between;
}
@media (min-width: 576px) and (max-width: 767px) {
  .promo-tile .selling-occasion-two-auxiliary-banners {
    width: 100%;
  }
}
.promo-tile .selling-occasion-two-media-container {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .promo-tile .selling-occasion-two-media-container {
    flex-direction: column;
  }
}
.promo-tile .selling-occasion-two-media-container.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .promo-tile .selling-occasion-two-media-container.reverse {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .promo-tile .promo-tile-multimedia-primary-banner {
    margin: 0 !important;
  }
  .promo-tile .selling-occasion-two-banner-image-container {
    width: 100%;
  }
  .promo-tile .btn-delete-item + div {
    width: 100%;
  }
  .promo-tile .content + div {
    width: 100%;
  }
}
.promo-tile .selling-occasion-two-auxiliary-banners {
  justify-content: space-between;
}
@media (min-width: 576px) and (max-width: 767px) {
  .promo-tile .selling-occasion-two-auxiliary-banners {
    width: 100%;
  }
}
.promo-tile .selling-occasion-two-media-container {
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .promo-tile .selling-occasion-two-media-container {
    flex-direction: column;
  }
}
.promo-tile .selling-occasion-two-media-container.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .promo-tile .selling-occasion-two-media-container.reverse {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .promo-tile .promo-tile-multimedia-primary-banner {
    margin: 0 !important;
  }
  .promo-tile .selling-occasion-two-banner-image-container {
    width: 100%;
  }
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity .5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.see-more-text-wrap {
  display: inline-block;
  width: 100%;
}
.items-per-page {
  list-style: none;
  padding: 0;
}
.items-per-page li {
  display: inline-block;
  margin: 0 0 0 3px;
}
@media (max-width: 991px) {
  .refine-results-options {
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 41px;
  }
  .refine-results-options.top {
    background: #f6f6f6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .refine-results-options .parent-option span.fa {
    margin-right: 0.3em;
  }
  .refine-results-options .parent-option label.active {
    color: #6a6a6a;
  }
  .refine-results-options .xs-button-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .refine-results-options .xs-button-list li {
    display: inline;
  }
  .refine-results-options .xs-button-list li span,
  .refine-results-options .xs-button-list li a {
    touch-action: auto;
    min-width: 70px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    border-radius: 0px;
    color: #6a6a6a;
    background-color: #f6f6f6;
    border-color: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .refine-results-options .xs-button-list li span.disabled,
  .refine-results-options .xs-button-list li a.disabled,
  .refine-results-options .xs-button-list li span[disabled],
  .refine-results-options .xs-button-list li a[disabled],
  fieldset[disabled] .refine-results-options .xs-button-list li span,
  fieldset[disabled] .refine-results-options .xs-button-list li a {
    cursor: not-allowed;
  }
  .refine-results-options .xs-button-list li span:hover,
  .refine-results-options .xs-button-list li a:hover,
  .refine-results-options .xs-button-list li span:focus,
  .refine-results-options .xs-button-list li a:focus,
  .refine-results-options .xs-button-list li span:active,
  .refine-results-options .xs-button-list li a:active,
  .refine-results-options .xs-button-list li span.active,
  .refine-results-options .xs-button-list li a.active,
  .open .dropdown-toggle.refine-results-options .xs-button-list li span,
  .open .dropdown-toggle.refine-results-options .xs-button-list li a {
    color: #6a6a6a;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .refine-results-options .xs-button-list li span:active,
  .refine-results-options .xs-button-list li a:active,
  .refine-results-options .xs-button-list li span.active,
  .refine-results-options .xs-button-list li a.active,
  .open .dropdown-toggle.refine-results-options .xs-button-list li span,
  .open .dropdown-toggle.refine-results-options .xs-button-list li a {
    background-image: none;
  }
  .refine-results-options .xs-button-list li span.disabled,
  .refine-results-options .xs-button-list li a.disabled,
  .refine-results-options .xs-button-list li span[disabled],
  .refine-results-options .xs-button-list li a[disabled],
  fieldset[disabled] .refine-results-options .xs-button-list li span,
  fieldset[disabled] .refine-results-options .xs-button-list li a,
  .refine-results-options .xs-button-list li span.disabled:hover,
  .refine-results-options .xs-button-list li a.disabled:hover,
  .refine-results-options .xs-button-list li span[disabled]:hover,
  .refine-results-options .xs-button-list li a[disabled]:hover,
  fieldset[disabled] .refine-results-options .xs-button-list li span:hover,
  fieldset[disabled] .refine-results-options .xs-button-list li a:hover,
  .refine-results-options .xs-button-list li span.disabled:focus,
  .refine-results-options .xs-button-list li a.disabled:focus,
  .refine-results-options .xs-button-list li span[disabled]:focus,
  .refine-results-options .xs-button-list li a[disabled]:focus,
  fieldset[disabled] .refine-results-options .xs-button-list li span:focus,
  fieldset[disabled] .refine-results-options .xs-button-list li a:focus,
  .refine-results-options .xs-button-list li span.disabled:active,
  .refine-results-options .xs-button-list li a.disabled:active,
  .refine-results-options .xs-button-list li span[disabled]:active,
  .refine-results-options .xs-button-list li a[disabled]:active,
  fieldset[disabled] .refine-results-options .xs-button-list li span:active,
  fieldset[disabled] .refine-results-options .xs-button-list li a:active,
  .refine-results-options .xs-button-list li span.disabled.active,
  .refine-results-options .xs-button-list li a.disabled.active,
  .refine-results-options .xs-button-list li span[disabled].active,
  .refine-results-options .xs-button-list li a[disabled].active,
  fieldset[disabled] .refine-results-options .xs-button-list li span.active,
  fieldset[disabled] .refine-results-options .xs-button-list li a.active {
    color: #f6f6f6;
    background-color: #ffffff;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 2px 2px 0 #bfbfbf;
    box-shadow: 0 2px 2px 0 #bfbfbf;
  }
  .refine-results-options .xs-button-list li span .badge,
  .refine-results-options .xs-button-list li a .badge {
    color: #f6f6f6;
    background-color: #6a6a6a;
  }
  .refine-results-options .xs-option-left label {
    text-align: left;
  }
  .refine-results-options .xs-option-right label {
    text-align: right;
  }
  .refine-results-options .parent-option {
    position: relative;
    padding: 9px 15px;
  }
  .refine-results-options .parent-option label {
    margin-bottom: 0;
  }
  .refine-results-options .parent-option span.fa {
    top: 2px;
    position: relative;
  }
  .refine-results-options .parent-option .filters-applied {
    background-color: #6a6a6a;
    color: #ffffff;
    border-radius: 20px;
    width: 14px;
    height: 14px;
    font-size: 9px;
    line-height: 14px;
    margin-left: 5px;
    padding: 3px 6px;
    position: relative;
    top: -2px;
  }
  .refine-results-options .parent-option .filters-applied .filters-applied-text {
    margin-left: -1px;
  }
  .xs-refine-results-options {
    min-height: 41px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f6f6f6;
  }
  .xs-toggle-hidden {
    display: none;
  }
}
.items-page ul {
  margin: 0;
  padding: 8px 0 7px 0;
  list-style: none;
  width: auto;
}
.items-page ul li {
  display: inline;
  padding-left: 1px;
  padding-right: 1px;
}
.items-page ul li:last-child {
  padding-right: 0;
}
@media (min-width: 992px) {
  .refine-results-options {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .refine-results-options .option-right {
    float: right;
    text-align: right;
  }
  .refine-results-options .option-right .option {
    float: right;
  }
  .refine-results-options .option-right label {
    padding: 7px 12px;
  }
  .refine-results-options .option-left {
    text-align: left;
  }
  .refine-results-options .option-left .option {
    float: left;
  }
  .refine-results-options .option-left label {
    float: left;
    padding: 7px 12px;
  }
  .refine-results-options .option.medium-select {
    width: 25%;
  }
  .refine-results-options .showing-page label {
    padding: 7px 7px;
  }
  .refine-results-options .pagination {
    margin: 0 !important;
  }
}
.color-swatches.popover-names .swatch-name {
  display: none;
}
.color-swatches ul {
  list-style: none;
  margin-bottom: 7px;
}
.color-swatches ul:before,
.color-swatches ul:after {
  content: " ";
  display: table;
}
.color-swatches ul:after {
  clear: both;
}
.color-swatches ul:before,
.color-swatches ul:after {
  content: " ";
  display: table;
}
.color-swatches ul:after {
  clear: both;
}
.color-swatches ul.available {
  margin-top: 15px;
}
.color-swatches ul li {
  float: left;
  line-height: inherit;
  padding: 0 !important;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .color-swatches ul li {
    width: 110px;
  }
  .color-swatches ul li:nth-child(5n) {
    clear: none;
  }
  .color-swatches ul li:nth-child(5n).compare-preview {
    clear: none;
  }
}
@media (max-width: 991px) {
  .color-swatches ul li {
    width: 50%;
  }
}
.color-swatches ul li a {
  color: #6a6a6a;
  text-decoration: none;
  position: relative;
}
.color-swatches ul li a:hover,
.color-swatches ul li a:active,
.color-swatches ul li a:focus {
  color: #6a6a6a;
  text-decoration: underline;
}
.color-swatches ul li img {
  float: left;
  max-width: 30px;
  max-height: 30px;
  overflow: hidden;
}
.color-swatches ul li span {
  font-size: 10px;
  padding: 0 4px;
  line-height: 10.5px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
  width: 73%;
}
.color-swatches .swatches li a {
  display: block;
}
.color-swatches .swatches li a:after {
  content: '';
}
.color-swatches .swatches li a:hover:after {
  background: transparent url('../../../../../../_ui/responsive/theme-blue/images/swatch-hover.png') 0 0 no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  z-index: 11;
  top: -1px;
  left: -1px;
}
.color-swatches .swatches li a.active {
  color: #6a6a6a;
}
.color-swatches .swatches li a.active:hover,
.color-swatches .swatches li a.active:active,
.color-swatches .swatches li a.active:focus {
  color: #6a6a6a;
  text-decoration: underline;
}
.color-swatches .swatches li a.active:before {
  content: " ";
  background: transparent url('../../../../../../_ui/responsive/theme-blue/images/check-mark.png') no-repeat center center;
  font: normal normal normal 14px/1 FontAwesome;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  display: block;
}
.color-swatches.color-selected img {
  float: left;
  max-width: 30px;
  max-height: 30px;
  overflow: hidden;
}
.color-swatches.color-selected .name {
  padding: 0;
  line-height: 14px;
  display: table-cell;
  vertical-align: middle;
  width: 73%;
  float: right;
}
@media (min-width: 992px) {
  .color-swatches.color-selected .name {
    float: left;
  }
}
@media (max-width: 991px) {
  .color-swatches.color-selected .name {
    float: left;
    line-height: 20px;
  }
}
.popover-swatch {
  min-width: 100px;
}
@font-face {
  font-family: ScriptMT;
  src: url('../fonts/ScriptMTStd-Bold.otf');
}
@font-face {
  font-family: Collegiate;
  src: url('../fonts/SF-Collegiate.ttf');
}
@font-face {
  font-family: Collegiate;
  src: url('../fonts/SF-Collegiate-Italic.ttf');
  font-style: italic;
}
@font-face {
  font-family: Collegiate;
  src: url('../fonts/SF-Collegiate-Solid-Bold.ttf');
  font-weight: bold;
}
@font-face {
  font-family: Collegiate;
  src: url('../fonts/SF-Collegiate-Solid-Bold-Italic.ttf');
  font-weight: bold;
  font-style: italic;
}
.collegiate-n {
  font-family: Collegiate;
  font-size: 0;
}
.collegiate-b {
  font-family: Collegiate;
  font-weight: bold;
  font-size: 0;
}
.collegiate-b-i {
  font-family: Collegiate;
  font-weight: bold;
  font-style: italic;
  font-size: 0;
}
.collegiate-i {
  font-family: Collegiate;
  font-style: italic;
  font-size: 0;
}
.scriptMT-n {
  font-family: ScriptMT;
  font-size: 0;
}
.details-col-1 .slider-nav {
  float: left;
}
.details-col-1 .slider-nav .slick-list {
  width: 93px;
}
.details-col-1 .slider-nav img {
  border: 1px solid #e6e6e6;
}
.details-col-1 .slider-nav .active img {
  border: 1px solid #ff9500;
}
.details-col-1 .thumb-image-overlay {
  width: 100%;
  top: 0;
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  position: absolute;
  z-index: 999;
  cursor: default;
}
.details-col-1 .thumbnails .related-video-container {
  float: left;
  width: 93px;
}
.details-col-1 .thumbnails .related-video-container .holder {
  height: auto;
}
.details-col-1 .thumbnails .related-video-container .holder .img-container {
  width: 91px;
  height: 83px;
}
.details-col-1 .thumbnails .related-video-container .empty-placeholder {
  min-height: 20px;
}
.details-col-1 .thumbnails .related-video-container .related-image {
  border: 1px solid #e6e6e6;
  width: 92px;
  height: 83px;
  background-repeat: no-repeat;
  background-size: cover;
}
.details-col-1 .thumbnails .related-video-container .product-related-video {
  outline: none;
}
.details-col-1 .thumbnails .related-video-container .product-related-video .fa-stack {
  width: 100%;
  top: 16px;
  text-align: center;
}
.details-col-1 .slide {
  margin-bottom: 15px;
  display: block;
  border: 1px solid transparent;
  outline: none;
}
@media (min-width: 992px) {
  .details-col-1 .product-options {
    margin-left: 0;
  }
  .details-col-1 .product-options .social-icons {
    margin-top: 8px;
    padding-right: 20px;
  }
  .details-col-1 .product-options .social-icons a {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .details-col-1 .product-options .social-icons > a {
    padding-right: 10px;
  }
  .details-col-1 .product-options .social-icons a:last-child {
    padding-right: 0;
  }
}
.details-col-1 .main-image {
  display: inline-block;
  width: 100%;
}
@media (max-width: 991px) {
  .details-col-1 .slider {
    background-color: inherit !important;
    position: relative !important;
  }
}
.details-col-1 .slider-main {
  float: right;
}
.details-col-1 .slider-main .vimeo-video-mobile {
  outline: none;
}
.details-col-1 .slider-main .vimeo-video-mobile .fa-stack {
  text-align: center;
  display: block;
  width: 100%;
}
.details-col-1 .slider-main .vimeo-video-mobile img,
.details-col-1 .slider-main .vimeo-video-mobile span.fa {
  padding-top: 50%;
}
.details-col-1 .slick-list .slick-slide {
  text-align: right;
}
@media (max-width: 991px) {
  .details-col-1 .slick-list .slick-slide {
    margin: 0 13px 0 8px;
  }
}
.details-col-1 .slick-dots {
  margin-top: 15px;
}
.details-col-1 .reference {
  padding-top: 10px;
  display: table;
  width: 100%;
  height: 50px;
}
.details-col-1 .reference .center-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.details-col-1 .reference img {
  padding-right: 15px;
}
.details-col-1 .product-options li {
  padding: 5px 0;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  display: inline-block;
}
.details-col-1 .product-options li:before,
.details-col-1 .product-options li:after {
  content: " ";
  display: table;
}
.details-col-1 .product-options li:after {
  clear: both;
}
.details-col-1 .product-options li:before,
.details-col-1 .product-options li:after {
  content: " ";
  display: table;
}
.details-col-1 .product-options li:after {
  clear: both;
}
.details-col-1 .product-options li:last-child {
  border-bottom: none;
}
.productInventoryPricingPage .select-style select:focus {
  background-color: transparent;
  background-image: none;
  appearance: none;
}
.productInventoryPricingPage .main-image.easyzoom :after {
  right: -22px;
}
.productInventoryPricingPage .easyzoom-box-shadow:after {
  content: "" !important;
}
.productInventoryPricingPage #inventory-companion {
  width: 100%;
}
.productInventoryPricingPage .spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@-moz-document url-prefix() {
  #inventory-companion {
    width: 105% !important;
  }
}
.product-details hr {
  margin-top: 0px;
  margin-bottom: 20px;
}
.product-details h4 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-details .product-name {
  position: relative;
}
.product-details .product-name .name strong {
  font-size: 18px;
}
.product-details .product-name .product-style-number {
  font-size: 18px;
}
.product-details .product-name .product-style-number .product-status {
  color: #ffffff;
  text-transform: uppercase;
  margin-left: 4px;
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 5px;
  padding-left: 5px;
  position: relative;
  bottom: 3px;
}
.product-details .product-name .product-style-number .product-info-sale {
  background-color: #d65252;
}
.product-details .product-name .product-style-number .product-info-comingsoon {
  background-color: #56aaea;
}
.product-details .product-name .product-style-number .product-info-new {
  background-color: #20a135;
}
.product-details .product-name .product-style-number .product-info-discontinued {
  background-color: #ff9500;
}
.product-details .product-name .product-style-number .product-info-closeout {
  background-color: #6a6a6a;
}
.product-details .product-name .product-style-number .product-info-updated {
  background-color: #d4af37;
}
.product-details .product-name .product-style-number .product-info-limitededition {
  background-color: #5b449b;
}
.product-details .product-name .brand-logo {
  text-align: right;
}
.product-details .product-name .product-status {
  bottom: -19px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
}
.product-details .color-selected,
.product-details .color-hovered {
  padding-bottom: 10px;
}
.product-details .color-selected img,
.product-details .color-hovered img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.product-details .color-selected .selection,
.product-details .color-hovered .selection {
  display: inline-block;
}
.product-details .description {
  margin-bottom: 10px;
}
.product-details .description .holder {
  position: relative;
  display: block;
  overflow: hidden;
}
.product-details .description .holder .gradient {
  position: absolute;
  z-index: 5;
  display: block;
  bottom: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background-repeat: repeat-x;
}
.product-details .description ul {
  padding-left: 15px;
  margin-left: 15px;
}
.product-details .description .read-more {
  text-decoration: none;
}
.product-details .description .read-more:before {
  content: '+ ';
  color: #007dc3;
  padding-right: 9px;
  font-size: 17px;
}
.product-details .description .read-less {
  text-decoration: none;
}
.product-details .description .read-less:before {
  content: '– ';
  color: #007dc3;
  padding-right: 9px;
  font-size: 17px;
}
.product-details .color-swatches ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.product-details .color-swatches ul li {
  width: 112px;
}
.product-details .color-swatches ul li span {
  padding: 0 3px 0 3px;
}
.product-details .sharing-options ul {
  padding: 0;
  margin-bottom: 0;
}
.product-details .sharing-options ul li {
  color: #e6e6e6;
}
.product-details-page .sharing-options ul,
.productDetails .sharing-options ul {
  padding: 0;
  margin-bottom: 0;
}
.product-details-page .sharing-options ul li,
.productDetails .sharing-options ul li {
  color: #e6e6e6;
}
.product-details-page .error-message,
.productDetails .error-message {
  color: #d65252;
  margin-top: 4px;
  line-height: 1.2;
}
.product-details-page .product-disclaimer,
.productDetails .product-disclaimer {
  font-style: italic;
  margin-bottom: 9px;
}
.product-details-page .product-additionalImage,
.productDetails .product-additionalImage {
  margin-bottom: 16px;
}
.details-col-1,
.details-col-2 {
  clear: right;
}
@media (min-width: 992px) {
  .details-col-1 .reference,
  .details-col-2 .reference {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .details-col-1 .reference .product-details,
  .details-col-2 .reference .product-details {
    display: inline-block;
    margin-left: 5px;
  }
}
.product-details-page .sizes,
.productDetails .sizes {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .product-details-page .price > strong,
  .productDetails .price > strong {
    font-size: 16px;
  }
  .product-details-page .inventory,
  .productDetails .inventory {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .product-details-page .price,
  .productDetails .price {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .product-details-page .sizes,
  .productDetails .sizes {
    text-align: right;
    margin-bottom: 10px;
  }
  .product-details-page .modal.preview-email-this-page .swatches li,
  .productDetails .modal.preview-email-this-page .swatches li {
    min-width: 112px !important;
  }
}
.product-details-page .companions,
.productDetails .companions {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .product-details-page .companions,
  .productDetails .companions {
    display: inline-block;
    width: 100%;
  }
}
.product-details-page .companions li a,
.productDetails .companions li a {
  color: #6a6a6a;
}
.product-details-page .companions li a:hover,
.productDetails .companions li a:hover,
.product-details-page .companions li a:active,
.productDetails .companions li a:active,
.product-details-page .companions li a:focus,
.productDetails .companions li a:focus {
  color: #6a6a6a;
  text-decoration: underline;
}
.product-details-page .companions li .product-image,
.productDetails .companions li .product-image,
.product-details-page .companions li .product-image a,
.productDetails .companions li .product-image a {
  width: 100%;
  display: block;
}
.product-details-page .companions li .product-image,
.productDetails .companions li .product-image {
  min-height: 136px;
}
.product-details-page .companions li .product-image a,
.productDetails .companions li .product-image a {
  text-align: center;
}
.product-details-page .companions .second-group,
.productDetails .companions .second-group {
  display: none;
}
@media (min-width: 992px) {
  .product-details-page .companions.offset-md-6,
  .productDetails .companions.offset-md-6 {
    padding-left: 15px;
  }
  .product-details-page .companions.offset-md-6 li,
  .productDetails .companions.offset-md-6 li {
    width: 25%;
    max-width: 25%;
  }
}
@media (max-width: 991px) {
  .product-details-page .companions .product-item:nth-child(2n+1),
  .productDetails .companions .product-item:nth-child(2n+1) {
    clear: left;
  }
}
.product-details-page .companions.has-more,
.productDetails .companions.has-more {
  clear: left;
}
.product-details-page .companions.has-more .view-less,
.productDetails .companions.has-more .view-less {
  display: none;
}
@media (min-width: 992px) {
  .product-details-page .companions.has-more li,
  .productDetails .companions.has-more li {
    width: 12.5%;
    max-width: 12.5%;
  }
}
@media (min-width: 992px) {
  .details-col-1 .product-options span.fa {
    display: none;
  }
}
.main-product-image {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-product-image {
    width: 337px;
  }
  .main-product-image a {
    display: block;
  }
  .main-product-image a img {
    width: 337px;
  }
  .product-logoizer-canvas {
    width: 337px;
    height: 505px;
  }
}
@media (min-width: 1200px) {
  .main-product-image {
    width: 409px;
  }
  .main-product-image a {
    display: block;
  }
  .main-product-image a img {
    width: 409px;
  }
  .product-logoizer-canvas {
    width: 409px;
    height: 613px;
  }
}
@media (max-width: 991px) {
  .details-col-1 .easyzoom {
    display: none;
  }
  .details-col-1 .product-options li {
    border-bottom: none;
  }
  .details-col-1 .product-options .btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
  .details-col-1 .image-options {
    float: right !important;
  }
  .details-col-1 .image-options .btn-group-justified {
    width: auto;
    float: right !important;
  }
  .details-col-1 .image-options .product-video {
    background: none;
    border: none;
    font-family: Arial, sans-serif;
    cursor: pointer;
    color: #6a6a6a;
    display: inline-block;
    width: auto;
    padding: 5px 0;
  }
  .details-col-1 .image-options .product-video span {
    color: #007dc3;
  }
  .slider-main {
    max-width: 100%;
  }
  .slider-main img {
    max-width: 100%;
  }
  .slick-track .slick-slide {
    width: 100%;
    max-width: 100%;
  }
  .product-details > .product-name {
    margin-top: 10px;
  }
  .easyzoom-flyout {
    display: none !important;
  }
}
.add-product .product-row {
  margin-bottom: 10px;
}
.add-product .product-row label {
  font-weight: normal;
}
.add-product .add-new-product {
  margin-top: 5px;
}
.add-product .js-remove {
  padding: 0 9px;
}
.add-product .js-remove span {
  line-height: 34px;
}
body > #hover-zoom-container {
  display: none;
  visibility: hidden;
}
.main-product-image .easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 347px;
  width: 456px;
  height: 506px;
  border: 1px solid #e6e6e6;
  position: absolute;
  overflow: hidden;
  z-index: 15;
}
.main-product-image .easyzoom--adjacent .easyzoom-flyout img {
  -ms-interpolation-mode: bicubic;
  max-width: 1200px;
  width: auto;
  height: auto;
}
.btn-link.slick-disabled {
  color: #e6e6e6;
}
.custom-arrows .slick-prev,
.custom-arrows .slick-next {
  width: 93px;
  text-align: center;
  clear: both;
  float: left;
  outline: none;
  background: #ffffff;
  height: 23px;
}
.custom-arrows .slick-prev span,
.custom-arrows .slick-next span {
  line-height: 0.5em;
}
.custom-arrows .slick-next {
  position: absolute;
  top: 646px;
  left: 0;
  z-index: 16;
}
#product-zoom .img-zoomed a img {
  width: 100%;
  height: auto;
}
.main-product-image .easyzoom img {
  cursor: none !important;
}
.easyzoom .easyzoom-shadow-area {
  height: 100%;
  position: absolute;
  width: 100%;
  overflow: hidden;
  cursor: none;
}
.easyzoom .easyzoom-box-shadow {
  position: absolute;
  background-color: rgba(225, 225, 225, 0.5);
  width: 170px;
  height: 150px;
  border: 1px solid #ffffff;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: none;
  display: none;
}
.list-saved-logo li {
  min-height: 200px;
  width: 130px;
  float: left;
  display: inline;
  padding: 15px;
  margin: 2px;
}
.list-saved-logo li img {
  width: 100%;
  display: block;
}
.list-saved-logo li img .logo-thumb-image {
  cursor: pointer;
}
.list-saved-logo .logo-item {
  background-color: #e6e6e6;
  border: 1px solid #6a6a6a;
}
.list-saved-logo .logo-item .fa-times-circle {
  float: right;
}
.list-saved-logo .logo-item img:hover {
  cursor: pointer;
}
#max-logos-error {
  margin-top: 10px;
}
.logoizer-options {
  padding: 0;
  margin-bottom: 15px;
}
.logoizer-options.active {
  border-bottom: 1px solid #6a6a6a;
  border-left: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
  border-top: 1px solid #6a6a6a;
}
.logoizer-options .png-download-image {
  width: 32%;
  float: left;
}
.logoizer-options .png-email-image {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.logoizer-options .js-pdf-download-element {
  width: 32%;
  margin-left: 2%;
}
.logoizer-options #library {
  width: 40%;
}
.logoizer-options #my-logos {
  width: 39%;
}
.logoizer-options .close {
  padding: 5px 15px;
  width: 100%;
  display: inline-block;
  background: #6a6a6a;
  color: #ffffff;
  position: absolute;
  top: -15px;
  right: 0px;
}
.logoizer-options .btn-primary.primary-option {
  padding: 7px 11px;
}
.logoizer-options .btn-sm {
  margin-bottom: 4px;
}
.logoizer-options .text-container {
  border: 1px solid #007dc3;
}
.logoizer-options .main-product-image {
  position: relative;
}
.logoizer-options #logoizer.active {
  border-top: 1px solid #6a6a6a;
  border-left: 1px solid #6a6a6a;
  border-right: 1px solid #6a6a6a;
}
#my-logos-library .list-saved-logo .logo-item {
  width: 24%;
  max-height: 200px;
}
#my-logos-library .list-saved-logo .logo-item .remove-logo:hover {
  cursor: pointer;
}
#my-logos-library .list-saved-logo .logo-item .logo-thumb-image {
  width: 90px;
  max-height: 170px;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text-color-fill,
.text-color-outline {
  padding: 8px 8px 8px 15px;
}
.color-dropdown-fill,
.color-dropdown-outline {
  position: absolute;
  background-color: white;
  border: 1px solid #f2f2f2;
  width: 200px;
  padding-left: 0;
  margin-left: 27px;
  max-height: 272px;
  overflow-y: scroll;
  z-index: 999;
  cursor: pointer;
  box-shadow: 1px 1px 5px #a9a4a4;
}
.color-dropdown-fill li,
.color-dropdown-outline li {
  padding: 1px;
  padding-left: 14px;
  list-style: none;
  width: 100%;
}
.color-dropdown-fill li:hover,
.color-dropdown-outline li:hover {
  background-color: #176fd7;
  color: white !important;
}
#outline-color-dropdown {
  margin-left: 54px;
}
#logoizer-library .modal-body {
  max-height: 510px !important;
  overflow: hidden !important;
}
#logoizer-library .modal-body hr {
  margin-bottom: 0;
}
#logoizer-library .clipArt-list {
  text-align: center;
  max-height: 345px;
  overflow-y: scroll;
}
#logoizer-library .clipArt-list .clipArt-list-item {
  margin: 20px 0;
}
#logoizer-library .clipArt-list .clipArt-list-item .wrapper {
  text-align: center;
  display: inline-block;
}
#logoizer-library .clipArt-list .select-ClipArt {
  margin-top: 10px !important;
}
#logoizer-add-text .modal-body hr {
  margin-top: 0!important;
}
#logoizer-add-text .text-color-container,
#logoizer-add-text .text-font-container {
  margin-left: 3%;
}
#logoizer-add-text .text-color-container label,
#logoizer-add-text .text-font-container label {
  float: left;
  margin: 10px 4px 0 0;
}
#logoizer-add-text .text-color-container .font-style-container,
#logoizer-add-text .text-font-container .font-style-container {
  margin-left: 52px;
}
#logoizer-add-text .text-color-container .text-color-fill,
#logoizer-add-text .text-font-container .text-color-fill,
#logoizer-add-text .text-color-container .text-color-outline,
#logoizer-add-text .text-font-container .text-color-outline,
#logoizer-add-text .text-color-container .text-font-style,
#logoizer-add-text .text-font-container .text-font-style {
  width: 70%;
}
#logoizer-add-text .text-color-container .text-font-size,
#logoizer-add-text .text-font-container .text-font-size {
  width: 60%;
}
#logoizer-add-text .arc-list-options li:not( :nth-child(1)) {
  margin-left: 30px;
}
#logoizer-add-text label[for='bold'] {
  font-weight: bold;
}
#logoizer-add-text label[for='italic'] {
  font-style: italic;
}
#logoizer-add-image .image-transparency select {
  border-right: none;
  width: 95%;
}
#logoizer-add-image hr {
  margin-top: 30px !important;
}
#logoizer-add-image input[type="file"] {
  margin-top: 18px;
}
@media (max-width: 991px) {
  .product-options {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  body.company-casuals .product-options ul li.email-page-li,
  body.branded-site .product-options ul li.email-page-li {
    display: block;
  }
}
.modal#email-product-details-page .send-copy-container {
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .modal#email-product-details-page .selected-products .product-row .form-group:last-child {
    vertical-align: bottom;
  }
  .modal#email-product-details-page .selected-products .product-row .form-group:first-child {
    padding-right: 10px !important;
  }
  .modal#email-product-details-page .selected-products .product-row .price-container {
    margin-top: 0 !important;
    padding-left: 10px !important;
  }
  .modal#email-product-details-page .selected-products .product-row.added label {
    display: none;
  }
  .modal#email-product-details-page .selected-products .add-new-product {
    margin-top: 15px;
  }
  .modal#email-product-details-page .add-product .characters-limit {
    display: block;
    clear: both;
    padding-left: 0px !important;
  }
  .modal#email-product-details-page #preview-product-details-page {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .modal.preview-email-this-page .main-image .img-responsive {
    width: 80%;
    margin: 0 auto;
  }
  .modal.preview-email-this-page .product-section .product.row {
    margin-bottom: 10px;
  }
  .modal.preview-email-this-page .product-section:nth-child(n+2) {
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
  }
}
.productDetailsPanel.apparelMarket {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .catalog-buttons .btn {
    display: block!important;
  }
}
#decoration-techniques .decoration-technique {
  display: flex;
  width: 48%;
  float: left;
  padding: 0 20px;
  margin-bottom: 40px;
}
#decoration-techniques .decoration-technique .decoration-technique-image {
  position: relative;
  float: left;
  padding-right: 15px;
}
#decoration-techniques .decoration-technique .decoration-technique-info {
  font-size: 12px;
  padding-top: 3px;
}
#decoration-techniques .decoration-technique .decoration-technique-info .decoration-technique-name {
  font-size: 13px;
  font-weight: bold;
}
@media (max-width: 991px) {
  #decoration-techniques .decoration-technique {
    width: 100%;
  }
}
/*!
 * Bootstrap Colorpicker
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../images/bootstrap-colorpicker/saturation.png");
  cursor: crosshair;
  float: left;
}
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}
.colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker/hue.png");
}
.colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker/alpha.png");
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}
.colorpicker {
  *zoom: 1;
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 2500;
}
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}
.colorpicker:after {
  clear: both;
}
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: -7px;
  left: 6px;
}
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.colorpicker div {
  position: relative;
}
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../images/bootstrap-colorpicker/alpha.png");
  background-position: 0 100%;
}
.colorpicker-color div {
  height: 10px;
}
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}
.colorpicker-selectors i + i {
  margin-left: 3px;
}
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("../images/bootstrap-colorpicker/hue-horizontal.png");
}
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("../images/bootstrap-colorpicker/alpha-horizontal.png");
}
.colorpicker.colorpicker-hidden {
  display: none;
}
.colorpicker.colorpicker-visible {
  display: block;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.colorpicker-right:before {
  left: auto;
  right: 6px;
}
.colorpicker-right:after {
  left: auto;
  right: 7px;
}
.product-listing .product-style-number {
  margin: 6px 0 0 0;
}
@media (max-width: 991px) {
  .product-listing .product-style-number {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .product-listing .prod-info {
    float: left;
  }
}
@media (max-width: 991px) {
  .product-listing .product-image {
    width: 45%;
    max-width: 128px;
    margin: 0 5% 0 0;
  }
}
@media (max-width: 991px) {
  .product-listing .product-item {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-listing .product-item:nth-child(5n+1) {
    clear: left;
  }
}
@media (min-width: 1200px) {
  .product-listing .product-item:nth-child(6n+1) {
    clear: left;
  }
}
.product-listing .product-grid {
  margin-top: 20px;
}
.product-listing .product-grid.sale .product-price {
  margin-top: 10px;
  line-height: 1;
}
.product-listing .product-grid.sale .product-price .sale-start {
  font-weight: bold;
  color: #d65252;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .product-listing .product-grid.outlet .prod-info {
    width: 50%;
    float: left;
  }
}
.product-listing .product-grid.outlet .outlet-offer {
  background-color: #d65252;
  color: #ffffff;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 11px;
  padding: 2px;
  font-weight: bold;
  margin-bottom: 5px;
}
.product-listing .product-grid.outlet .product-price {
  margin-top: 10px;
  line-height: 1;
}
.product-listing .product-grid.outlet .old-price,
.product-listing .product-grid.outlet .new-price {
  margin-bottom: 5px;
  color: #4d4e53;
}
.product-listing .product-grid.outlet .old-price {
  text-decoration: line-through;
}
.product-listing .product-grid.outlet .new-price {
  font-size: 12px;
}
@media (min-width: 992px) {
  .product-listing .products-per-page {
    color: #6a6a6a;
  }
  .product-listing .product-grid {
    margin-top: 32px;
  }
  .product-listing .items-per-page > span {
    margin-left: 15px;
  }
  .product-listing .showing-products {
    float: left;
    width: 300px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .product-listing .product-grid .product-item {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-listing .product-grid .product-item {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .product-listing .product-grid .product-item {
    width: 16.6%;
  }
}
@media (min-width: 992px) {
  .list-attributes li {
    padding-top: 5px;
    padding-right: 20px;
    min-width: 200px;
  }
  .page-options li {
    padding-right: 20px;
  }
  .page-options li .fa {
    margin-right: 7px;
  }
  table.compare-products {
    margin: 0;
    table-layout: fixed;
  }
  table.compare-products tbody > tr > td {
    border-right: 1px solid #e6e6e6;
    padding: 11px 15px;
  }
  table.compare-products tbody > tr > td:first-of-type {
    padding-left: 0;
  }
  table.compare-products tbody > tr > td:last-of-type {
    border-right: none;
  }
  table.compare-products .compare-product-image td {
    border-top: none;
    position: relative;
    text-align: center;
  }
  table.compare-products .compare-product-image td img {
    width: 213px;
  }
  table.compare-products .compare-product-image td .remove {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
  }
  table.compare-products .prod-name td {
    border-top: none;
  }
  table.compare-products .prod-name td h4 {
    margin-bottom: 5px;
  }
  table.compare-products .prod-name td p {
    margin: 0;
  }
  table.compare-products .color-swatches hr {
    display: none;
  }
  table.compare-products .color-swatches li {
    width: 40px;
  }
  table.compare-products .color-swatches .compare-preview span {
    padding: 0 4px;
    line-height: 15px;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    width: 73%;
  }
  table.compare-products .prod-desc ul {
    padding-left: 30px;
    line-height: 2;
  }
  .items-per-page-block .items-per-page-title {
    float: left;
  }
  .items-per-page-block .items-per-page {
    display: inline-block;
  }
}
.btn-quick-view {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (min-width: 992px) {
  .product-image {
    min-height: 195px;
  }
  .product-image:hover .btn-quick-view {
    display: block;
  }
}
.displaying-options-mobile {
  font-size: 13px;
  line-height: 1.2;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #f6f6f6;
  color: #6a6a6a;
  padding: 13px 0 11px 0;
  margin: 0 0 10px;
}
.displaying-options-mobile.active {
  border-bottom: none;
}
.displaying-options-mobile .active {
  color: #6a6a6a;
}
.displaying-options-mobile .active .filters-applied {
  background-color: #6a6a6a;
}
.displaying-options-mobile .label {
  color: #6a6a6a;
  font-weight: normal;
}
.displaying-options-mobile .filters-applied {
  background-color: #6a6a6a;
  color: #ffffff;
  border-radius: 20px;
  width: 14px;
  height: 14px;
  font-size: 9px;
  line-height: 14px;
  margin-left: 5px;
}
.displaying-options-mobile .filters-applied .filters-applied-text {
  margin-left: -1px;
}
.displaying-options-mobile .items-per-page {
  padding-left: 20px;
  white-space: normal;
  display: block;
  text-align: left;
  margin-top: -7px;
  max-width: 80px;
  line-height: 1;
}
.facet-tooltip {
  position: relative;
  display: inline-block;
}
/* Tooltip text */
.facet-tooltip .facet-tooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: #ffffff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-color: #6a6a6a;
  line-height: 1.2;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -90px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}
/* Tooltip arrow */
.facet-tooltip .facet-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #6a6a6a transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.facet-tooltip:hover .facet-tooltiptext {
  visibility: visible;
  opacity: 1;
}
.spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}
.inventory-pricing-page #modal-warehouse-details {
  top: 0 !important;
}
.inventory-pricing-page .product-number {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.inventory-pricing-page .has-error {
  color: #d65252;
}
.inventory-pricing-page .float-left {
  padding-top: 16px;
}
.inventory-pricing-page .color-selected .selection {
  float: left;
  padding-top: 16px;
}
.inventory-pricing-page #add-shopping-box-container {
  text-align: right;
}
.inventory-pricing-page .product-image {
  margin-bottom: 16px;
  width: 75%;
}
.inventory-pricing-page .product-details .easyzoom--adjacent .easyzoom-flyout {
  top: -2px;
  left: 222px;
  width: 700px;
  height: 506px;
  border: 1px solid #e6e6e6;
  position: absolute;
  overflow: hidden;
  z-index: 15;
}
.inventory-pricing-page .product-details .color-swatches ul li {
  width: 50%;
  margin-bottom: 0;
}
.inventory-pricing-page .product-details .color-swatches ul li img {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .inventory-pricing-page .product-details .color-swatches ul li {
    width: 106px;
  }
}
@media (max-width: 991px) {
  .inventory-pricing-page .product-details.show-all-colors {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
  }
  .inventory-pricing-page .product-details.show-all-colors .xs-colors-details {
    border-bottom: none;
    margin-bottom: 0;
  }
  .inventory-pricing-page .product-details.show-all-colors .show-all-colors {
    display: none;
  }
  .inventory-pricing-page .product-details.show-all-colors .show-less-colors {
    display: block;
  }
  .inventory-pricing-page .product-details.show-all-colors .color-swatches-inventory {
    display: block;
  }
}
.inventory-pricing-page .companions-select-label {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  color: #6a6a6a;
}
.inventory-pricing-page .companions-select {
  width: 100%;
}
.inventory-pricing-page .companions-select select {
  font-size: 12px;
}
@media (min-width: 992px) {
  .inventory-pricing-page .companions-select {
    width: 167px;
    float: right;
    background-position-x: 95%;
  }
}
.inventory-pricing-page .color-swatches-inventory {
  width: 101% !important;
}
@media (max-width: 991px) {
  .inventory-pricing-page .color-swatches-inventory {
    display: none;
  }
}
.inventory-pricing-page .table-inventory-more {
  display: block;
  width: 100%;
  text-align: right;
}
.inventory-pricing-page .xs-colors-details {
  margin: 0 0 15px 0;
  padding: 15px 15px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.inventory-pricing-page .toggle-colors {
  color: #007dc3;
  cursor: pointer;
}
.inventory-pricing-page .toggle-colors .show-all-colors {
  display: block;
}
.inventory-pricing-page .toggle-colors .show-less-colors {
  display: none;
}
.inventory-pricing-page .product-options-xs .btn-product-details {
  margin: 15px 0;
}
.inventory-pricing-page .product-options-xs .select-style {
  background-position-x: 95%;
}
.inventory-pricing-page .mobile-messages-block {
  border-top: 1px solid #e6e6e6;
  margin-bottom: -1px;
}
.products-outer-wrapper {
  position: relative;
  float: left;
  width: 100%;
}
.loading-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
}
@media (max-width: 991px) {
  .table-headings {
    display: none;
  }
}
@media (min-width: 992px) {
  .table-headings tbody tr:last-child {
    height: 39px;
  }
}
.quantity-error-last-row {
  left: -114px !important;
}
.quantity-error-second-last-row {
  left: -63px !important;
}
.table-inventory tr > td {
  font-weight: 600;
}
@media (max-width: 991px) {
  .custom-hemmed-pants label {
    display: none !important;
  }
  .custom-hemmed-pants .table-inventory-more {
    margin-top: 15px;
  }
  .custom-hemmed-pants .addLength {
    display: none;
  }
  .custom-hemmed-pants .waistSize {
    float: left;
  }
  .custom-hemmed-pants .waistSize p {
    line-height: 34px;
    float: left;
  }
  .custom-hemmed-pants .waistSize .select-sm {
    float: right;
    width: 80px;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .custom-hemmed-pants {
    padding-left: 15px !important;
    position: relative;
  }
  .custom-hemmed-pants .inventory-action-buttons {
    display: none;
  }
  .custom-hemmed-pants .inventory-action-buttons.custom-hemmed-buttons {
    display: block;
  }
  .custom-hemmed-pants .table-headings {
    position: absolute;
    background: #ffffff;
    z-index: 10;
  }
  .custom-hemmed-pants .table-headings th.pricing-header {
    height: 47px;
  }
  .custom-hemmed-pants .table-headings .Warehouse-headings td:first-child,
  .custom-hemmed-pants .table-headings tbody tr:last-child {
    height: 57px;
  }
  .custom-hemmed-pants .selection {
    float: left;
  }
  .custom-hemmed-pants .color-selected {
    margin-bottom: 18px;
  }
  .custom-hemmed-pants .color-selected strong {
    float: left;
  }
  .custom-hemmed-pants .waistSize {
    float: left;
  }
  .custom-hemmed-pants .waistSize p {
    float: left;
    margin-right: 10px;
  }
  .custom-hemmed-pants .waistSize .select-style {
    width: 50px;
    height: 28px;
    margin-top: -8px;
    background-position: 90% 50%;
    float: left;
  }
  .custom-hemmed-pants .waistSize .select-style select {
    font-size: 13px;
    height: 28px;
  }
  .custom-hemmed-pants .addLength {
    float: right;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently not supported by any browser */
  }
  .custom-hemmed-pants .addLength.belowGrid {
    margin-bottom: 15px;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* non-prefixed version, currently not supported by any browser */
  }
  .custom-hemmed-pants .fa {
    cursor: pointer;
    margin-left: 5px;
  }
  .custom-hemmed-pants .tables-holder {
    overflow: hidden;
    width: 9999px;
  }
  .custom-hemmed-pants .all-tables {
    width: 698px;
    overflow: hidden;
    position: relative;
  }
  .custom-hemmed-pants .all-tables #table-inventory-1 {
    margin-left: 135px;
  }
  .custom-hemmed-pants .size-header {
    text-align: center;
    word-break: break-all;
  }
  .custom-hemmed-pants .size-header span {
    display: inline-block;
  }
  .custom-hemmed-pants .size-header span:nth-child(1) {
    display: block;
  }
  .custom-hemmed-pants .size-header span:nth-child(3) {
    font-weight: normal;
    font-size: 12px;
  }
  .custom-hemmed-pants .warehouse-location {
    display: block;
  }
  .custom-hemmed-pants .linkActive {
    color: #007dc3;
  }
  .custom-hemmed-pants .linkInactive {
    color: #dedede;
  }
}
.custom-hemmed-pants .table-inventory .headings {
  height: 57px;
}
.custom-hemmed-pants .error-message {
  z-index: 0 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .modal-open .custom-hemmed-pants .table-headings th.pricing-header,
  .modal-open .custom-hemmed-pants .table-headings .Warehouse-headings {
    height: 60px;
  }
  .modal-open .custom-hemmed-pants .table-inventory .headings {
    height: 60px;
  }
  .custom-hemmed-pants .table-headings th.pricing-header {
    height: 77px;
  }
  .custom-hemmed-pants .table-headings .Warehouse-headings {
    height: 77px;
  }
  .custom-hemmed-pants .table-headings .Warehouse-headings td:first-child {
    height: 58px;
  }
  .table-inventory tr.warehouse-list {
    height: 69px;
  }
  .table-inventory tr.warehouse-list td {
    height: 69px;
  }
  .custom-hemmed-pants .table-headings tbody tr:last-child {
    height: 77px;
  }
  .custom-hemmed-pants .table-inventory .headings {
    height: 78px !important;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 992px), (-ms-high-contrast: active) and (min-width: 992px) {
  .custom-hemmed-pants .all-tables #table-inventory-1 {
    margin-left: 128px;
  }
}
@-moz-document url-prefix() {
  .custom-hemmed-pants .table-headings th.pricing-header {
    height: 58px;
  }
  .custom-hemmed-pants .error-message {
    z-index: 9 !important;
  }
  .custom-hemmed-pants .table-headings .Warehouse-headings td:first-child {
    height: 58px;
  }
  .custom-hemmed-pants .table-headings tbody tr:last-child {
    height: 58px;
  }
  .table-inventory .warehouse-list .error-message {
    left: 0;
  }
  .table-inventory tr.warehouse-list td {
    height: 69px;
  }
  .custom-hemmed-pants .table-inventory .headings {
    height: 59px;
  }
  .custom-hemmed-pants .table-inventory .headings:last-child {
    height: 58px !important;
  }
  @media (min-width: 992px) {
    .custom-hemmed-pants .all-tables #table-inventory-1 {
      margin-left: 128px;
    }
  }
}
@media (min-width: 992px) {
  div.inventory-grid-wrapper {
    padding-left: 0;
  }
  div.inventory-grid-wrapper.custom-hemmed-pants {
    padding-left: 15px;
  }
  .table-inventory tr .size-header {
    max-width: 57px !important;
    min-width: 55px !important;
  }
  .custom-hemmed-pants .table-inventory tr .size-header {
    min-width: 57px !important;
    max-width: 58px !important;
  }
  table.table-inventory td > p.error-message {
    z-index: 9 !important;
  }
  table.table-inventory-root {
    z-index: 11 !important;
  }
  table.table-inventory td.has-error {
    z-index: 10;
  }
  .modal-quick-view .custom-hemmed-pants .addLength {
    margin-right: 14px;
  }
}
.col-landing-main {
  float: left;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .col-landing-main {
    float: right;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .col-landing-main {
    width: 728px;
  }
}
@media (min-width: 1200px) {
  .col-landing-main {
    width: 928px;
  }
}
/**
 * EasyZoom core styles
 */
.easyzoom {
  position: relative;
  /* 'Shrink-wrap' the element */
  display: inline-block;
}
.easyzoom a {
  text-decoration: none;
}
.easyzoom img {
  vertical-align: bottom;
}
.easyzoom.is-loading img {
  cursor: progress;
}
.easyzoom.is-ready img {
  cursor: crosshair ;
}
.easyzoom.is-ready.pdp img {
  cursor: crosshair !important;
}
.easyzoom.is-error img {
  cursor: not-allowed;
}
.easyzoom-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 150;
  width: 10em;
  margin: -1em 0 0 -5em;
  line-height: 2em;
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 10px #4d4e53;
}
.easyzoom-flyout {
  position: absolute;
  z-index: 100;
  overflow: hidden;
  background: #ffffff;
}
/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easyzoom--adjacent .easyzoom-flyout {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}
table.saved-shopping-boxes {
  margin-top: 20px;
}
@media (min-width: 992px) {
  table.saved-shopping-boxes {
    margin-top: 0px;
  }
}
table.saved-shopping-boxes thead {
  display: none;
}
@media (min-width: 992px) {
  table.saved-shopping-boxes thead {
    display: block;
  }
}
table.saved-shopping-boxes thead tr {
  display: block;
}
table.saved-shopping-boxes thead tr th {
  vertical-align: middle;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1;
}
table.saved-shopping-boxes tbody tr {
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
@media (max-width: 991px) {
  table.saved-shopping-boxes tbody tr td {
    padding: 5px 15px;
  }
  table.saved-shopping-boxes tbody tr td.column-box-name,
  table.saved-shopping-boxes tbody tr td.column-box-date-saved {
    padding-top: 10px;
  }
}
table.saved-shopping-boxes tbody .column-box-name {
  font-weight: bold;
  color: #007dc3;
  cursor: pointer;
}
table.saved-shopping-boxes tbody .column-box-merch-qty {
  text-align: left;
}
@media (max-width: 991px) {
  table.saved-shopping-boxes tbody .column-box-merch-qty {
    float: left;
  }
}
table.saved-shopping-boxes tbody .column-box-delete {
  display: inline;
  padding: 0;
  margin: 0;
}
table.saved-shopping-boxes tbody .column-box-delete .delete-saved-box {
  margin-top: 10px;
  margin-right: 5px;
  float: right;
}
@media (max-width: 991px) {
  table.saved-shopping-boxes tbody .column-box-delete .delete-saved-box {
    margin-top: -31px;
  }
}
table.saved-shopping-boxes tbody td {
  width: 50%;
  display: inline-block;
  border: none;
}
@media (max-width: 991px) {
  table.saved-shopping-boxes tbody td {
    padding-bottom: 0;
  }
}
table.saved-shopping-boxes tbody td .xs-text {
  margin-right: 10px;
}
@media (min-width: 992px) {
  table.saved-shopping-boxes tbody td .xs-text {
    display: none;
  }
}
table.saved-shopping-boxes .column-box-name {
  word-break: break-all;
}
@media (min-width: 992px) {
  table.saved-shopping-boxes .column-box-name {
    width: 25%;
  }
}
@media (max-width: 991px) {
  table.saved-shopping-boxes .column-box-name {
    float: left;
  }
}
table.saved-shopping-boxes .column-box-date-saved {
  text-align: right;
}
@media (min-width: 992px) {
  table.saved-shopping-boxes .column-box-date-saved {
    width: 12%;
    text-align: left;
  }
}
@media (max-width: 991px) {
  table.saved-shopping-boxes .column-box-date-saved {
    float: right;
    padding-right: 8px;
    margin-top: -69px;
  }
}
table.saved-shopping-boxes .column-box-merch-qty {
  width: 70%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  table.saved-shopping-boxes .column-box-merch-qty {
    margin-bottom: 0;
    width: 12%;
  }
}
table.saved-shopping-boxes .column-box-delete {
  text-align: right;
}
table.saved-shopping-boxes .column-box-delete .delete-saved-box {
  cursor: pointer;
}
table.saved-shopping-boxes .column-box-delete .xs-text {
  font-size: 13px;
  float: right;
  margin-top: -1px;
  margin-left: 5px;
  margin-right: 4px;
}
@media (max-width: 991px) {
  .modal.saved-box-modal .modal-body {
    padding-left: 0;
    padding-right: 0;
  }
  .modal.saved-box-modal table.shopping-box tr:first-child {
    border-top: none;
  }
  .modal.saved-box-modal table.shopping-box td:first-child {
    padding-left: 15px;
    vertical-align: top;
  }
  .modal.saved-box-modal table.shopping-box td:first-child,
  .modal.saved-box-modal table.shopping-box td:nth-child(2) {
    padding-top: 6px;
  }
  .modal.saved-box-modal table.shopping-box td:nth-child(n+4) {
    padding-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .modal.saved-box-modal table.shopping-box th.column-color,
  .modal.saved-box-modal table.shopping-box td.column-color {
    min-width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .savedCarts .tablesaw-cell-label {
    display: none !important;
  }
  .savedCarts .tablesaw-cell-content {
    display: initial !important;
  }
  .savedCarts .tablesaw {
    table-layout: fixed;
  }
  .savedCarts .sort-container {
    overflow-x: hidden;
  }
}
.list-saved-addresses {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0px;
  margin-top: 20px;
}
.list-saved-addresses li {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 5px;
  border-top: 1px solid #e6e6e6;
  width: 100%;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
.list-saved-addresses li:before,
.list-saved-addresses li:after {
  content: " ";
  display: table;
}
.list-saved-addresses li:after {
  clear: both;
}
.list-saved-addresses li:before,
.list-saved-addresses li:after {
  content: " ";
  display: table;
}
.list-saved-addresses li:after {
  clear: both;
}
.list-saved-addresses li:first-child {
  border-top: none;
}
.list-saved-addresses li:nth-child(odd) {
  background: #ffffff;
}
.list-saved-addresses li:nth-child(even) {
  background: #f6f6f6;
}
.list-saved-addresses li.no-items-found {
  border: none;
  text-align: center;
}
.list-saved-addresses li .vert-al {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (min-width: 992px) {
  .list-saved-addresses li label.radio-selection {
    min-height: 16px;
  }
}
@media (max-width: 991px) {
  .list-saved-addresses li label.radio-selection {
    min-height: 22px;
  }
}
.list-saved-addresses li table td {
  vertical-align: middle;
}
.list-saved-addresses label {
  display: inline;
  font-weight: normal;
}
.list-saved-addresses label .saved-state,
.list-saved-addresses label .saved-city {
  text-transform: uppercase;
}
.list-saved-addresses .smallest-height {
  min-height: 450px;
}
.list-saved-addresses {
  overflow: auto;
  overflow-x: hidden;
  padding-left: 0 !important;
}
.addresses-options {
  position: relative;
}
.addresses-options .form-group.search-form-icon span.fa-search {
  cursor: default;
}
.addresses-options .form-group.search-form-icon span.fa-search:hover {
  color: #999999;
}
@media (min-width: 992px) {
  .addresses-options select.sort-by,
  .addresses-options select.sort-by option {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .md-sort-by {
    position: absolute !important;
    top: 0px;
    right: 0px;
    z-index: 2;
    padding-right: 0 !important;
    width: 39%;
  }
  .md-sort-by-vertical {
    position: absolute !important;
    top: 25px;
    right: 0px;
    z-index: 2;
    padding-right: 0 !important;
    width: 168px;
  }
}
@media (min-width: 1200px) {
  .md-sort-by-vertical {
    width: 194px;
  }
}
.shipping-address .modal-body #addressValidationMessage {
  font-weight: bold;
}
.shipping-address .modal-body #suggestion-container {
  max-height: 200px;
  overflow-y: auto;
}
.shipping-address-book .fa-info-circle {
  vertical-align: inherit !important;
  display: inline-block;
}
.shipping-address-book .list-saved-addresses {
  height: auto;
  overflow: auto;
  margin-top: 20px;
  max-height: 490px !important;
  /* IE10+ CSS styles go here */
}
@media (max-width: 991px) {
  .shipping-address-book .list-saved-addresses {
    max-height: 355px !important;
  }
}
.shipping-address-book .list-saved-addresses.scrolled {
  overflow-x: hidden;
  max-height: 427px;
}
.shipping-address-book .list-saved-addresses tr {
  position: relative;
  width: 100%;
}
.shipping-address-book .list-saved-addresses .last-column {
  vertical-align: top;
}
.shipping-address-book .list-saved-addresses .last-column .remove {
  position: absolute;
  bottom: 0;
  right: 15px;
  cursor: pointer;
  line-height: 1.2;
  min-width: 58px;
}
.shipping-address-book .list-saved-addresses .last-column {
  position: relative;
}
@media (max-width: 991px) {
  .shipping-address-book .list-saved-addresses th[class*='col-'],
  .shipping-address-book .list-saved-addresses td[class*='col-'] {
    float: none !important;
  }
}
.shipping-address-book .list-saved-addresses .zip-code {
  position: absolute;
  top: 0;
  right: 15px;
}
.shipping-address-book .list-saved-addresses .saved-name,
.shipping-address-book .list-saved-addresses .saved-add-1,
.shipping-address-book .list-saved-addresses .saved-add-2 {
  display: block;
}
@media (min-width: 992px) {
  .shipping-address-book .list-saved-addresses .seperator {
    display: none;
  }
  .shipping-address-book .list-saved-addresses .saved-city,
  .shipping-address-book .list-saved-addresses .saved-state {
    display: block;
  }
}
@media (max-width: 991px) {
  .shipping-address-book {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
  }
}
.cloak {
  display: none;
}
.cloak-text {
  color: #ffffff;
}
.smarty-tag {
  display: none !important;
}
.shipping-information .addresses-options {
  overflow: hidden;
}
.shipping-address-book .global-messages {
  padding: 0;
}
.review-and-submit-form h1,
.review-and-submit-form h3 {
  font-weight: 700;
}
.review-and-submit-form .payment-method {
  margin-bottom: 15px;
}
.review-and-submit-form .payments-method-creditcard {
  padding-bottom: 15px;
  float: left;
  width: 100%;
}
@media (max-width: 991px) {
  .review-and-submit-form .payments-method-creditcard .saved-card-label {
    width: auto;
  }
  .review-and-submit-form .payments-method-creditcard .save-card {
    width: auto;
  }
  .review-and-submit-form .payments-method-creditcard .save-card label {
    vertical-align: top;
  }
  .review-and-submit-form .payments-method-creditcard .save-card .form-check-input {
    position: inherit;
  }
}
.review-and-submit-form .payments-method-creditcard .select-card {
  width: 10%;
}
@media (max-width: 991px) {
  .review-and-submit-form .payments-method-creditcard .select-card {
    display: inline-block;
    margin-top: -10px;
  }
}
.review-and-submit-form .payments-method-creditcard .select-card .radio-selection {
  margin-top: -10px;
}
.review-and-submit-form .payments-method-creditcard .new-credit-card {
  padding-top: 15px;
  margin-top: 2px;
  border-top: 1px solid #e6e6e6;
}
.review-and-submit-form .payments-method-creditcard .new-credit-card .required::after {
  margin-left: 0;
}
.review-and-submit-form .payments-method-creditcard .card-details {
  width: 80%;
}
.review-and-submit-form .payments-method-creditcard .card-details .holders-name {
  float: left;
}
.review-and-submit-form .payments-method-creditcard .card-details .card-number {
  clear: both;
  float: left;
}
.review-and-submit-form .payments-method-creditcard .card-details .card-exp {
  float: left;
  clear: left;
}
.review-and-submit-form .payments-method-creditcard .card-options {
  width: 10%;
}
@media (max-width: 991px) {
  .review-and-submit-form .payments-method-creditcard .card-options {
    font-size: 15px;
  }
  .review-and-submit-form .payments-method-creditcard .card-options .fa-pencil + span {
    display: none !important;
  }
}
#third-party-billing-addnew-carrier .form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
#third-party-billing-addnew-carrier .form-horizontal .control-label {
  padding-top: 0;
}
#third-party-billing-addnew-carrier .form-horizontal .add-edit-carrier-confirm-button {
  margin: 0;
}
#third-party-billing-addnew-carrier .form-horizontal .add-edit-carrier-cancel-button {
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  #third-party-billing-addnew-carrier .form-horizontal .add-edit-carrier-confirm-button {
    margin: 0 0 20px 0;
  }
  #third-party-billing-addnew-carrier .form-horizontal .add-edit-carrier-cancel-button {
    margin: 0;
  }
}
#third-party-billing-addnew-carrier .third-party-billing-disclaimer {
  margin: 0;
}
@media (min-width: 992px) {
  .order-info,
  .shipping-payment-summary {
    background-color: #f6f6f6;
    padding: 15px;
    float: left;
    width: 100%;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .order-info {
    margin-left: 0;
  }
}
.order-info .header-row {
  height: fit-content;
}
@media (min-width: 992px) {
  .order-info .warehouses {
    border-left: 1px solid #b9b7bd;
  }
}
.order-info .warehouses > div {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .order-info .warehouses > div:nth-last-child(1),
  .order-info .warehouses > div:nth-last-child(2) {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .shipping-payment-summary hr {
    border-top: 1px solid #b9b7bd;
  }
}
.shipping-payment-summary .info-text {
  margin-bottom: 0;
  font-weight: normal;
  color: #6a6a6a;
}
.shipping-payment-summary span.fa-info-circle {
  cursor: pointer;
}
.shipping-payment-summary tr {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.shipping-payment-summary tr.order-total {
  font-weight: bold;
  margin-bottom: 0;
}
.shipping-payment-summary .column-left {
  text-align: left;
  width: 55%;
  float: left;
}
.shipping-payment-summary .column-right {
  text-align: right;
  width: 45%;
  float: left;
}
.shipping-payment-summary .column-left-sub {
  text-align: left;
  width: 30%;
  float: left;
}
.shipping-payment-summary .column-center-sub {
  text-align: left;
  width: 25%;
  float: left;
}
.shipping-payment-summary label.form-check-label {
  font-weight: normal;
}
@media (max-width: 991px) {
  .shipping-warehouse-section {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .shipping-warehouse-section .select-style select {
    width: 100% !important;
  }
}
@media (max-width: 991px) {
  .invoiceSearchForm fieldset {
    border: 1px solid #e4e4e4;
    padding: 10px;
  }
  .invoices-table-container {
    padding-left: 0;
    padding-right: 0;
  }
  .invoices-table-container select {
    width: 95%;
  }
  .invoices-table-container select:focus {
    outline: none;
    border: none;
  }
  .invoice-options-mobile {
    margin-left: 0;
    margin-right: 0;
  }
  .viewAndPayInvoices .table-invoices tbody tr {
    border-bottom: 1px solid #e6e6e6;
  }
  .viewAndPayInvoices .table-invoices .total-invoices {
    float: left;
  }
  .viewAndPayInvoices .table-invoices-review tbody tr td:last-child {
    border: none;
  }
  .viewAndPayInvoices .helper-links-fa-right a:last-child {
    float: right;
  }
  .viewAndPayInvoices .all-invoices-total-label {
    padding-top: 4px;
  }
}
@media (min-width: 992px) {
  .invoiceSearchForm .keyline,
  .invoiceSearchForm .keyline-last {
    border: 1px solid #ccc;
    padding: 10px;
    margin-right: 10px;
    min-height: 116px;
  }
  .invoiceSearchForm .keyline-last {
    margin-right: 0;
    width: 21.5%;
  }
  .invoiceSearchForm .date-picker {
    float: left;
  }
  .invoiceSearchForm label[for="find-date-invoices-radio"] {
    width: auto;
  }
}
form.form-find-invoices fieldset {
  border: 1px solid #e6e6e6;
  padding: 15px;
}
form.form-find-invoices .form-group {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  #table-invoices-no-result {
    margin-left: 15px;
    width: 97% !important;
  }
}
@media (max-width: 991px) {
  .table-invoices .invoice-amount-selected.col-payment-amount:not(th) {
    display: table;
    margin: 5px 0;
  }
  .table-invoices .invoice-amount-selected.col-payment-amount:not(th) > span {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 15px;
    width: 120px;
  }
}
.table-invoices .col-payment-amount .currency-symbol {
  line-height: 34px;
  margin-right: 3px;
  float: right;
}
.table-invoices .col-payment-amount .amount-input {
  max-width: 90px;
  text-align: right;
  float: right !important;
  margin-left: 0px;
  padding: 0 7px;
}
.table-invoices .col-payment-amount .amount-input,
.table-invoices .col-payment-amount .currency-symbol {
  visibility: visible;
}
@media (max-width: 991px) {
  .table-invoices .col-payment-amount .amount-input,
  .table-invoices .col-payment-amount .currency-symbol {
    float: right;
    margin-right: 0px;
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .table-invoices .col-payment-amount .amount-input,
  .table-invoices .col-payment-amount .currency-symbol {
    visibility: hidden;
  }
}
.table-invoices th {
  padding-right: 20px;
}
.table-invoices th.select-all label {
  position: relative;
  top: -10px;
}
.table-invoices th.select-all small {
  position: relative;
  top: -5px;
}
.table-invoices tr .tablesaw-cell-content label {
  display: inline;
}
.table-invoices tr .error-message {
  display: none;
}
.table-invoices tr .error-message {
  color: #d65252;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .table-invoices tr .error-message {
    margin-top: 30px;
  }
}
.table-invoices tr.error {
  background-color: #ffeded;
}
@media (max-width: 991px) {
  .table-invoices tr.error {
    padding-bottom: 20px;
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .table-invoices tr.error {
    height: 65px;
  }
}
.table-invoices tr.error.error-high .error-message.error-high {
  display: block;
}
.table-invoices tr.error.error-low .error-message.error-low {
  display: block;
}
@media (min-width: 992px) {
  .table-invoices tr.error td {
    vertical-align: top;
    padding-top: 15px;
  }
  .table-invoices tr.error td.col-payment-amount {
    padding-top: 7px;
  }
}
.table-invoices .invoice-selected .col-payment-amount .currency-symbol,
.table-invoices .invoice-selected .col-payment-amount .amount-input {
  visibility: visible;
}
@media (max-width: 991px) {
  .table-invoices .invoice-selected .col-payment-amount .amount-input {
    margin-right: 15px;
  }
}
.invoices-total-summary .all-invoices-total-label {
  line-height: 24px;
}
.invoicePaymentSummaryPage .pay-invoices-actions {
  margin: 20px 0;
}
.invoicePaymentSummaryPage .pay-invoices-actions .row {
  padding: 6px 10px;
}
@media (max-width: 991px) {
  .invoicePaymentSummaryPage .invoices-branding-image img {
    margin-left: 14px;
  }
  .invoicePaymentSummaryPage #table-invoice-payment-summary tr.pay-invoices-total td {
    padding: 10px 15px;
  }
  .invoicePaymentSummaryPage .invoice-payment-details td {
    padding: 4px 8px;
  }
  .main-footer {
    margin-top: 5px !important;
  }
}
.all-invoices-total {
  font-weight: bold;
  background-color: #f6f6f6;
  padding: 15px;
  margin: 20px 0;
}
.all-invoices-total .all-invoices-total-label {
  float: left;
}
.all-invoices-total .all-invoices-total-text {
  float: right;
  font-size: 18px;
}
@media (min-width: 992px) {
  .invoice-payment-details .desktop-invoice-table tbody tr td:nth-child(odd) {
    padding-left: 25px;
  }
  .table-invoices th {
    text-align: center;
    padding-right: 8px!important;
  }
  .table-invoices td.col-invoice-number,
  td.col-purchase-order,
  td.col-date-billed,
  td.col-due-date,
  td.col-original-amount,
  td.col-paid-to-date,
  td.col-balance-due {
    text-align: center!important;
    padding-right: 8px!important;
  }
  #table-invoice-payment-summary th.col-payment-amount,
  #table-invoice-payment-summary td.col-payment-amount {
    text-align: center !important;
    padding-right: 8px !important;
  }
}
@media (min-width: 992px) {
  .helper-links-fa-right {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .helper-links-fa-right {
    text-align: inherit;
    margin-bottom: 15px;
  }
  .helper-links-fa-right a {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .helper-links-fa-right a:last-child {
    text-align: right;
  }
}
.helper-links-fa-right a {
  display: inline-block;
  width: auto;
  padding-right: 8px;
}
.helper-links-fa-right a span.fa {
  margin-right: 0.3em;
}
table.table-invoices tfoot .totals-text {
  float: none;
}
table.table-invoices tfoot .total-amount {
  margin: 0;
}
@-moz-document url-prefix() {
  .table-invoices th.select-all:first-child {
    border-bottom: 1px solid #6a6a6a;
  }
}
@media (max-width: 991px) {
  .invoices-review-container {
    padding-left: 0;
    padding-right: 0;
  }
  .invoices-paymentInfo-container {
    margin-right: 0;
    margin-left: 0;
  }
}
.review-pay-inovices table.table-invoices thead th.col-invoice-number,
.review-pay-inovices table.table-invoices thead td.col-invoice-number {
  width: 17%;
}
.review-pay-inovices table.table-invoices thead th.col-purchase-order,
.review-pay-inovices table.table-invoices thead td.col-purchase-order {
  width: 27%;
}
.review-pay-inovices table.table-invoices thead th.col-date-billed,
.review-pay-inovices table.table-invoices thead td.col-date-billed {
  width: 9%;
}
.review-pay-inovices table.table-invoices thead th.col-due-date,
.review-pay-inovices table.table-invoices thead td.col-due-date {
  width: 9%;
}
.review-pay-inovices table.table-invoices thead th.col-original-amount,
.review-pay-inovices table.table-invoices thead td.col-original-amount {
  width: 9%;
}
.review-pay-inovices table.table-invoices thead th.col-paid-to-date,
.review-pay-inovices table.table-invoices thead td.col-paid-to-date {
  width: 9%;
}
.review-pay-inovices table.table-invoices thead th.col-balance-due,
.review-pay-inovices table.table-invoices thead td.col-balance-due {
  width: 13%;
}
.review-pay-inovices table.table-invoices thead th.col-payment-amount,
.review-pay-inovices table.table-invoices thead td.col-payment-amount {
  width: 9%;
}
.review-pay-inovices table.table-invoices tfoot .totals-text {
  float: none;
}
.review-pay-inovices table.table-invoices tfoot .totals-text .total-amount {
  margin: 0;
}
@media (max-width: 991px) {
  .review-pay-inovices .bottom-buttons {
    display: flex;
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.review-pay-inovices .bottom-buttons a.pay-now {
  margin-left: 20px;
}
@media (max-width: 991px) {
  .review-pay-inovices .bottom-buttons a {
    width: 100%;
    margin: 5px 0;
  }
  .review-pay-inovices .bottom-buttons a.pay-now {
    order: 1;
    margin-left: 0px;
  }
  .review-pay-inovices .bottom-buttons a.make-adjust {
    order: 2;
  }
}
@media (min-width: 992px) {
  .viewAndPayInvoices .make-adjust {
    margin-right: 15px;
  }
  .viewAndPayInvoices .review-buttons .adjustments {
    vertical-align: bottom;
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .viewAndPayInvoices #table-invoices-review tr > td {
    border-top: none;
    padding: 8px 15px !important;
  }
}
@media (min-width: 992px) {
  .viewAndPayInvoices .show-tab {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .viewAndPayInvoices .review-buttons .pay-now {
    margin-bottom: 10px;
  }
}
.collapse-component .collapse-component-header {
  background-color: #6a6a6a;
  color: white;
  padding: 10px 15px;
}
.collapse-component .collapse-component-container {
  background-color: #f6f6f6;
}
.collapse-component .collapse-component-container form {
  padding: 15px;
}
.content-page-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.content-page-image .owl-carousel img {
  margin-bottom: auto!important;
  margin-top: auto!important;
}
.content-page-image-tiles img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.center-button {
  text-align: center;
}
.button-left {
  justify-content: flex-start !important;
}
.button-left .mark-three-button {
  align-self: flex-start;
}
.button-center {
  justify-content: center !important;
}
.button-center .mark-three-button {
  align-self: center;
}
.button-right {
  justify-content: flex-end;
}
.button-right .mark-three-button {
  align-self: flex-end;
}
.mark-three-button {
  align-items: center;
  border: none;
  display: inline-flex;
  font-family: 'Inter', Arial;
  gap: 10px;
  justify-content: center;
  line-height: 17px;
  margin-bottom: 25px;
  outline: none !important;
  outline-color: transparent !important;
  transition: all 0.3s ease-out;
}
.mark-three-button:first-of-type {
  margin-left: 15px !important;
}
.mark-three-button:last-of-type {
  margin-right: 15px !important;
}
.mark-three-button.click-pressed:not(:active),
.mark-three-button:active {
  box-shadow: none;
  outline: none !important;
  outline-color: transparent !important;
}
.mark-three-button:focus:not(:active) {
  box-shadow: none;
  outline: none !important;
  outline-color: transparent !important;
}
.mark-three-button:focus:not(:active) .mark-three-button-text {
  outline: none !important;
  outline-color: transparent !important;
  text-decoration: none !important;
}
.mark-three-button.tab-focus:focus:not(:active) {
  box-shadow: none;
  outline: none !important;
}
.mark-three-button.tab-focus:focus:not(:active) .mark-three-button-text {
  border: 1px solid #ffffff;
  text-decoration: none !important;
}
.mark-three-button .mark-three-button-text {
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 3px 7px;
  text-transform: capitalize;
  transition: all 0.3s ease-out;
  outline: none !important;
}
.button-is-large {
  padding: 12px 30px;
}
.button-is-small {
  padding: 8px 0px;
}
.button-primary {
  background-color: #0077cf;
  border: none;
  color: #ffffff;
}
.button-primary.click-pressed:not(:active),
.button-primary:active {
  background-color: #015593 !important;
}
.button-primary.click-pressed:not(:active) .mark-three-button-text,
.button-primary:active .mark-three-button-text {
  border: 1px solid #015593 !important;
}
.button-primary:focus {
  background-color: #0077cf;
}
.button-primary:focus .mark-three-button-text {
  border: 1px solid #0077cf;
}
.button-primary:hover {
  background-color: #0062AA;
}
.button-primary:hover .mark-three-button-text {
  border: 1px solid #0062AA;
}
.button-primary .mark-three-button-text {
  border: 1px solid #0077cf;
  color: #ffffff;
}
.button-secondary {
  background-color: #ffffff;
  border: 1px solid #0077cf;
}
.button-secondary.click-pressed:not(:active),
.button-secondary:active {
  background-color: #DCF1FA !important;
}
.button-secondary.click-pressed:not(:active) .mark-three-button-text,
.button-secondary:active .mark-three-button-text {
  border: 1px solid transparent;
}
.button-secondary:hover {
  background-color: #EDF8FC;
}
.button-secondary.tab-focus:focus:not(:active) {
  background-color: #fcfcfc;
}
.button-secondary.tab-focus:focus:not(:active) .mark-three-button-text {
  border: 1px solid #0077cf;
}
.button-secondary .mark-three-button-text {
  color: #0077cf;
}
.button-light {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.button-light.click-pressed:not(:active),
.button-light:active {
  background-color: rgba(236, 236, 235, 0.1) !important;
}
.button-light.click-pressed:not(:active) .mark-three-button-text,
.button-light:active .mark-three-button-text {
  border: 1px solid transparent;
}
.button-light:hover {
  background-color: rgba(236, 236, 235, 0.2);
}
.button-light.tab-focus:focus:not(:active) {
  background-color: transparent;
}
.button-light.tab-focus:focus:not(:active) .mark-three-button-text {
  border: 1px solid #ffffff;
}
.button-light .mark-three-button-text {
  color: #ffffff;
}
.button-text {
  background-color: transparent;
  border: none;
}
.button-text.click-pressed:not(:active),
.button-text:active {
  background-color: #DCF1FA !important;
  border: none;
}
.button-text.click-pressed:not(:active) .mark-three-button-text,
.button-text:active .mark-three-button-text {
  border: 1px solid transparent;
}
.button-text:hover {
  background-color: #EDF8FC;
  border: none;
}
.button-text.tab-focus:focus:not(:active) {
  background-color: transparent;
  border: none;
}
.button-text.tab-focus:focus:not(:active) .mark-three-button-text {
  border: 1px solid #0077cf;
}
.button-text .mark-three-button-text {
  color: #0077cf;
}
.button-text .mark-three-button-text:after {
  background-color: #0077cf;
  content: "";
  display: block;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
.multi-banner-container .mark-three-button:first-of-type {
  margin-left: 0 !important;
}
.multi-banner-container .mark-three-button:last-of-type {
  margin-right: 0 !important;
}
.stack-buttons-mobile {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
@media (max-width: 969px) {
  .stack-buttons-mobile {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}
#state.form-control:focus {
  background: transparent;
}
#state option {
  font-size: 12px;
}
@media (min-width: 768px) {
  .page-resaleCertificatePage .row .resale-column {
    border: 1px solid #e6e6e6;
    padding: 10px;
    margin-bottom: 20px;
    height: 100%;
  }
  .page-resaleCertificatePage .row .resale-column:last-child {
    margin-right: 0px;
  }
  .page-resaleCertificatePage .row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
}
.page-resaleCertificatePage .resale-column {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen {
  #print-section {
    display: none;
  }
  .print-only {
    display: none;
  }
}
@media print {
  .modal-open .product-image-size {
    max-width: 213px !important;
  }
  .modal-open table.compare-products {
    position: absolute;
    top: 0;
    font-size: 10pt;
    transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    overflow: visible !important;
  }
  .modal-open table.compare-products .compare-product-image .product-image-size {
    width: 213px !important;
    height: 319px !important;
  }
  .modal-open table.compare-products .compare-product-image td {
    text-align: center;
    width: 25%;
  }
  .modal-open .site-global-messages,
  .modal-open #header-container,
  .modal-open .main-content,
  .modal-open #footer {
    display: none;
  }
  .modal-open #print-section,
  .modal-open #print-section * {
    visibility: visible !important;
    overflow: visible !important;
  }
  .modal-open #print-section .remove,
  .modal-open #print-section .list-attributes {
    display: none;
  }
  .modal-open #print-section .color-swatches li {
    width: 40px;
  }
  .modal-open #print-section .small-print-text {
    margin-top: 20px;
  }
  .modal-open #print-section .small-print-text p {
    font-size: 10px;
  }
  .modal-open #print-section .small-print-text .heading {
    font-weight: bold;
    margin-bottom: 0;
  }
  .modal-open #print-section .print-modal,
  .modal-open #print-section .tablesaw-cell-label,
  .modal-open #print-section a:after,
  .modal-open #print-section .backorder-price,
  .modal-open #print-section img.color-swatch,
  .modal-open #print-section .js-shipping-estimate {
    display: none;
  }
  .modal-open #print-section .compare-products img.color-swatch {
    display: inline;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    float: left;
    margin-right: 10px;
  }
  .modal-open #print-section .modal-body {
    padding: 0;
  }
  .modal-open #print-section .scroll-panel,
  .modal-open #print-section .slimScrollDiv {
    overflow: visible !important;
    height: 100% !important;
  }
  .modal-open #print-section .shipped-to,
  .modal-open #print-section .shipping-payment-summary-wrapper {
    width: 50%;
    float: left;
    display: block;
  }
  .modal-open #print-section .shipping-payment-summary tr {
    margin-bottom: 5px;
  }
  .modal-open #print-section .shipping-payment-summary .payment-method-summary td:nth-child(2) {
    text-transform: uppercase;
  }
  .modal-open #print-section .shipping-payment-summary .promo-code-row {
    color: #d65252;
  }
  .modal-open #print-section table.checkout-table {
    width: 100%;
    transform: scale(0.75);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.7);
    transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
  }
  .modal-open #print-section table.checkout-table tbody tr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .modal-open #print-section table.checkout-table tbody tr td {
    border-bottom: 1px solid #e6e6e6;
  }
  .modal-open #print-section table.checkout-table tbody tr.multiple-warehouses td:nth-child(1),
  .modal-open #print-section table.checkout-table tbody tr.multiple-warehouses td:nth-child(2),
  .modal-open #print-section table.checkout-table tbody tr.multiple-warehouses td:nth-child(3) {
    border-bottom: none !important;
  }
  .modal-open #print-section table.checkout-table tbody tr.multiple-warehouses.child td:nth-child(1) .tablesaw-cell-content,
  .modal-open #print-section table.checkout-table tbody tr.multiple-warehouses.child td:nth-child(2) .tablesaw-cell-content,
  .modal-open #print-section table.checkout-table tbody tr.multiple-warehouses.child td:nth-child(3) .tablesaw-cell-content {
    display: none;
  }
  .modal-open .modal-backdrop {
    opacity: 0;
  }
  .InvoiceSignUpFormPage {
    font-size: 8pt;
    line-height: 1.6em;
  }
  .InvoiceSignUpFormPage .panel {
    min-height: auto;
  }
  .InvoiceSignUpFormPage .important {
    font-size: 11 ptpx;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact;
  }
}
@media print {
  .product-image-size {
    max-width: 100% !important;
    width: 100% !important;
  }
  #print-section {
    width: 100% !important;
  }
  [data-print-trigger] {
    display: block !important;
  }
  .btn-block-xs {
    display: inline;
    width: auto;
  }
  .sm-full-width-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  a[href]:not(.btn):after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0c1";
    display: none;
  }
  a[href]:not(.btn):after.fa-light-gray {
    color: #6a6a6a;
  }
  a[href]:not(.btn):after.fa-gray-dark {
    color: #6a6a6a;
  }
  a[href]:not(.btn):after.fa-gray {
    color: #d0d0ce;
  }
  a[href]:not(.btn):after.fa-blue {
    color: #007dc3;
  }
  a[href]:not(.btn):after.fa-white {
    color: #ffffff;
  }
  a[href]:not(.btn):after.fa-red {
    color: #d65252;
  }
  a[href]:not(.btn):after.float-left {
    margin-right: 0.3em;
  }
  a[href]:not(.btn):after.float-right {
    margin-left: 0.3em;
  }
  .column-style a[href]:not(.btn):after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: " ";
  }
  .column-style a[href]:not(.btn):after.fa-light-gray {
    color: #6a6a6a;
  }
  .column-style a[href]:not(.btn):after.fa-gray-dark {
    color: #6a6a6a;
  }
  .column-style a[href]:not(.btn):after.fa-gray {
    color: #d0d0ce;
  }
  .column-style a[href]:not(.btn):after.fa-blue {
    color: #007dc3;
  }
  .column-style a[href]:not(.btn):after.fa-white {
    color: #ffffff;
  }
  .column-style a[href]:not(.btn):after.fa-red {
    color: #d65252;
  }
  .column-style a[href]:not(.btn):after.float-left {
    margin-right: 0.3em;
  }
  .column-style a[href]:not(.btn):after.float-right {
    margin-left: 0.3em;
  }
  .color-swatches.color-selected {
    width: 22%;
  }
  .color-swatches.color-selected img {
    top: 0px;
  }
  .color-swatches.color-selected .name {
    padding: 0 0px;
  }
  #print-section {
    height: 99%;
  }
  .orderHistoryDetailPage #print-section {
    display: none;
  }
  #table-history-details {
    font-size: 10pt;
  }
  #table-history-details .column-color span img {
    width: 20px !important;
  }
  #table-history-details .column-color .name {
    display: inline;
    margin-left: 8px;
    position: relative;
    margin-top: 3px;
  }
  #table-history-details tr.ng-scope {
    border-bottom: 1px solid #e6e6e6;
  }
  #table-history-details .large-spacing {
    border-bottom: 1px solid #e6e6e6;
    height: 71px;
  }
  .remove-padding-first-last:first-child {
    padding-left: 0;
  }
  .remove-padding-first-last:last-child {
    padding-right: 0;
  }
  .table > thead > tr > th,
  table > thead > tr > th,
  .checkout-table thead tr th {
    font-weight: bold;
  }
  table thead.small-spacing td,
  table tbody.small-spacing td,
  table thead.large-spacing td,
  table tbody.large-spacing td,
  table thead.medium-spacing td,
  table tbody.medium-spacing td,
  table thead.small-spacing th,
  table tbody.small-spacing th,
  table thead.large-spacing th,
  table tbody.large-spacing th,
  table thead.medium-spacing th,
  table tbody.medium-spacing th {
    padding-left: 15px;
    padding-right: 15px;
  }
  table thead td,
  table tbody td,
  table thead th,
  table tbody th {
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  table thead td .tablesaw-cell-label,
  table tbody td .tablesaw-cell-label,
  table thead th .tablesaw-cell-label,
  table tbody th .tablesaw-cell-label {
    float: left !important;
  }
  table thead td .tablesaw-cell-content,
  table tbody td .tablesaw-cell-content,
  table thead th .tablesaw-cell-content,
  table tbody th .tablesaw-cell-content {
    float: left !important;
  }
  table.table-history-tracking-totals {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 58.33333333%;
  }
  table.table-history-summary tr td:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  table.table-history-summary.table-summary tr td {
    border-bottom: 1px solid #e6e6e6;
  }
  table.table-border-bottom tbody tr:last-child td,
  table.table-border-bottom tbody tr:last-child th {
    border-bottom: 1px solid #e6e6e6;
  }
  table.tablesaw-xs-align-sides tbody td .tablesaw-cell-label {
    float: left !important;
  }
  table.tablesaw-xs-align-sides tbody td .tablesaw-cell-content {
    float: left !important;
  }
  table.product-layout {
    width: 100%;
  }
  table.product-layout td .tablesaw-cell-label {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  table.table-history-summary td,
  table.table-history-summary th {
    text-align: left;
  }
  table.table-history-summary .tablesaw-cell-label {
    float: left !important;
    display: none !important;
    display: none;
    visibility: hidden;
    display: inline-block;
  }
  table.table-history-summary .tablesaw-cell-content {
    float: left !important;
    text-align: left;
    display: inline-block;
  }
  table tr.tfoot th .tablesaw-cell-label {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  table tr.tfoot th .tablesaw-cell-content {
    display: inline-block;
    font-weight: bold;
  }
  table tr.tfoot td .tablesaw-cell-label {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  table tr.tfoot td .tablesaw-cell-content {
    display: inline-block;
    font-weight: bold;
  }
  table td.column-color .tablesaw-cell-content .name {
    padding-left: 0px;
    clear: both;
    float: left;
    margin-bottom: 15px;
  }
  table.table-history-summary > thead > tr > th {
    border: none !important;
    background-color: #6a6a6a !important;
    color: #ffffff !important;
    font-weight: normal !important;
  }
  table.table-history-summary > tbody tr th {
    background-color: #f6f6f6 !important;
    font-weight: normal !important;
  }
  table.table-history-summary > tbody tr td {
    background-color: #f6f6f6 !important;
    font-weight: normal !important;
  }
  table.table-history-details thead > tr > th {
    border: none !important;
    background-color: #6a6a6a !important;
    color: #ffffff !important;
    font-weight: normal !important;
  }
  table.table-history-details tbody tr th {
    border-bottom: none !important;
    background-color: #6a6a6a !important;
  }
  table.table-history-details tbody tr th span {
    color: #ffffff !important;
    font-weight: normal !important;
  }
  table.table-history-details tr.tfoot td {
    border-bottom: none !important;
    background-color: #f6f6f6 !important;
    font-weight: normal !important;
  }
  table.table-history-details td:not(.text-right),
  table.table-history-details th:not(.text-right) {
    text-align: left;
  }
  table.table-history-details th.column-color .name,
  table.table-history-details td.column-color .name {
    float: right;
  }
  table.table-history-details th.column-color span img,
  table.table-history-details td.column-color span img {
    float: left;
  }
  table.table-history-details th.column-description,
  table.table-history-details td.column-description {
    width: 45%;
  }
  table.table-history-details th.column-color,
  table.table-history-details td.column-color {
    width: 30%;
  }
  table.table-history-details th.column-color .name,
  table.table-history-details td.column-color .name {
    display: inline-block !important;
  }
  table.table-history-details th.column-mobile,
  table.table-history-details td.column-mobile {
    width: 30% !important;
  }
  table.table-history-details th.column-size,
  table.table-history-details td.column-size {
    width: 11%;
  }
  table.table-history-details th.column-style,
  table.table-history-details td.column-style,
  table.table-history-details th.column-pieces,
  table.table-history-details td.column-pieces,
  table.table-history-details th.column-price,
  table.table-history-details td.column-price {
    width: 11%;
  }
  table.table-history-details th.column-amount,
  table.table-history-details td.column-amount {
    width: 15%;
    text-align: right;
  }
  table.table-history-details th.totals,
  table.table-history-details td.totals {
    text-align: right;
    padding: 4px;
  }
  table.table-history-details .alt-txt-strong {
    font-weight: bold;
    color: #4d4e53;
  }
  table.table-history-details td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  table.table-history-details .color-swatch {
    margin-right: 5px;
  }
  table.table-history-details tr.tfoot td {
    border-bottom: none !important;
    background-color: #f6f6f6 !important;
    font-weight: bold !important;
    color: black !important;
  }
  table.table-history-details tr.tfoot td.column-description.tracking {
    display: none !important;
    display: none;
    visibility: hidden;
  }
  table.table-history-details tr.tfoot td.column-size {
    width: 70% !important;
  }
  .tracking-summary {
    width: 102% !important;
  }
  .tracking-summary hr {
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px solid #3a3737 !important;
  }
  .tracking-summary .case-detail {
    margin-bottom: 10px;
  }
  .tracking-summary .case-detail dt {
    width: 30%;
    display: inline;
  }
  .tracking-summary .case-detail dd {
    width: 70%;
    display: inline;
  }
  .tracking-summary .case-detail .case-number {
    float: left;
    text-align: left;
  }
  .tracking-summary .case-detail .case-tracking {
    float: right;
  }
  .tracking-summary .case-detail .case-tracking dt,
  .tracking-summary .case-detail .case-tracking dd {
    text-align: right;
  }
  .tracking-summary .col-shipped {
    width: 40%;
  }
  .tracking-summary .col-shipped dt {
    width: auto !important;
    margin-right: 5px !important;
  }
  .tracking-summary .col-shipped dd {
    float: none !important;
    text-align: left !important;
  }
  .tracking-summary .col-from {
    width: 37%;
  }
  .tracking-summary .col-from dt {
    width: auto !important;
    margin-right: 5px !important;
  }
  .tracking-summary .col-from dd {
    float: none !important;
    text-align: left !important;
  }
  .tracking-summary .col-items {
    width: 10%;
  }
  .tracking-summary .col-items dt {
    width: auto !important;
    margin-right: 5px !important;
  }
  .tracking-summary .col-items dd {
    width: auto !important;
    float: left !important;
  }
  .tracking-summary .col-pieces {
    width: 10% !important;
    margin-left: 5px !important;
    display: inline-block !important;
    float: right !important;
  }
  .tracking-summary .col-pieces dt {
    width: auto !important;
    margin-right: 5px !important;
  }
  .tracking-summary .col-pieces dd {
    width: auto !important;
  }
  .tracking-summary.text-right dt,
  .tracking-summary.text-right dd {
    text-align: right;
  }
  .tracking-summary dt,
  .tracking-summary dd {
    display: inline;
  }
  .tracking-summary dl {
    display: block !important;
    float: left !important;
    margin-bottom: 10px;
  }
  .print-tracking-total {
    width: 111% !important;
  }
  .print-tracking-total tr > td {
    background-color: #f6f6f6 !important;
  }
  .page-InvoiceSignUpFormPage .row {
    page-break-after: auto;
  }
  .page-InvoiceSignUpFormPage .payinvoices-form .internal-use {
    page-break-after: always;
  }
  @-moz-document url-prefix() {
    .page-InvoiceSignUpFormPage .payinvoices-form .internal-use {
      page-break-after: always;
      margin-top: 60px;
    }
  }
  #product-info-sheet-body .title-bar {
    background-color: #007dc3 !important;
    color: #ffffff !important;
  }
  #product-info-sheet-body table.subarea-dimensions-table th {
    background-color: #4d4e53 !important;
    color: #ffffff !important;
  }
  #product-info-sheet-body table.subarea-dimensions-table tr.primary-subarea {
    background-color: #c4eecb !important;
  }
  #product-info-sheet-body #decoration-techniques-section {
    page-break-inside: avoid;
    position: relative;
  }
  #product-info-sheet-body .decoration-technique {
    page-break-inside: avoid;
    position: relative;
  }
  #product-info-sheet-body .decoration-technique-image img {
    max-height: none !important;
    max-width: none !important;
  }
}
@media print {
  #controls,
  .footer,
  .footerarea {
    display: none;
  }
  html,
  body.orderHistoryDetailPage,
  body.page-submission {
    /*changing width to 100% causes huge overflow and wrap*/
    height: 100%;
    overflow: visible !important;
    background: #ffffff;
    font-size: 12pt;
  }
  .modal-body {
    overflow: hidden !important;
    max-width: 1050px !important;
    max-height: none !important;
    font-size: 14px;
  }
  table.table-history-details th.column-style {
    width: 2%;
  }
  table.table-history-details th.column-color {
    width: 8%;
  }
  table.table-history-details th.column-size {
    width: 2%;
    padding-left: 4px !important;
  }
  table.table-history-details th.column-description {
    width: 2%;
    padding-left: 4px !important;
  }
  table.table-history-details th.column-price {
    width: 3%;
  }
  table.table-history-details th.column-pieces {
    width: 2%;
  }
  table.table-history-details td.column-pieces {
    text-align: center;
  }
  table.table-history-details th.column-amount {
    width: 5%;
  }
  table.table-history-details tr td:first-child {
    padding-left: 15px !important;
  }
  table.table-history-details tr td.column-amount,
  table.table-history-details tr td.column-price {
    text-align: left !important;
    padding-left: 15px !important;
  }
  table.table-history-details tr td.column-color {
    padding-left: 15px !important;
  }
  table.table-history-details tr td.column-color .name {
    float: none !important;
  }
  table.table-history-details tr.tfoot-headers td.column-amount .tablesaw-cell-content,
  table.table-history-details tr.tfoot-headers td.column-pieces .tablesaw-cell-content {
    float: none !important;
  }
  table.table-review-order th.column-style {
    padding-left: 0;
  }
  table.table-review-order .color-swatches.color-selected {
    width: 3% !important;
  }
  table.checkout-table thead.small-spacing th {
    padding: 10px 9px;
  }
  table.checkout-table td {
    padding: 5px !important;
  }
  table.table-review-order {
    width: 100%;
  }
  table.table-review-order thead th {
    padding: 10px 9px 10px 5px !important;
  }
  table.table-review-order tbody td {
    padding: 5px;
  }
  table.table-review-order tbody td:nth-child(2) {
    padding-left: 0 !important;
  }
  table.table-history-details td.column-size {
    display: table-cell !important;
  }
  #print-section .shipping-payment-summary-wrapper .shipping-payment-summary {
    padding-right: 0;
  }
  .checkout-table td:nth-child(2) .tablesaw-cell-content span:first-child {
    display: table;
  }
  .checkout-table td:nth-child(2) .tablesaw-cell-content span:first-child span {
    display: table-cell;
    vertical-align: middle;
  }
  .checkout-table td:nth-child(2) .tablesaw-cell-content .image-container {
    width: 15%;
  }
  .checkout-table td:nth-child(2) .tablesaw-cell-content .name {
    padding-left: 15px;
  }
  .table-review-order td:nth-child(2) .tablesaw-cell-content .image-container {
    width: 0%;
    display: none;
  }
  .table-review-order td:nth-child(2) .tablesaw-cell-content .name {
    padding-left: 0;
  }
  .orderHistoryDetailPage img {
    width: 100%;
  }
  .orderHistoryDetailPage li {
    margin: 0 0 10px 20px !important;
  }
}
.responsive-mode {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  color: #000000;
  z-index: 9998;
}
.bg-link {
  padding: 15px;
  background: #96d4f6;
}
.index div.list-group-item > span {
  font-weight: bold;
  font-size: 14px;
}
.index div.list-group-item a:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.index .list-group-item {
  width: 100%;
  display: inline-block;
}
.index .ib {
  margin: 5px 0;
  display: inline-block;
}
.index .ib.dependencies {
  float: right;
}
.index .jumbotron.sm-blue {
  color: #ffffff;
}
.index .scenarios {
  clear: both;
  float: left;
  margin-left: 15px;
  margin-right: 10px;
  background: #6a6a6a;
  border-radius: 4px;
  color: #ffffff;
  padding-left: 4px;
  padding-right: 4px;
}
.index .scenarios:before {
  content: "Other scenario: ";
}
.index .scenarios > span:before {
  content: "URL + ";
  background: #6a6a6a;
  color: white;
  display: inline-block;
  padding-right: 10px;
  padding: 4px;
  border-radius: 4px;
}
.index a {
  color: #007dc3;
  text-decoration: none;
}
.index code {
  background: #1197e1;
  padding: 4px;
  margin-right: 10px;
  border-radius: 4px;
  color: #ffffff;
  float: right;
  font-size: 10px;
}
.index code:before {
  content: "requires : ";
  background: #1197e1;
  color: white;
  display: inline-block;
  padding-right: 10px;
}
.index span.in {
  background: #20a135;
  color: #ffffff;
}
.index span.out {
  background: #ff9500;
  color: #ffffff;
}
.index span.in,
.index span.out {
  font-size: 11px;
  border-radius: 4px;
  padding: 3px 6px;
  margin-right: 10px;
}
.styleguide .pad-10 {
  padding: 10px;
}
.styleguide .mixin {
  background-color: #f0f7fd;
  padding: 10px 20px 10px 10px;
  font-style: italic;
  color: black;
}
.styleguide .mixin:before {
  content: "Mixin: ";
  background-color: #ed7070;
  color: white;
  display: inline-block;
  border-radius: 4px;
  padding: 3px;
  margin-right: 10px;
}
.styleguide .class {
  background-color: #f0f7fd;
  padding: 10px 20px 10px 10px;
  font-style: italic;
  color: black;
}
.styleguide .class:before {
  content: "Class: ";
  background-color: #fb6522;
  color: white;
  display: inline-block;
  border-radius: 4px;
  padding: 3px;
  margin-right: 10px;
}
.styleguide .list-border-example li {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  background: #6a6a6a;
}
.styleguide .list-border-example li:first-child {
  border-top: 1px solid #e6e6e6;
}
.styleguide .list-center-example {
  width: 100%;
  text-align: center;
}
.styleguide .list-center-example li {
  display: inline-block;
}
.styleguide .list-center-example li {
  padding-left: 0;
  list-style: none;
}
.styleguide .my-class-name {
  display: table;
  width: 100%;
  height: 70px;
}
.styleguide .my-class-name .center-text {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.styleguide .easyzoom > a > img {
  width: 337px;
}
.link {
  color: #007dc3;
}
.link:hover,
.link:active,
.link:focus {
  color: #007dc3;
  text-decoration: underline;
}
.link-alt {
  color: #6a6a6a;
}
.link-alt:hover,
.link-alt:active,
.link-alt:focus {
  color: #6a6a6a;
  text-decoration: underline;
}
.pad-15 {
  padding: 15px;
}
.content-page-image-notoppad img {
  margin-top: 0;
}
.content-page-image-leftalign img {
  margin-left: 0;
  margin-right: 0;
}
.content-page-logo-image {
  margin: 0 0 10px 0;
  height: 95px;
}
.content-page-logo-image img {
  margin: 5px auto;
}
.decorator-relations-logo-container {
  height: 52px;
}
@media (max-width: 969px) {
  .content-page-image img.xs-img-responsive {
    max-width: 50%;
  }
  .content-page-logo-image {
    height: auto;
  }
}
.locations-map-sitelinks-list {
  margin: 0;
  padding: 0;
}
.locations-map-sitelinks-list li {
  list-style: none;
  padding: 5px 0;
}
.locations-map-sitelinks-list a,
.locations-map-sitelinks-list a:hover {
  text-decoration: none;
  display: block;
  margin: 0;
}
.locations-map-sitelinks-existing {
  float: left;
  height: 31px;
  width: 30px;
  margin: 0 5px 0 0;
  background: url('/_ui/responsive/theme-blue/images/contentpage-images/shipping_map_star_yellow.png');
}
.locations-map-sitelinks-warehouse {
  float: left;
  width: auto;
  padding: 2px 0 0 0;
}
.locations-map-warehouse-name {
  color: #007dc3;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -1px;
}
.locations-map-warehouse-size {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
}
.template-mixed3-left-page .content-page-image img {
  margin: 0;
}
.careers-divider-line {
  border-color: #b2b2b2;
  margin: 0;
}
.careers-content-row {
  margin-bottom: 30px;
}
.careers-content-row .sanmar-video-container {
  height: 190px;
  margin: 5px 0;
  padding: 95px 0;
}
#sanmar-family-values-video-image,
#who-we-are-video-image {
  margin: 0 0 5px 0;
}
.careers-testimonial-container {
  font-size: 14px;
  padding: 10px 15px;
  margin: 0 10px;
  width: 250px;
  height: 210px;
  background: #e8e8e8;
}
.careers-testimonial-container:last-child {
  margin: 0 0 0 10px;
}
.careers-video {
  cursor: pointer;
}
@media (max-width: 969px) {
  .template-mixed3-left-page .content-page-image img {
    margin: 0 auto 30px;
  }
  .careers-testimonial-container,
  .careers-testimonial-container:last-child {
    margin: 0 auto 30px;
    float: none;
  }
  .template-mixed3-left-page .content-page-image img:last-child,
  .careers-testimonial-container:last-child {
    margin: 0 auto;
  }
  .template-mixed3-left-page .careers-navigation-image img:last-child {
    margin: 0 auto 30px;
  }
  #sanmar-family-values-video-image,
  #who-we-are-video-image,
  .careers-content-row .sanmar-video-container {
    margin: 0 auto 5px;
  }
  .careers-navigation-row {
    margin-bottom: 0;
  }
  .careers-section-text {
    padding-bottom: 15px;
  }
}
.main-content .template-leadership-left-page h1 {
  margin-bottom: 20px;
}
.leadership-section-title {
  margin-bottom: 30px;
  margin-top: 0;
}
.leader-main-container {
  margin: 0 0 10px 0;
}
.leader-img-container {
  cursor: pointer;
}
.leader-name-title-container {
  width: 178px;
  margin: 0 auto;
  color: #4d4e53;
}
.leader-name {
  text-transform: uppercase;
}
.template-leadership-left-page .modal-header {
  padding: 8px 20px;
}
.template-leadership-left-page .modal-header .close {
  font-size: 35px;
}
.template-leadership-left-page .modal-dialog {
  width: 700px;
}
.template-leadership-left-page .modal-body {
  overflow: auto;
}
.template-leadership-left-page .modal-body p {
  margin: 0 0 25px;
}
.template-leadership-left-page .modal-body p:first-child {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 969px) {
  .leader-main-container {
    margin: 0 0 30px 0;
  }
  .template-leadership-left-page .modal-dialog {
    width: auto;
    max-width: 700px;
  }
}
@media (min-width: 970px) {
  .template-leadership-left-page .modal-body {
    max-height: 525px !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* BEGIN: Style Network CSS */
.stylenetwork-page-template .content-page-image img {
  margin-bottom: 0;
  margin-top: 0;
}
.stylenetwork-page-template .content-page-image .owl-carousel img {
  margin-bottom: 10px !important;
}
.stylenetwork-page-template .carousel-product-link,
.stylenetwork-page-template .carousel-product-link:hover {
  text-decoration: none;
  color: #000;
}
.stylenetwork-page-template .carousel-product-link p {
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 10px;
}
/* END: Style Network CSS */
/* BEGIN: Owl Custom CSS for the Style Network Template */
.stylenetwork-page-template .product-carousel-main .slick-track {
  display: table;
}
.stylenetwork-page-template .product-carousel-main .slick-arrow,
.stylenetwork-page-template .product-carousel-main .slick-arrow:hover {
  position: absolute;
  background: #444a4b;
  margin: 0 10px;
  padding: 8px 2px 4px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 1000;
}
.stylenetwork-page-template .product-carousel-main .slick-arrow {
  top: 40%;
}
.stylenetwork-page-template .product-carousel-main .slick-prev {
  left: 2px;
}
.stylenetwork-page-template .product-carousel-main .slick-next {
  right: 2px;
}
.stylenetwork-page-template .product-carousel-main .slick-list {
  border: solid #939598;
  border-width: 10px;
}
.stylenetwork-page-template .product-carousel-main .slick-slide {
  border: solid #939598;
  border-width: 0 2px;
  padding: 0 10px;
  display: table-cell;
  float: none;
}
/* END: Owl Custom CSS for the Style Network Template */
/** BEGIN: Selling Occasions  One CSS **/
/* BEGIN: Selling Occasions One Overall CSS */
.selling-occasions-one img {
  display: block;
  max-width: 100%;
  height: auto;
}
.selling-occasion-one-topvertical-main {
  padding-left: 0;
}
.selling-occasion-topverticalone-container {
  padding: 29px 0 0;
  height: 551px;
}
.selling-occasion-topverticalone-header-container {
  font-size: 20px;
}
.selling-occasion-topverticalone-header-container p {
  margin: 0;
  padding: 14px 0 13px;
}
.selling-occasion-topverticalone-image-container {
  height: 249px;
  padding: 0;
}
.selling-occasion-guide-image-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.selling-occasion-guide-image-container.guide-banner-portrait,
.selling-occasion-guide-image-container.guide-banner-landscape,
.selling-occasion-guide-image-container.guide-banner-default {
  width: 227px;
  height: 249px;
}
.selling-occasion-guide-image-container img {
  margin: 0 auto;
  padding: 0 0 0 6px;
}
.selling-occasion-topverticalone-button-container {
  width: 144px;
  padding: 0;
  margin: 0 auto 28px;
}
.selling-occasion-topverticalone-button-container:last-child {
  margin-bottom: 31px;
}
.selling-occasion-topverticalone-button-container a,
.selling-occasion-topverticalone-button-container a:hover {
  text-decoration: none;
  display: block;
  padding: 11px 0 10px;
}
.selling-occasion-static-image-container {
  padding: 0;
}
.selling-occasion-carouselone-container {
  margin: 15px 0;
}
.selling-occasion-carousel-header-container {
  margin: 0 0 15px;
}
.selling-occasion-carousel-header-container p {
  margin: 0;
  font-weight: bold;
}
@media (min-width: 970px) {
  .selling-occasion-carousel-header-title {
    position: relative;
    height: 66px;
  }
  .selling-occasion-carousel-header-description {
    position: relative;
    height: 66px;
  }
  .selling-occasion-carousel-header-container .selling-occasion-carousel-header-title p,
  .selling-occasion-carousel-header-container .selling-occasion-carousel-header-description p {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.selling-occasion-carousel-header-title {
  padding: 0;
  font-size: 30px;
}
.selling-occasion-carousel-header-description {
  font-size: 14px;
  padding: 3px 0px 0px;
}
.selling-occasion-carousel-header-shopall {
  padding-top: 18px;
  font-size: 18px;
  text-align: right;
}
.selling-occasion-carousel-header-shopall a,
.selling-occasion-carousel-header-shopall a:hover {
  text-decoration: none;
}
@media (max-width: 969px) {
  .selling-occasion-one-main-image-container {
    margin: 0 0 5px;
    padding: 0;
  }
  .selling-occasion-one-topvertical-main {
    padding: 0;
  }
  .selling-occasion-topverticalone-container {
    height: auto;
    padding: 13px 0 0;
  }
  .selling-occasion-topverticalone-header-container {
    padding: 0;
    font-size: 16px;
  }
  .selling-occasion-topverticalone-image-container {
    height: 153px;
  }
  .selling-occasion-guide-image-container.guide-banner-portrait,
  .selling-occasion-guide-image-container.guide-banner-landscape,
  .selling-occasion-guide-image-container.guide-banner-default {
    height: 153px;
    width: 160px;
  }
  .selling-occasion-guide-image-container.guide-banner-portrait img {
    height: 80%;
  }
  .selling-occasion-guide-image-container.guide-banner-landscape img {
    width: 80%;
  }
  .selling-occasion-guide-image-container.guide-banner-default img {
    height: 80%;
  }
  .selling-occasion-topverticalone-buttons-main {
    padding: 8px 0 0 0;
    margin: 0;
  }
  .selling-occasion-topverticalone-button-container {
    margin-bottom: 10px;
  }
  .selling-occasion-topverticalone-button-container:last-child {
    margin-bottom: 10px;
  }
  .selling-occasion-topverticalone-button-container a,
  .selling-occasion-topverticalone-button-container a:hover {
    padding: 7px 0 9px;
  }
  .selling-occasion-one-carousel-main {
    padding: 0;
  }
  .selling-occasion-carousel-header-title {
    padding: 3px 0 1px;
    font-size: 20px;
  }
  .selling-occasion-carousel-header-description {
    font-size: 10px;
    padding: 1px 0 2px;
  }
  .selling-occasion-carousel-header-shopall {
    padding: 5px 11px 0 0;
    font-size: 16px;
  }
  .selling-occasion-static-image-container img {
    margin: 0 auto;
  }
}
/* END: Selling Occasions One Overall CSS */
/* BEGIN: Owl Custom CSS for the Selling Occasions One Template */
.selling-occasions-one .owl-carousel.product-owl-carousel.owl-theme .owl-nav {
  margin-top: 0;
}
.selling-occasions-one .product-carousel-main .slick-arrow,
.selling-occasions-one .product-carousel-main .slick-arrow:hover {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #666;
  cursor: pointer;
  z-index: 1000;
}
.selling-occasions-one .product-carousel-main .slick-arrow {
  top: 40%;
}
.selling-occasions-one .product-carousel-main .slick-next {
  right: 0;
}
.selling-occasions-one .product-carousel-main .slick-slide {
  padding: 0 10px;
}
.selling-occasions-one .product-carousel-main .slick-slide img {
  width: 104px;
  margin: 0 auto;
}
.selling-occasions-one .carousel-product-link,
.selling-occasions-one .carousel-product-link:hover {
  color: #4c4c4c;
  text-decoration: none;
}
.selling-occasions-one .carousel-product-style-number {
  margin: 0 auto;
  font-size: 13px;
}
.selling-occasions-one .carousel-product-style-description {
  margin: 2px auto 0;
  font-size: 10px;
}
@media (max-width: 969px) {
  .selling-occasions-one .product-carousel-main {
    width: 90%;
    margin: 0 auto;
  }
  .selling-occasions-one .product-carousel-main .slick-slide img {
    margin: 0 auto;
    width: auto;
  }
}
/* END: Owl Custom CSS for the Selling Occasions One Template */
/** END: Selling Occasions  One CSS **/
/* BEGIN: Selling Occasions Two Overall CSS */
.marketing-template-three .selling-occasion-two-media-container,
.selling-occasion-two .selling-occasion-two-media-container {
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
}
.selling-occasion-two-media-container {
  display: flex;
  margin-bottom: 10px;
  max-width: 1170px;
  position: relative;
  width: 100%;
}
.selling-occasion-two-media-container.page-border-padding {
  padding-left: 0.5rem;
  padding-right: 2.55rem;
}
.selling-occasion-two-banner-image-container {
  margin: 0;
  padding: 0;
}
.selling-occasion-two-nav-links-container {
  margin: 7px 0 0;
  padding: 0;
}
.selling-occasion-two-nav-links-container ul {
  margin: 0;
  padding: 0;
}
.selling-occasion-two-nav-links-container ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}
.selling-occasion-two-nav-links-container ul li a {
  color: #4a4a4a;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  margin: 9px 0 0px;
  padding: 0;
}
.selling-occasion-two-bottom-nav-line {
  padding: 10px 0px;
}
.selling-occasion-two-media-container .content-page-image img,
.selling-occasion-two .content-page-image img {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.selling-occasion-two-top-nav-line {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 0px 0px 0px 15px;
}
.selling-occasion-two-top-nav-line .nav-section-label {
  color: #4a4a4a;
  line-height: 1.2;
  font-size: 14px;
  margin-right: 5px;
}
.selling-occasion-two-top-nav-line .nav-line {
  display: block;
  flex-grow: 1;
  margin-top: -5px;
  padding-top: 13px;
}
.third-banner-image {
  align-self: flex-end;
  margin: 16px 0 0;
}
.selling-occasion-two-product-container {
  margin: 0 0 25px;
}
.selling-occasion-two-product-style-number {
  font-size: 12px;
  margin: 0 0 10px;
}
.selling-occasion-two .selling-occasion-two-product-container a {
  color: #6a6a6a;
  text-decoration: none;
}
.selling-occasion-two-auxiliary-banners {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.selling-occasion-two-primary-banner {
  height: 358px;
  margin-right: 16px;
}
.selling-occasion-two-product-info-container {
  position: relative;
  margin: 10px 0 25px;
}
.selling-occasion-two-product-info-container .selling-occasion-two-product-title {
  font-size: 16px;
  left: 20px;
  margin: -5px 0px 0px -5px;
  overflow-x: hidden;
  padding: 5px 5px 5px 0;
  position: absolute;
  text-overflow: ellipsis;
  top: 25px;
  white-space: nowrap;
  width: 272px;
}
.selling-occasion-two-product-info-container .selling-occasion-two-product-title:hover {
  background-color: #f7f7f7;
  left: 15px;
  opacity: 1;
  overflow: visible;
  padding: 5px;
  text-overflow: inherit;
  white-space: initial;
  z-index: 10;
}
.scroll-to-top {
  background-color: #4d4e53;
  border-radius: 4px;
  bottom: 55px;
  cursor: pointer;
  display: none;
  height: 38px;
  position: fixed;
  right: 40px;
  text-align: center;
  width: 38px;
  z-index: 9999;
}
.scroll-to-top .fa {
  color: #ffffff;
  font-size: 25px;
  margin-top: 3px;
}
.scroll-to-top:hover {
  text-decoration: none;
}
img.no-top-space-with-border {
  margin-top: 0;
}
.no-top-space-with-border img {
  margin-top: 0;
}
@media (max-width: 991px) {
  .selling-occasion-two-media-container {
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 1.4rem !important;
  }
  .selling-occasion-two-media-container .second-banner-image {
    margin-top: 16px;
  }
  .selling-occasion-two-auxiliary-banners {
    align-self: center;
    margin-bottom: 25px;
  }
  .selling-occasion-two-primary-banner {
    height: auto;
    margin-right: 0;
  }
  .selling-occasion-two-product-style-number {
    margin: 10px 0 0;
  }
  .selling-occasion-two-product-info-container {
    position: static;
  }
  .selling-occasion-two-product-info-container .selling-occasion-two-product-title {
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: static;
    overflow: visible;
    text-overflow: inherit;
    white-space: initial;
    width: 100%;
  }
  .selling-occasion-two-product-info-container .selling-occasion-two-product-title:hover {
    background-color: initial;
    opacity: 1;
    overflow: visible;
    padding: 0;
    text-overflow: inherit;
    white-space: initial;
    z-index: 0;
  }
  .no-top-space-with-border img {
    margin-top: -19px;
  }
}
/* END: Selling Occasions Two Overall CSS */
/* BEGIN: Marketing Template Three Overall CSS */
.marketing-template-three {
  position: relative;
}
.marketing-template-three .selling-occasion-two-auxiliary-banners .third-banner-image {
  margin-top: -20px;
  padding: 0;
}
.marketing-template-three .mark-three-top-nav-line {
  padding: 0 15px;
}
.marketing-template-three .content-page-image {
  position: relative;
  width: 100%;
}
.marketing-template-three .content-page-image img {
  max-width: 100%;
  width: 100%;
}
.marketing-template-three .reverse {
  flex-direction: row-reverse;
}
.marketing-template-three .marketing-border-banner-centered {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 969px) {
  .marketing-template-three .reverse {
    flex-direction: column-reverse;
  }
  .marketing-template-three .mark-three-primary-banner {
    margin-right: 0 !important;
  }
  .marketing-template-three .content iframe {
    padding: 15px 0;
    margin: 0 auto 20px;
    width: 100%;
    height: auto;
  }
}
.marketing-template-three .marketing-border-banner-centered {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.marketing-template-three .marketing-border-simple-image-centered {
  align-self: center;
}
.iframe-height iframe {
  display: flex !important;
  flex-direction: column;
  height: 2025px;
  margin-bottom: 20px;
}
@media (min-width: 381px) {
  .iframe-height iframe {
    height: 2010px;
  }
}
@media (min-width: 410px) {
  .iframe-height iframe {
    height: 1920px;
  }
}
@media (min-width: 427px) {
  .iframe-height iframe {
    height: 1940px;
  }
}
@media (min-width: 436px) {
  .iframe-height iframe {
    height: 2025px;
  }
}
@media (min-width: 467px) {
  .iframe-height iframe {
    height: 2010px;
  }
}
@media (min-width: 471px) {
  .iframe-height iframe {
    height: 1980px;
  }
}
@media (min-width: 535px) {
  .iframe-height iframe {
    height: 1920px;
  }
}
@media (min-width: 576px) {
  .iframe-height iframe {
    height: 1890px;
  }
}
@media (min-width: 627px) {
  .iframe-height iframe {
    height: 1870px;
  }
}
@media (min-width: 768px) {
  .iframe-height iframe {
    height: 1820px;
  }
}
@media (min-width: 788px) {
  .iframe-height iframe {
    height: 1812px;
  }
}
@media (min-width: 818px) {
  .iframe-height iframe {
    height: 1367px;
  }
}
@media (min-width: 981px) {
  .iframe-height iframe {
    height: 890px;
  }
}
@media (min-width: 1011px) {
  .iframe-height iframe {
    height: 875px;
  }
}
@media (min-width: 1161px) {
  .iframe-height iframe {
    height: 830px;
  }
}
.mark-three-full-viewport {
  width: 100vw;
}
.mark-three-full-viewport img {
  display: block;
  height: initial;
  max-width: initial;
  width: 100vw;
}
.mark-three-full-width {
  width: 100vw;
  width: 100%;
}
.mark-three-full-width img {
  display: block;
  height: initial;
  max-width: initial;
  width: 100vw;
}
.mark-three-full-width img {
  width: 100%;
}
.video-mute-control-container {
  padding: 0 1rem;
  position: relative;
}
.multi-banner-error {
  font-size: 2rem;
  padding-bottom: 3rem;
  padding-top: 3rem;
  width: 97.3%;
}
/* End: Marketing Template Three Overall CSS */
/** Begin: Selling Occasions and Marketing Templates Overall CSS **/
.responsive-video {
  height: 100%;
  width: 100%;
}
.marketing-template-three .selling-occasion-two-bottom-nav-line,
.selling-occasion-two .selling-occasion-two-bottom-nav-line {
  padding: 10px 15px;
}
.marketing-template-three .selling-occasion-two-top-nav-line,
.selling-occasion-two .selling-occasion-two-top-nav-line {
  padding: 0px 15px;
}
/** End: Selling Occasions and Marketing Templates Overall CSS **/
.carrier-accounts-content .list-saved-addresses .last-column .remove {
  bottom: 7px;
}
.list-carrier-accounts li {
  font-size: 12px;
  padding-bottom: 5px;
}
.list-carrier-accounts li span {
  display: block;
}
.list-carrier-accounts li table td {
  vertical-align: top;
}
.list-carrier-accounts li table td p {
  margin: 0 0 5px;
}
.list-carrier-accounts li table td.selection {
  vertical-align: middle;
}
@media (min-width: 992px) {
  .credit-reference #global-navigation {
    margin-bottom: 45px;
  }
  .credit-reference .logged-out {
    min-height: 42px;
  }
  .credit-reference .main-content {
    min-height: 500px;
  }
  .credit-reference .main-content h1 {
    margin-bottom: 20px;
  }
}
.credit-reference .main-header {
  min-height: 100px;
}
.credit-reference .main-header .credit-reference-site-header {
  color: #007dc3;
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
  padding-right: 300px;
}
.credit-reference nav ul.customer-options {
  top: -86px;
  float: right;
  text-align: right;
}
.credit-reference-site-disclaimer {
  margin: 10px 0;
  font-size: 10px;
  text-align: left;
}
.cpsia-search {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cpsia-search {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .cpsia-search {
    width: 510px;
  }
}
#cpsia-search-results .cpsia-search-title-brand {
  text-transform: uppercase;
}
#cpsia-search-results .cpsia-search-term {
  font-weight: bold;
}
#cpsia-search-results .cpsia-search-message {
  font-size: 16px;
  line-height: 19px;
  padding: 0 0 15px 15px;
}
.cpsia-certificate-section {
  margin: 30px 0;
}
.cpsia-certificate-section table {
  border: 1px solid #4d4e53;
  width: 100%;
}
.cpsia-certificate-section table th {
  border: 1px solid #4d4e53;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 8px;
}
.cpsia-certificate-section table tr.primary-subarea {
  background-color: #c4eecb;
}
.cpsia-certificate-section table td {
  border: 1px solid #4d4e53;
  font-size: 12px;
  padding: 3px 8px;
}
.cpsia-certificate-section table td label {
  font-size: 10px;
  font-weight: normal;
}
.cpsia-certificate-section table td .left-column {
  width: 50%;
}
.cpsia-certificate-section table td .right-column {
  width: 50%;
}
.cpsia-certificate-section table.product-info-table td:nth-child(1) {
  width: 25%;
}
.cpsia-certificate-section table.product-info-table td:nth-child(2) {
  width: 50%;
}
.cpsia-certificate-section table.product-info-table td:nth-child(3) {
  width: 25%;
}
.cpsia-certificate-section table.applicable-regulations-table td {
  font-size: 10px;
}
.cpsia-certificate-section table.applicable-regulations-table td:nth-child(1) {
  width: 33.33%;
}
.cpsia-certificate-section table.applicable-regulations-table td:nth-child(2) {
  width: 33.33%;
}
.cpsia-certificate-section table.applicable-regulations-table td:nth-child(3) {
  width: 33.33%;
}
.regulations-note {
  font-size: 10px;
  margin-top: 5px;
}
.cpsia-certificate-addresses table {
  font-size: 10px;
  width: 100%;
}
.cpsia-certificate-addresses table h5 {
  margin-bottom: 5px;
}
.cpsia-brand-listing .cpsia-brand {
  margin-bottom: 18px;
}
@media (max-width: 991px) {
  .cpsia-brand-listing .cpsia-brand {
    clear: left;
  }
}
@media (min-width: 992px) {
  .cpsia-brand-listing .cpsia-brand {
    padding: 0 13px;
  }
  .cpsia-brand-listing .cpsia-brand:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cpsia-brand-listing .cpsia-brand {
    width: 262px;
  }
}
@media (min-width: 1200px) {
  .cpsia-brand-listing .cpsia-brand {
    width: 318px;
  }
}
.cpsia-brand-listing .cpsia-brand-banner {
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  float: left;
  width: 100%;
  height: 50px;
  line-height: 18px;
  padding: 17px 0;
  margin-bottom: 13px;
}
.cpsia-brand-listing .cpsia-brand-subtitle {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .cpsia-brand-listing .cpsia-brand-info {
    float: left;
    min-height: 100px;
  }
}
@media (min-width: 992px) {
  .cpsia-brand-listing .cpsia-brands-grid {
    margin-top: 32px;
    padding-left: 6px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .cpsia-brand-listing .cpsia-brands-grid {
    margin-top: 27px;
  }
}
#product-info-sheet .page-options {
  margin: 0;
}
#product-info-sheet .page-options li > a {
  font-size: 17px;
  border: 1px solid;
  padding: 12px 15px;
  font-weight: bold;
  color: #0077cf;
  background-color: #ffffff;
  border-color: #0077cf;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#product-info-sheet .page-options li > a:hover,
#product-info-sheet .page-options li > a:focus,
#product-info-sheet .page-options li > a:active,
#product-info-sheet .page-options li > a.active,
.open .dropdown-toggle#product-info-sheet .page-options li > a {
  color: #0077cf;
  background-color: #edf8fc;
  border-color: #0077cf;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#product-info-sheet .page-options li > a:active,
#product-info-sheet .page-options li > a.active,
.open .dropdown-toggle#product-info-sheet .page-options li > a {
  background-image: none;
}
#product-info-sheet .page-options li > a.disabled,
#product-info-sheet .page-options li > a[disabled],
fieldset[disabled] #product-info-sheet .page-options li > a,
#product-info-sheet .page-options li > a.disabled:hover,
#product-info-sheet .page-options li > a[disabled]:hover,
fieldset[disabled] #product-info-sheet .page-options li > a:hover,
#product-info-sheet .page-options li > a.disabled:focus,
#product-info-sheet .page-options li > a[disabled]:focus,
fieldset[disabled] #product-info-sheet .page-options li > a:focus,
#product-info-sheet .page-options li > a.disabled:active,
#product-info-sheet .page-options li > a[disabled]:active,
fieldset[disabled] #product-info-sheet .page-options li > a:active,
#product-info-sheet .page-options li > a.disabled.active,
#product-info-sheet .page-options li > a[disabled].active,
fieldset[disabled] #product-info-sheet .page-options li > a.active {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #0077cf;
  -webkit-box-shadow: 0 2px 2px 0 #bfbfbf;
  box-shadow: 0 2px 2px 0 #bfbfbf;
}
#product-info-sheet .page-options li > a .badge {
  color: #ffffff;
  background-color: #0077cf;
}
#product-info-sheet .page-options li > a:hover,
#product-info-sheet .page-options li > a:focus {
  text-decoration: none;
}
#product-info-sheet .page-options li > a:active {
  background-color: #dcf1f9;
}
#product-info-sheet .page-options li > a:focus {
  outline: unset;
}
#product-info-sheet .page-options li > a:focus > span {
  border-color: #0077cf;
}
#product-info-sheet .page-options li > a > span {
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 5px;
  padding: 6px 15px;
}
#product-info-sheet .page-options li > a .fa {
  font-size: 17px;
}
#product-info-sheet .page-options li > a[disabled] {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #999999;
  box-shadow: none;
}
#product-info-sheet .page-options li > a[disabled]:hover {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #999999;
  cursor: default;
}
#product-info-sheet-body .title-bar {
  background-color: #007dc3;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.07em;
  margin: 18px 0;
  padding: 2px 10px;
  text-transform: uppercase;
}
#product-info-sheet-body .product-info-container {
  display: flex;
  justify-content: flex-start;
  margin: 0 10px;
}
#product-info-sheet-body .brand-logo {
  border-right: 1px solid #4d4e53;
  padding-right: 40px;
}
#product-info-sheet-body .product-style-number-name-container {
  margin: auto 30px;
}
#product-info-sheet-body .product-style-number {
  color: #4d4e53;
  font-size: 18px;
  width: auto;
  line-height: 2.3;
}
#product-info-sheet-body .product-name {
  color: #4d4e53;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 0 10px;
  width: auto;
}
#product-info-sheet-body .product-name sup {
  font-size: 65%;
  top: -0.8em;
}
#product-info-sheet-body .decoration-images-container {
  display: flex;
  justify-content: space-around;
}
#product-info-sheet-body .decoration-images-container .decoration-image {
  text-align: center;
}
#product-info-sheet-body h4 {
  border-bottom: 1px solid;
  margin-bottom: 12px;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#product-info-sheet-body h4 .header-note {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: normal;
  margin-left: 16px;
  text-transform: none;
}
#product-info-sheet-body table.two-column-table td {
  width: 50%;
}
#product-info-sheet-body table.subarea-dimensions-table {
  border: 1px solid #4d4e53;
  margin: 20px 0;
}
#product-info-sheet-body table.subarea-dimensions-table th {
  background-color: #4d4e53;
  color: #ffffff;
  padding: 3px 10px;
  text-align: center;
  text-transform: uppercase;
}
#product-info-sheet-body table.subarea-dimensions-table tr.primary-subarea {
  background-color: #c4eecb;
}
#product-info-sheet-body table.subarea-dimensions-table td {
  border: 1px solid #4d4e53;
  font-size: 12px;
  padding: 3px 5px;
}
#product-info-sheet-body table.subarea-dimensions-table td.dimensions-code {
  font-weight: bold;
  width: 50px;
}
#product-info-sheet-body table.subarea-dimensions-table td.dimensions-description {
  width: 150px;
}
#product-info-sheet-body table.subarea-dimensions-table td.dimensions {
  width: 200px;
}
#product-info-sheet-body table.subarea-dimensions-table td.dimensions-primary {
  width: 100px;
}
#product-info-sheet-body .decoration-section {
  margin: 30px 0;
}
#product-info-sheet-body .decoration-techniques-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#product-info-sheet-body .decoration-technique {
  margin: 10px 40px;
}
#product-info-sheet-body .decoration-technique-image {
  margin: 6px;
  text-align: center;
}
#product-info-sheet-body .decoration-technique-title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
#product-info-sheet-body .decoration-technique-tips .decoration-technique {
  display: flex;
  margin-left: 0;
}
#product-info-sheet-body .decoration-technique-tips .decoration-technique-image {
  padding-right: 60px;
  vertical-align: top;
}
#product-info-sheet-body .decoration-technique-tips .decoration-technique-info {
  display: inline-block;
}
#product-info-sheet-body .decoration-technique-tips .decoration-technique-title {
  text-align: left;
}
#product-info-sheet-body .decoration-contact-info {
  font-weight: bold;
  text-align: center;
}
.less-video-space {
  padding-bottom: 60%;
}
.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
.full-width-banner {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 375px;
}
.full-width-banner .video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 375px;
}
.full-width-banner .video-background {
  position: relative;
  height: 370px;
  overflow: hidden;
  width: 100vw;
}
.full-width-banner .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  right: 0;
  margin-left: 50%;
}
.full-width-banner img {
  display: block;
  width: 100%;
}
.full-width-banner .full-width-banner-content {
  position: absolute;
  width: 1140px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.full-width-banner .full-width-banner-content .content {
  margin-top: 100px;
  width: 480px;
  color: #666666;
  align-items: baseline;
  display: flex;
  flex-direction: column;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.full-width-banner .full-width-banner-content .content .details {
  margin-bottom: 38px;
}
.full-width-banner .full-width-banner-content .content h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
}
.full-width-banner .full-width-banner-content .content a {
  background: #ffffff;
  border: 2px solid #0077cf;
  border-radius: 30px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
}
@media (max-width: 991px) {
  .full-width-banner {
    padding: 0 15px;
    width: 100%;
    margin: 15px 0;
    left: auto;
    right: auto;
  }
  .full-width-banner.full-width-video-banner {
    padding: 0;
  }
  .full-width-banner.full-width-video-banner .full-width-banner-content .content .details {
    margin: 10px 30px 32px 30px;
  }
  .full-width-banner .video-background {
    width: auto;
  }
  .full-width-banner .full-width-banner-content {
    width: 100%;
    transform: none;
    position: static;
  }
  .full-width-banner .full-width-banner-content .content {
    align-items: center;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    margin-top: 0;
  }
  .full-width-banner .full-width-banner-content .content .details {
    text-align: center;
    margin: 10px 15px 32px 15px;
  }
  .full-width-banner #player {
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .full-width-banner .full-width-banner-content {
    width: 947px;
  }
}
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
